diff options
| -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 6e229b8..5b11943 100644 --- a/php-horde-imp.spec +++ b/php-horde-imp.spec @@ -11,7 +11,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-imp -Version:        6.2.5 +Version:        6.2.6  Release:        1%{?dist}  Summary:        A web based webmail system @@ -122,10 +122,10 @@ Requires:       php-pear(%{pear_channel}/Horde_Vfs) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Vfs) <  3.0.0  Requires:       php-pear(%{pear_channel}/Horde_View) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_View) <  3.0.0 -Requires:       php-pear(phpseclib.sourceforge.net/File_ASN1)  # From package.xml, optional  Requires:       php-pear(%{pear_channel}/Horde_Service_Gravatar) >= 1.0.0  Requires:       php-pear(%{pear_channel}/Horde_Service_Gravatar) <  2.0.0 +Requires:       php-pear(phpseclib.sourceforge.net/File_ASN1)  # Optional and implicitly required:  #     Horde_History, Horde_Http  # From phpcompatinfo report for version 6.1.7 @@ -257,6 +257,10 @@ fi  %changelog +* Tue Jan 20 2015 Remi Collet <remi@fedoraproject.org> - 6.2.6-1 +- Update to 6.2.6 +- phpseclib/File_ASN1 is optional +  * Thu Jan 15 2015 Remi Collet <remi@fedoraproject.org> - 6.2.5-1  - Update to 6.2.5  - add dependency on phpseclib/File_ASN1 | 
