diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-08 09:44:03 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-08 09:44:03 +0100 |
commit | 706dcd90756dd142eca9ff5ec050aa09221a27bb (patch) | |
tree | 848d8c0017eda841adb3c3f273dc12ca5b6cf8fb | |
parent | 1638d788789f249ba20035b46099e0425263f411 (diff) |
update to 3.6.2
-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 8eef0b8..b4c76cd 100644 --- a/php-laminas-stdlib.spec +++ b/php-laminas-stdlib.spec @@ -13,7 +13,7 @@ %bcond_without tests %endif -%global gh_commit db581851a092246ad99e12d4fddf105184924c71 +%global gh_commit 6fe0842909638ca6bea8401b7e8168fb154bffb5 %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.1 +Version: 3.6.2 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -175,6 +175,9 @@ exit $ret %changelog +* Wed Dec 8 2021 Remi Collet <remi@remirepo.net> - 3.6.2-1 +- update to 3.6.2 + * Wed Nov 10 2021 Remi Collet <remi@remirepo.net> - 3.6.1-1 - update to 3.6.1 |