summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-01-08 17:28:01 +0100
committerRemi Collet <fedora@famillecollet.com>2015-01-08 17:28:01 +0100
commit667c3592cc6727e2cc1f852c606c043b24baf4a2 (patch)
treef41c0297fd0a48e839763bb50caff0060fe523ab
parent8b5dcaaa99e9442b35ac593bc0ac1e2be479f4fb (diff)
php-horde-Horde-Http: 2.1.3
-rw-r--r--php-horde-Horde-Http.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php-horde-Horde-Http.spec b/php-horde-Horde-Http.spec
index 3ff572a..1b559e8 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.2
+Version: 2.1.3
Release: 1%{?dist}
Summary: Horde HTTP libraries
@@ -35,6 +35,7 @@ BuildRequires: php-channel(%{pear_channel})
%if %{with_tests}
# To run unit tests
BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
+BuildRequires: php-pecl(http) > 2
%endif
Requires(post): %{__pear}
@@ -53,6 +54,7 @@ Requires: php-curl
# php-pecl-http v1 or v2 optional
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides: php-composer(horde/horde-http) = %{version}
%description
@@ -115,6 +117,10 @@ fi
%changelog
+* Thu Jan 08 2015 Remi Collet <remi@fedoraproject.org> - 2.1.3-1
+- Update to 2.1.3
+- add provides php-composer(horde/horde-http)
+
* Tue Dec 30 2014 Remi Collet <remi@fedoraproject.org> - 2.1.2-1
- Update to 2.1.2
- enable test suite