diff options
| -rw-r--r-- | php-pecl-uuid.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index 39de2d3..93bb346 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -26,7 +26,7 @@  Summary:       Universally Unique Identifier extension for PHP  Name:          %{?sub_prefix}php-pecl-uuid  Version:       1.0.4 -Release:       10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       LGPLv2+  Group:         Development/Languages  URL:           http://pecl.php.net/package/uuid @@ -227,6 +227,9 @@ rm -rf %{buildroot}  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.4-11 +- rebuild for PHP 7.2.0beta1 new API +  * Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 1.0.4-10  - rebuild for 7.2.0alpha2  | 
