diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 08:22:26 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 08:22:26 +0200 |
commit | e3f011cce509bffc6960b7b6b84d39e7df967dfe (patch) | |
tree | 2f4a7085a01b04753a8235788541513576870189 | |
parent | 220c63d2ab3ff6d8f9176fe34da64420b043ae69 (diff) |
rebuild for 8.1.0RC1
-rw-r--r-- | php-pecl-apcu.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index 1db3958..189e5ac 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -33,10 +33,10 @@ Version: 5.1.20 License: PHP URL: https://pecl.php.net/package/APCu %if 0%{?gh_date:1} -Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.9.%{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}/%{pecl_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/%{pecl_name}-%{version}.tgz %endif Source1: %{pecl_name}-5.1.19.ini @@ -327,6 +327,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 5.1.20-5 +- rebuild for 8.1.0RC1 + * Fri Jul 23 2021 Remi Collet <remi@remirepo.net> - 5.1.20-4 - add upstream patch for PHP 8.1.0beta1 |