[php-horde-Horde-Ldap/el6] update to 2.0.3

Remi Collet remi at fedoraproject.org
Sun Jan 12 10:07:55 UTC 2014


commit 25d278b529bf1237ad296e58e9b98ef694da08c2
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Jan 12 11:08:03 2014 +0100

    update to 2.0.3

 .gitignore                |    1 +
 php-horde-Horde-Ldap.spec |   25 +++++++++++++++++--------
 sources                   |    2 +-
 3 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00b24d8..97b3766 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 clog
 *spec~
 /Horde_Ldap-2.0.2.tgz
+/Horde_Ldap-2.0.3.tgz
diff --git a/php-horde-Horde-Ldap.spec b/php-horde-Horde-Ldap.spec
index e22452d..ff4bb25 100644
--- a/php-horde-Horde-Ldap.spec
+++ b/php-horde-Horde-Ldap.spec
@@ -1,10 +1,18 @@
+# spec file for php-horde-Horde-Ldap
+#
+# Copyright (c) 2012-2013 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/3.0/
+#
+# Please, preserve the changelog entries
+#
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 %global pear_name    Horde_Ldap
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Ldap
-Version:        2.0.2
+Version:        2.0.3
 Release:        1%{?dist}
 Summary:        Horde LDAP libraries
 
@@ -13,9 +21,8 @@ License:        LGPLv3
 URL:            http://pear.horde.org
 Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  php-common >= 5.3.0
+BuildRequires:  php(language) >= 5.3.0
 BuildRequires:  php-pear(PEAR) >= 1.7.0
 BuildRequires:  php-channel(%{pear_channel})
 # To run unit tests
@@ -23,16 +30,16 @@ BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-common >= 5.3.0
+Requires:       php(language) >= 5.3.0
 Requires:       php-ldap
 Requires:       php-pcre
 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
-Conflicts:      php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Exception) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
-Conflicts:      php-pear(%{pear_channel}/Horde_Util) >= 3.0.0
-Requires:       php-channel(%{pear_channel})
+Requires:       php-pear(%{pear_channel}/Horde_Util) <  3.0.0
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -86,7 +93,6 @@ fi
 
 
 %files
-%defattr(-,root,root,-)
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/Horde/Ldap
@@ -95,6 +101,9 @@ fi
 
 
 %changelog
+* Mon Oct 28 2013 Remi Collet <remi at fedoraproject.org> - 2.0.3-1
+- Update to 2.0.3
+
 * Tue Jan 29 2013 Remi Collet <remi at fedoraproject.org> - 2.0.2-1
 - Update to 2.0.2
 
diff --git a/sources b/sources
index bee49fd..a5975e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c79487338ce0c875f738001a2797ea7  Horde_Ldap-2.0.2.tgz
+fdd18cb755ba30dd11c12e359f519088  Horde_Ldap-2.0.3.tgz


More information about the scm-commits mailing list