Hello community, here is the log from the commit of package python-ldap for openSUSE:Factory checked in at 2016-02-17 10:24:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ldap (Old) and /work/SRC/openSUSE:Factory/.python-ldap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ldap" Changes: -------- --- /work/SRC/openSUSE:Factory/python-ldap/python-ldap.changes 2016-01-26 10:15:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-ldap.new/python-ldap.changes 2016-02-17 12:22:56.000000000 +0100 @@ -1,0 +2,9 @@ +Wed Feb 10 15:23:31 UTC 2016 - [email protected] + +- Aligned desciption with project's web site +- Removed obsolete stuff: + * build flag -DLDAP_DEPRECATED + * outdated URL in package description + * removing of CVS files + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ldap.spec ++++++ --- /var/tmp/diff_new_pack.EjwXI8/_old 2016-02-17 12:22:57.000000000 +0100 +++ /var/tmp/diff_new_pack.EjwXI8/_new 2016-02-17 12:22:57.000000000 +0100 @@ -39,18 +39,17 @@ %endif %description -python-ldap provides an LDAP client API for Python in the spirit of -RFC1823. It includes a Python module called _ldapmodule that wraps an -LDAP C library, an object-oriented API for X.500 directories. See -python-ldap pages on http://python-ldap.sourceforge.net/ +python-ldap provides an object-oriented API to access LDAP directory +servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs +for that purpose. Additionally the package contains modules for other +LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.). %prep %setup -q cp Build/setup.cfg.suse-linux setup.cfg -find -name ".CVS" -o -name ".cvsignore" -exec rm -rf {} ";" %build -CFLAGS="%{optflags} -DLDAP_DEPRECATED" python setup.py build +CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot}
