summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-21 11:10:22 +0200
committerRemi Collet <remi@remirepo.net>2019-08-21 11:10:22 +0200
commitc4e5c4663ac7aa2e07870077e765011b69ba50e3 (patch)
tree4bf8dc3b700876397aaf1de75e592a8d67678cce
parent557dc5e34de34970429fb2f521a7689c55605934 (diff)
-rw-r--r--php-zendframework-zend-navigation.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zendframework-zend-navigation.spec b/php-zendframework-zend-navigation.spec
index 42901be..af1d515 100644
--- a/php-zendframework-zend-navigation.spec
+++ b/php-zendframework-zend-navigation.spec
@@ -7,7 +7,7 @@
# 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: 1%{?dist}
Summary: Zend Framework %{library} component
@@ -125,7 +125,7 @@ require_once '%{php_home}/Zend/autoload.php';
EOF
ret=0
-for cmd in php php70 php71 php72; do
+for cmd in php php71 php72; do
if which $cmd; then
$cmd %{_bindir}/phpunit --filter '^((?!(testCanCreateNavigationInstanceV2)).)*$' || ret=1
fi
@@ -145,6 +145,9 @@ exit $ret
%changelog
+* Wed Aug 21 2019 Remi Collet <remi@remirepo.net> - 2.9.1-1
+- update to 2.9.1
+
* Thu Apr 26 2018 Remi Collet <remi@remirepo.net> - 2.9.0-1
- update to 2.9.0
- raise dependency on PHP 5.6