diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-10 09:28:43 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-10 09:28:43 +0200 |
commit | a6cc77d200a3662bda6089390e1b0c2cf87bfba7 (patch) | |
tree | 626460427527fe9bebc009b76f076c02019120a6 /php-laminas-code4.spec | |
parent | 05d70d1f0866491ebe2c306a71c0a1798e458cb3 (diff) |
update to 4.2.2
Diffstat (limited to 'php-laminas-code4.spec')
-rw-r--r-- | php-laminas-code4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-code4.spec b/php-laminas-code4.spec index a098dba..10d58a3 100644 --- a/php-laminas-code4.spec +++ b/php-laminas-code4.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit a1e7f8b6467ac7f277b8e027e8537fa13664a8d8 +%global gh_commit 3cbdf2e23e6df1d1beecb5708560c8f6a8115bf9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-code @@ -23,7 +23,7 @@ %endif Name: php-%{gh_project}%{major} -Version: 4.2.1 +Version: 4.2.2 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -163,6 +163,9 @@ exit $ret %changelog +* Mon May 10 2021 Remi Collet <remi@remirepo.net> - 4.2.2-1 +- update to 4.2.2 + * Wed Apr 28 2021 Remi Collet <remi@remirepo.net> - 4.2.1-1 - update to 4.2.1 |