forked from pool/python-ldap
This commit is contained in:
committed by
Git OBS Bridge
parent
7c7a2d7287
commit
71f32f84dd
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c15a5bbe4e3dfad9d282e6c104256bd1ffd66e5abab0962df6c42d9eb6dd6a47
|
||||
size 83781
|
||||
3
python-ldap-2.3.8.tar.bz2
Normal file
3
python-ldap-2.3.8.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dede452655ddc18175a0fe4b86428bbbae80c1934f2ec5b6333323e8e50ed646
|
||||
size 83106
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user