[php-horde-Horde-Mail/epel7] update to 2.1.4

Remi Collet remi at fedoraproject.org
Wed Jan 22 06:41:34 UTC 2014


commit 5468f77e9e843f589db512e9d1fe9d2f72375735
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Jan 22 07:26:50 2014 +0100

    update to 2.1.4
    
    (cherry picked from commit a86e7bdd112e7fce4d370e85a7f0a7625ba4511b)

 .gitignore                |    1 +
 php-horde-Horde-Mail.spec |   30 ++++++++++++++++++++++--------
 sources                   |    2 +-
 3 files changed, 24 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3658e42..733925e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Horde_Mail-2.1.0.tgz
 /Horde_Mail-2.1.1.tgz
 /Horde_Mail-2.1.2.tgz
+/Horde_Mail-2.1.4.tgz
diff --git a/php-horde-Horde-Mail.spec b/php-horde-Horde-Mail.spec
index cc925ea..332b69d 100644
--- a/php-horde-Horde-Mail.spec
+++ b/php-horde-Horde-Mail.spec
@@ -1,5 +1,14 @@
+# 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_metadir: %global pear_metadir %{pear_phpdir}}
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+%{!?__pear:       %global __pear       %{_bindir}/pear}
 %global pear_name    Horde_Mail
 %global pear_channel pear.horde.org
 
@@ -7,7 +16,7 @@
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-horde-Horde-Mail
-Version:        2.1.2
+Version:        2.1.4
 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.
 
@@ -117,6 +128,9 @@ fi
 
 
 %changelog
+* Wed Jan 22 2014 Remi Collet <remi at fedoraproject.org> - 2.1.4-1
+- Update to 2.1.4
+
 * Tue Oct 15 2013 Remi Collet <remi at fedoraproject.org> - 2.1.2-1
 - Update to 2.1.2
 
@@ -126,7 +140,7 @@ fi
 * Wed Mar 20 2013 Nick Bebout <nb at fedoraproject.org> - 2.0.4-1
 - Update for review
 
-* Tue Feb 5 2013 Nick Bebout <nb at fedoraproject.org> - 2.0.3-2
+* Tue Feb  5 2013 Nick Bebout <nb at fedoraproject.org> - 2.0.3-2
 - Remove BuildRoot, Change php(language) to php-common
 
 * Thu Dec 27 2012 Remi Collet <remi at fedoraproject.org> - 2.0.3-1
diff --git a/sources b/sources
index ef7f5d3..4902883 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab51dfef72cec7912efe89f5aca61021  Horde_Mail-2.1.2.tgz
+3de0b7b5475cf88ee396cb1bf174be3f  Horde_Mail-2.1.4.tgz


More information about the scm-commits mailing list