Hello community,

here is the log from the commit of package libx86emu for openSUSE:Factory 
checked in at 2019-08-24 18:40:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libx86emu (Old)
 and      /work/SRC/openSUSE:Factory/.libx86emu.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libx86emu"

Sat Aug 24 18:40:50 2019 rev:28 rq:724841 version:2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libx86emu/libx86emu.changes      2019-04-28 
19:56:35.435038557 +0200
+++ /work/SRC/openSUSE:Factory/.libx86emu.new.7948/libx86emu.changes    
2019-08-24 18:40:52.841789222 +0200
@@ -1,0 +2,7 @@
+Tue Aug 20 14:23:47 UTC 2019 - [email protected]
+
+- merge gh#wfeldt/libx86emu#19
+- decode: Fix compiler warning
+- 2.4
+
+--------------------------------------------------------------------

Old:
----
  libx86emu-2.3.tar.xz

New:
----
  libx86emu-2.4.tar.xz

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

Other differences:
------------------
++++++ libx86emu.spec ++++++
--- /var/tmp/diff_new_pack.zHE2Ba/_old  2019-08-24 18:40:53.293789178 +0200
+++ /var/tmp/diff_new_pack.zHE2Ba/_new  2019-08-24 18:40:53.297789178 +0200
@@ -22,7 +22,7 @@
 Summary:        An x86 emulation library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        2.3
+Version:        2.4
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 Url:            https://github.com/wfeldt/libx86emu

++++++ libx86emu-2.3.tar.xz -> libx86emu-2.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-2.3/VERSION new/libx86emu-2.4/VERSION
--- old/libx86emu-2.3/VERSION   2019-04-24 08:37:42.000000000 +0200
+++ new/libx86emu-2.4/VERSION   2019-08-20 16:23:47.000000000 +0200
@@ -1 +1 @@
-2.3
+2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-2.3/changelog new/libx86emu-2.4/changelog
--- old/libx86emu-2.3/changelog 2019-04-24 08:37:42.000000000 +0200
+++ new/libx86emu-2.4/changelog 2019-08-20 16:23:47.000000000 +0200
@@ -1,3 +1,7 @@
+2019-08-20:    2.4
+       - merge gh#wfeldt/libx86emu#19
+       - decode: Fix compiler warning
+
 2019-04-24:    2.3
        - merge gh#wfeldt/libx86emu#15
        - include: Fix GCC strict-prototypes warning
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-2.3/decode.c new/libx86emu-2.4/decode.c
--- old/libx86emu-2.3/decode.c  2019-04-24 08:37:42.000000000 +0200
+++ new/libx86emu-2.4/decode.c  2019-08-20 16:23:47.000000000 +0200
@@ -1813,6 +1813,7 @@
 
       case 3:  // tss busy
         d->busy = 1;
+        // fallthrough
 
       case 1:  // tss avail
         d->tss = 1;
@@ -1832,6 +1833,7 @@
 
       case 7:
         d->trap = 1;
+        // fallthrough
 
       case 6:
         d->i_gate = 1;


Reply via email to