Hello community, here is the log from the commit of package python-xdg for openSUSE:Factory checked in at 2013-04-14 10:43:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xdg (Old) and /work/SRC/openSUSE:Factory/.python-xdg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xdg", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/python-xdg/python-xdg.changes 2013-01-17 10:19:18.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-xdg.new/python-xdg.changes 2013-04-14 10:43:37.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 macros + +------------------------------------------------------------------- python3-xdg.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xdg.spec ++++++ --- /var/tmp/diff_new_pack.Ul5Hsy/_old 2013-04-14 10:43:38.000000000 +0200 +++ /var/tmp/diff_new_pack.Ul5Hsy/_new 2013-04-14 10:43:38.000000000 +0200 @@ -18,14 +18,6 @@ %define build_for_python3 0 -%if %{build_for_python3} -%define local_py_sitelib %{python3_sitelib} -%define local_python python3 -%else -%define local_py_sitelib %{python_sitelib} -%define local_python %{__python} -%endif - Name: python-xdg %define _name pyxdg Summary: Python library to use freedesktop.org specifications @@ -37,8 +29,10 @@ Source: %{_name}-%{version}.tar.bz2 BuildRequires: fdupes %if %{build_for_python3} +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-distribute +Requires: python3 %else BuildRequires: python-devel %endif @@ -50,6 +44,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +%if %{build_for_python3} +%define local_py_sitelib %{python3_sitelib} +%define local_python python3 +%else +%define local_py_sitelib %{python_sitelib} +%define local_python %{__python} +%endif + %description python-xdg (PyXDG) is a python library to use freedesktop.org specifications. ++++++ python3-xdg.spec ++++++ --- /var/tmp/diff_new_pack.Ul5Hsy/_old 2013-04-14 10:43:38.000000000 +0200 +++ /var/tmp/diff_new_pack.Ul5Hsy/_new 2013-04-14 10:43:38.000000000 +0200 @@ -18,14 +18,6 @@ %define build_for_python3 1 -%if %{build_for_python3} -%define local_py_sitelib %{python3_sitelib} -%define local_python python3 -%else -%define local_py_sitelib %{python_sitelib} -%define local_python %{__python} -%endif - Name: python3-xdg %define _name pyxdg Summary: Python library to use freedesktop.org specifications @@ -37,8 +29,10 @@ Source: %{_name}-%{version}.tar.bz2 BuildRequires: fdupes %if %{build_for_python3} +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-distribute +Requires: python3 %else BuildRequires: python-devel %endif @@ -50,6 +44,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +%if %{build_for_python3} +%define local_py_sitelib %{python3_sitelib} +%define local_python python3 +%else +%define local_py_sitelib %{python_sitelib} +%define local_python %{__python} +%endif + %description python-xdg (PyXDG) is a python library to use freedesktop.org specifications. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
