diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-10-19 08:50:30 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-10-19 08:50:30 +0200 | 
| commit | a9e3e881c98dada5d2618255a5aa887163be97ee (patch) | |
| tree | 7d98e26586521963586958c52f85284782b0ef03 | |
| parent | 812a0a957493f1d9a5b6def2bcbd0a4d0cfc495c (diff) | |
php-horde-Horde-Smtp: 1.2.5
| -rw-r--r-- | php-horde-Horde-Smtp.spec | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/php-horde-Horde-Smtp.spec b/php-horde-Horde-Smtp.spec index fa04a7b..3a12f6a 100644 --- a/php-horde-Horde-Smtp.spec +++ b/php-horde-Horde-Smtp.spec @@ -12,7 +12,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-Horde-Smtp -Version:        1.2.4 +Version:        1.2.5  Release:        1%{?dist}  Summary:        Horde SMTP Client @@ -49,6 +49,8 @@ Requires:       php-spl  # Optional  Requires:       php-pear(%{pear_channel}/Horde_Imap_Client) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Imap_Client) <  3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Socket_Client) >= 1.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Socket_Client) <  2.0.0  # Horde_Secret optional and implicitly required  Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -122,6 +124,10 @@ fi  %changelog +* Sat Oct 19 2013 Remi Collet <remi@fedoraproject.org> - 1.2.5-1 +- Update to 1.2.5 +- add dependency: Horde_Socket_Client +  * Tue Oct 15 2013 Remi Collet <remi@fedoraproject.org> - 1.2.4-1  - Update to 1.2.4  | 
