Hello community,

here is the log from the commit of package python-distribute for 
openSUSE:Factory checked in at 2012-03-01 17:26:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distribute (Old)
 and      /work/SRC/openSUSE:Factory/.python-distribute.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-distribute", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-distribute/python-distribute.changes      
2011-11-25 10:13:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-distribute.new/python-distribute.changes 
2012-03-01 17:26:32.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb 20 11:32:36 UTC 2012 - [email protected]
+
+- Set license to SDPX style
+- Remove *.exe files from sitelib
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2012-02-28 22:35:32.095577906 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-distribute.new/python3-distribute.changes    
    2012-03-01 17:26:32.000000000 +0100
@@ -0,0 +1,12 @@
+-------------------------------------------------------------------
+Mon Feb 20 11:31:49 UTC 2012 - [email protected]
+
+- Add provides/obsoletes for python3-setuptools just to be safe
+- Package documentation and easy_install binary
+- Fix rpmlint issues
+- Set SDPX-style license
+
+-------------------------------------------------------------------
+Wed Nov 23 01:15:54 UTC 2011 - [email protected]
+
+- add python3 spec file

New:
----
  python3-distribute.changes
  python3-distribute.spec

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

Other differences:
------------------
++++++ python-distribute.spec ++++++
--- /var/tmp/diff_new_pack.oRVXOb/_old  2012-03-01 17:26:33.000000000 +0100
+++ /var/tmp/diff_new_pack.oRVXOb/_new  2012-03-01 17:26:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-distribute
 #
-# 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
@@ -16,27 +16,23 @@
 #
 
 
-
 Name:           python-distribute
 Version:        0.6.24
 Release:        0
 Url:            http://packages.python.org/distribute
 Summary:        Easily download, build, install, upgrade, and uninstall Python 
packages
-License:        PSF or ZPL
+License:        Python-2.0 or ZPL-2.0
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/d/distribute/distribute-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+Provides:       python-setuptools = %{version}
+Obsoletes:      python-setuptools < %{version}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
-%endif
-Conflicts:      python-setuptools < %{version}
-Obsoletes:      python-setuptools < %{version}
-Provides:       python-setuptools = %{version}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 Distribute is a fork of the Setuptools project.
@@ -55,6 +51,7 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -rf %{buildroot}%{python_sitelib}/setuptools/tests # Don't install tests
+rm -rf %{buildroot}%{python_sitelib}/setuptools/*.exe # Remove unneeded files
 
 %check
 python setup.py test

++++++ python3-distribute.spec ++++++
#
# spec file for package python3-distribute
#
# 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
# 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/
#


Name:           python3-distribute
Version:        0.6.24
Release:        0
Url:            http://packages.python.org/distribute
Summary:        Easily download, build, install, upgrade, and uninstall Python 
packages
License:        Python-2.0 or ZPL-2.0
Group:          Development/Languages/Python
Source:         distribute-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-2to3
BuildRequires:  python3-devel
Provides:       python3-setuptools = %{version}
Obsoletes:      python3-setuptools < %{version}
BuildArch:      noarch

%description
Distribute is a fork of the Setuptools project.

Distribute is intended to replace Setuptools as the standard method for working
with Python module distributions.

%prep
%setup -q -n distribute-%{version}

%build
python3 setup.py build
rm -f distribute.egg-info/*.orig
chmod -x {.,docs}/*.txt # Fix executable bits for documentation

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests # Don't install tests
rm -rf %{buildroot}%{python3_sitelib}/setuptools/*.exe # Remove unneeded files

%check
python3 setup.py test

%files
%defattr(-,root,root,-)
%doc docs/*.txt CHANGES.txt CONTRIBUTORS.txt DEVGUIDE.txt README.txt
%{_bindir}/easy_install*
%{python3_sitelib}/*

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

Reply via email to