From 6edf07cb76be43dbe868c715c4955ca3686d426e866e2087778d26ccc04877d5 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Thu, 21 Mar 2019 11:46:58 +0000 Subject: [PATCH] - release 2.2 OBS-URL: https://build.opensuse.org/package/show/system:install:head/libx86emu?expand=0&rev=33 --- libx86emu-2.1.tar.xz | 3 --- libx86emu-2.2.tar.xz | 3 +++ libx86emu.changes | 9 +++++++++ libx86emu.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 libx86emu-2.1.tar.xz create mode 100644 libx86emu-2.2.tar.xz diff --git a/libx86emu-2.1.tar.xz b/libx86emu-2.1.tar.xz deleted file mode 100644 index adda845..0000000 --- a/libx86emu-2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0401d6364551cd48ea04115a9461fe1eb6d3f85f0fc9f6a31384c048bfda9b7 -size 84128 diff --git a/libx86emu-2.2.tar.xz b/libx86emu-2.2.tar.xz new file mode 100644 index 0000000..d269413 --- /dev/null +++ b/libx86emu-2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea12d8e1f9ae815185ce4db0914166b820901aef81fb06444d42726c41c61efe +size 84544 diff --git a/libx86emu.changes b/libx86emu.changes index 2125b55..be9e342 100644 --- a/libx86emu.changes +++ b/libx86emu.changes @@ -1,3 +1,12 @@ +-------------------------------------------------------------------- +Thu Mar 21 11:45:15 UTC 2019 - snwint@suse.de + +- merge gh#wfeldt/libx86emu#14 +- ops2: Add support for conditional move +- ops2: Implement bswap +- Add additional ops2 instructions +- 2.2 + ------------------------------------------------------------------- Mon Jan 14 16:00:52 CET 2019 - kukuk@suse.de diff --git a/libx86emu.spec b/libx86emu.spec index 67217d9..2f930e7 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: 2.1 +Version: 2.2 Release: 0 Source: %{name}-%{version}.tar.xz Url: https://github.com/wfeldt/libx86emu