diff options
| -rw-r--r-- | php-pecl-uopz.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec index 9e411ad..da82f1d 100644 --- a/php-pecl-uopz.spec +++ b/php-pecl-uopz.spec @@ -24,7 +24,7 @@  Summary:        User Operations for Zend  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        5.0.1 -Release:        5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -249,6 +249,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 5.0.1-6 +- rebuild for PHP 7.2.0beta1 new API +  * Fri Jun 23 2017 Remi Collet <remi@fedoraproject.org> - 5.0.1-5  - add upstream patch for PHP 7.2  | 
