diff options
Diffstat (limited to 'php-pecl-raphf.spec')
-rw-r--r-- | php-pecl-raphf.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-raphf.spec b/php-pecl-raphf.spec index 74d3a56..6a0436e 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.10.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.11.%{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: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?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 @@ -264,6 +264,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 2.0.1-6 +- rebuild for 8.1.0RC1 + * Fri Apr 30 2021 Remi Collet <remi@remirepo.net> - 2.0.1-5 - F34 rebuild for https://github.com/remicollet/remirepo/issues/174 |