From a0501359063c7803368fbba642da71e4b4d88a4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Mar 2023 09:34:27 +0200 Subject: update to 3.10.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 7c7ec52..36518e0 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 91dd0e884c0dacb28922166b3ec9a400bd6e8b47 +%global gh_commit 3c32741b068c35e05dcbeddea2d289ed59c1046c %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.10.0 +Version: 3.10.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component version %{major} @@ -249,6 +249,9 @@ exit $ret %changelog +* Tue Mar 28 2023 Remi Collet - 3.10.1-1 +- update to 3.10.1 + * Tue Mar 21 2023 Remi Collet - 3.10.0-1 - update to 3.10.0 - raise dependency on PHP 8.1 -- cgit