summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-02 15:36:45 +0200
committerRemi Collet <remi@remirepo.net>2021-09-02 15:36:45 +0200
commit9729a3cc3a0fb15958c0ae92ccb01cded7e0dcda (patch)
tree913b8d310e4c6d24fe7a7313d8cea317c6d95fe2
parentd61a1b9a8f846dd4fbdf8e146441ddd9b1788ac1 (diff)
update to 2.11.2
-rw-r--r--php-laminas-i18n.spec9
1 files 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 <remi@remirepo.net> - 2.11.2-1
+- update to 2.11.2
+
* Thu Apr 8 2021 Remi Collet <remi@remirepo.net> - 2.11.1-1
- update to 2.11.1 (no change)