From 4af31411642e34bc3e5bafca79bfaad20b64d4d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Apr 2024 14:44:52 +0200 Subject: update to 2.2.7 --- php-sabre-xml2.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-sabre-xml2.spec b/php-sabre-xml2.spec index cb5d247..ee37672 100644 --- a/php-sabre-xml2.spec +++ b/php-sabre-xml2.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-sabre-xml2 # -# Copyright (c) 2016-2020 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2016-2024 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 9cde7cdab1e50893cc83b037b40cd47bfde42a2b +%global gh_commit f1d53d55976bbd4cf3e640dda6ebc31120c71a4e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project xml @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: XML library that you may not hate -Version: 2.2.6 +Version: 2.2.7 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -145,7 +145,7 @@ cd tests : Run upstream test suite against installed library ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} || ret=1 @@ -167,6 +167,9 @@ exit $ret %changelog +* Thu Apr 18 2024 Remi Collet - 2.2.7-1 +- update to 2.2.7 + * Wed Jun 28 2023 Remi Collet - 2.2.6-1 - update to 2.2.6 -- cgit