Hello community,

here is the log from the commit of package python-lmiwbem for openSUSE:Factory 
checked in at 2016-01-12 16:13:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lmiwbem (Old)
 and      /work/SRC/openSUSE:Factory/.python-lmiwbem.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lmiwbem"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lmiwbem/python-lmiwbem.changes    
2015-07-12 22:52:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-lmiwbem.new/python-lmiwbem.changes       
2016-01-12 16:13:36.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Jan 11 12:42:05 UTC 2016 - [email protected]
+
+- Accept 'uname -p' reporting 'athlon'
+  accept-athlon.patch
+
+-------------------------------------------------------------------

New:
----
  accept-athlon.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-lmiwbem.spec ++++++
--- /var/tmp/diff_new_pack.ncfCu0/_old  2016-01-12 16:13:37.000000000 +0100
+++ /var/tmp/diff_new_pack.ncfCu0/_new  2016-01-12 16:13:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lmiwbem
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -32,6 +32,8 @@
 Source0:        
https://github.com/phatina/python-lmiwbem/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE, SUSE packages internal Pegasus include files in separate 
directory, [email protected]
 Patch1:         include-pegasus-internal.patch
+# PATCH-FIX-OPENSUSE, build service reports (some) 32bit systems as 'athlon'
+Patch2:         accept-athlon.patch
 
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -75,6 +77,7 @@
 %setup -q -n %{name}-%{version}
 %if 0%{?suse_version}
 %patch1 -p1
+%patch2 -p1
 %endif
 
 %build

++++++ accept-athlon.patch ++++++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-python-lmiwbem-0.7.2/configure.ac 
./configure.ac
--- ../orig-python-lmiwbem-0.7.2/configure.ac   2015-06-29 09:01:54.000000000 
+0200
+++ ./configure.ac      2016-01-11 13:40:34.433720100 +0100
@@ -29,7 +29,7 @@
 case $host_os in
     linux*)
         case `uname -p` in
-            i*86)
+            athlon | i*86)
                 PEGASUS_PLATFORM=PEGASUS_PLATFORM_LINUX_IX86_GNU
                 ;;
             x86_64)

Reply via email to