[php-horde-Horde-Http] update to 2.1.0

Remi Collet remi at fedoraproject.org
Sat Apr 5 06:23:17 UTC 2014


commit c6e618f7b4ef4f18c8c9fe93a501ba82f5a011a1
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sat Apr 5 08:23:02 2014 +0200

    update to 2.1.0

 .gitignore                |    1 +
 php-horde-Horde-Http.spec |   11 +++++++----
 sources                   |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index face64c..9bcf65b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Horde_Http-2.0.3.tgz
 /Horde_Http-2.0.4.tgz
 /Horde_Http-2.0.5.tgz
+/Horde_Http-2.1.0.tgz
diff --git a/php-horde-Horde-Http.spec b/php-horde-Horde-Http.spec
index 0d8a6a6..fc54375 100644
--- a/php-horde-Horde-Http.spec
+++ b/php-horde-Horde-Http.spec
@@ -1,4 +1,4 @@
-# spec file for php-horde-Horde-Mail
+# spec file for php-horde-Horde-Http
 #
 # Copyright (c) 2012-2014 Nick Bebout, Remi Collet
 #
@@ -16,7 +16,7 @@
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-horde-Horde-Http
-Version:        2.0.5
+Version:        2.1.0
 Release:        1%{?dist}
 Summary:        Horde HTTP libraries
 
@@ -47,7 +47,7 @@ Requires:       php-pear(%{pear_channel}/Horde_Support) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Support) <  3.0.0
 # Optional
 Requires:       php-curl
-# php-pecl-http v1 optional but not available (only v2)
+# php-pecl-http v1 or v2 optional
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -55,7 +55,7 @@ Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 %description
 This package provides a set of classes for making HTTP requests.
 
-Optional dependency: php-pecl-http1
+Optional dependency: php-pecl-http or php-pecl-http1
 
 
 %prep
@@ -115,6 +115,9 @@ fi
 
 
 %changelog
+* Fri Apr 04 2014 Remi Collet <remi at fedoraproject.org> - 2.1.0-1
+- Update to 2.1.0
+
 * Tue Feb 25 2014 Remi Collet <remi at fedoraproject.org> - 2.0.5-1
 - Update to 2.0.5
 
diff --git a/sources b/sources
index e5f9e2d..295b7cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d940b65626f40bd34f3185c82e14429  Horde_Http-2.0.5.tgz
+b9570c8ec55f0b455df8c57bfbf26e18  Horde_Http-2.1.0.tgz


More information about the scm-commits mailing list