From 4b4007bd45043d1db403e9546f8b56f356c21d09 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jul 2015 10:43:49 +0200 Subject: php-pecl-yaf: new snapshot --- php-pecl-yaf-dev.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pecl-yaf-dev.spec b/php-pecl-yaf-dev.spec index e3d7f91..b907b45 100644 --- a/php-pecl-yaf-dev.spec +++ b/php-pecl-yaf-dev.spec @@ -19,11 +19,11 @@ %{!?__pecl: %global __pecl %{_bindir}/pecl} %{!?__php: %global __php %{_bindir}/php} -%global gh_commit a40f01e2e157bd6eefcceec8ecb1558744fc194d +%global gh_commit fb20f6c7771ed39f69e0a35ba6201ed6c7b09de7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laruence %global gh_project php-yaf -%global gh_date 20150618 +%global gh_date 20150701 %global with_zts 0%{?__ztsphp:1} %global pecl_name yaf %if "%{php_version}" < "5.6" @@ -36,7 +36,7 @@ Summary: Yet Another Framework Name: %{?sub_prefix}php-pecl-yaf Version: 3.0.0 %if 0%{?gh_date:1} -Release: 0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif @@ -220,6 +220,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 8 2015 Remi Collet - 3.0.0-0.4.20150701gitfb20f6c +- rebuild against php 7.0.0beta1 + * Wed Jun 24 2015 Remi Collet - 3.0.0-0.3.20150618gita40f01e - new snapshot - rebuild for "rh_layout" -- cgit