From ce2a1e42c054cd5388caeb1c3636c897a5884dd9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Jan 2014 08:32:24 +0100 Subject: php-horde-Horde-Mail: 2.1.3 --- php-horde-Horde-Mail.spec | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'php-horde-Horde-Mail.spec') diff --git a/php-horde-Horde-Mail.spec b/php-horde-Horde-Mail.spec index c5dec6c..789c498 100644 --- a/php-horde-Horde-Mail.spec +++ b/php-horde-Horde-Mail.spec @@ -1,4 +1,13 @@ -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +# spec file for php-horde-Horde-Mail +# +# Copyright (c) 2012-2014 Nick Bebout, Remi Collet +# +# License: MIT +# https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense +# +# Please, preserve the changelog entries +# +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Horde_Mail %global pear_channel pear.horde.org @@ -6,7 +15,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Mail -Version: 2.1.2 +Version: 2.1.3 Release: 1%{?dist} Summary: Horde Mail Library @@ -27,11 +36,8 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} +# From package.xml, required Requires: php(language) >= 5.3.0 -Requires: php-intl -Requires: php-pcre -Requires: php-posix -Requires: php-spl Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 @@ -40,9 +46,14 @@ 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_Stream_Filter) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Stream_Filter) < 3.0.0 -# Optional +# From package.xml, optional Requires: php-pear(Net_SMTP) >= 1.6.0 Requires: php-pear(Net_DNS2) +# From phpcompatinfo report for version 2.1.3 +Requires: php-intl +Requires: php-pcre +Requires: php-posix +Requires: php-spl # Horde_Support optional and implicitly required # Horde_Smtp optional and ignored to avoid circular dep. @@ -118,6 +129,9 @@ fi %changelog +* Sat Jan 18 2014 Remi Collet - 2.1.3-1 +- Update to 2.1.3 + * Tue Oct 15 2013 Remi Collet - 2.1.2-1 - Update to 2.1.2 -- cgit