diff options
Diffstat (limited to 'php-pecl-yaf-dev.spec')
-rw-r--r-- | php-pecl-yaf-dev.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-yaf-dev.spec b/php-pecl-yaf-dev.spec index 5f45e63..ad957e9 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 2dd49abe02fb2c17870b18d1ae3a45a0a14ab456 +%global gh_commit 63222a2c40782fd79a14257475e951de3ce33d87 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laruence %global gh_project yaf -%global gh_date 20150813 +%global gh_date 20150906 %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.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.7.%{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 @@ -91,7 +91,7 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} The Yet Another Framework (Yaf) extension is a PHP framework that is used to develop web applications. -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{scl_vendor})}. %prep @@ -223,6 +223,9 @@ rm -rf %{buildroot} %changelog +* Sun Sep 6 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.7.20150906git63222a2 +- new shapshot (changes from 2.3.5) + * Thu Aug 13 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.6.20150813git2dd49ab - new shapshot |