diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-02-11 12:59:58 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-02-11 12:59:58 +0100 |
commit | d2266dff521c313ba11df1b01d9fc058d5b4c8b1 (patch) | |
tree | de57961429175543ad70271aee4e97419fd97074 | |
parent | afd6b8d439d1743b18e44e30143a32500623b6cc (diff) |
php-horde-Horde-Smtp: 1.4.0
-rw-r--r-- | php-horde-Horde-Smtp.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/php-horde-Horde-Smtp.spec b/php-horde-Horde-Smtp.spec index a1cefd8..c925fb3 100644 --- a/php-horde-Horde-Smtp.spec +++ b/php-horde-Horde-Smtp.spec @@ -6,13 +6,12 @@ # # Please, preserve the changelog entries # -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Horde_Smtp %global pear_channel pear.horde.org Name: php-horde-Horde-Smtp -Version: 1.3.1 +Version: 1.4.0 Release: 1%{?dist} Summary: Horde SMTP Client @@ -40,6 +39,8 @@ Requires: php-pear(%{pear_channel}/Horde_Mail) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Mail) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Support) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Support) < 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.1.0 +Requires: php-pear(%{pear_channel}/Horde_Translation) < 3.0.0 # From phpcompatinfo report Requires: php-date Requires: php-hash @@ -124,6 +125,10 @@ fi %changelog +* Tue Feb 11 2014 Remi Collet <remi@fedoraproject.org> - 1.4.0-1 +- Update to 1.4.0 +- Add dependency on Horde_Translation + * Fri Nov 22 2013 Remi Collet <remi@fedoraproject.org> - 1.3.1-1 - Update to 1.3.1 |