From 37b447868a0002ffec9c2d38a4f7dce70efe4a4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 Dec 2015 08:08:39 +0100 Subject: php-pecl-yaf: 3.0.1 (php 7, beta) --- php-pecl-yaf-php7.spec | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'php-pecl-yaf-php7.spec') diff --git a/php-pecl-yaf-php7.spec b/php-pecl-yaf-php7.spec index e3327f9..4b72115 100644 --- a/php-pecl-yaf-php7.spec +++ b/php-pecl-yaf-php7.spec @@ -19,22 +19,18 @@ %{!?__pecl: %global __pecl %{_bindir}/pecl} %{!?__php: %global __php %{_bindir}/php} -%global gh_commit 7d5d696d5e7e58977eaf9b0a8aa8d0de18af0e45 +%global gh_commit 51e458e9746d7061efc565d49baaca26feacd7ff %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laruence %global gh_project yaf #global gh_date 20150914 -%global with_zts 0%{?__ztsphp:1} +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name yaf -%if "%{php_version}" < "5.6" -%global ini_name %{pecl_name}.ini -%else %global ini_name 40-%{pecl_name}.ini -%endif Summary: Yet Another Framework Name: %{?sub_prefix}php-pecl-yaf -Version: 3.0.0 +Version: 3.0.1 %if 0%{?gh_date:1} Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -66,19 +62,13 @@ Obsoletes: php53-pecl-%{pecl_name} <= %{version} Obsoletes: php53u-pecl-%{pecl_name} <= %{version} Obsoletes: php54-pecl-%{pecl_name} <= %{version} Obsoletes: php54w-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "5.5" Obsoletes: php55u-pecl-%{pecl_name} <= %{version} Obsoletes: php55w-pecl-%{pecl_name} <= %{version} -%endif -%if "%{php_version}" > "5.6" Obsoletes: php56u-pecl-%{pecl_name} <= %{version} Obsoletes: php56w-pecl-%{pecl_name} <= %{version} -%endif -%if "%{php_version}" > "7.0" Obsoletes: php70u-pecl-%{pecl_name} <= %{version} Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %endif -%endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter shared private @@ -223,6 +213,9 @@ rm -rf %{buildroot} %changelog +* Sun Dec 13 2015 Remi Collet - 3.0.1-1 +- update to 3.0.1 (beta, php 7) + * Tue Oct 27 2015 Remi Collet - 3.0.0-1 - update to 3.0.0 (php 7) @@ -305,4 +298,4 @@ rm -rf %{buildroot} * Tue Sep 4 2012 Remi Collet - 2.2.4-1 - version 2.2.4 (beta) -- initial package \ No newline at end of file +- initial package -- cgit