From 5786dda3d5b71efd6788ab124908304f7ab7cbc3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 May 2013 08:18:44 +0200 Subject: php-horde-Horde-Text-Filter: 2.1.2 --- php-horde-Horde-Text-Filter.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php-horde-Horde-Text-Filter.spec') diff --git a/php-horde-Horde-Text-Filter.spec b/php-horde-Horde-Text-Filter.spec index 2921df3..6e2c174 100644 --- a/php-horde-Horde-Text-Filter.spec +++ b/php-horde-Horde-Text-Filter.spec @@ -3,7 +3,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Text-Filter -Version: 2.1.1 +Version: 2.1.2 Release: 1%{?dist} Summary: Horde Text Filter API @@ -36,12 +36,12 @@ Requires: php-tidy Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) 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_Util) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Util) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 # Optional Requires: php-pear(%{pear_channel}/Horde_Text_Flowed) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Text_Flowed) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Text_Flowed) < 3.0.0 # Optional and implicitly required: Horde_Translation Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -143,6 +143,10 @@ fi %changelog +* Fri May 17 2013 Remi Collet - 2.1.2-1 +- Update to 2.1.2 +- switch from Conflicts >= max to Requires < max + * Tue May 07 2013 Remi Collet - 2.1.1-1 - Update to 2.1.1 -- cgit