Hello community, here is the log from the commit of package spyder for openSUSE:Factory checked in at 2013-11-14 08:43:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spyder (Old) and /work/SRC/openSUSE:Factory/.spyder.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spyder" Changes: -------- --- /work/SRC/openSUSE:Factory/spyder/spyder.changes 2013-10-17 17:48:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.spyder.new/spyder.changes 2013-11-14 08:44:00.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 13 12:42:19 UTC 2013 - [email protected] + +- Define %{python_sitelib} to fix build with SLE + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spyder.spec ++++++ --- /var/tmp/diff_new_pack.7yVRMk/_old 2013-11-14 08:44:01.000000000 +0100 +++ /var/tmp/diff_new_pack.7yVRMk/_new 2013-11-14 08:44:01.000000000 +0100 @@ -41,7 +41,11 @@ BuildRequires: unzip BuildRequires: update-desktop-files Requires: python-spyderlib = %{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 %description A Scientific Python development environment, an alternative to IDLE -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
