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 f8d4566..1ed445a 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 46a3be585582788721c3533eb25226787cbd4359 +%global gh_commit 43fa8b0a02376cfe3209a91140bc97e94cd62d6e %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.4 +Version: 3.3.5 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -281,6 +281,9 @@ exit $ret %changelog +* Tue Sep 20 2022 Remi Collet <remi@remirepo.net> - 3.3.5-1 +- update to 3.3.5 + * Tue Sep 20 2022 Remi Collet <remi@remirepo.net> - 3.3.4-1 - update to 3.3.4 |