From b29a4ba37596ee2761eb7814b845912ec6f4d099 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Dec 2021 10:31:39 +0100 Subject: update to 1.5.0 (no change) --- php-laminas-mvc-plugin-prg.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-laminas-mvc-plugin-prg.spec') diff --git a/php-laminas-mvc-plugin-prg.spec b/php-laminas-mvc-plugin-prg.spec index f06ed01..641c170 100644 --- a/php-laminas-mvc-plugin-prg.spec +++ b/php-laminas-mvc-plugin-prg.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 054b0a4c69d095de64869652ac24be89213f8d8f +%global gh_commit f35eb80cbe8c0e1a5d8966e3b0a24fbaeb902f56 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-mvc-plugin-prg @@ -24,7 +24,7 @@ %endif Name: php-%{gh_project} -Version: 1.4.0 +Version: 1.5.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library}/%{subproj}/%{subsubp} component @@ -60,7 +60,7 @@ BuildRequires: phpunit9 >= 9.3 BuildRequires: php-fedora-autoloader-devel # From composer, "require": { -# "php": "^7.3 || ~8.0.0", +# "php": "^7.3 || ~8.0.0 || ~8.1.0", # "laminas/laminas-mvc": "^3.0", # "laminas/laminas-session": "^2.8.5", # "laminas/laminas-stdlib": "^3.3" @@ -178,6 +178,9 @@ exit $ret %changelog +* Thu Dec 16 2021 Remi Collet - 1.5.0-1 +- update to 1.5.0 (no change) + * Tue Dec 7 2021 Remi Collet - 1.4.0-1 - update to 1.4.0 - keep compatibility using laminas-zendframework-bridge -- cgit