Hello community,

here is the log from the commit of package libx86emu for openSUSE:Factory 
checked in at 2018-09-04 22:48:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libx86emu (Old)
 and      /work/SRC/openSUSE:Factory/.libx86emu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libx86emu"

Tue Sep  4 22:48:12 2018 rev:23 rq:632316 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libx86emu/libx86emu.changes      2018-07-26 
10:17:25.087830145 +0200
+++ /work/SRC/openSUSE:Factory/.libx86emu.new/libx86emu.changes 2018-09-04 
22:48:22.663398181 +0200
@@ -1,0 +2,7 @@
+Thu Aug 30 13:31:45 UTC 2018 - [email protected]
+
+- merge gh#wfeldt/libx86emu#13
+- Fix README.md header typos
+- 2.1
+
+--------------------------------------------------------------------

Old:
----
  libx86emu-2.0.tar.xz

New:
----
  libx86emu-2.1.tar.xz

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

Other differences:
------------------
++++++ libx86emu.spec ++++++
--- /var/tmp/diff_new_pack.XPazxu/_old  2018-09-04 22:48:23.059399544 +0200
+++ /var/tmp/diff_new_pack.XPazxu/_new  2018-09-04 22:48:23.063399557 +0200
@@ -24,7 +24,7 @@
 Summary:        A small x86 emulation library.
 License:        BSD-3-Clause
 Group:          System/Libraries
-Version:        2.0
+Version:        2.1
 Release:        0
 PreReq:         /sbin/ldconfig
 Source:         %{name}-%{version}.tar.xz

++++++ libx86emu-2.0.tar.xz -> libx86emu-2.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-2.0/README.md new/libx86emu-2.1/README.md
--- old/libx86emu-2.0/README.md 2018-07-25 10:42:44.000000000 +0200
+++ new/libx86emu-2.1/README.md 2018-08-30 15:31:45.000000000 +0200
@@ -38,7 +38,7 @@
 
 ## API functions
 
-### x86_new
+### x86emu_new
 
 Create new emulation object
 
@@ -119,7 +119,7 @@
     void x86emu_log(x86emu_t *emu, const char *format, ...) __attribute__ 
((format (printf, 1, 2)));
 
 
-### x86emu_t
+### x86emu_clear_log
 
 Clear log
 
@@ -198,7 +198,7 @@
 
 Resets the `X86EMU_ACC_*` bits for the whole memory (see `x86emu_set_perm()`).
 
-### x86emu_code_handler
+### x86emu_set_code_handler
 
 Execution hook
 
@@ -209,7 +209,7 @@
 emulated. If logging is enabled the current cpu state has already been
 logged. If the function returns a value != 0, the emulation is stopped.
 
-### x86emu_intr_handler_t
+### x86emu_set_intr_handler
 
 Set interrupt handler
 
@@ -231,7 +231,7 @@
 handling is complete and the emulator can skip its own interrupt processing
 or 0 to indicate the emulator should continue with normal interrupt processing.
 
-### x86emu_memio_handler_t
+### x86emu_set_memio_handler
 
 Set alternative callback function that handles memory and io accesses
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-2.0/VERSION new/libx86emu-2.1/VERSION
--- old/libx86emu-2.0/VERSION   2018-07-25 10:42:44.000000000 +0200
+++ new/libx86emu-2.1/VERSION   2018-08-30 15:31:45.000000000 +0200
@@ -1 +1 @@
-2.0
+2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-2.0/changelog new/libx86emu-2.1/changelog
--- old/libx86emu-2.0/changelog 2018-07-25 10:42:44.000000000 +0200
+++ new/libx86emu-2.1/changelog 2018-08-30 15:31:45.000000000 +0200
@@ -1,3 +1,7 @@
+2018-08-30:    2.1
+       - merge gh#wfeldt/libx86emu#13
+       - Fix README.md header typos
+
 2018-07-25:    2.0
        - merge gh#wfeldt/libx86emu#12
        - fstirlitz: make libx86emu re-entrant


Reply via email to