From baa53c15e6f2cea172c966f27b5b53c045e3c3185c510c60a2b529de7375dd9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 26 Feb 2025 11:46:32 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main libx86emu revision ba6a68400bd66a7134ad3dce1c988f14 --- libx86emu-3.5.tar.xz | 3 --- libx86emu-3.7.tar.xz | 3 +++ libx86emu.changes | 39 ++++++++++++++++++++++++++++++++++++++- libx86emu.spec | 4 ++-- 4 files changed, 43 insertions(+), 6 deletions(-) delete mode 100644 libx86emu-3.5.tar.xz create mode 100644 libx86emu-3.7.tar.xz diff --git a/libx86emu-3.5.tar.xz b/libx86emu-3.5.tar.xz deleted file mode 100644 index cfacdab..0000000 --- a/libx86emu-3.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f0889ce0c0539d21637e245f01e1cba2aef43e3115cc721a0fced3eca3c037a -size 89912 diff --git a/libx86emu-3.7.tar.xz b/libx86emu-3.7.tar.xz new file mode 100644 index 0000000..81b6b4e --- /dev/null +++ b/libx86emu-3.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5c3f81d95b9f882978ce53d22cea098434ce1e2457703e42da188d20961958 +size 90136 diff --git a/libx86emu.changes b/libx86emu.changes index 45dc07f..827aa99 100644 --- a/libx86emu.changes +++ b/libx86emu.changes @@ -1,3 +1,40 @@ +-------------------------------------------------------------------- +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 + +- fix build on non-suse distributions + -------------------------------------------------------------------- Thu Nov 18 17:14:15 UTC 2021 - wfeldt@opensuse.org @@ -114,7 +151,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 diff --git a/libx86emu.spec b/libx86emu.spec index 0d2b498..d035cd6 100644 --- a/libx86emu.spec +++ b/libx86emu.spec @@ -22,7 +22,7 @@ BuildRequires: xz Summary: An x86 emulation library License: BSD-3-Clause Group: Development/Libraries/C and C++ -Version: 3.5 +Version: 3.7 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 %suse_version >= 1500 +%if 0%{?suse_version} >= 1500 %license LICENSE* %else %doc LICENSE*