From bc1d3f42149958852b93cb4b3119d44c4d8e1f14 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Apr 2018 09:36:32 +0200 Subject: update to 4.1.6 undefine __brp_mangle_shebangs --- php-sabre-vobject4.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index 1db58de..bb62273 100644 --- a/php-sabre-vobject4.spec +++ b/php-sabre-vobject4.spec @@ -6,7 +6,11 @@ # # Please, preserve the changelog entries # -%global gh_commit 0928660e92d46d2d24336a6db320636aa3a75414 + +# For compatibility with SCL +%undefine __brp_mangle_shebangs + +%global gh_commit 122cacbdea2c6133ac04db86ec05854beef75adf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project vobject @@ -20,12 +24,11 @@ Name: php-sabre-vobject4 Summary: Library to parse and manipulate iCalendar and vCard objects -Version: 4.1.5 +Version: 4.1.6 Release: 1%{?dist} URL: http://sabre.io/vobject/ License: BSD -Group: Development/Libraries Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz Source1: %{name}-autoload.php @@ -151,6 +154,10 @@ exit $ret %endif %changelog +* Fri Apr 20 2018 Remi Collet - 4.1.6-1 +- update to 4.1.6 +- undefine __brp_mangle_shebangs + * Fri Mar 9 2018 Remi Collet - 4.1.5-1 - update to 4.1.5 - use range dependencies on F27+ -- cgit