Steffen Winterfeldt 2020-01-27 17:39:31 +00:00 committed by Git OBS Bridge
parent 39687790f4
commit cf27e8877f
4 changed files with 15 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
--------------------------------------------------------------------
Mon Jan 27 17:38:19 UTC 2020 - wfeldt@opensuse.org
- merge gh#wfeldt/libx86emu#27
- rework (i)div and (i)mul instructions
- fix typo
- add (i)div opcode tests
- rework (i)mul instructions to set flags correctly
- add (i)mul tests
- 3.0
--------------------------------------------------------------------
Fri Jan 17 12:32:27 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.6
Version: 3.0
Release: 0
Source: %{name}-%{version}.tar.xz
Url: https://github.com/wfeldt/libx86emu