From 7c7a2d7287297ebbe601389eef23319e4eaf47eb434442cf6c3bfb07565f2745 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 6 Sep 2008 01:15:19 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ldap?expand=0&rev=5 --- python-ldap-2.3.4.tar.bz2 | 3 --- python-ldap-2.3.5.tar.bz2 | 3 +++ python-ldap.changes | 7 +++++++ python-ldap.spec | 20 ++++++++++++++++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 python-ldap-2.3.4.tar.bz2 create mode 100644 python-ldap-2.3.5.tar.bz2 diff --git a/python-ldap-2.3.4.tar.bz2 b/python-ldap-2.3.4.tar.bz2 deleted file mode 100644 index 109510f..0000000 --- a/python-ldap-2.3.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c69efef81fdfc3f984f5228d6c5079a3e894e53d0877069838a70c30c4dffb70 -size 66327 diff --git a/python-ldap-2.3.5.tar.bz2 b/python-ldap-2.3.5.tar.bz2 new file mode 100644 index 0000000..b6fd9d0 --- /dev/null +++ b/python-ldap-2.3.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15a5bbe4e3dfad9d282e6c104256bd1ffd66e5abab0962df6c42d9eb6dd6a47 +size 83781 diff --git a/python-ldap.changes b/python-ldap.changes index 8b564dc..ded1dd0 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -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 diff --git a/python-ldap.spec b/python-ldap.spec index f59bb1a..abf997f 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -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