summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 08:54:31 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 08:54:31 +0200
commit9ce8ba8808750b504d0bb0e36405c54a6bcae91f (patch)
treeda91ab60c45ce14219427619b463f4959ba26e9d
parent31fff8b9ab890c2c8a98c767bd2fd71b1ebe1170 (diff)
rebuild for PHP 8.0.0RC1
-rw-r--r--php-pecl-apcu.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec
index 7599bca..62a586a 100644
--- a/php-pecl-apcu.spec
+++ b/php-pecl-apcu.spec
@@ -33,10 +33,10 @@ Version: 5.1.18
License: PHP
URL: https://pecl.php.net/package/APCu
%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}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 7%{?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.2.ini
@@ -328,6 +328,9 @@ fi
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 5.1.18-7
+- rebuild for PHP 8.0.0RC1
+
* Wed Sep 23 2020 Remi Collet <remi@remirepo.net> - 5.1.18-6
- rebuild for PHP 8.0.0beta4