Hello community, here is the log from the commit of package python-xdg for openSUSE:Factory checked in at 2015-09-08 17:39:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xdg (Old) and /work/SRC/openSUSE:Factory/.python-xdg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xdg" Changes: -------- --- /work/SRC/openSUSE:Factory/python-xdg/python-xdg.changes 2013-04-14 10:43:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-xdg.new/python-xdg.changes 2015-09-08 17:42:22.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 3 11:21:45 UTC 2015 - [email protected] + +- Shouldn't be noarch in SLE 11 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xdg.spec ++++++ --- /var/tmp/diff_new_pack.800yf2/_old 2015-09-08 17:42:23.000000000 +0200 +++ /var/tmp/diff_new_pack.800yf2/_new 2015-09-08 17:42:23.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-xdg # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -42,7 +42,11 @@ Obsoletes: python-pyxdg < %{version} %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())")} +%else BuildArch: noarch +%endif %if %{build_for_python3} %define local_py_sitelib %{python3_sitelib}
