diff options
-rw-r--r-- | php-horde-Horde-Exception.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-Horde-Exception.spec b/php-horde-Horde-Exception.spec index fa76e11..b794897 100644 --- a/php-horde-Horde-Exception.spec +++ b/php-horde-Horde-Exception.spec @@ -6,7 +6,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Exception -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} Summary: Horde Exception Handler @@ -33,7 +33,7 @@ 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} @@ -121,6 +121,9 @@ fi %changelog +* Tue Aug 27 2013 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 +- Update to 2.0.4 + * Mon Feb 11 2013 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 - Update to 2.0.3 |