diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-21 14:45:23 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-21 14:45:23 +0100 |
commit | d31d809ade982896132ca3f47b47aa530eec940f (patch) | |
tree | 9d2e3aff70da0638185402af6956ff08077b9d06 | |
parent | 5c7cc0abe0f13ca8aea21ec9b4f2e6b4c454be26 (diff) |
update to 3.7.0
-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 9fabc11..9100251 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 e6d71e87d31f583aafe3644a7680de72d1f81ea5 +%global gh_commit 44b038052135abdd4fb23918c6168e5bb34de44c %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.6.0 +Version: 3.7.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component version %{major} @@ -245,6 +245,9 @@ exit $ret %changelog +* Mon Nov 21 2022 Remi Collet <remi@remirepo.net> - 3.7.0-1 +- update to 3.7.0 + * Mon Nov 21 2022 Remi Collet <remi@remirepo.net> - 3.6.0-1 - update to 3.6.0 |