From 3dd54559b7794797dadb0a508694e4433f7d924e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Mar 2015 07:54:45 +0100 Subject: php-horde-Horde-Http: 2.1.4 --- php-horde-Horde-Http.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'php-horde-Horde-Http.spec') diff --git a/php-horde-Horde-Http.spec b/php-horde-Horde-Http.spec index 1b559e8..3c6aa5c 100644 --- a/php-horde-Horde-Http.spec +++ b/php-horde-Horde-Http.spec @@ -18,7 +18,7 @@ %endif Name: php-horde-Horde-Http -Version: 2.1.3 +Version: 2.1.4 Release: 1%{?dist} Summary: Horde HTTP libraries @@ -27,6 +27,9 @@ License: BSD URL: http://%{pear_channel} Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz +# https://github.com/horde/horde/pull/125 +Patch0: %{pear_name}-pr125.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: php(language) >= 5.3.0 @@ -67,7 +70,9 @@ Optional dependency: php-pecl-http or php-pecl-http1 %setup -q -c cd %{pear_name}-%{version} -mv ../package.xml %{name}.xml +%patch0 -p3 -b .pr125 +sed -e '/TestBase.php/s/md5sum="[^"]*"//' \ + ../package.xml > %{name}.xml %build @@ -117,6 +122,10 @@ fi %changelog +* Wed Mar 04 2015 Remi Collet - 2.1.4-1 +- Update to 2.1.4 +- open https://github.com/horde/horde/pull/125 + * Thu Jan 08 2015 Remi Collet - 2.1.3-1 - Update to 2.1.3 - add provides php-composer(horde/horde-http) -- cgit