summaryrefslogtreecommitdiffstats
path: root/php-sabre-vobject4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-09 09:23:29 +0200
committerRemi Collet <remi@remirepo.net>2019-10-09 09:23:29 +0200
commit0ce1f601ddb2c33b4f7a7b8a4143d301541562aa (patch)
treefedf57ca053c2a42eaa3238eb5b4ee93797f7e71 /php-sabre-vobject4.spec
parentfd98973ecf0f748b4a6bbd7304fad3df87a00c73 (diff)
- add patch for PHP 7.4 from
https://github.com/sabre-io/vobject/pull/469
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