From 30e8f2d9b4de9cc65c507b1cdf563f3183730831 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jun 2022 12:03:47 +0200 Subject: update to 3.13.0 --- php-laminas-servicemanager.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-laminas-servicemanager.spec') diff --git a/php-laminas-servicemanager.spec b/php-laminas-servicemanager.spec index 15f4c4e..29eb49c 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 05ac4b1fb1fe9333313eeafced9b6c7946589487 +%global gh_commit 6f96556ee314f9e0d57d83967c0087332836c31d %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.12.0 +Version: 3.13.0 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -225,6 +225,9 @@ exit $ret %changelog +* Wed Jun 29 2022 Remi Collet - 3.13.0-1 +- update to 3.13.0 + * Thu Jun 16 2022 Remi Collet - 3.12.0-1 - update to 3.12.0 - drop dependency on container-interop/container-interop -- cgit