[php-horde-Horde-Auth/epel7] update to 2.1.2

Remi Collet remi at fedoraproject.org
Wed Mar 5 13:47:09 UTC 2014


commit 117195ce6f2d41f56e93ee201bbd4e3cb947f7c0
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Mar 5 14:45:35 2014 +0100

    update to 2.1.2
    
    (cherry picked from commit 3c6dd28b9f96c2862cdbf587203e5f66fc5ebf96)

 .gitignore                |    1 +
 php-horde-Horde-Auth.spec |   21 ++++++++++++++++++---
 sources                   |    2 +-
 3 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 928c8c9..64198c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Horde_Auth-2.0.6.tgz
 /Horde_Auth-2.1.0.tgz
 /Horde_Auth-2.1.1.tgz
+/Horde_Auth-2.1.2.tgz
diff --git a/php-horde-Horde-Auth.spec b/php-horde-Horde-Auth.spec
index 2d17150..29fc6ef 100644
--- a/php-horde-Horde-Auth.spec
+++ b/php-horde-Horde-Auth.spec
@@ -1,10 +1,19 @@
+# spec file for php-horde-Horde-Auth
+#
+# 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}
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 %global pear_name    Horde_Auth
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Auth
-Version:        2.1.1
+Version:        2.1.2
 Release:        1%{?dist}
 Summary:        Horde Authentication API
 
@@ -42,6 +51,8 @@ Requires:       php-pear(%{pear_channel}/Horde_Util) <  3.0.0
 # Optional
 Requires:       php-pear(%{pear_channel}/Horde_Db) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Db) <  3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_History) >= 2.0.0
+Requires:       php-pear(%{pear_channel}/Horde_History) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Http) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Http) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Imap_Client) >= 2.0.0
@@ -52,7 +63,7 @@ Requires:       php-pear(%{pear_channel}/Horde_Ldap) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Ldap) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Lock) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Lock) <  3.0.0
-# Optional and not yet available: Horde_History
+# optional and not required for circular dep: Horde_Kolab_Session
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -133,6 +144,10 @@ fi
 
 
 %changelog
+* Tue Mar 04 2014 Remi Collet <remi at fedoraproject.org> - 2.1.2-1
+- Update to 2.1.2
+- add optional dep on Horde_History
+
 * Tue Oct 15 2013 Remi Collet <remi at fedoraproject.org> - 2.1.1-1
 - Update to 2.1.1
 
diff --git a/sources b/sources
index da8654e..6d1f254 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d5ead7a9fea859eb3574bb6cb23a1d8  Horde_Auth-2.1.1.tgz
+ab6d364f7a29324c0a05e643ea9b7929  Horde_Auth-2.1.2.tgz


More information about the scm-commits mailing list