From d31d809ade982896132ca3f47b47aa530eec940f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Nov 2022 14:45:23 +0100 Subject: update to 3.7.0 --- php-laminas-form3.spec | 7 +++++-- 1 file 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 - 3.7.0-1 +- update to 3.7.0 + * Mon Nov 21 2022 Remi Collet - 3.6.0-1 - update to 3.6.0 -- cgit