summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 09:59:37 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 09:59:37 +0200
commitc33df3cbf8b5ea6d5055ba305a17cfb94438b533 (patch)
treed73f099188bd10b82104eee8db71227c3b9dd24a
parent3291ecdb459180bf813b3803e3d885bfee2df17e (diff)
rebuild for PHP 8.0.0RC1
-rw-r--r--php-pecl-raphf.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-raphf.spec b/php-pecl-raphf.spec
index ea23b89..95b2924 100644
--- a/php-pecl-raphf.spec
+++ b/php-pecl-raphf.spec
@@ -35,10 +35,10 @@ Summary: Resource and persistent handles factory
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: 2.0.1
%if 0%{?gh_date}
-Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.10.%{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: 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: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
License: BSD
@@ -269,6 +269,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 2.0.1-3
+- rebuild for PHP 8.0.0RC1
+
* Mon Sep 21 2020 Remi Collet <remi@remirepo.net> - 2.0.1-2
- add minor fix from https://github.com/m6w6/ext-raphf/pull/9