diff options
-rw-r--r-- | php-zendframework-zend-dom.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zendframework-zend-dom.spec b/php-zendframework-zend-dom.spec index 1c5ad34..63e4afd 100644 --- a/php-zendframework-zend-dom.spec +++ b/php-zendframework-zend-dom.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 7a2d3ac8722951dc5ec8eec49f794afbe6a34ff8 +%global gh_commit ec2c66c2bb0046e895651b24f2ebb83058b9bbca %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-dom @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.0 +Version: 2.7.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -103,7 +103,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72; do +for cmdarg in "php %{phpunit}" php70 php71 php72; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1 @@ -125,6 +125,9 @@ exit $ret %changelog +* Wed Apr 11 2018 Remi Collet <remi@remirepo.net> - 2.7.1-1 +- update to 2.7.1 + * Fri Mar 30 2018 Remi Collet <remi@remirepo.net> - 2.7.0-1 - update to 2.7.0 - raise dependency on PHP 5.6 |