diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-13 10:29:38 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-13 10:29:38 +0200 |
commit | ec67a3ae8aaa12b4aa56670589335ce4a8621fcf (patch) | |
tree | 9498c4a6a371ce8e9e8d6117f6ff1be473618db9 | |
parent | c762ad21e7f615e10802c3cd64fc32a622bb4f75 (diff) |
update to 2.11.1 (no change)
-rw-r--r-- | php-laminas-navigation.spec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/php-laminas-navigation.spec b/php-laminas-navigation.spec index 1611fa7..f8e0374 100644 --- a/php-laminas-navigation.spec +++ b/php-laminas-navigation.spec @@ -7,8 +7,8 @@ # Please, preserve the changelog entries # # when build without permission-acl -%global bootstrap 1 -%global gh_commit b877f813cbc053a9d6e0a81d882f9e809ba2e827 +%global bootstrap 0 +%global gh_commit d09bdec77ff06dc44db69209cf1dfcef1064b766 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-navigation @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.10.1 +Version: 2.11.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -222,8 +222,6 @@ for cmdarg in "php %{phpunit}" php73 php74 php80; do $1 ${2:-%{_bindir}/phpunit9} \ %if %{bootstrap} --filter '^((?!(testProvidesExpectedConfiguration|testSetResourceInterface)).)*$' \ -%else - --filter '^((?!(testProvidesExpectedConfiguration)).)*$' \ %endif --verbose || ret=1 fi @@ -245,6 +243,9 @@ exit $ret %changelog +* Tue Apr 13 2021 Remi Collet <remi@remirepo.net> - 2.11.1-1 +- update to 2.11.1 (no change) + * Wed Jan 27 2021 Remi Collet <remi@remirepo.net> - 2.10.1-1 - update to 2.10.1 |