diff options
Diffstat (limited to 'php-pecl-apcu-bc.spec')
-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 |