From 0b03b2fedab8236954544c00b3ec8643f2a7736f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Jan 2022 14:15:33 +0100 Subject: update to 2.19.0 --- php-laminas-view.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-laminas-view.spec') diff --git a/php-laminas-view.spec b/php-laminas-view.spec index 6f5957c..bd4bbc9 100644 --- a/php-laminas-view.spec +++ b/php-laminas-view.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 196589217721163f950f8c5d6ae5a25337e78216 +%global gh_commit 8ffe5d28aea1b1b071ac55d93b5399847ee1a26d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-view @@ -18,7 +18,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.18.0 +Version: 2.19.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -55,7 +55,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 # "laminas/laminas-http": "^2.15", # "laminas/laminas-i18n": "^2.6", # "laminas/laminas-modulemanager": "^2.7.1", -# "laminas/laminas-mvc": "^2.7.14 || ^3.0", +# "laminas/laminas-mvc": "^3.0", # "laminas/laminas-mvc-i18n": "^1.1", # "laminas/laminas-mvc-plugin-flashmessenger": "^1.5.0", # "laminas/laminas-navigation": "^2.13.1", @@ -320,6 +320,9 @@ exit $ret %changelog +* Tue Jan 11 2022 Remi Collet - 2.19.0-1 +- update to 2.19.0 + * Mon Jan 10 2022 Remi Collet - 2.18.0-1 - update to 2.18.0 - raise dependency on PHP 7.4 -- cgit