Hello community,
here is the log from the commit of package python-hachoir-parser for
openSUSE:Factory checked in at 2015-09-08 17:39:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hachoir-parser (Old)
and /work/SRC/openSUSE:Factory/.python-hachoir-parser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hachoir-parser"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-hachoir-parser/python-hachoir-parser.changes
2014-12-23 11:49:33.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-hachoir-parser.new/python-hachoir-parser.changes
2015-09-08 17:42:21.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-parser.spec ++++++
--- /var/tmp/diff_new_pack.5DI5g8/_old 2015-09-08 17:42:22.000000000 +0200
+++ /var/tmp/diff_new_pack.5DI5g8/_new 2015-09-08 17:42:22.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-hachoir-parser
#
-# Copyright (c) 2014 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
@@ -29,10 +29,10 @@
BuildRequires: python-devel
Requires: python-hachoir-core
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