Hello community, here is the log from the commit of package python-pyxb for openSUSE:Factory checked in at 2015-03-18 13:08:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyxb (Old) and /work/SRC/openSUSE:Factory/.python-pyxb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyxb" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyxb/python-pyxb.changes 2015-01-29 09:55:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyxb.new/python-pyxb.changes 2015-03-18 13:08:51.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 17 14:44:43 UTC 2015 - [email protected] + +- Fix build on sle11 as it is needed for java-packages + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyxb.spec ++++++ --- /var/tmp/diff_new_pack.Wa6cAX/_old 2015-03-18 13:08:52.000000000 +0100 +++ /var/tmp/diff_new_pack.Wa6cAX/_new 2015-03-18 13:08:52.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyxb # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,12 @@ %define realnam PyXB +%if 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} +%else +BuildArch: noarch +%py_requires +%endif Name: python-pyxb Version: 1.2.4 Release: 0 @@ -30,7 +36,6 @@ BuildRequires: python-xml Requires: python-xml BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch %description PyXB is a pure Python package that generates Python code for classes that correspond to data structures defined by XMLSchema. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
