From c4e5c4663ac7aa2e07870077e765011b69ba50e3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Aug 2019 11:10:22 +0200 Subject: v2.9.1 --- php-zendframework-zend-navigation.spec | 9 ++++++--- 1 file 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 - 2.9.1-1 +- update to 2.9.1 + * Thu Apr 26 2018 Remi Collet - 2.9.0-1 - update to 2.9.0 - raise dependency on PHP 5.6 -- cgit