Hello community,
here is the log from the commit of package python-hachoir-core for
openSUSE:Factory checked in at 2015-09-08 17:39:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hachoir-core (Old)
and /work/SRC/openSUSE:Factory/.python-hachoir-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hachoir-core"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hachoir-core/python-hachoir-core.changes
2013-12-31 10:09:07.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-hachoir-core.new/python-hachoir-core.changes
2015-09-08 17:42:16.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-hachoir-core.spec ++++++
--- /var/tmp/diff_new_pack.Fo5rOO/_old 2015-09-08 17:42:17.000000000 +0200
+++ /var/tmp/diff_new_pack.Fo5rOO/_new 2015-09-08 17:42:17.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-hachoir-core
#
-# 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
@@ -28,10 +28,10 @@
BuildRequires: pkg-config
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
-
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%else
+BuildArch: noarch
%endif
%description