From 07726a2a42798a4606571e795a5e1c9f158c6d17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Jul 2022 07:34:45 +0200 Subject: update to 3.14.0 --- php-laminas-servicemanager.spec | 9 ++++++--- 1 file 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 - 3.14.0-1 +- update to 3.14.0 + * Wed Jun 29 2022 Remi Collet - 3.13.0-1 - update to 3.13.0 -- cgit