diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-10-29 19:34:59 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-10-29 19:34:59 +0100 | 
| commit | 0b0d4c10efafad8b14c33ec53e93feaeb4fc5788 (patch) | |
| tree | 654c96eb7dc9314c98f4af06e3c2917fdb5ac26c | |
| parent | e8a548ca5336dc79987212609f15831a53fcc55f (diff) | |
horde/imp 6.1.5
| -rw-r--r-- | php-horde-imp.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/php-horde-imp.spec b/php-horde-imp.spec index 95c8962..7556ea3 100644 --- a/php-horde-imp.spec +++ b/php-horde-imp.spec @@ -12,7 +12,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-imp -Version:        6.1.4 +Version:        6.1.5  Release:        1%{?dist}  Summary:        A web based webmail system @@ -87,7 +87,7 @@ Requires:       php-pear(%{pear_channel}/Horde_ListHeaders) >= 1.0.0  Requires:       php-pear(%{pear_channel}/Horde_ListHeaders) <  2.0.0  Requires:       php-pear(%{pear_channel}/Horde_LoginTasks) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_LoginTasks) <  3.0.0 -Requires:       php-pear(%{pear_channel}/Horde_Mail) >= 2.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Mail) >= 2.1.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 @@ -251,6 +251,10 @@ fi  %changelog +* Tue Oct 29 2013 Remi Collet <remi@fedoraproject.org> - 6.1.5-1 +- Update to 6.1.5 +- raide dependency: Horde_Mail >= 2.1.0 +  * Tue Aug 27 2013 Remi Collet <remi@fedoraproject.org> - 6.1.4-1  - Update to 6.1.4  - drop dependency on Horde_Secret | 
