diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-03 10:40:30 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-03 10:40:30 +0100 |
commit | b8aa09bca5a4f5243780a7c722e4c01fb41dfc52 (patch) | |
tree | 84d9f43f8a017cb43737ec9394da6ab7b9b6afb8 | |
parent | 706dcd90756dd142eca9ff5ec050aa09221a27bb (diff) |
update to 3.6.4
-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 |