summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-zendframework-zend-navigation.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-zendframework-zend-navigation.spec b/php-zendframework-zend-navigation.spec
index 90589d3..c7481e4 100644
--- a/php-zendframework-zend-navigation.spec
+++ b/php-zendframework-zend-navigation.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-zendframework-zend-navigation
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit a8b088f64929e172617e02d2089cc00573a61210
+%global gh_commit fd3c60b83e816cfb67b53c2193372ac19469a609
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-navigation
@@ -20,7 +20,7 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.9.0
+Version: 2.9.1
Release: 2%{?dist}
Summary: Zend Framework %{library} component
@@ -190,7 +190,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72; do
+for cmdarg in "php %{phpunit}" php71 php72 php73 php74; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1
@@ -211,6 +211,9 @@ exit $ret
%changelog
+* Wed Aug 21 2019 Remi Collet <remi@remirepo.net> - 2.9.1-2
+- update to 2.9.1
+
* Thu Apr 26 2018 Remi Collet <remi@remirepo.net> - 2.9.0-2
- update to 2.9.0
- raise dependency to PHP 5.6