summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-11-03 08:07:55 +0100
committerRemi Collet <remi@php.net>2022-11-03 08:07:55 +0100
commitde5d1f08743bd625793cc80b150674e91378e987 (patch)
tree74996c02b5e09a43c0ad4f6aa04dea3743757414
parenta3137d4599ba9bfaa3eb55d007828482419e802b (diff)
update to 3.5.1
-rw-r--r--php-laminas-form3.spec7
1 files 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 <remi@remirepo.net> - 3.5.1-1
+- update to 3.5.1
+
* Fri Oct 14 2022 Remi Collet <remi@remirepo.net> - 3.5.0-1
- update to 3.5.0
- raise dependency on PHP 8.0