From de5d1f08743bd625793cc80b150674e91378e987 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Nov 2022 08:07:55 +0100 Subject: update to 3.5.1 --- 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 decae6d..6f09b4e 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 477695ffff0bc468f73cb695d4268538e90036b5 +%global gh_commit 1563142cbf35972106e3404d4dd5cfdd48856b51 %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.5.0 +Version: 3.5.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component version %{major} @@ -245,6 +245,9 @@ exit $ret %changelog +* Thu Nov 3 2022 Remi Collet - 3.5.1-1 +- update to 3.5.1 + * Fri Oct 14 2022 Remi Collet - 3.5.0-1 - update to 3.5.0 - raise dependency on PHP 8.0 -- cgit