diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-18 08:04:51 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-18 08:04:51 +0200 |
commit | c3211892f69508dc653672ebbe06531325af287e (patch) | |
tree | 6287b552b3820c48d064c512951e0dda17c876c4 /php-laminas-view.spec | |
parent | 5efec6b60ed2206aae9b532f02f2790105ddcdf8 (diff) |
update to 2.22.1
Diffstat (limited to 'php-laminas-view.spec')
-rw-r--r-- | php-laminas-view.spec | 9 |
1 files 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 <remi@remirepo.net> - 2.22.1-1 +- update to 2.22.1 + * Tue Jul 19 2022 Remi Collet <remi@remirepo.net> - 2.22.0-1 - update to 2.22.0 |