summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-05 10:09:20 +0200
committerRemi Collet <remi@remirepo.net>2020-10-05 10:09:20 +0200
commit7d9e60635b1301814ef4ba003ad27422513ca123 (patch)
tree111e34e876e50caf3e588a56251f42ca8b37c6ef
parent4ca2120ed076e159f0385c62c38889bdbd0763f9 (diff)
v2.2.3
-rw-r--r--composer.json2
-rw-r--r--php-sabre-xml2.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 40abe14..b54cf19 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
"homepage" : "https://sabre.io/xml/",
"license" : "BSD-3-Clause",
"require" : {
- "php" : "^7.1",
+ "php" : "^7.1 || ^8.0",
"ext-xmlwriter" : "*",
"ext-xmlreader" : "*",
"ext-dom" : "*",
diff --git a/php-sabre-xml2.spec b/php-sabre-xml2.spec
index 37dcf1c..3a88eb1 100644
--- a/php-sabre-xml2.spec
+++ b/php-sabre-xml2.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
# Github
-%global gh_commit 41c6ba148966b10cafd31d1a4e5feb1e2138d95c
+%global gh_commit c3b959f821c19b36952ec4a595edd695c216bfc6
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sabre-io
%global gh_project xml
@@ -22,7 +22,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Summary: XML library that you may not hate
-Version: 2.2.1
+Version: 2.2.3
Release: 1%{?dist}
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -56,7 +56,7 @@ BuildRequires: phpunit8 >= 8.5
BuildRequires: php-fedora-autoloader-devel
# From composer.json, "require" : {
-# "php" : "^7.1",
+# "php" : "^7.1 || ^8.0",
# "ext-xmlwriter" : "*",
# "ext-xmlreader" : "*",
# "ext-dom" : "*",
@@ -155,6 +155,9 @@ exit $ret
%changelog
+* Mon Oct 5 2020 Remi Collet <remi@remirepo.net> - 2.2.3-1
+- update to 2.2.3
+
* Mon May 11 2020 Remi Collet <remi@remirepo.net> - 2.2.1-1
- update to 2.2.1