From c3211892f69508dc653672ebbe06531325af287e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Aug 2022 08:04:51 +0200 Subject: update to 2.22.1 --- php-laminas-view.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-laminas-view.spec b/php-laminas-view.spec index 767ed68..41b3cb6 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 ae32391bdec45ca9fc73dd0882cd7301ab07ecf3 +%global gh_commit dd4f49fccdc45ce9c39ec03b533d86f0ace62345 %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.22.0 +Version: 2.22.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -309,7 +309,7 @@ rm -r test/Helper* : upstream test suite ret=0 -# TODO: php82 +# TODO: php82 (dynamic properties) for cmd in php php74 php80 php81; do if which $cmd; then $cmd %{_bindir}/phpunit9 \ @@ -334,6 +334,9 @@ exit $ret %changelog +* Thu Aug 18 2022 Remi Collet - 2.22.1-1 +- update to 2.22.1 + * Tue Jul 19 2022 Remi Collet - 2.22.0-1 - update to 2.22.0 -- cgit