summaryrefslogtreecommitdiffstats
path: root/php-sabre-vobject4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-10-30 13:29:21 +0100
committerRemi Collet <remi@remirepo.net>2017-10-30 13:29:21 +0100
commit79bab8e84cd25c4ec072a0d6c1faf03fe0332a1c (patch)
tree6b0ed02c19944edd4990ded7e90d259a498b6384 /php-sabre-vobject4.spec
parent149af07616805d593bb5a2920f89fdda06a96dbe (diff)
fix FTBFS fro mKoschei, add patch for test from https://github.com/sabre-io/vobject/pull/395
Diffstat (limited to 'php-sabre-vobject4.spec')
-rw-r--r--php-sabre-vobject4.spec9
1 files changed, 8 insertions, 1 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 4.1.3-1
- Update to 4.1.3
- sources from https://github.com/sabre-io/vobject