From 578ff1127ae9f3d95d92ac733813299a3c0d848a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 12:14:57 +0200 Subject: rebuild for 7.3.0beta2 new ABI --- php-pecl-yaf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index 98afcac..58863c0 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.0.7 %if 0%{?gh_date:1} -Release: 0.11.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.12.%{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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: PHP @@ -237,6 +237,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet - 3.0.7-4 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet - 3.0.7-3 - rebuild for 7.3.0alpha4 new ABI - add patch for 7.3.0 from -- cgit