diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-08-01 07:26:32 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-08-01 07:26:32 +0200 | 
| commit | e8867e4ff17ab3a303150a0f64649858c2b71ee2 (patch) | |
| tree | ea4eaf910fb0268b6aff246571a4c37740aa1620 | |
| parent | 2cfbd73fcb92e897c4f196d69d4b821572351384 (diff) | |
Horde 5.2.7
| -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 83954a1..bf8274f 100644 --- a/php-horde-horde.spec +++ b/php-horde-horde.spec @@ -13,7 +13,7 @@  %global with_sysjs   0  Name:           php-horde-horde -Version:        5.2.6 +Version:        5.2.7  Release:        1%{?dist}  Summary:        Horde Application Framework @@ -89,7 +89,7 @@ Requires:       php-pear(%{pear_channel}/Horde_Mime) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Mime) <  3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Nls) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Nls) <  3.0.0 -Requires:       php-pear(%{pear_channel}/Horde_Perms) >= 2.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Perms) >= 2.1.5  Requires:       php-pear(%{pear_channel}/Horde_Perms) <  3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Prefs) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Prefs) <  3.0.0 @@ -311,6 +311,10 @@ fi  %changelog +* Sat Aug 01 2015 Remi Collet <remi@fedoraproject.org> - 5.2.7-1 +- Update to 5.2.7 +- raise dependency on Horde_Perms 2.1.5 +  * Thu Jun 18 2015 Remi Collet <remi@fedoraproject.org> - 5.2.6-1  - Update to 5.2.6  | 
