diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-06-30 19:26:16 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-06-30 19:26:16 +0200 | 
| commit | f751cd42c873bb9291372ca504aaf53d03848b46 (patch) | |
| tree | c564e188dfbcc082385fff9ad0a53f27290bd729 | |
| parent | bc7546aa81a2587db063858932b0292310ab79e2 (diff) | |
drop dependency on php-pear-Services-Weather which is optional, and dead project
| -rw-r--r-- | php-horde-horde.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-horde.spec b/php-horde-horde.spec index 7da689a..6f745d3 100644 --- a/php-horde-horde.spec +++ b/php-horde-horde.spec @@ -14,7 +14,7 @@  Name:           php-horde-horde  Version:        5.2.10 -Release:        1%{?dist} +Release:        2%{?dist}  Summary:        Horde Application Framework  Group:          Development/Libraries @@ -121,7 +121,6 @@ Requires:       php-pear(File_Fstab)  Requires:       php-pear(Console_Getopt)  Requires:       php-pear(Console_Table)  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 @@ -311,6 +310,10 @@ fi  %changelog +* Thu Jun 30 2016 Remi Collet <remi@fedoraproject.org> - 5.2.10-2 +- drop dependency on php-pear-Services-Weather which is +  optional, and dead project +  * Mon Mar 21 2016 Remi Collet <remi@fedoraproject.org> - 5.2.10-1  - Update to 5.2.10  | 
