Accepting request 765278 from system:install:head

submitted by snwint via jenkins

OBS-URL: https://build.opensuse.org/request/show/765278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libx86emu?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2020-01-23 15:08:18 +00:00 committed by Git OBS Bridge
commit 148055b75e
4 changed files with 45 additions and 4 deletions

View File

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

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

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.4
Version: 2.6
Release: 0
Source: %{name}-%{version}.tar.xz
Url: https://github.com/wfeldt/libx86emu