diff options
-rw-r--r-- | php-pecl-druid.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-druid.spec b/php-pecl-druid.spec index ee44cc9..4f49955 100644 --- a/php-pecl-druid.spec +++ b/php-pecl-druid.spec @@ -25,7 +25,7 @@ Summary: A Druid driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.9.2 -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: ASL 2.0 Group: Development/Languages URL: http://pecl.php.net/package/%{proj_name} @@ -239,6 +239,9 @@ cd ../ZTS %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.9.2-3 +- rebuild for PHP 7.2.0beta1 new API + * Sat Jun 24 2017 Remi Collet <remi@fedoraproject.org> - 0.9.2-2 - add patch for PHP 7.2 from https://github.com/Neeke/PHP-Druid/pull/8 |