diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-31 11:23:44 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-31 11:23:44 +0200 |
commit | d9c83d06b2e5e629131e1b19e0e62e15c605648b (patch) | |
tree | f39d1d733340a877e40c51e7f2e590220faf9bb6 | |
parent | 4c920bbb07dd4ce67583258bb60e48e8e48fdf97 (diff) |
php-horde-Horde-Imap-Client: fix requires
-rw-r--r-- | php-horde-Horde-Imap-Client.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index ed10574..aef6ede 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -42,8 +42,8 @@ Requires: php-pear(%{pear_channel}/Horde_Mime) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Mime) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Stream) >= 1.0.0 Requires: php-pear(%{pear_channel}/Horde_Stream) < 2.0.0 -Requires: php-pear(%{pear_channel}/Horde_Translation) >= 1.0.0 -Requires: php-pear(%{pear_channel}/Horde_Translation) < 2.0.0 +Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0 +Requires: php-pear(%{pear_channel}/Horde_Translation) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 # Optionnal |