From 39687790f453d2bc95b83b85faf3288cf0cde7ee97cac8f85c8e670cb073dac4 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Fri, 17 Jan 2020 13:29:45 +0000 Subject: [PATCH] - release 2.6 OBS-URL: https://build.opensuse.org/package/show/system:install:head/libx86emu?expand=0&rev=37 --- libx86emu-2.5.tar.xz | 3 --- libx86emu-2.6.tar.xz | 3 +++ libx86emu.changes | 34 ++++++++++++++++++++++++++++++++++ libx86emu.spec | 2 +- 4 files changed, 38 insertions(+), 4 deletions(-) delete mode 100644 libx86emu-2.5.tar.xz create mode 100644 libx86emu-2.6.tar.xz diff --git a/libx86emu-2.5.tar.xz b/libx86emu-2.5.tar.xz deleted file mode 100644 index 9588c20..0000000 --- a/libx86emu-2.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d0085b28fafe7a1209ccc7bf3e29708b9e8199124de471e1114bc0d8b660a53 -size 84896 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 ba6aeb1..634923f 100644 --- a/libx86emu.changes +++ b/libx86emu.changes @@ -1,3 +1,37 @@ +-------------------------------------------------------------------- +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 diff --git a/libx86emu.spec b/libx86emu.spec index 29c02c9..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.5 +Version: 2.6 Release: 0 Source: %{name}-%{version}.tar.xz Url: https://github.com/wfeldt/libx86emu