summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-05 10:23:12 +0200
committerRemi Collet <remi@remirepo.net>2020-10-05 10:23:12 +0200
commit816114a4f472f020113817f24da457db3d50f374 (patch)
tree3992390bec22b0e578404c10b9e6ed1dca6353d5
parentcfb23785918c99300a83158bac33d9463f34dd1c (diff)
v4.3.2
-rw-r--r--composer.json2
-rw-r--r--php-sabre-vobject4.spec12
2 files changed, 9 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index d4fa56a..05524d2 100644
--- a/composer.json
+++ b/composer.json
@@ -32,7 +32,7 @@
"homepage" : "http://sabre.io/vobject/",
"license" : "BSD-3-Clause",
"require" : {
- "php" : "^7.1",
+ "php" : "^7.1 || ^8.0",
"ext-mbstring" : "*",
"sabre/xml" : "^2.1"
},
diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec
index c6a4c86..932b6ae 100644
--- a/php-sabre-vobject4.spec
+++ b/php-sabre-vobject4.spec
@@ -7,14 +7,15 @@
# Please, preserve the changelog entries
#
+%bcond_without tests
+
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit a7feca8311462e5da16952454e420b92c20d3586
+%global gh_commit e17daaf92a12d39e93ab404929673573e3bb85bf
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sabre-io
%global gh_project vobject
-%bcond_without tests
%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8
%global with_cmd 1
@@ -24,7 +25,7 @@
Name: php-sabre-vobject4
Summary: Library to parse and manipulate iCalendar and vCard objects
-Version: 4.3.1
+Version: 4.3.2
Release: 1%{?dist}
URL: http://sabre.io/vobject/
@@ -61,7 +62,7 @@ BuildRequires: php-composer(fedora/autoloader)
%endif
# From composer.json, "require"
-# "php" : "^7.1",
+# "php" : "^7.1 || ^8.0",
# "ext-mbstring" : "*",
# "sabre/xml" : "^2.1"
Requires: php(language) >= 7.1
@@ -162,6 +163,9 @@ exit $ret
%endif
%changelog
+* Mon Oct 5 2020 Remi Collet <remi@remirepo.net> - 4.3.2-1
+- update to 4.3.2
+
* Mon Jul 13 2020 Remi Collet <remi@remirepo.net> - 4.3.1-1
- update to 4.3.1