From dbbbfbec41f3959917550f5dd40eeee32b98551d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 10:12:35 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-yaf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-yaf.spec') 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 - 3.3.3-3 +- rebuild for 8.1.0RC1 + * Wed Jul 21 2021 Remi Collet - 3.3.3-2 - add patch for PHP 8.1.0beta1 from https://github.com/laruence/yaf/pull/548 -- cgit