summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-09 07:46:07 +0200
committerRemi Collet <remi@php.net>2022-06-09 07:46:07 +0200
commit5489c1f9cdc0711bbee954d33db8a54aae8df9ec (patch)
tree6d1fac161a90bf4dc4d25c2dbc4a356d0e4cdc24
parent4e4d6493160e92d60d4217a8db42a03f415508fa (diff)
update to 4.5.2
-rw-r--r--php-laminas-code4.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-laminas-code4.spec b/php-laminas-code4.spec
index 3d21ca4..65c64a4 100644
--- a/php-laminas-code4.spec
+++ b/php-laminas-code4.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-laminas-code4
#
-# Copyright (c) 2015-2021 Remi Collet
+# Copyright (c) 2015-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 6fd96d4d913571a2cd056a27b123fa28cb90ac4e
+%global gh_commit da01fb74c08f37e20e7ae49f1e3ee09aa401ebad
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-code
@@ -23,7 +23,7 @@
%endif
Name: php-%{gh_project}%{major}
-Version: 4.5.1
+Version: 4.5.2
Release: 1%{?dist}
Summary: Laminas Framework %{library} component
@@ -134,8 +134,7 @@ require_once '%{buildroot}%{php_home}/%{namespace}/%{library}%{major}/autoload.p
EOF
ret=0
-# TODO php81 (1 failure)
-for cmd in php php74 php80 php81; do
+for cmd in php php74 php80 php81 php82; do
if which $cmd; then
$cmd %{_bindir}/phpunit9 --verbose || ret=1
fi
@@ -157,6 +156,9 @@ exit $ret
%changelog
+* Thu Jun 9 2022 Remi Collet <remi@remirepo.net> - 4.5.2-1
+- update to 4.5.2
+
* Mon Dec 20 2021 Remi Collet <remi@remirepo.net> - 4.5.1-1
- update to 4.5.1