diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-01 15:03:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-01 15:03:04 +0200 |
commit | d863cbfda59b120da6a49ecb9ad2f38579d8cc14 (patch) | |
tree | 4e6f84e787409540bf9bced95232afeb3b93b72f | |
parent | 0cf61260ae95548465a201460569adf9a6cb87cb (diff) |
update to 3.4.1
-rw-r--r-- | php-laminas-form3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-form3.spec b/php-laminas-form3.spec index 15f0e15..afac746 100644 --- a/php-laminas-form3.spec +++ b/php-laminas-form3.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 0ca41651cee8486cef68b6e0281ef9be99379c78 +%global gh_commit cd3f9d3e345b075d34793e46b0759a4dfd12f674 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-form @@ -20,7 +20,7 @@ %bcond_without tests Name: php-%{gh_project}%{major} -Version: 3.4.0 +Version: 3.4.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component version %{major} @@ -249,6 +249,9 @@ exit $ret %changelog +* Mon Aug 1 2022 Remi Collet <remi@remirepo.net> - 3.4.1-1 +- update to 3.4.1 + * Thu Jul 28 2022 Remi Collet <remi@remirepo.net> - 3.4.0-1 - update to 3.4.0 |