diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-07-23 15:24:04 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-07-23 15:24:04 +0200 | 
| commit | 732c382bc7dcfebc1e9ce281452027feb0ea306f (patch) | |
| tree | dde424e66188a0fa1578567718761425a43ca823 | |
| parent | 05d6c5bc90e3b93ee5823f717fe4e50feaa3bc04 (diff) | |
php-horde-horde: add optional dep on Horde_OpenXchange
| -rw-r--r-- | php-horde-horde.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/php-horde-horde.spec b/php-horde-horde.spec index 2a56b5b..ef53f9e 100644 --- a/php-horde-horde.spec +++ b/php-horde-horde.spec @@ -13,7 +13,7 @@  Name:           php-horde-horde  Version:        5.2.0 -Release:        1%{?dist} +Release:        2%{?dist}  Summary:        Horde Application Framework  Group:          Development/Libraries @@ -118,6 +118,8 @@ Requires:       php-pear(Net_DNS2)  Requires:       php-pear(Services_Weather)  Requires:       php-pear(%{pear_channel}/Horde_Feed) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Feed) <  3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_OpenXchange) >= 1.0.0 +Requires:       php-pear(%{pear_channel}/Horde_OpenXchange) <  2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Service_Weather) >= 2.1.0  Requires:       php-pear(%{pear_channel}/Horde_Service_Weather) <  3.0.0  # Optional but implicitly required @@ -125,7 +127,6 @@ Requires:       php-pear(%{pear_channel}/Horde_Service_Weather) <  3.0.0  # Optional but TODO  #               Horde_Service_Facebook  #               Horde_Service_Twitter -#               Horde_OpenXchange  # From phpcompatinfo report for version 5.1.6  Requires:       php-calendar  Requires:       php-date @@ -255,6 +256,9 @@ fi  %changelog +* Wed Jul 23 2014 Remi Collet <remi@fedoraproject.org> - 5.2.0-2 +- add optional dep on Horde_OpenXchange +  * Tue Jul 08 2014 Remi Collet <remi@fedoraproject.org> - 5.2.0-1  - Update to 5.2.0  - raise dep on Horde_Alarm, Horde_Autoloader, Horde_Core  | 
