From 0ce1f601ddb2c33b4f7a7b8a4143d301541562aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Oct 2019 09:23:29 +0200 Subject: - add patch for PHP 7.4 from https://github.com/sabre-io/vobject/pull/469 --- php-sabre-vobject4.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php-sabre-vobject4.spec') 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 - 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 - 4.2.0-2 - fix autoloader for sabre/xml version 2 -- cgit