diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-09-08 18:12:53 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-09-08 18:12:53 +0200 | 
| commit | ac6b4163e4ea067fa80751bcab0cd709fa8be16e (patch) | |
| tree | 3bb78d3040e405e3a621b45522c182f3ebf6c76f | |
| parent | 49f56693f962a19e6341c8f90c83cc45868f34ac (diff) | |
php-horde-Horde-Core: 2.8.0
| -rw-r--r-- | php-horde-Horde-Core.spec | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/php-horde-Horde-Core.spec b/php-horde-Horde-Core.spec index 833dfdb..d4a1bc0 100644 --- a/php-horde-Horde-Core.spec +++ b/php-horde-Horde-Core.spec @@ -12,7 +12,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-Horde-Core -Version:        2.7.0 +Version:        2.8.0  Release:        1%{?dist}  Summary:        Horde Core Framework libraries @@ -108,6 +108,8 @@ Requires:       php-pear(%{pear_channel}/Horde_SessionHandler) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_SessionHandler) <  3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Share) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Share) <  3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Smtp) >= 1.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Smtp) <  2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Support) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Support) <  3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Template) >= 2.0.0 @@ -260,6 +262,10 @@ fi  %changelog +* Sun Sep 08 2013 Remi Collet <remi@fedoraproject.org> - 2.8.0-1 +- Update to 2.8.0 +- add Requires Horde_Smtp +  * Tue Aug 27 2013 Remi Collet <remi@fedoraproject.org> - 2.7.0-1  - Update to 2.7.0  | 
