From 279395306b629854d2857f27943cd946132b30d3aeac69be2d512fda2aa5f758 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Wed, 25 Jul 2018 08:44:07 +0000 Subject: [PATCH 1/2] - release 2.0 OBS-URL: https://build.opensuse.org/package/show/system:install:head/libx86emu?expand=0&rev=28 --- libx86emu-1.14.tar.xz | 3 --- libx86emu-2.0.tar.xz | 3 +++ libx86emu.changes | 7 +++++++ libx86emu.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 libx86emu-1.14.tar.xz create mode 100644 libx86emu-2.0.tar.xz diff --git a/libx86emu-1.14.tar.xz b/libx86emu-1.14.tar.xz deleted file mode 100644 index 96c777f..0000000 --- a/libx86emu-1.14.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f21ee6e8e2c2a014d2b9140b25ac283ed886074f107558d7eefd71db2c4913cf -size 83556 diff --git a/libx86emu-2.0.tar.xz b/libx86emu-2.0.tar.xz new file mode 100644 index 0000000..315c70d --- /dev/null +++ b/libx86emu-2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff27a8fc1380c5c06239bdd1f8131218dcb9f3eb171e2fd40ba1d80653d2a828 +size 84216 diff --git a/libx86emu.changes b/libx86emu.changes index fb88378..c1286b2 100644 --- a/libx86emu.changes +++ b/libx86emu.changes @@ -1,3 +1,10 @@ +-------------------------------------------------------------------- +Wed Jul 25 08:42:44 UTC 2018 - wfeldt@opensuse.org + +- merge gh#wfeldt/libx86emu#12 +- fstirlitz: make libx86emu re-entrant +- 2.0 + -------------------------------------------------------------------- Fri Apr 27 12:22:24 UTC 2018 - wfeldt@opensuse.org diff --git a/libx86emu.spec b/libx86emu.spec index 1415389..67f2f7d 100644 --- a/libx86emu.spec +++ b/libx86emu.spec @@ -24,7 +24,7 @@ BuildRequires: xz Summary: A small x86 emulation library. License: BSD-3-Clause Group: System/Libraries -Version: 1.14 +Version: 2.0 Release: 0 PreReq: /sbin/ldconfig Source: %{name}-%{version}.tar.xz From 80e9e143099f62acd05e429f6267f9335411252e3f9da522a5455cc8f12d523a Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Wed, 25 Jul 2018 08:47:23 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/system:install:head/libx86emu?expand=0&rev=29 --- libx86emu.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libx86emu.spec b/libx86emu.spec index 67f2f7d..d45246b 100644 --- a/libx86emu.spec +++ b/libx86emu.spec @@ -41,11 +41,11 @@ Authors: -------- Steffen Winterfeldt -%package -n libx86emu1 +%package -n libx86emu2 Summary: A small x86 emulation library. Group: System/Libraries -%description -n libx86emu1 +%description -n libx86emu2 Small x86 emulation library with focus of easy usage and extended execution logging functions. @@ -58,7 +58,7 @@ Authors: %package -n libx86emu-devel Summary: A small x86 emulation library. Group: System/Libraries -Requires: libx86emu1 = %version +Requires: libx86emu2 = %version %description -n libx86emu-devel Small x86 emulation library with focus of easy usage and extended @@ -80,11 +80,11 @@ make LIBDIR=%{_libdir} install -d -m 755 %{buildroot}%{_libdir} make install DESTDIR=%{buildroot} LIBDIR=%{_libdir} -%post -n libx86emu1 -p /sbin/ldconfig +%post -n libx86emu2 -p /sbin/ldconfig -%postun -n libx86emu1 -p /sbin/ldconfig +%postun -n libx86emu2 -p /sbin/ldconfig -%files -n libx86emu1 +%files -n libx86emu2 %defattr(-,root,root) %{_libdir}/*.so.* %doc README.md LICENSE*