summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-01 10:12:35 +0200
committerRemi Collet <remi@remirepo.net>2021-09-01 10:12:35 +0200
commitdbbbfbec41f3959917550f5dd40eeee32b98551d (patch)
treeb613b8230c6fbcdb43feb4bb053d7af3f517a2ca
parenta811a7e9db8538da954342d240bb6a19f30fe1e6 (diff)
rebuild for 8.1.0RC1
-rw-r--r--php-pecl-yaf.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec
index 7aceba6..73adad2 100644
--- a/php-pecl-yaf.spec
+++ b/php-pecl-yaf.spec
@@ -28,10 +28,10 @@ Summary: Yet Another Framework
Name: %{?sub_prefix}php-pecl-yaf
Version: 3.3.3
%if 0%{?gh_date:1}
-Release: 0.12.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.13.%{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;')}}
Source: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
License: PHP
@@ -223,6 +223,9 @@ fi
%changelog
+* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 3.3.3-3
+- rebuild for 8.1.0RC1
+
* Wed Jul 21 2021 Remi Collet <remi@remirepo.net> - 3.3.3-2
- add patch for PHP 8.1.0beta1 from
https://github.com/laruence/yaf/pull/548