summaryrefslogtreecommitdiffstats
path: root/php-sabre-vobject4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-19 11:51:46 +0100
committerRemi Collet <remi@remirepo.net>2019-12-19 11:51:46 +0100
commitf82c8e8213d520312d5ba4594029788c52cc4578 (patch)
tree5066c504e17158eab630fd3c8a5074b0c6d0486b /php-sabre-vobject4.spec
parent0ce1f601ddb2c33b4f7a7b8a4143d301541562aa (diff)
v4.2.1
Diffstat (limited to 'php-sabre-vobject4.spec')
-rw-r--r--php-sabre-vobject4.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec
index 8784d78..2ab5ecc 100644
--- a/php-sabre-vobject4.spec
+++ b/php-sabre-vobject4.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit bd500019764e434ff65872d426f523e7882a0739
+%global gh_commit 6d7476fbd227ae285029c19ad518cd451336038c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sabre-io
%global gh_project vobject
@@ -24,8 +24,8 @@
Name: php-sabre-vobject4
Summary: Library to parse and manipulate iCalendar and vCard objects
-Version: 4.2.0
-Release: 4%{?dist}
+Version: 4.2.1
+Release: 1%{?dist}
URL: http://sabre.io/vobject/
License: BSD
@@ -34,7 +34,6 @@ 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}
@@ -103,7 +102,6 @@ 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
@@ -157,6 +155,10 @@ exit $ret
%endif
%changelog
+* Thu Dec 19 2019 Remi Collet <remi@remirepo.net> - 4.2.1-1
+- update to 4.2.1
+- drop patch merged upstream
+
* 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