diff options
-rw-r--r-- | php-pecl-solr2.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec index b8566d9..72a4654 100644 --- a/php-pecl-solr2.spec +++ b/php-pecl-solr2.spec @@ -30,7 +30,7 @@ Summary: Object oriented API to Apache Solr Summary(fr): API orientée objet pour Apache Solr Name: %{?sub_prefix}php-pecl-solr2 Version: 2.5.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/solr @@ -273,6 +273,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 2.5.0-3 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 2.5.0-2 - rebuild for 7.4.0beta1 |