Hello community,

here is the log from the commit of package python-eyeD3 for openSUSE:Factory 
checked in at 2013-09-13 14:46:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-eyeD3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-eyeD3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-eyeD3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-eyeD3/python-eyeD3.changes        
2013-09-09 19:49:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-eyeD3.new/python-eyeD3.changes   
2013-09-13 14:46:26.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 11 18:52:43 UTC 2013 - [email protected]
+
+- Fix build on SLE 11 SP1: add conditional definition of python_sitelib.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-eyeD3.spec ++++++
--- /var/tmp/diff_new_pack.oG46UX/_old  2013-09-13 14:46:27.000000000 +0200
+++ /var/tmp/diff_new_pack.oG46UX/_new  2013-09-13 14:46:27.000000000 +0200
@@ -30,7 +30,9 @@
 BuildRequires:  python-magic
 BuildRequires:  python-setuptools
 %{py_requires}
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
+%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
 

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

Reply via email to