From 6eabc918cceae0e617947ec1a792f5824eab3bfe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Jan 2022 08:39:05 +0100 Subject: update to 1.6.7 --- php-theseer-fDOMDocument.spec | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'php-theseer-fDOMDocument.spec') diff --git a/php-theseer-fDOMDocument.spec b/php-theseer-fDOMDocument.spec index 0e38f5b..e9a72af 100644 --- a/php-theseer-fDOMDocument.spec +++ b/php-theseer-fDOMDocument.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-theseer-fDOMDocument # -# Copyright (c) 2013-2021 Remi Collet +# Copyright (c) 2013-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 6e8203e40a32a9c770bcb62fe37e68b948da6dca +%global gh_commit 5cddd4f9076a9a2b85c5135935bba2dcb3ed7574 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner theseer %global gh_project fDOMDocument @@ -16,8 +16,8 @@ %global pear_channel pear.netpirates.net Name: php-theseer-fDOMDocument -Version: 1.6.6 -Release: 11%{?dist} +Version: 1.6.7 +Release: 1%{?dist} Summary: An Extension to PHP standard DOM License: BSD @@ -72,14 +72,7 @@ cp -pr src %{buildroot}%{php_home}/%{gh_project} %check ret=0 -: for phpunit8/9 -find tests -name \*.php \ - -exec sed \ - -e 's/function setUp()/function setUp():void/' \ - -e 's/function tearDown()/function tearDown():void/' \ - -i {} \; - -for cmd in "php %{phpunit}" php73 php74 php80; do +for cmd in "php %{phpunit}" php74 php80 php81; do if which $cmd; then set $cmd $1 ${2:-%{_bindir}/phpunit8} \ @@ -105,6 +98,9 @@ fi %changelog +* Wed Jan 26 2022 Remi Collet - 1.6.7-1 +- update to 1.6.7 + * Fri Mar 26 2021 Remi Collet - 1.6.6-11 - switch to phpunit8 -- cgit