From 79bab8e84cd25c4ec072a0d6c1faf03fe0332a1c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Oct 2017 13:29:21 +0100 Subject: fix FTBFS fro mKoschei, add patch for test from https://github.com/sabre-io/vobject/pull/395 --- php-sabre-vobject4.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-sabre-vobject4.spec') diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index 09b4b4c..683a55d 100644 --- a/php-sabre-vobject4.spec +++ b/php-sabre-vobject4.spec @@ -21,7 +21,7 @@ Name: php-sabre-vobject4 Summary: Library to parse and manipulate iCalendar and vCard objects Version: 4.1.3 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://sabre.io/vobject/ License: BSD @@ -31,6 +31,7 @@ Source1: %{name}-autoload.php # replace composer autloader Patch0: %{name}-bin.patch +Patch1: https://patch-diff.githubusercontent.com/raw/sabre-io/vobject/pull/395.patch BuildArch: noarch %if %{with_tests} @@ -90,6 +91,8 @@ Autoloader: %{_datadir}/php/Sabre/VObject4/autoload.php %setup -q -n %{gh_project}-%{gh_commit} %patch0 -p1 -b .rpm +%patch1 -p1 -b .pr395 + cp %{SOURCE1} lib/autoload.php @@ -142,6 +145,10 @@ exit $ret %endif %changelog +* Mon Oct 30 2017 Remi Collet - 4.1.3-2 +- fix FTBFS fro mKoschei, add patch for test from + https://github.com/sabre-io/vobject/pull/395 + * Thu Oct 19 2017 Remi Collet - 4.1.3-1 - Update to 4.1.3 - sources from https://github.com/sabre-io/vobject -- cgit