diff options
| -rw-r--r-- | php-pecl-yaf-dev.spec | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/php-pecl-yaf-dev.spec b/php-pecl-yaf-dev.spec index 3666ba4..a627832 100644 --- a/php-pecl-yaf-dev.spec +++ b/php-pecl-yaf-dev.spec @@ -28,7 +28,7 @@ Summary:       Yet Another Framework  Name:          %{?scl_prefix}php-pecl-yaf  Version:       3.0.0  %if 0%{?gh_date:1} -Release:       0.2.%{gh_date}git%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:       0.3.%{gh_date}git%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  %else  Release:       1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  %endif @@ -145,6 +145,9 @@ done  %check +# Temp +sed -e 's/refcount(1)/refcount(2)/' -i ?TS/tests/005.phpt +  cd NTS  : Minimal load test for NTS extension  %{__php} --no-php-ini \ @@ -212,6 +215,9 @@ rm -rf %{buildroot}  %changelog +* Wed Jun 17 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.3.20150612gita1bd3ac +- rebuild +  * Fri Jun 12 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.1.20150612gita1bd3ac  - Update to 3.0.0-dev for PHP 7  - sources from github | 
