From 2caf08b74fedbb091d73efcccb5f64a8c385dde2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Jun 2017 11:40:05 +0200 Subject: v3.0.5 --- php-pecl-yaf.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php-pecl-yaf.spec') diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index 78aa158..d29f971 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -22,12 +22,12 @@ Summary: Yet Another Framework Name: %{?sub_prefix}php-pecl-yaf -Version: 3.0.4 +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;')}} 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: 1%{?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 @@ -35,8 +35,6 @@ Group: Development/Languages URL: http://pecl.php.net/package/yaf Source1: %{pecl_name}.ini -Patch0: 358.patch - BuildRequires: %{?scl_prefix}php-devel >= 7 BuildRequires: %{?scl_prefix}php-pear BuildRequires: pcre-devel @@ -105,7 +103,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .pr358 # Sanity check, really often broken extver=$(sed -n '/#define PHP_YAF_VERSION/{s/.*\t"//;s/".*$//;p}' php_yaf.h ) @@ -229,6 +226,10 @@ fi %changelog +* Thu Jun 29 2017 Remi Collet - 3.0.5-1 +- Update to 3.0.5 +- drop patch merged upstream + * Sun Jun 25 2017 Remi Collet - 3.0.4-4 - add patch for PHP 7.2 from https://github.com/laruence/yaf/pull/358 -- cgit