From eb3cc6ebad634b3524eec736c44f982af0ad7c66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Feb 2013 18:40:06 +0100 Subject: php-horde-Horde-Vfs: fix shebang --- php-horde-Horde-Vfs.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/php-horde-Horde-Vfs.spec b/php-horde-Horde-Vfs.spec index 243bd0c..0feab03 100644 --- a/php-horde-Horde-Vfs.spec +++ b/php-horde-Horde-Vfs.spec @@ -9,7 +9,7 @@ Name: php-horde-Horde-Vfs Version: 2.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Virtual File System API Group: Development/Libraries @@ -17,6 +17,9 @@ License: LGPLv2 URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz +# https://github.com/horde/horde/pull/29 +Patch0: %{name}-shebang.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: php-common >= 5.3.0 @@ -77,6 +80,9 @@ object-based and array-based interfaces to directory listings. %prep %setup -q -c + +%patch0 -p0 -b .shebang + cd %{pear_name}-%{version} # Don't install .po and .pot files @@ -154,6 +160,9 @@ fi %changelog +* Sun Feb 10 2013 Remi Collet - 2.0.4-3 +- fix shebang, https://github.com/horde/horde/pull/29 + * Sun Feb 10 2013 Remi Collet - 2.0.4-2 - cleanups for review -- cgit