Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
91278df96b |
BIN
libx86emu-3.5.tar.xz
(Stored with Git LFS)
Normal file
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)
BIN
libx86emu-3.7.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -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
|
Thu Nov 18 17:14:15 UTC 2021 - wfeldt@opensuse.org
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@ BuildRequires: xz
|
|||||||
Summary: An x86 emulation library
|
Summary: An x86 emulation library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 3.7
|
Version: 3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Url: https://github.com/wfeldt/libx86emu
|
Url: https://github.com/wfeldt/libx86emu
|
||||||
@@ -69,7 +69,7 @@ install -d -m 755 %{buildroot}%{_libdir}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%if 0%{?suse_version} >= 1500
|
%if %suse_version >= 1500
|
||||||
%license LICENSE*
|
%license LICENSE*
|
||||||
%else
|
%else
|
||||||
%doc LICENSE*
|
%doc LICENSE*
|
||||||
|
Reference in New Issue
Block a user