forked from pool/python-ldap
This commit is contained in:
committed by
Git OBS Bridge
parent
71f32f84dd
commit
04a4381afa
143
python-ldap.spec
143
python-ldap.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-ldap (Version 2.3.8)
|
||||
# spec file for package python-ldap (Version 2.3.9)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -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
|
||||
License: Public Domain, Freeware
|
||||
Group: Development/Libraries/Python
|
||||
AutoReqProv: on
|
||||
Version: 2.3.8
|
||||
Version: 2.3.9
|
||||
Release: 1
|
||||
Summary: Python LDAP interface
|
||||
Url: http://pypi.python.org/pypi/python-ldap/
|
||||
Url: http://python-ldap.sourceforge.net/
|
||||
Source: python-ldap-%{version}.tar.bz2
|
||||
Patch0: python-ldap-sasl.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -67,138 +67,3 @@ 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
|
||||
- removed cvs-related files from the package
|
||||
* Thu Apr 03 2008 matejcik@suse.cz
|
||||
- update to 2.3.4
|
||||
* better RFC 4514 compatibility
|
||||
* bugfixes
|
||||
- cleaned up spec file
|
||||
- removed unnecessary source
|
||||
- added %%fdupes
|
||||
* Wed Aug 01 2007 jmatejek@suse.cz
|
||||
- update to 2.3.1
|
||||
* openLDAP 2.3+ is now required
|
||||
* upstream fixed python2.5 problems
|
||||
* support for Cancel operation
|
||||
* DN related functions moved to submodule ldap.dn
|
||||
* numerous bugfixes
|
||||
* Mon Jan 22 2007 jmatejek@suse.cz
|
||||
- removed dependency on openldap, added dependency on openldap-client
|
||||
* Thu Nov 16 2006 jmatejek@suse.cz
|
||||
- fixed a bug that would in some cases lead to invalid free() call
|
||||
while deallocating the object
|
||||
* Mon Oct 23 2006 jmatejek@suse.cz
|
||||
- update to 2.2.0
|
||||
- OpenLDAP 2.2+ is now required
|
||||
- code is cleaned up, many memory leaks fixed
|
||||
- improved ldap.async - fixed Dict, added IndexedDict
|
||||
- lots of bugs fixed
|
||||
- fixed some 64bit problems with PEP353 conversion
|
||||
* Tue Feb 28 2006 jmatejek@suse.cz
|
||||
- updated to reflect python changes due to #149809
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Thu Jan 05 2006 jmatejek@suse.cz
|
||||
- update to 2.0.11
|
||||
- using setup.cfg source designed for SuSE (minor adjustments
|
||||
against Build/setup.cfg.suse-linux
|
||||
* Tue Oct 25 2005 rhafer@suse.de
|
||||
- added LDAP_DEPRECATED to CFLAGS to build correctly with·
|
||||
OpenLDAP 2.3
|
||||
* Thu Oct 06 2005 matejcik@suse.cz
|
||||
- update to 2.0.10
|
||||
* Wed Jun 29 2005 ltinkl@suse.cz
|
||||
- update to 2.0.8
|
||||
* Tue May 10 2005 mcihar@suse.cz
|
||||
- update to 2.0.7
|
||||
* Mon Dec 06 2004 mcihar@suse.cz
|
||||
- update to 2.0.6
|
||||
* Tue Nov 23 2004 mcihar@suse.cz
|
||||
- update to 2.0.5
|
||||
* Fri Jul 30 2004 mcihar@suse.cz
|
||||
- update to 2.0.2
|
||||
* Wed Jun 30 2004 mcihar@suse.cz
|
||||
- update to 2.0.1
|
||||
* Wed May 19 2004 mcihar@suse.cz
|
||||
- update to 2.0.0 final
|
||||
* Fri Jan 30 2004 mcihar@suse.cz
|
||||
- include licence
|
||||
* Fri Jan 23 2004 mcihar@suse.cz
|
||||
- updated to 2.0.0pre19
|
||||
* Tue Dec 16 2003 mcihar@suse.cz
|
||||
- updated to 2.0.0pre18
|
||||
* Thu Nov 13 2003 mcihar@suse.cz
|
||||
- updated to 2.0.0pre15
|
||||
* Wed Oct 15 2003 mcihar@suse.cz
|
||||
- don't build as root
|
||||
- updated to 2.0.0pre14:
|
||||
ldap.ldapobject:
|
||||
* Added class attribute LDAPObject.network_timeout mapped to
|
||||
set_option(ldap.OPT_NETWORK_TIMEOUT,..)
|
||||
* LDAPObject.search_ext(): Pass arguments serverctrls,clientctrls
|
||||
to _ldap.search_ext()
|
||||
ldap.sasl:
|
||||
* Added class ldap.sasl.external for handling
|
||||
the SASL mechanism EXTERNAL
|
||||
* Dictionary ldap.sasl.saslmech_handler_class built during import
|
||||
for all the known SASL mechanisms derived from class definitions
|
||||
ldap.schema:
|
||||
* More graceful handling of KeyError in SubSchema.attribute_types()
|
||||
* New method SubSchema.get_inheritedattr() for retrieving inherited
|
||||
class attributes
|
||||
* New method SubSchema.get_inheritedobj() for retrieving a
|
||||
schema element instance including all inherited class attributes
|
||||
* Mon Aug 11 2003 mcihar@suse.cz
|
||||
- updated to 2.0.0pre13
|
||||
* Mon Jun 16 2003 mcihar@suse.cz
|
||||
- use record-rpm
|
||||
* Tue May 27 2003 mcihar@suse.cz
|
||||
- updated to 2.0.0pre12
|
||||
* Tue May 13 2003 mcihar@suse.cz
|
||||
- updated to 2.0.0pre11
|
||||
- use distutils for build
|
||||
* Mon May 12 2003 mcihar@suse.cz
|
||||
- use versioned dependency on python
|
||||
* Fri Jan 31 2003 ro@suse.de
|
||||
- use sasl2
|
||||
* Fri Jan 10 2003 mcihar@suse.cz
|
||||
- updated to 2.0.0pre06
|
||||
- build with more features
|
||||
- add demo into docs
|
||||
* Mon Aug 26 2002 rhafer@suse.de
|
||||
- LDAP_FILT_MAXSIZ isn't defined in libldap anymore
|
||||
* Wed Aug 14 2002 vinil@suse.cz
|
||||
- new version: 2.0.0pre05
|
||||
* Mon Jun 03 2002 stepan@suse.de
|
||||
- use %%_lib instead of lib
|
||||
* Wed Feb 27 2002 vinil@suse.cz
|
||||
- version 2.0.0pre04 to work with openldap2 (bug #13948)
|
||||
* Tue Sep 04 2001 rvasice@suse.cz
|
||||
- fix Group tag to Development/Libraries/Python
|
||||
* Thu Mar 15 2001 kukuk@suse.de
|
||||
- Remove openldap from Requires
|
||||
* Thu Mar 15 2001 ro@suse.de
|
||||
- changed for openldap2
|
||||
* Thu Mar 15 2001 ro@suse.de
|
||||
- fixed neededforbuild for openldap
|
||||
* Wed Nov 22 2000 mt@suse.de
|
||||
- renamed from pyldapm to python-ldap
|
||||
- updated to python-ldap-1.10alpha3
|
||||
- adopted spec file for python2.0
|
||||
* Mon Nov 06 2000 ro@suse.de
|
||||
- fixed neededforbuild (added ldaplib)
|
||||
* Sun Oct 29 2000 kukuk@suse.de
|
||||
- fix need for build
|
||||
* Mon Sep 13 1999 bs@suse.de
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
* Wed May 26 1999 mt@suse.de
|
||||
- new version 1.5
|
||||
|
||||
Reference in New Issue
Block a user