diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-20 17:35:06 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-20 17:35:06 +0200 |
commit | 6c0772affee3596fb92a5d357855c827ab01f9dd (patch) | |
tree | dc1616514cef215fc38171b533b19b5c1da2e5e2 | |
parent | 371d91b6d898e03a2cecd73db9c6c7d114cd29bd (diff) |
update to 3.3.5
-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 |