diff options
Diffstat (limited to 'php-laminas-mvc.spec')
-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 |