[python-ldap] Check in python-ldap version 2.4.6

Jeroen van Meeuwen kanarip at fedoraproject.org
Mon Jan 2 16:59:02 UTC 2012


commit 384f0091f79d23edada81a15c92f3b607da36225
Author: Jeroen van Meeuwen (Ergo Project) <jeroen.van.meeuwen at ergo-project.org>
Date:   Mon Jan 2 17:58:45 2012 +0100

    Check in python-ldap version 2.4.6

 .gitignore                   |    1 +
 python-ldap-2.2.0-dirs.patch |   13 -------------
 python-ldap-2.4.6-dirs.patch |   11 +++++++++++
 python-ldap.spec             |    6 +++---
 sources                      |    2 +-
 5 files changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d71b9a8..04384c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 python-ldap-2.3.10.tar.gz
 /python-ldap-2.3.12.tar.gz
+/python-ldap-2.4.6.tar.gz
diff --git a/python-ldap-2.4.6-dirs.patch b/python-ldap-2.4.6-dirs.patch
new file mode 100644
index 0000000..35c46cb
--- /dev/null
+++ b/python-ldap-2.4.6-dirs.patch
@@ -0,0 +1,11 @@
+diff -ur python-ldap-2.4.6.orig/setup.cfg python-ldap-2.4.6/setup.cfg
+--- python-ldap-2.4.6.orig/setup.cfg	2011-11-27 16:28:04.000000000 +0100
++++ python-ldap-2.4.6/setup.cfg	2012-01-02 16:20:13.840989359 +0100
+@@ -1,6 +1,5 @@
+ [_ldap]
+-library_dirs = /opt/openldap-RE24/lib
+-include_dirs = /opt/openldap-RE24/include /usr/include/sasl
++include_dirs = /usr/include/sasl
+ defines = HAVE_SASL HAVE_TLS
+ extra_compile_args = -g
+ extra_objects = 
diff --git a/python-ldap.spec b/python-ldap.spec
index 1544b2b..4b74e4e 100644
--- a/python-ldap.spec
+++ b/python-ldap.spec
@@ -1,8 +1,8 @@
 ### Abstract ###
 
 Name: python-ldap
-Version: 2.3.12
-Release: 2%{?dist}
+Version: 2.4.6
+Release: 1%{?dist}
 Epoch: 0
 License: Python
 Group: System Environment/Libraries
@@ -12,7 +12,7 @@ Source0: http://pypi.python.org/packages/source/p/python-ldap/python-ldap-%{vers
 
 ### Patches ###
 # Fedora specific patch
-Patch0: python-ldap-2.2.0-dirs.patch
+Patch0: python-ldap-2.4.6-dirs.patch
 
 ### Dependencies ###
 
diff --git a/sources b/sources
index 4a9c489..ca072df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2dadc521b2c2590d9b033894ba5c6f31  python-ldap-2.3.12.tar.gz
+0407757f2b6923dbe1f700c683e9e474  python-ldap-2.4.6.tar.gz


More information about the scm-commits mailing list