Hello community, here is the log from the commit of package python-veusz for openSUSE:Factory checked in at 2012-03-08 19:45:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-veusz (Old) and /work/SRC/openSUSE:Factory/.python-veusz.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-veusz", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes 2011-12-08 11:31:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-veusz.new/python-veusz.changes 2012-03-08 19:45:14.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Feb 25 22:05:00 UTC 2012 - [email protected] + +- fix build for SLE-11 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-veusz.spec ++++++ --- /var/tmp/diff_new_pack.GPHq1M/_old 2012-03-08 19:45:16.000000000 +0100 +++ /var/tmp/diff_new_pack.GPHq1M/_new 2012-03-08 19:45:16.000000000 +0100 @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%{!?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))")} %define pyname veusz @@ -34,7 +36,11 @@ BuildRequires: libqt4-devel BuildRequires: python-devel BuildRequires: python-numpy-devel +%if 0%{?sles_version} +BuildRequires: python-qt4 +%else BuildRequires: python-qt4-devel +%endif BuildRequires: python-setuptools BuildRequires: python-sip BuildRequires: update-desktop-files -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
