summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-08 07:34:45 +0200
committerRemi Collet <remi@php.net>2022-07-08 07:34:45 +0200
commit07726a2a42798a4606571e795a5e1c9f158c6d17 (patch)
tree428c1f799ca6ac0e3e3fc5a12a9530ac260675bd
parent30e8f2d9b4de9cc65c507b1cdf563f3183730831 (diff)
update to 3.14.0
-rw-r--r--php-laminas-servicemanager.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-servicemanager.spec b/php-laminas-servicemanager.spec
index 29eb49c..ad0eb17 100644
--- a/php-laminas-servicemanager.spec
+++ b/php-laminas-servicemanager.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 6f96556ee314f9e0d57d83967c0087332836c31d
+%global gh_commit 918de970b2c3d42acebff3d431d76db52b6a32a2
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-servicemanager
@@ -22,7 +22,7 @@
%endif
Name: php-%{gh_project}
-Version: 3.13.0
+Version: 3.14.0
Release: 1%{?dist}
Summary: Laminas Framework %{library} component
@@ -196,7 +196,7 @@ EOF
rm test/ContainerTest.php
ret=0
-for cmd in php php74 php80 php81; do
+for cmd in php php74 php80 php81 php82; do
if which $cmd; then
$cmd %{_bindir}/phpunit9 --verbose || ret=1
fi
@@ -225,6 +225,9 @@ exit $ret
%changelog
+* Fri Jul 8 2022 Remi Collet <remi@remirepo.net> - 3.14.0-1
+- update to 3.14.0
+
* Wed Jun 29 2022 Remi Collet <remi@remirepo.net> - 3.13.0-1
- update to 3.13.0