Hello community,

here is the log from the commit of package python-cerealizer for 
openSUSE:Factory checked in at 2015-09-08 17:39:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cerealizer (Old)
 and      /work/SRC/openSUSE:Factory/.python-cerealizer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cerealizer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cerealizer/python-cerealizer.changes      
2013-01-14 12:03:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-cerealizer.new/python-cerealizer.changes 
2015-09-08 17:42:15.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-cerealizer.spec ++++++
--- /var/tmp/diff_new_pack.gbxL1F/_old  2015-09-08 17:42:16.000000000 +0200
+++ /var/tmp/diff_new_pack.gbxL1F/_new  2015-09-08 17:42:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cerealizer
 #
-# 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
@@ -29,8 +29,11 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+%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
-%{py_requires}
+%endif
 
 %description
 A secure pickle-like module. It support basic types (int, string, unicode,


Reply via email to