[php-horde-Horde-Http] Update to 2.0.1

Nick Bebout nb at fedoraproject.org
Wed Dec 12 21:39:50 UTC 2012


commit 303cbc8ada47a058b10711efba0b3422ee631d5e
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Wed Dec 12 15:39:43 2012 -0600

    Update to 2.0.1

 .gitignore                |    1 +
 php-horde-Horde-Http.spec |   15 ++++++++++-----
 sources                   |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae9e2f6..9a38b40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Horde_Http-1.1.1.tgz
+/Horde_Http-2.0.1.tgz
diff --git a/php-horde-Horde-Http.spec b/php-horde-Horde-Http.spec
index 5c26111..80d533f 100644
--- a/php-horde-Horde-Http.spec
+++ b/php-horde-Horde-Http.spec
@@ -1,9 +1,10 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %global pear_name Horde_Http
 
 Name:           php-horde-Horde-Http
-Version:        1.1.1
-Release:        2%{?dist}
+Version:        2.0.1
+Release:        1%{?dist}
 Summary:        Horde HTTP libraries
 
 Group:          Development/Libraries
@@ -19,8 +20,9 @@ Requires(post): %{__pear}
 Requires(postun): %{__pear}
 
 Provides:       php-pear(pear.horde.org/%{pear_name}) = %{version}
-Requires:       php-pear(pear.horde.org/Horde_Exception) < 2.0.0
-Requires:       php-pear(pear.horde.org/Horde_Support) < 2.0.0
+Requires:       php-pear(pear.horde.org/Horde_Exception) >= 2.0.0
+Requires:       php-pear(pear.horde.org/Horde_Support) >= 2.0.0
+Requires:       php-common >= 5.3.0
 Requires:       php-pear(PEAR) >= 1.7.0
 Requires:       php-channel(pear.horde.org)
 
@@ -49,7 +51,7 @@ cd %{pear_name}-%{version}
 PHPRC=../php.ini %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml
 
 # Clean up unnecessary files
-rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??*
+rm -rf $RPM_BUILD_ROOT%{pear_metadir}/.??*
 
 # Install XML package description
 mkdir -p $RPM_BUILD_ROOT%{pear_xmldir}
@@ -73,6 +75,9 @@ fi
 %{pear_testdir}/Horde_Http
 
 %changelog
+* Wed Dec 12 2012 Nick Bebout <nb at fedoraproject.org> - 2.0.1-1
+- Update to 2.0.1
+
 * Tue Aug 14 2012 Remi Collet <remi at fedoraproject.org> - 1.1.1-2
 - rebuilt for new pear_testdir
 
diff --git a/sources b/sources
index 29be0d8..6340d66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e34f5965cc426571534684e4cbac576  Horde_Http-1.1.1.tgz
+fccf6a2ecf223e3bf8df31f4bd15045e  Horde_Http-2.0.1.tgz


More information about the scm-commits mailing list