From 4cbce24b7f2b4c14448129603a5ee9642afd3e97 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jul 2017 01:09:22 +0200 Subject: rebuild for 7.2.0beta1 --- 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 d29f971..54d27c8 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -24,10 +24,10 @@ Summary: Yet Another Framework Name: %{?sub_prefix}php-pecl-yaf Version: 3.0.5 %if 0%{?gh_date:1} -Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.10.%{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: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 @@ -226,6 +226,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet - 3.0.5-2 +- rebuild for PHP 7.2.0beta1 new API + * Thu Jun 29 2017 Remi Collet - 3.0.5-1 - Update to 3.0.5 - drop patch merged upstream -- cgit