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

Nick Bebout nb at fedoraproject.org
Wed Dec 12 20:55:52 UTC 2012


commit b8338831118963d23d6ced6489ed57b6e4289215
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Wed Dec 12 14:55:45 2012 -0600

    Update to 2.0.1

 .gitignore                     |    1 +
 php-horde-Horde-Exception.spec |   12 ++++++++----
 sources                        |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c30d743..f6a8bf4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Horde_Exception-1.0.8.tgz
 /Horde_Exception-1.0.9.tgz
+/Horde_Exception-2.0.1.tgz
diff --git a/php-horde-Horde-Exception.spec b/php-horde-Horde-Exception.spec
index 3b54396..7b3f2da 100644
--- a/php-horde-Horde-Exception.spec
+++ b/php-horde-Horde-Exception.spec
@@ -1,4 +1,5 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %global pear_name Horde_Exception
 
 Name:           php-horde-Horde-Exception
@@ -13,11 +14,11 @@ Source0:        http://pear.horde.org/get/%{pear_name}-%{version}.tgz
 
 BuildArch:      noarch
 BuildRequires:  php-pear(PEAR) >= 1.7.0
-Requires:       php-common >= 5.2.0
+Requires:       php-common >= 5.3.0
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-pear(pear.horde.org/Horde_Translation) < 2.0.0
-Requires:       php-pear(pear.horde.org/Horde_Translation) >= 1.0.0
+Requires:       php-pear(pear.horde.org/Horde_Translation) < 3.0.0
+Requires:       php-pear(pear.horde.org/Horde_Translation) >= 2.0.0
 Requires:       php-pear(PEAR) >= 1.7.0
 Provides:       php-pear(pear.horde.org/Horde_Exception) = %{version}
 BuildRequires:  php-channel(pear.horde.org) gettext
@@ -53,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__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}
@@ -84,6 +85,9 @@ fi
 %{pear_testdir}/Horde_Exception
 
 %changelog
+* Wed Dec 12 2012 Nick Bebout <nb at fedoraproject.org> - 2.0.1-1
+- Update to 2.0.1
+
 * Sun Aug 19 2012 Remi Collet <remi at fedoraproject.org> - 1.0.9-4
 - rebuilt for new pear_datadir
 
diff --git a/sources b/sources
index d34d1cf..b2c7573 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1463e8ab83849911687105f02aad7863  Horde_Exception-1.0.9.tgz
+3e79998333ae35955a504dab2efc5aed  Horde_Exception-2.0.1.tgz


More information about the scm-commits mailing list