From 71f32f84dd7528ad9bf81def2aeefd30a49c02b5edce9e7386ba0a3a99d57d85 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 6 May 2009 16:51:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ldap?expand=0&rev=6 --- python-ldap-2.3.5.tar.bz2 | 3 --- python-ldap-2.3.8.tar.bz2 | 3 +++ python-ldap.changes | 11 ++++++++++- python-ldap.spec | 19 ++++++++++++------- 4 files changed, 25 insertions(+), 11 deletions(-) delete mode 100644 python-ldap-2.3.5.tar.bz2 create mode 100644 python-ldap-2.3.8.tar.bz2 diff --git a/python-ldap-2.3.5.tar.bz2 b/python-ldap-2.3.5.tar.bz2 deleted file mode 100644 index b6fd9d0..0000000 --- a/python-ldap-2.3.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c15a5bbe4e3dfad9d282e6c104256bd1ffd66e5abab0962df6c42d9eb6dd6a47 -size 83781 diff --git a/python-ldap-2.3.8.tar.bz2 b/python-ldap-2.3.8.tar.bz2 new file mode 100644 index 0000000..ae4da4e --- /dev/null +++ b/python-ldap-2.3.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dede452655ddc18175a0fe4b86428bbbae80c1934f2ec5b6333323e8e50ed646 +size 83106 diff --git a/python-ldap.changes b/python-ldap.changes index ded1dd0..bf1c323 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 6 17:06:44 CEST 2009 - matejcik@suse.cz + +- update to 2.3.8 + * supposedly supports gcc4.4 + * better handling of corner case errors + * minor fixes +- fixed rpmlint warnings + ------------------------------------------------------------------- Fri Sep 5 14:20:42 CEST 2008 - matejcik@suse.cz @@ -21,7 +30,7 @@ Wed Aug 1 18:01:02 CEST 2007 - jmatejek@suse.cz - update to 2.3.1 * openLDAP 2.3+ is now required * upstream fixed python2.5 problems - * support for Cancel operation + * support for Cancel operation * DN related functions moved to submodule ldap.dn * numerous bugfixes diff --git a/python-ldap.spec b/python-ldap.spec index abf997f..e212878 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -1,7 +1,7 @@ # -# spec file for package python-ldap (Version 2.3.5) +# spec file for package python-ldap (Version 2.3.8) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,13 @@ Name: python-ldap BuildRequires: fdupes krb5-devel openldap2-devel >= 2.3 python-devel Requires: openldap2-client >= 2.3 -License: Public Domain, Freeware +License: Public Domain Group: Development/Libraries/Python AutoReqProv: on -Version: 2.3.5 +Version: 2.3.8 Release: 1 Summary: Python LDAP interface -Url: http://python-ldap.sourceforge.net/ +Url: http://pypi.python.org/pypi/python-ldap/ Source: python-ldap-%{version}.tar.bz2 Patch0: python-ldap-sasl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -56,7 +56,6 @@ export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED" python setup.py build %install -rm -rf $RPM_BUILD_ROOT python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES %fdupes $RPM_BUILD_ROOT/%{_libdir} @@ -68,6 +67,12 @@ rm -rf $RPM_BUILD_ROOT %doc README Demo CHANGES TODO LICENCE %changelog +* Wed May 06 2009 matejcik@suse.cz +- update to 2.3.8 + * supposedly supports gcc4.4 + * better handling of corner case errors + * minor fixes +- fixed rpmlint warnings * Fri Sep 05 2008 matejcik@suse.cz - update to 2.3.5 * minor fixes @@ -83,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT - update to 2.3.1 * openLDAP 2.3+ is now required * upstream fixed python2.5 problems - * support for Cancel operation + * support for Cancel operation * DN related functions moved to submodule ldap.dn * numerous bugfixes * Mon Jan 22 2007 jmatejek@suse.cz