Compare commits

1 Commits
main ... 1.1

4 changed files with 6 additions and 43 deletions

BIN
libx86emu-3.5.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libx86emu-3.7.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,40 +1,3 @@
--------------------------------------------------------------------
Mon Feb 24 14:27:13 UTC 2025 - wfeldt@opensuse.org
- merge gh#wfeldt/libx86emu#47
- fix building on non-x86 architectures
- 3.7
--------------------------------------------------------------------
Mon Feb 24 13:48:55 UTC 2025 - wfeldt@opensuse.org
- merge gh#wfeldt/libx86emu#46
- fix a buffer overflow in x86emu_log (bsc#1237557)
- 3.6
--------------------------------------------------------------------
Mon Feb 24 12:46:06 UTC 2025 - wfeldt@opensuse.org
- merge gh#wfeldt/libx86emu#44
- prim_ops: fix some indentation
--------------------------------------------------------------------
Mon Feb 24 12:45:06 UTC 2025 - wfeldt@opensuse.org
- merge gh#wfeldt/libx86emu#42
- Fix a bug in R/M 01 decoding
--------------------------------------------------------------------
Mon Feb 24 12:42:18 UTC 2025 - wfeldt@opensuse.org
- merge gh#wfeldt/libx86emu#41
- fix NEG remark typos
-------------------------------------------------------------------
Thu Jan 18 12:47:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
- fix build on non-suse distributions
--------------------------------------------------------------------
Thu Nov 18 17:14:15 UTC 2021 - wfeldt@opensuse.org
@@ -151,7 +114,7 @@ Thu Mar 21 11:45:15 UTC 2019 - snwint@suse.de
-------------------------------------------------------------------
Mon Jan 14 16:00:52 CET 2019 - kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
- Use %license instead of %doc [bsc#1082318]
--------------------------------------------------------------------
Thu Aug 30 13:31:45 UTC 2018 - snwint@suse.de

View File

@@ -22,7 +22,7 @@ BuildRequires: xz
Summary: An x86 emulation library
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Version: 3.7
Version: 3.5
Release: 0
Source: %{name}-%{version}.tar.xz
Url: https://github.com/wfeldt/libx86emu
@@ -69,7 +69,7 @@ install -d -m 755 %{buildroot}%{_libdir}
%defattr(-,root,root)
%{_libdir}/*.so.*
%doc README.md
%if 0%{?suse_version} >= 1500
%if %suse_version >= 1500
%license LICENSE*
%else
%doc LICENSE*