From 5efec6b60ed2206aae9b532f02f2790105ddcdf8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Jul 2022 17:01:38 +0200 Subject: update to 2.22.0 --- php-laminas-view.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-laminas-view.spec') diff --git a/php-laminas-view.spec b/php-laminas-view.spec index 174bf43..767ed68 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 4145f10db72ebfe34d11bc3b6a298aa62ad9533f +%global gh_commit ae32391bdec45ca9fc73dd0882cd7301ab07ecf3 %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.21.0 +Version: 2.22.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -67,7 +67,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 # "phpspec/prophecy": "^1.12", # "phpspec/prophecy-phpunit": "^2.0", # "phpunit/phpunit": "^9.5.5", -# "psalm/plugin-phpunit": "^0.16.1", +# "psalm/plugin-phpunit": "^0.17.0", # "vimeo/psalm": "^4.10" BuildRequires: (php-autoloader(%{gh_owner}/laminas-authentication) >= 2.5 with php-autoloader(%{gh_owner}/laminas-authentication) < 3) BuildRequires: (php-autoloader(%{gh_owner}/laminas-console) >= 2.6 with php-autoloader(%{gh_owner}/laminas-console) < 3) @@ -309,6 +309,7 @@ rm -r test/Helper* : upstream test suite ret=0 +# TODO: php82 for cmd in php php74 php80 php81; do if which $cmd; then $cmd %{_bindir}/phpunit9 \ @@ -333,6 +334,9 @@ exit $ret %changelog +* Tue Jul 19 2022 Remi Collet - 2.22.0-1 +- update to 2.22.0 + * Mon Jul 11 2022 Remi Collet - 2.21.0-1 - update to 2.21.0 - raise dependency on laminas-servicemanager 3.14.0 -- cgit