[php-horde-Horde-Support] Update to 2.0.2

Nick Bebout nb at fedoraproject.org
Wed Dec 12 21:28:59 UTC 2012


commit 6d5d3f54add3eb9343cc2ca9c4a188d0fee65472
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Wed Dec 12 15:28:51 2012 -0600

    Update to 2.0.2

 .gitignore                   |    1 +
 php-horde-Horde-Support.spec |   16 ++++++++++------
 sources                      |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 722bae6..ab619b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Horde_Support-1.0.2.tgz
+/Horde_Support-2.0.2.tgz
diff --git a/php-horde-Horde-Support.spec b/php-horde-Horde-Support.spec
index 06ebad2..dc62ec9 100644
--- a/php-horde-Horde-Support.spec
+++ b/php-horde-Horde-Support.spec
@@ -1,9 +1,10 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %global pear_name Horde_Support
 
 Name:           php-horde-Horde-Support
-Version:        1.0.2
-Release:        3%{?dist}
+Version:        2.0.2
+Release:        1%{?dist}
 Summary:        Horde support package
 
 Group:          Development/Libraries
@@ -17,11 +18,11 @@ BuildRequires:  php-channel(pear.horde.org)
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-pear(pear.horde.org/Horde_Exception) < 2.0.0
-Requires:       php-pear(pear.horde.org/Horde_Stream_Wrapper) < 2.0.0
+Requires:       php-pear(pear.horde.org/Horde_Exception) >= 2.0.0
+Requires:       php-pear(pear.horde.org/Horde_Stream_Wrapper) >= 2.0.0
 Requires:       php-pear(PEAR) >= 1.7.0
 Requires:       php-channel(pear.horde.org)
-Requires:       php-common >= 5.2.0
+Requires:       php-common >= 5.3.0
 Requires:       php-date php-pcre php-spl
 
 Provides:       php-pear(pear.horde.org/%{pear_name}) = %{version}
@@ -50,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 +74,9 @@ fi
 %{pear_testdir}/%{pear_name}
 
 %changelog
+* Wed Dec 12 2012 Nick Bebout <nb at fedoraproject.org> - 2.0.2-1
+- Update to 2.0.2
+
 * Tue Aug 14 2012 Remi Collet <remi at fedoraproject.org> - 1.0.2-3
 - rebuilt for new pear_testdir
 
diff --git a/sources b/sources
index 851c28d..cef929d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2024f60c5e1508531c391b89e28f3251  Horde_Support-1.0.2.tgz
+4699d1d602e919473dd4f5b0110b13f4  Horde_Support-2.0.2.tgz


More information about the scm-commits mailing list