diff --git a/libx86emu-2.4.tar.xz b/libx86emu-2.4.tar.xz deleted file mode 100644 index 280e4d8..0000000 --- a/libx86emu-2.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f150d98d59c89e08b87b8ee17ababf24b3037acd03a4d65499839650df940ccd -size 84472 diff --git a/libx86emu-2.6.tar.xz b/libx86emu-2.6.tar.xz new file mode 100644 index 0000000..457ddca --- /dev/null +++ b/libx86emu-2.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f53df60e1c76025c06d16332fda64d28f7ec5e87b56c32a1ff1b2ab34fd7da +size 86596 diff --git a/libx86emu.changes b/libx86emu.changes index ef0ee89..634923f 100644 --- a/libx86emu.changes +++ b/libx86emu.changes @@ -1,3 +1,44 @@ +-------------------------------------------------------------------- +Fri Jan 17 12:32:27 UTC 2020 - wfeldt@opensuse.org + +- merge gh#wfeldt/libx86emu#17 +- Introduce LDFLAGS variable in Makefiles +- test: Link with the development version of the library +- test: Sort tests by name +- Add Travis CI configuration file and a badge in the README +- Travis CI integration +- 2.6 + +-------------------------------------------------------------------- +Fri Jan 17 12:28:09 UTC 2020 - wfeldt@opensuse.org + +- merge gh#wfeldt/libx86emu#22 +- decode: Prepare for SSE support +- ops2: Add SSE instructions +- ops2: Add packed SSE ops +- Minimal SSE support + +-------------------------------------------------------------------- +Fri Jan 17 12:26:51 UTC 2020 - wfeldt@opensuse.org + +- merge gh#wfeldt/libx86emu#21 +- prim_ops: Fix compiler warning + +-------------------------------------------------------------------- +Fri Jan 17 12:24:59 UTC 2020 - wfeldt@opensuse.org + +- merge gh#wfeldt/libx86emu#24 +- ops2: Add cpuid support using a new handler +- ops2: Introduce a callback function for MSR access +- Push cpuid msr callback + +-------------------------------------------------------------------- +Thu Jan 16 15:45:23 UTC 2020 - wfeldt@opensuse.org + +- merge gh#wfeldt/libx86emu#26 +- add '--32' option to demo program to start in 32-bit mode +- 2.5 + -------------------------------------------------------------------- Tue Aug 20 14:23:47 UTC 2019 - wfeldt@opensuse.org diff --git a/libx86emu.spec b/libx86emu.spec index 3a736a6..8357c64 100644 --- a/libx86emu.spec +++ b/libx86emu.spec @@ -22,7 +22,7 @@ BuildRequires: xz Summary: An x86 emulation library License: BSD-3-Clause Group: Development/Libraries/C and C++ -Version: 2.4 +Version: 2.6 Release: 0 Source: %{name}-%{version}.tar.xz Url: https://github.com/wfeldt/libx86emu