Hello community,

here is the log from the commit of package mcelog for openSUSE:Factory checked 
in at 2017-01-24 10:29:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mcelog (Old)
 and      /work/SRC/openSUSE:Factory/.mcelog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mcelog"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mcelog/mcelog.changes    2016-12-26 
21:41:42.051038147 +0100
+++ /work/SRC/openSUSE:Factory/.mcelog.new/mcelog.changes       2017-01-24 
10:29:28.467808781 +0100
@@ -1,0 +2,7 @@
+Fri Jan 13 15:20:55 UTC 2017 - felix.gerl...@suse.com
+
+- Version update to 1.47 (fate#321308, fate#320907):
+  * Fix PDF links
+  * Fix confusing error message
+
+-------------------------------------------------------------------
@@ -4 +11 @@
-- Version update to 1.48:
+- Version update to 1.46:

Old:
----
  mcelog-1.46.tar.bz2

New:
----
  mcelog-1.47.tar.bz2

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

Other differences:
------------------
++++++ mcelog.spec ++++++
--- /var/tmp/diff_new_pack.qGXE7o/_old  2017-01-24 10:29:29.283693070 +0100
+++ /var/tmp/diff_new_pack.qGXE7o/_new  2017-01-24 10:29:29.291691936 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mcelog
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 Name:           mcelog
-Version:        1.46
+Version:        1.47
 Release:        0
 Summary:        Log Machine Check Events
 License:        GPL-2.0

++++++ add-f10h-support.patch ++++++
--- /var/tmp/diff_new_pack.qGXE7o/_old  2017-01-24 10:29:29.343684562 +0100
+++ /var/tmp/diff_new_pack.qGXE7o/_new  2017-01-24 10:29:29.343684562 +0100
@@ -708,7 +708,7 @@
 -                              if (family == 15) {
 -                                      cputype = CPU_K8;
 -                              } else if (family >= 16) {
--                                      SYSERRprintf("ERROR: AMD Processor 
family %d: mcelog does not support this processor.  Please use the edac_mce_amd 
module instead.\n", family);
+-                                      Eprintf("ERROR: AMD Processor family 
%d: mcelog does not support this processor.  Please use the edac_mce_amd module 
instead.\n", family);
 -                                      return 0;
 -                              }
 -                      } else if (!strcmp(vendor,"GenuineIntel"))

++++++ mcelog-1.46.tar.bz2 -> mcelog-1.47.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mcelog-1.46/README.md new/mcelog-1.47/README.md
--- old/mcelog-1.46/README.md   2016-12-15 19:30:41.000000000 +0100
+++ new/mcelog-1.47/README.md   2017-01-11 18:27:47.000000000 +0100
@@ -45,9 +45,9 @@
 ## Documentation
 
 - The primary reference documentation are the man pages.
-- 
[lk10-mcelog.pdf](https://github.com/andikleen/mcelog/blob/master/lk10-mcelog.pdf)
+- [lk10-mcelog.pdf](lk10-mcelog.pdf)
   has a overview over the errors mcelog handles (originally from Linux 
Kongress 2010).
-- [mce.pdf](https://github.com/mjtrangoni/mcelog/blob/README.md/mce.pdf)
+- [mce.pdf](mce.pdf)
   is a very old paper describing the first releases of mcelog (some parts are 
obsolete).
 
 ## For distributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mcelog-1.46/README.releases 
new/mcelog-1.47/README.releases
--- old/mcelog-1.46/README.releases     2016-12-15 19:30:41.000000000 +0100
+++ new/mcelog-1.47/README.releases     2017-01-11 18:27:47.000000000 +0100
@@ -1,9 +1,8 @@
-
 mcelog used to do released, but now switched to a rolling release
 scheme. That means the git tree is always kept stable and can
 be used directly in production.
 
-To simplify package management which likes to have 
+To simplify package management which likes to have
 increasing version numbers the commits are regularly tagged
 with a number. The number starts (arbitarily) with 100.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mcelog-1.46/mcelog.c new/mcelog-1.47/mcelog.c
--- old/mcelog-1.46/mcelog.c    2016-12-15 19:30:41.000000000 +0100
+++ new/mcelog-1.47/mcelog.c    2017-01-11 18:27:47.000000000 +0100
@@ -542,7 +542,7 @@
                                if (family == 15) {
                                        cputype = CPU_K8;
                                } else if (family >= 16) {
-                                       SYSERRprintf("ERROR: AMD Processor 
family %d: mcelog does not support this processor.  Please use the edac_mce_amd 
module instead.\n", family);
+                                       Eprintf("ERROR: AMD Processor family 
%d: mcelog does not support this processor.  Please use the edac_mce_amd module 
instead.\n", family);
                                        return 0;
                                }
                        } else if (!strcmp(vendor,"GenuineIntel"))


Reply via email to