diff options
Diffstat (limited to 'php-pecl-solr2.spec')
-rw-r--r-- | php-pecl-solr2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec index 3450db8..183561f 100644 --- a/php-pecl-solr2.spec +++ b/php-pecl-solr2.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-solr2 # -# SPDX-FileCopyrightText: Copyright 2011-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2011-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -29,7 +29,7 @@ Summary: Object oriented API to Apache Solr Summary(fr): API orientée objet pour Apache Solr Name: %{?scl_prefix}php-pecl-solr2 -Version: 2.8.0 +Version: 2.8.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 Group: Development/Languages @@ -209,6 +209,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Apr 23 2025 Remi Collet <remi@remirepo.net> - 2.8.1-1 +- update to 2.8.1 + * Tue Dec 31 2024 Remi Collet <remi@remirepo.net> - 2.8.0-1 - update to 2.8.0 |