From dbb893bf1793cca6e7590daaaf3eb59a80c01b25 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Jun 2023 15:46:51 +0200 Subject: update to 2.2.6 --- php-sabre-xml2.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-sabre-xml2.spec b/php-sabre-xml2.spec index e9c1252..cb5d247 100644 --- a/php-sabre-xml2.spec +++ b/php-sabre-xml2.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit a6af111850e7536d200d9637c34885cd3c77a86c +%global gh_commit 9cde7cdab1e50893cc83b037b40cd47bfde42a2b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project xml @@ -24,11 +24,11 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: XML library that you may not hate -Version: 2.2.5 +Version: 2.2.6 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} -License: BSD +License: BSD-3-Clause # Git snapshot with tests, because of .gitattributes Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -145,7 +145,7 @@ cd tests : Run upstream test suite against installed library ret=0 -for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do +for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} || ret=1 @@ -167,6 +167,9 @@ exit $ret %changelog +* Wed Jun 28 2023 Remi Collet - 2.2.6-1 +- update to 2.2.6 + * Thu Nov 4 2021 Remi Collet - 2.2.5-1 - update to 2.2.5 -- cgit