diff options
| author | Remi Collet <remi@remirepo.net> | 2020-09-30 08:58:56 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-09-30 08:58:56 +0200 | 
| commit | 05493d742f0461c4e1228f52d39a8bf7f849abd1 (patch) | |
| tree | ae107b2b55dcd50fb4c9fa0a9482bacfaddc19f9 | |
| parent | 328b879572c73e125ba46c8fc2d9f09e025fe8e5 (diff) | |
| -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 0e8bc1d..90ed0c0 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.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.8.%{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:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:        https://pecl.php.net/get/%{proj_name}-%{version}.tgz  %endif @@ -254,6 +254,9 @@ fi  %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.0.5-5 +- rebuild for PHP 8.0.0RC1 +  * Wed Sep  2 2020 Remi Collet <remi@remirepo.net> - 1.0.5-4  - rebuild for PHP 8.0.0beta3  | 
