diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-08 10:12:19 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-08 10:12:19 +0200 |
commit | 8c85b4394a1695557543189ba36eef0505a61bbb (patch) | |
tree | c08efa8ec266941c907b691a4a3e82ff65b2db83 /php-zendframework-zend-uri.spec | |
parent | 8e976a85ea897f84b40173ea4e3e94c76adb2dfa (diff) |
Diffstat (limited to 'php-zendframework-zend-uri.spec')
-rw-r--r-- | php-zendframework-zend-uri.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zendframework-zend-uri.spec b/php-zendframework-zend-uri.spec index f91ce8c..ca61e76 100644 --- a/php-zendframework-zend-uri.spec +++ b/php-zendframework-zend-uri.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit b2785cd38fe379a784645449db86f21b7739b1ee +%global gh_commit bfc4a5b9a309711e968d7c72afae4ac50c650083 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-uri @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.0 +Version: 2.7.1 Release: 2%{?dist} Summary: Zend Framework %{library} component @@ -127,7 +127,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73; do +for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73 php74; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1 @@ -148,6 +148,9 @@ exit $ret %changelog +* Tue Oct 8 2019 Remi Collet <remi@remirepo.net> - 2.7.1-1 +- update to 2.7.1 + * Thu Feb 28 2019 Remi Collet <remi@remirepo.net> - 2.7.0-1 - update to 2.7.0 |