Hello community,

here is the log from the commit of package python-ldap for openSUSE:Factory 
checked in at 2012-03-20 11:33:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ldap (Old)
 and      /work/SRC/openSUSE:Factory/.python-ldap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ldap", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ldap/python-ldap.changes  2011-10-11 
17:59:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-ldap.new/python-ldap.changes     
2012-03-20 11:33:36.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Mar 16 14:34:59 UTC 2012 - [email protected]
+
+- Remove service
+- Spec file cleanup:
+  * Remove outdated sections
+  * Proper macro usage
+
+-------------------------------------------------------------------

Old:
----
  python-ldap-2.4.3.tar.gz

New:
----
  python-ldap-2.4.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ldap.spec ++++++
--- /var/tmp/diff_new_pack.eSYzog/_old  2012-03-20 11:33:37.000000000 +0100
+++ /var/tmp/diff_new_pack.eSYzog/_new  2012-03-20 11:33:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ldap
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,22 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           python-ldap
-BuildRequires:  fdupes krb5-devel openldap2-devel >= 2.4.11 python-devel
-Requires:       openldap2-client >= 2.4.11
+Version:        2.4.9
+Release:        0
+Summary:        Python LDAP interface
 License:        SUSE-Public-Domain
 Group:          Development/Libraries/Python
-AutoReqProv:    on
-Version:        2.4.3
-Release:        1
-Summary:        Python LDAP interface
 Url:            http://www.python-ldap.org/
 Source:         
http://pypi.python.org/packages/source/p/python-ldap/python-ldap-%{version}.tar.gz
+BuildRequires:  cyrus-sasl-devel
+BuildRequires:  fdupes
+BuildRequires:  krb5-devel
+BuildRequires:  openldap2-devel >= 2.4.11
+BuildRequires:  python-devel
+Requires:       libldap-2_4-2 >= 2.4.11
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%endif
 
 %description
 python-ldap provides an LDAP client API for Python in the spirit of
@@ -39,23 +42,20 @@
 python-ldap pages on http://python-ldap.sourceforge.net/
 
 %prep
-%setup
+%setup -q
 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"
-python setup.py build
+CFLAGS="%{optflags} -DLDAP_DEPRECATED" python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--record-rpm=INSTALLED_FILES
-%fdupes $RPM_BUILD_ROOT/%{_libdir}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%fdupes %{buildroot}/%{_libdir}
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
 %doc README Demo CHANGES TODO LICENCE
+%{python_sitearch}/*
 
 %changelog

++++++ python-ldap-2.4.3.tar.gz -> python-ldap-2.4.9.tar.gz ++++++
++++ 2728 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to