summaryrefslogtreecommitdiffstats
path: root/php-laminas-servicemanager.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-laminas-servicemanager.spec')
-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