diff options
| -rw-r--r-- | php-pecl-apcu-bc.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-apcu-bc.spec b/php-pecl-apcu-bc.spec index d9969ca..de88951 100644 --- a/php-pecl-apcu-bc.spec +++ b/php-pecl-apcu-bc.spec @@ -34,10 +34,10 @@ Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Summary:        APCu Backwards Compatibility Module  Version:        1.0.5  %if 0%{?gh_date:1} -Release:        0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{proj_name}-%{version}-%{gh_short}.tar.gz  %else -Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:        http://pecl.php.net/get/%{proj_name}-%{version}.tgz  %endif @@ -254,6 +254,9 @@ fi  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.5-3 +- rebuild for 7.4.0RC1 +  * Wed May 29 2019 Remi Collet <remi@remirepo.net> - 1.0.5-2  - rebuild  | 
