From e4e9c9391c6cd754cc98e08b242f0900e3f809f8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jul 2013 08:40:12 +0200 Subject: php-horde-Horde-Image: 2.0.5 --- php-horde-Horde-Image.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-horde-Horde-Image.spec b/php-horde-Horde-Image.spec index 505671b..980d334 100644 --- a/php-horde-Horde-Image.spec +++ b/php-horde-Horde-Image.spec @@ -6,7 +6,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Image -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?dist} Summary: Horde Image API @@ -37,13 +37,13 @@ Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Support) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Support) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Support) < 3.0.0 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 Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Util) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 # Optionnal Requires: php-gd Requires: php-json @@ -140,6 +140,9 @@ fi %changelog +* Mon Jul 15 2013 Remi Collet - 2.0.5-1 +- Update to 2.0.5 + * Wed Mar 06 2013 Remi Collet - 2.0.4-1 - Update to 2.0.4 -- cgit