From 7d9e60635b1301814ef4ba003ad27422513ca123 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Oct 2020 10:09:20 +0200 Subject: v2.2.3 --- composer.json | 2 +- php-sabre-xml2.spec | 9 ++++++--- 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 - 2.2.3-1 +- update to 2.2.3 + * Mon May 11 2020 Remi Collet - 2.2.1-1 - update to 2.2.1 -- cgit