diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-09-17 08:09:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-09-17 08:09:20 +0200 |
commit | 0fc0ae09105096405bef1a407a2c9685c85ac77e (patch) | |
tree | 7550de86889dc050e4956acd027939346df7e746 | |
parent | 8578e951b1d73dd595a1c260ef72db3cb97984d1 (diff) |
php-horde-Horde-Imap-Client: 2.15.3
-rw-r--r-- | php-horde-Horde-Imap-Client.spec | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 2ffe0c2..e98f1ea 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.15.2 +Version: 2.15.3 Release: 1%{?dist} Summary: Horde IMAP abstraction interface @@ -35,13 +35,10 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Cache) >= 2.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 -Requires: php-date +# From package.xml Requires: php-hash Requires: php-json -Requires: php-openssl -Requires: php-pcre -Requires: php-spl -BuildRequires: php-pear(PEAR) >= 1.7.0 +Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0 @@ -65,6 +62,11 @@ 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 +# From phpcompatinfo report for version 2.15.3 +Requires: php-date +Requires: php-openssl +Requires: php-pcre +Requires: php-spl # Optional and implicilyt required : # Horde_Compress_Fast, Horde_Mongo @@ -150,6 +152,9 @@ fi %changelog +* Tue Sep 17 2013 Remi Collet <remi@fedoraproject.org> - 2.15.3-1 +- Update to 2.15.3 + * Mon Sep 16 2013 Remi Collet <remi@fedoraproject.org> - 2.15.2-1 - Update to 2.15.2 |