summaryrefslogtreecommitdiffstats
path: root/php-pecl-yac.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-01 10:11:10 +0200
committerRemi Collet <remi@remirepo.net>2021-09-01 10:11:10 +0200
commitb16494ea00f8a1ebe6f1e64d8a98dab8435ca7da (patch)
treed84f955fc3f9d9756428de300e2ebda110b4c17f /php-pecl-yac.spec
parentd6f05e21dab46ec89b07eb7768b804739ab4baff (diff)
rebuild for 8.1.0RC1
Diffstat (limited to 'php-pecl-yac.spec')
-rw-r--r--php-pecl-yac.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php-pecl-yac.spec b/php-pecl-yac.spec
index 8d9f4c1..c4788bd 100644
--- a/php-pecl-yac.spec
+++ b/php-pecl-yac.spec
@@ -32,10 +32,10 @@ Version: 2.3.0
License: PHP
URL: https://pecl.php.net/package/%{pecl_name}
%if 0%{?gh_date:1}
-Release: 0.13.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.14.%{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
@@ -81,6 +81,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "8.1"
+Obsoletes: php81-pecl-%{pecl_name} <= %{version}
+%endif
%endif
@@ -276,6 +279,9 @@ fi
%changelog
+* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 2.3.0-5
+- rebuild for 8.1.0RC1
+
* Wed Aug 4 2021 Remi Collet <remi@remirepo.net> - 2.3.0-4
- add patch for test suite with 8.1.0beta2 from
https://github.com/laruence/yac/pull/120