diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-07-08 10:43:49 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-07-08 10:43:49 +0200 | 
| commit | 4b4007bd45043d1db403e9546f8b56f356c21d09 (patch) | |
| tree | 36030577b78b76c921d5c704d9bafe218d50d1d4 | |
| parent | 4bf8c6357faef272ad870424ffbe74b99243d50a (diff) | |
php-pecl-yaf: new snapshot
| -rw-r--r-- | php-pecl-yaf-dev.spec | 9 | 
1 files 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 <remi@fedoraproject.org> - 3.0.0-0.4.20150701gitfb20f6c +- rebuild against php 7.0.0beta1 +  * Wed Jun 24 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.3.20150618gita40f01e  - new snapshot  - rebuild for "rh_layout"  | 
