From c0370d7d739c0a34099bb5e937ab07deb44d6805 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jun 2022 07:48:15 +0200 Subject: update to 2.12.1 --- php-laminas-dom.spec | 11 +++++++---- 1 file 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 - 2.12.1-1 +- update to 2.12.1 + * Tue Dec 14 2021 Remi Collet - 2.12.0-1 - update to 2.12.0 - raise dependency on PHP 7.4 -- cgit