diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-07-25 11:03:05 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-07-25 11:03:05 +0200 |
commit | 51f6c8ba4373ea71001b898733bdc9c30196bbd9 (patch) | |
tree | 8a31bc4bc135b50b3f5c8530ee7eb460b5b26f9c | |
parent | 539540c6d35e469b77f678b82fd806f0c11189ef (diff) |
php-horde-Horde-Imap-Client: 2.12.0
-rw-r--r-- | php-horde-Horde-Imap-Client.spec | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index aec840f..70b35a8 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Imap-Client -Version: 2.11.6 +Version: 2.12.0 Release: 1%{?dist} Summary: Horde IMAP abstraction interface @@ -37,6 +37,7 @@ Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 Requires: php-date Requires: php-hash +Requires: php-json Requires: php-openssl Requires: php-pcre Requires: php-spl @@ -48,23 +49,24 @@ Requires: php-pear(%{pear_channel}/Horde_Mail) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Mail) < 3.0.0 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_Secret) >= 2.0.0 +Requires: php-pear(%{pear_channel}/Horde_Secret) < 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_Stream_Filter) >= 2.0.0 +Requires: php-pear(%{pear_channel}/Horde_Stream_Filter) < 3.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 -Requires: php-json Requires: php-mbstring Requires: php-pear(%{pear_channel}/Horde_Cache) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Cache) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Db) < 3.0.0 -Requires: php-pear(%{pear_channel}/Horde_Secret) >= 2.0.0 -Requires: php-pear(%{pear_channel}/Horde_Secret) < 3.0.0 # Optional and implicilyt required : -# Horde_Compress_Fast, Horde_Mongo, Horde_Stream_Filter +# Horde_Compress_Fast, Horde_Mongo Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -148,6 +150,10 @@ fi %changelog +* Thu Jul 25 2013 Remi Collet <remi@fedoraproject.org> - 2.12.0-1 +- Update to 2.12.0 +- Horde_Secret, Horde_Stream_Filter and json are now mandatory + * Tue Jun 18 2013 Remi Collet <remi@fedoraproject.org> - 2.11.6-1 - Update to 2.11.6 |