diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-06 09:39:35 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-06 09:39:35 +0100 |
commit | 6a044136271dd5e08ae2f27c8e5e82fa1277061f (patch) | |
tree | 351c0a35652059f93d7ee65838850b70909cc209 | |
parent | 2cf7b111baabfe3b25d45fc91f576f82151ca82a (diff) |
update to 3.16.1
-rw-r--r-- | php-laminas-stdlib.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 3.16.1-1 +- update to 3.16.1 + * Thu Dec 1 2022 Remi Collet <remi@remirepo.net> - 3.16.0-1 - update to 3.16.0 |