summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-28 15:46:51 +0200
committerRemi Collet <remi@php.net>2023-06-28 15:46:51 +0200
commitdbb893bf1793cca6e7590daaaf3eb59a80c01b25 (patch)
treecd9bbcf80a2ef50e592b9bed12898c7488e4e37d
parent82d3a268f5c897caba8bf90da195d4fb32b4c6dc (diff)
update to 2.2.6
-rw-r--r--php-sabre-xml2.spec11
1 files 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 <remi@remirepo.net> - 2.2.6-1
+- update to 2.2.6
+
* Thu Nov 4 2021 Remi Collet <remi@remirepo.net> - 2.2.5-1
- update to 2.2.5