diff options
-rw-r--r-- | php-pecl-mysql-xdevapi.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mysql-xdevapi.spec b/php-pecl-mysql-xdevapi.spec index 3b7bc40..14c75a6 100644 --- a/php-pecl-mysql-xdevapi.spec +++ b/php-pecl-mysql-xdevapi.spec @@ -21,7 +21,7 @@ Summary: MySQL database access functions Name: %{?sub_prefix}php-pecl-mysql-xdevapi Version: 8.0.2 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages @@ -298,6 +298,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 8.0.2-2 +- rebuild for PHP 7.2.0beta1 new API + * Wed Jul 12 2017 Remi Collet <remi@remirepo.net> - 8.0.2-1 - Update to 8.0.2 (alpha) - drop devel sub-package |