summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Http.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-14 08:14:28 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-14 08:14:28 +0200
commit8704e7057f94ad641df2b97adaca632c22fddf63 (patch)
tree66d3bcc371acf6b35b3e647790dad9c52183dc1f /php-horde-Horde-Http.spec
parent3dd54559b7794797dadb0a508694e4433f7d924e (diff)
php-horde-Horde-Http: 2.1.5
Diffstat (limited to 'php-horde-Horde-Http.spec')
-rw-r--r--php-horde-Horde-Http.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/php-horde-Horde-Http.spec b/php-horde-Horde-Http.spec
index 3c6aa5c..8797cce 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.4
+Version: 2.1.5
Release: 1%{?dist}
Summary: Horde HTTP libraries
@@ -27,9 +27,6 @@ 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
@@ -70,9 +67,7 @@ Optional dependency: php-pecl-http or php-pecl-http1
%setup -q -c
cd %{pear_name}-%{version}
-%patch0 -p3 -b .pr125
-sed -e '/TestBase.php/s/md5sum="[^"]*"//' \
- ../package.xml > %{name}.xml
+mv ../package.xml %{name}.xml
%build
@@ -122,6 +117,10 @@ fi
%changelog
+* Tue Apr 14 2015 Remi Collet <remi@fedoraproject.org> - 2.1.5-1
+- Update to 2.1.5
+- drop patch, merged upstream
+
* Wed Mar 04 2015 Remi Collet <remi@fedoraproject.org> - 2.1.4-1
- Update to 2.1.4
- open https://github.com/horde/horde/pull/125