From 6a044136271dd5e08ae2f27c8e5e82fa1277061f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Dec 2022 09:39:35 +0100 Subject: update to 3.16.1 --- php-laminas-stdlib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-laminas-stdlib.spec') diff --git a/php-laminas-stdlib.spec b/php-laminas-stdlib.spec index 9761319..0dc74bc 100644 --- a/php-laminas-stdlib.spec +++ b/php-laminas-stdlib.spec @@ -13,7 +13,7 @@ %bcond_without tests %endif -%global gh_commit 0880e3dd88eca01eeda9dfdb5a05c38e56902c2c +%global gh_commit f4f773641807c7ccee59b758bfe4ac4ba33ecb17 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-stdlib @@ -23,7 +23,7 @@ %global library Stdlib Name: php-%{gh_project} -Version: 3.16.0 +Version: 3.16.1 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -175,6 +175,9 @@ exit $ret %changelog +* Tue Dec 6 2022 Remi Collet - 3.16.1-1 +- update to 3.16.1 + * Thu Dec 1 2022 Remi Collet - 3.16.0-1 - update to 3.16.0 -- cgit