diff options
-rw-r--r-- | php-laminas-stdlib.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-stdlib.spec b/php-laminas-stdlib.spec index b4c76cd..ff8a008 100644 --- a/php-laminas-stdlib.spec +++ b/php-laminas-stdlib.spec @@ -1,6 +1,6 @@ # remirepo/Fedora spec file for php-laminas-stdlib # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -13,7 +13,7 @@ %bcond_without tests %endif -%global gh_commit 6fe0842909638ca6bea8401b7e8168fb154bffb5 +%global gh_commit 830a36d93aeaf06e540e90ec031babb3c6eafadb %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.6.2 +Version: 3.6.4 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -175,6 +175,9 @@ exit $ret %changelog +* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 3.6.4-1 +- update to 3.6.4 + * Wed Dec 8 2021 Remi Collet <remi@remirepo.net> - 3.6.2-1 - update to 3.6.2 |