diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-09 10:17:56 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-09 10:17:56 +0100 |
commit | cde3aece1b892970991027fd300ccf42f17c1c4d (patch) | |
tree | e8678f3900cece1c8c8ab12046ab9caf6565cc45 | |
parent | e61c8a54a7f10de70c0c312219565c2fdaa89f7f (diff) |
update to 3.3.2
-rw-r--r-- | php-laminas-mvc.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-mvc.spec b/php-laminas-mvc.spec index 0146057..d26d0f8 100644 --- a/php-laminas-mvc.spec +++ b/php-laminas-mvc.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit e00129958df85fb071e1ff5c931d01df05485c7f +%global gh_commit 16bb3bc6bed6cc42ef4d2e5e7dc4a5c97841c6a2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-mvc @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 3.3.1 +Version: 3.3.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -286,6 +286,9 @@ exit $ret %changelog +* Wed Feb 9 2022 Remi Collet <remi@remirepo.net> - 3.3.2-1 +- update to 3.3.2 + * Thu Feb 3 2022 Remi Collet <remi@remirepo.net> - 3.3.1-1 - update to 3.3.1 |