[php-horde-Horde-Exception] update to 2.0.4

Remi Collet remi at fedoraproject.org
Tue Aug 27 12:28:26 UTC 2013


commit e8ed011f7750ff5ec9e3c2c7f688b9453a2630d2
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Aug 27 14:28:12 2013 +0200

    update to 2.0.4

 .gitignore                     |    1 +
 php-horde-Horde-Exception.spec |   13 ++++++++-----
 sources                        |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c08e42a..fddd78b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ clog
 /Horde_Exception-2.0.1.tgz
 /Horde_Exception-2.0.2.tgz
 /Horde_Exception-2.0.3.tgz
+/Horde_Exception-2.0.4.tgz
diff --git a/php-horde-Horde-Exception.spec b/php-horde-Horde-Exception.spec
index e667d63..44cb8cf 100644
--- a/php-horde-Horde-Exception.spec
+++ b/php-horde-Horde-Exception.spec
@@ -7,8 +7,8 @@
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-horde-Horde-Exception
-Version:        2.0.3
-Release:        2%{?dist}
+Version:        2.0.4
+Release:        1%{?dist}
 Summary:        Horde Exception Handler
 
 Group:          Development/Libraries
@@ -18,7 +18,7 @@ Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
 
 BuildArch:      noarch
 BuildRequires:  gettext
-BuildRequires:  php-common >= 5.3.0
+BuildRequires:  php(language) >= 5.3.0
 BuildRequires:  php-pear(PEAR) >= 1.7.0
 BuildRequires:  php-channel(%{pear_channel})
 %if %{with_tests}
@@ -28,12 +28,12 @@ BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-common >= 5.3.0
+Requires:       php(language) >= 5.3.0
 Requires:       php-spl
 Requires:       php-pear(PEAR) >= 1.7.0
 Requires:       php-channel(%{pear_channel})
 Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0
-Conflicts:      php-pear(%{pear_channel}/Horde_Translation) >= 3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Translation) <  3.0.0
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -119,6 +119,9 @@ fi
 %{pear_testdir}/%{pear_name}
 
 %changelog
+* Tue Aug 27 2013 Remi Collet <remi at fedoraproject.org> - 2.0.4-1
+- Update to 2.0.4
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index db54bb5..725df8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f88f9709f3838660ffcb2fb91eb240b  Horde_Exception-2.0.3.tgz
+dcd84683bca18b61337d0e5eecafb7d0  Horde_Exception-2.0.4.tgz


More information about the scm-commits mailing list