From eab7742ae43cb153ee1c370851c0f90a676bf45d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Apr 01 2009 16:22:18 +0000 Subject: - Update to 2.3.6 --- diff --git a/.cvsignore b/.cvsignore index 5eab6b5..0da8319 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -python-ldap-2.3.5.tar.gz +python-ldap-2.3.6.tar.gz diff --git a/python-ldap-2.3.5-fix-build-error.patch b/python-ldap-2.3.5-fix-build-error.patch deleted file mode 100644 index ca67e3c..0000000 --- a/python-ldap-2.3.5-fix-build-error.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up python-ldap-2.3.5/Modules/errors.c.fix-build-error python-ldap-2.3.5/Modules/errors.c ---- python-ldap-2.3.5/Modules/errors.c.fix-build-error 2009-02-27 10:06:24.000000000 -0500 -+++ python-ldap-2.3.5/Modules/errors.c 2009-02-27 10:06:40.000000000 -0500 -@@ -18,7 +18,7 @@ LDAPexception_class; - - #ifdef LDAP_ASSERTION_FAILED - #define LDAP_ERROR_MAX LDAP_ASSERTION_FAILED --#elif -+#else - #define LDAP_ERROR_MAX LDAP_OTHER - #endif - diff --git a/python-ldap.spec b/python-ldap.spec index 4efc05a..fb388c3 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -5,8 +5,8 @@ ### Abstract ### Name: python-ldap -Version: 2.3.5 -Release: 5%{?dist} +Version: 2.3.6 +Release: 1%{?dist} Epoch: 0 License: Python Group: System Environment/Libraries @@ -19,8 +19,6 @@ Source0: http://download.sourceforge.net/python-ldap/python-ldap-%{version}.tar. Patch0: python-ldap-2.2.0-dirs.patch -Patch1: python-ldap-2.3.5-fix-build-error.patch - ### Dependencies ### Requires: openldap >= %{openldap_version} @@ -42,7 +40,6 @@ OpenLDAP 2.x libraries, and contains modules for other LDAP-related tasks %prep %setup -q -n python-ldap-%{version} %patch0 -p1 -b .dirs -%patch1 -p1 -b .fix-build-error # clean up cvs hidden files rm -rf Demo/Lib/ldap/.cvsignore Demo/.cvsignore Demo/Lib/ldif/.cvsignore Demo/Lib/ldap/async/.cvsignore \ @@ -72,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/python_ldap-%{version}-*.egg-info/ %changelog +* Wed Apr 01 2009 Matthew Barnes - 0:2.3.6-1 +- Update to 2.3.6 + * Fri Feb 27 2009 Matthew Barnes - 0:2.3.5-5 - Fix a build error. diff --git a/sources b/sources index 3f77cb9..69d2fc8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9732621075edc65b54233fff21fe07c python-ldap-2.3.5.tar.gz +69605234571509eb288fc9292a34edad python-ldap-2.3.6.tar.gz