From cb0c6ecaab57af10344888986987949747ea1dac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 Jan 2022 11:00:37 +0100 Subject: update to 1.3.1 (no change) --- php-laminas-mvc-plugin-fileprg.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-laminas-mvc-plugin-fileprg.spec b/php-laminas-mvc-plugin-fileprg.spec index d0ddea9..f344570 100644 --- a/php-laminas-mvc-plugin-fileprg.spec +++ b/php-laminas-mvc-plugin-fileprg.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 8c795ed57b83858ea032a44045a6642b05c27ee6 +%global gh_commit 28b9cbb4a656e3b618a70776b100906ca6fe8810 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-mvc-plugin-fileprg @@ -24,7 +24,7 @@ %endif Name: php-%{gh_project} -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library}/%{subproj}/%{subsubp} component @@ -81,7 +81,7 @@ Requires: php(language) >= 7.3 # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 Requires: (php-autoloader(%{gh_owner}/laminas-filter) >= 2.13.1 with php-autoloader(%{gh_owner}/laminas-filter) < 3) -Requires: (php-autoloader(%{gh_owner}/laminas-form) >= 3.1 with php-autoloader(%{gh_owner}/laminas-form) < 3) +Requires: (php-autoloader(%{gh_owner}/laminas-form) >= 3.1 with php-autoloader(%{gh_owner}/laminas-form) < 4) Requires: (php-autoloader(%{gh_owner}/laminas-inputfilter) >= 2.13 with php-autoloader(%{gh_owner}/laminas-inputfilter) < 3) Requires: (php-autoloader(%{gh_owner}/laminas-mvc) >= 3.3 with php-autoloader(%{gh_owner}/laminas-mvc) < 4) Requires: (php-autoloader(%{gh_owner}/laminas-session) >= 2.12 with php-autoloader(%{gh_owner}/laminas-session) < 3) @@ -214,6 +214,9 @@ exit $ret %changelog +* Mon Jan 31 2022 Remi Collet - 1.3.1-1 +- update to 1.3.1 (no change) + * Thu Jan 6 2022 Remi Collet - 1.3.0-1 - update to 1.3.0 - keep compatibility using laminas-zendframework-bridge -- cgit