summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-09 07:48:15 +0200
committerRemi Collet <remi@php.net>2022-06-09 07:48:15 +0200
commitc0370d7d739c0a34099bb5e937ab07deb44d6805 (patch)
treecb9752ce584b0b881d305e0f26e81a9de273cb0d
parent08cf0d4b15c6732d22c6e860b920a76202342189 (diff)
update to 2.12.1
-rw-r--r--php-laminas-dom.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-laminas-dom.spec b/php-laminas-dom.spec
index 3b910f2..50987e2 100644
--- a/php-laminas-dom.spec
+++ b/php-laminas-dom.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-laminas-dom
#
-# 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 5e8571a85a231807c6f8f00cab404de500d488ba
+%global gh_commit 8cc95ab8843edce65c2b0e77d8f811daff3e4295
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-dom
@@ -22,7 +22,7 @@
%endif
Name: php-%{gh_project}
-Version: 2.12.0
+Version: 2.12.1
Release: 1%{?dist}
Summary: Laminas Framework %{library} component
@@ -136,7 +136,7 @@ EOF
: upstream test suite
ret=0
-for cmdarg in "php %{phpunit}" php74 php80 php81; do
+for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1
@@ -166,6 +166,9 @@ exit $ret
%changelog
+* Thu Jun 9 2022 Remi Collet <remi@remirepo.net> - 2.12.1-1
+- update to 2.12.1
+
* Tue Dec 14 2021 Remi Collet <remi@remirepo.net> - 2.12.0-1
- update to 2.12.0
- raise dependency on PHP 7.4