From f82c8e8213d520312d5ba4594029788c52cc4578 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Dec 2019 11:51:46 +0100 Subject: v4.2.1 --- php-sabre-vobject4.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'php-sabre-vobject4.spec') 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 - 4.2.1-1 +- update to 4.2.1 +- drop patch merged upstream + * 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 -- cgit