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 306ea97..0658f5f 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:        6.1.0 -Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  URL:            http://pecl.php.net/package/%{pecl_name}  %if 0%{?gh_commit:1} @@ -257,6 +257,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 6.1.0-2 +- rebuild +  * Mon May 27 2019 Remi Collet <remi@remirepo.net> - 6.1.0-1  - update to 6.1.0  | 
