Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mcelog for openSUSE:Factory checked 
in at 2021-09-03 21:25:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mcelog (Old)
 and      /work/SRC/openSUSE:Factory/.mcelog.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mcelog"

Fri Sep  3 21:25:31 2021 rev:60 rq:915502 version:178

Changes:
--------
--- /work/SRC/openSUSE:Factory/mcelog/mcelog.changes    2021-07-21 
19:07:23.423396833 +0200
+++ /work/SRC/openSUSE:Factory/.mcelog.new.1899/mcelog.changes  2021-09-03 
21:25:35.378139024 +0200
@@ -1,0 +2,6 @@
+Wed Sep 01 14:30:27 UTC 2021 - tr...@suse.de
+
+- Update to version 178:
+  * mcelog: Fix typo/thinko in yellow cache change
+
+-------------------------------------------------------------------

Old:
----
  mcelog-177.obscpio

New:
----
  mcelog-178.obscpio

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

Other differences:
------------------
++++++ mcelog.spec ++++++
--- /var/tmp/diff_new_pack.FXGwEP/_old  2021-09-03 21:25:36.018140455 +0200
+++ /var/tmp/diff_new_pack.FXGwEP/_new  2021-09-03 21:25:36.022140464 +0200
@@ -21,7 +21,7 @@
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
 Name:           mcelog
-Version:        177
+Version:        178
 Release:        0
 Summary:        Log Machine Check Events
 License:        GPL-2.0-only

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.FXGwEP/_old  2021-09-03 21:25:36.074140581 +0200
+++ /var/tmp/diff_new_pack.FXGwEP/_new  2021-09-03 21:25:36.074140581 +0200
@@ -3,4 +3,4 @@
                 <param name="url">https://github.com/andikleen/mcelog</param>
               <param 
name="changesrevision">ee90ff20ce6a4d5e016aa249ce8b37f359f9fda4</param></service><service
 name="tar_scm">
                 <param 
name="url">git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git</param>
-              <param 
name="changesrevision">2d7bb5fcfb6654846e107519f3a9f0b51690db53</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">c133a744e9ee6a2f40cbec4cfb0182d3ed1a792a</param></service></servicedata>
\ No newline at end of file

++++++ mcelog-177.obscpio -> mcelog-178.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mcelog-177/p4.c new/mcelog-178/p4.c
--- old/mcelog-177/p4.c 2021-07-17 18:36:47.000000000 +0200
+++ new/mcelog-178/p4.c 2021-07-21 00:01:54.000000000 +0200
@@ -191,8 +191,8 @@
                if (track == 2)
                        run_yellow_trigger(cpu, typenum, levelnum, type, level, 
socket);
        } else if (test_prefix(8, mca)) {
-               unsigned typenum = ((mca & CACHE_TT_MASK) >> CACHE_TT_SHIFT) + 
1;
-               unsigned levelnum = (mca & CACHE_LL_MASK) >> CACHE_LL_SHIFT;
+               unsigned typenum = (mca & CACHE_TT_MASK) >> CACHE_TT_SHIFT;
+               unsigned levelnum = ((mca & CACHE_LL_MASK) >> CACHE_LL_SHIFT) + 
1;
                char *type = get_TT_str(typenum);
                char *level = get_LL_str(levelnum);
                Wprintf("%s CACHE %s %s Error\n", type, level,

++++++ mcelog.obsinfo ++++++
--- /var/tmp/diff_new_pack.FXGwEP/_old  2021-09-03 21:25:36.222140912 +0200
+++ /var/tmp/diff_new_pack.FXGwEP/_new  2021-09-03 21:25:36.222140912 +0200
@@ -1,5 +1,5 @@
 name: mcelog
-version: 177
-mtime: 1626539807
-commit: 099c9ab80e721f8ce29ae03bfa93f67135790154
+version: 178
+mtime: 1626818514
+commit: c133a744e9ee6a2f40cbec4cfb0182d3ed1a792a
 

Reply via email to