Hello community,

here is the log from the commit of package python-setuptools-git for 
openSUSE:Factory checked in at 2013-04-14 10:38:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setuptools-git (Old)
 and      /work/SRC/openSUSE:Factory/.python-setuptools-git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-setuptools-git", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-setuptools-git/python-setuptools-git.changes  
    2013-03-08 13:31:12.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-setuptools-git.new/python-setuptools-git.changes
 2013-04-14 10:38:57.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr 12 11:13:01 UTC 2013 - [email protected]
+
+- Added requires and buildrequires python3.  It will not work 
+  properly without them on openSUSE < 12.3
+- Cleanup some macros
+
+-------------------------------------------------------------------
python3-setuptools-git.changes: same change

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

Other differences:
------------------
++++++ python-setuptools-git.spec ++++++
--- /var/tmp/diff_new_pack.rva2cE/_old  2013-04-14 10:38:58.000000000 +0200
+++ /var/tmp/diff_new_pack.rva2cE/_new  2013-04-14 10:38:58.000000000 +0200
@@ -18,14 +18,6 @@
 %define mod_name setuptools-git
 %define build_for_python3 0
 
-%if %{build_for_python3}
-%define local_python      python3
-%define local_sitelib     %{python3_sitelib}
-%else
-%define local_python      python
-%define local_sitelib     %{python_sitelib}
-%endif
-
 Name:           python-setuptools-git
 Version:        1.0b1
 Release:        0
@@ -35,19 +27,29 @@
 Url:            https://github.com/wichert/setuptools-git
 Source:         
http://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-%{version}.tar.gz
 %if %{build_for_python3}
+BuildRequires:  python
 BuildRequires:  python3-devel
 BuildRequires: python3-distribute
+Requires:       python
+BuildArch:      noarch
 %else
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-%endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %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()")}
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %else
 BuildArch:      noarch
 %endif
+%endif
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
+%if %{build_for_python3}
+%define local_python      python3
+%define local_sitelib     %{python3_sitelib}
+%else
+%define local_python      python
+%define local_sitelib     %{python_sitelib}
+%endif
 
 %description
 This is a plugin for setuptools that enables git integration. Once

++++++ python3-setuptools-git.spec ++++++
--- /var/tmp/diff_new_pack.rva2cE/_old  2013-04-14 10:38:58.000000000 +0200
+++ /var/tmp/diff_new_pack.rva2cE/_new  2013-04-14 10:38:58.000000000 +0200
@@ -18,14 +18,6 @@
 %define mod_name setuptools-git
 %define build_for_python3 1
 
-%if %{build_for_python3}
-%define local_python      python3
-%define local_sitelib     %{python3_sitelib}
-%else
-%define local_python      python
-%define local_sitelib     %{python_sitelib}
-%endif
-
 Name:           python3-setuptools-git
 Version:        1.0b1
 Release:        0
@@ -35,19 +27,29 @@
 Url:            https://github.com/wichert/setuptools-git
 Source:         
http://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-%{version}.tar.gz
 %if %{build_for_python3}
+BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires: python3-distribute
+Requires:       python3
+BuildArch:      noarch
 %else
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-%endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %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()")}
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %else
 BuildArch:      noarch
 %endif
+%endif
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
+%if %{build_for_python3}
+%define local_python      python3
+%define local_sitelib     %{python3_sitelib}
+%else
+%define local_python      python
+%define local_sitelib     %{python_sitelib}
+%endif
 
 %description
 This is a plugin for setuptools that enables git integration. Once

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

Reply via email to