From 9729a3cc3a0fb15958c0ae92ccb01cded7e0dcda Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Sep 2021 15:36:45 +0200 Subject: update to 2.11.2 --- php-laminas-i18n.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-laminas-i18n.spec b/php-laminas-i18n.spec index 244c8c8..f1f33d3 100644 --- a/php-laminas-i18n.spec +++ b/php-laminas-i18n.spec @@ -8,7 +8,7 @@ # # When buid without config, filter, validator an view %global bootstrap 0 -%global gh_commit 5e85a8facc5534e856cc7f5b4326533eede84b8a +%global gh_commit 78adb53ebf6c0bc63f92273fd7809dabc554f786 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-i18n @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.11.1 +Version: 2.11.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -216,7 +216,7 @@ rm -rf test/Validator/ : upstream test suite ret=0 -for cmdarg in "php %{phpunit}" php73 php74 php80; do +for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ @@ -240,6 +240,9 @@ exit $ret %changelog +* Thu Sep 2 2021 Remi Collet - 2.11.2-1 +- update to 2.11.2 + * Thu Apr 8 2021 Remi Collet - 2.11.1-1 - update to 2.11.1 (no change) -- cgit