summaryrefslogtreecommitdiffstats
path: root/php-sabre-vobject4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-sabre-vobject4.spec')
-rw-r--r--php-sabre-vobject4.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec
index 8878d0f..8784d78 100644
--- a/php-sabre-vobject4.spec
+++ b/php-sabre-vobject4.spec
@@ -25,7 +25,7 @@
Name: php-sabre-vobject4
Summary: Library to parse and manipulate iCalendar and vCard objects
Version: 4.2.0
-Release: 2%{?dist}
+Release: 4%{?dist}
URL: http://sabre.io/vobject/
License: BSD
@@ -34,6 +34,7 @@ Source1: %{name}-autoload.php
# replace composer autloader
Patch0: %{name}-bin.patch
+Patch1: https://patch-diff.githubusercontent.com/raw/sabre-io/vobject/pull/469.patch
BuildArch: noarch
%if %{with_tests}
@@ -102,6 +103,7 @@ Autoloader: %{_datadir}/php/Sabre/VObject4/autoload.php
%setup -q -n %{gh_project}-%{gh_commit}
%patch0 -p1 -b .rpm
+%patch1 -p1 -b .pr469
cp %{SOURCE1} lib/autoload.php
@@ -155,6 +157,10 @@ exit $ret
%endif
%changelog
+* Mon Oct 9 2019 Remi Collet <remi@remirepo.net> - 4.2.0-4
+- add patch for PHP 7.4 from
+ https://github.com/sabre-io/vobject/pull/469
+
* Mon Jul 1 2019 Remi Collet <remi@remirepo.net> - 4.2.0-2
- fix autoloader for sabre/xml version 2