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 3f58361..5bdf488 100644 --- a/php-pecl-solr2.spec +++ b/php-pecl-solr2.spec @@ -35,7 +35,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.4.0 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/solr @@ -303,6 +303,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.4.0-5 +- rebuild for PHP 7.2.0beta1 new API + * Fri Jun 23 2017 Remi Collet <remi@remirepo.net> - 2.4.0-4 - add upstream patch for PHP 7.2 |