diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-23 06:47:52 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-23 06:47:52 +0200 |
commit | 9c27a73b83d59de2cbcab24b3a2f8f3b328105d7 (patch) | |
tree | 39ba5bdb0110ee852e80658f6878a40640a64a6f | |
parent | e041f6922c001de18e6162b3c5b442010ff4295c (diff) |
php-zendframework-zend-form: 2.9.2
-rw-r--r-- | php-zendframework-zend-form.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-zendframework-zend-form.spec b/php-zendframework-zend-form.spec index 81f7141..59f0a4e 100644 --- a/php-zendframework-zend-form.spec +++ b/php-zendframework-zend-form.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit a0f0ce0f4c11e1c78939b4e8a212f6ba44559253 +%global gh_commit 2d076100e4c6a779b7676d098192e3d1cf74f34e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-form @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.9.1 +Version: 2.9.2 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -175,15 +175,15 @@ EOF run=0 ret=0 if which php56; then - php56 %{_bindir}/phpunit -d memory_limit=1G --include-path=%{buildroot}%{php_home} || ret=1 + php56 %{_bindir}/phpunit -d memory_limit=1G || ret=1 run=1 fi if which php71; then - php71 %{_bindir}/phpunit -d memory_limit=1G --include-path=%{buildroot}%{php_home} || ret=1 + php71 %{_bindir}/phpunit -d memory_limit=1G || ret=1 run=1 fi if [ $run -eq 0 ]; then -%{_bindir}/phpunit -d memory_limit=1G --include-path=%{buildroot}%{php_home} --verbose +%{_bindir}/phpunit -d memory_limit=1G --verbose # remirepo:2 fi exit $ret @@ -207,6 +207,9 @@ rm -rf %{buildroot} %changelog +* Fri Sep 23 2016 Remi Collet <remi@fedoraproject.org> - 2.9.2-1 +- update to 2.9.2 + * Thu Sep 15 2016 Remi Collet <remi@fedoraproject.org> - 2.9.1-1 - update to 2.9.1 |