diff options
-rw-r--r-- | php-pecl-ds.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index ae17959..dd4dded 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -30,7 +30,7 @@ Summary: Data Structures for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.10 -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: MIT Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -233,6 +233,9 @@ cd .. %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.1.10-2 +- rebuild for PHP 7.2.0beta1 new API + * Thu Jun 22 2017 Remi Collet <remi@remirepo.net> - 1.1.10-1 - Update to 1.1.10 |