Steffen Winterfeldt 2020-01-17 13:29:45 +00:00 committed by Git OBS Bridge
parent c733acf032
commit 39687790f4
4 changed files with 38 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d0085b28fafe7a1209ccc7bf3e29708b9e8199124de471e1114bc0d8b660a53
size 84896

3
libx86emu-2.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20f53df60e1c76025c06d16332fda64d28f7ec5e87b56c32a1ff1b2ab34fd7da
size 86596

View File

@ -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

View File

@ -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