forked from pool/python-ldap
This commit is contained in:
committed by
Git OBS Bridge
parent
2511712ec5
commit
7c7a2d7287
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c69efef81fdfc3f984f5228d6c5079a3e894e53d0877069838a70c30c4dffb70
|
||||
size 66327
|
||||
3
python-ldap-2.3.5.tar.bz2
Normal file
3
python-ldap-2.3.5.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c15a5bbe4e3dfad9d282e6c104256bd1ffd66e5abab0962df6c42d9eb6dd6a47
|
||||
size 83781
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 5 14:20:42 CEST 2008 - matejcik@suse.cz
|
||||
|
||||
- update to 2.3.5
|
||||
* minor fixes
|
||||
- removed cvs-related files from the package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 17:55:47 CEST 2008 - matejcik@suse.cz
|
||||
|
||||
|
||||
@@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package python-ldap (Version 2.3.4)
|
||||
# spec file for package python-ldap (Version 2.3.5)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@@ -17,7 +24,7 @@ Requires: openldap2-client >= 2.3
|
||||
License: Public Domain, Freeware
|
||||
Group: Development/Libraries/Python
|
||||
AutoReqProv: on
|
||||
Version: 2.3.4
|
||||
Version: 2.3.5
|
||||
Release: 1
|
||||
Summary: Python LDAP interface
|
||||
Url: http://python-ldap.sourceforge.net/
|
||||
@@ -42,6 +49,7 @@ Authors:
|
||||
%setup
|
||||
%patch0
|
||||
cp Build/setup.cfg.suse-linux setup.cfg
|
||||
find -name ".CVS" -o -name ".cvsignore" -exec rm -rf {} ";"
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED"
|
||||
@@ -60,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc README Demo CHANGES TODO LICENCE
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user