From b2ace2951cf5950ffebfe4b5056b7c497b5ce268ed3642c501beb1317cf415d1 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Tue, 13 Oct 2015 09:18:28 +0000 Subject: [PATCH 1/2] - release 1.6 OBS-URL: https://build.opensuse.org/package/show/system:install:head/libx86emu?expand=0&rev=10 --- libx86emu-1.5.tar.xz | 3 --- libx86emu-1.6.tar.xz | 3 +++ libx86emu.changes | 8 ++++++++ libx86emu.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 libx86emu-1.5.tar.xz create mode 100644 libx86emu-1.6.tar.xz diff --git a/libx86emu-1.5.tar.xz b/libx86emu-1.5.tar.xz deleted file mode 100644 index 3e02c4c..0000000 --- a/libx86emu-1.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:418217e5cb82291f74f193831027efaca8fed192fa26a6ccafb34d10c881ff2a -size 54168 diff --git a/libx86emu-1.6.tar.xz b/libx86emu-1.6.tar.xz new file mode 100644 index 0000000..3c23ecb --- /dev/null +++ b/libx86emu-1.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4abd9767099028283179cc6f63aca416490aac1f53e219c75c78429e7fd0bb +size 54548 diff --git a/libx86emu.changes b/libx86emu.changes index ddc1db5..12afc51 100644 --- a/libx86emu.changes +++ b/libx86emu.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 13 09:18:23 UTC 2015 - snwint@suse.com + +- Add what's libx86emu useful for +- Add documentation about how the project is sent to the distribution +- Convert README to Markdown +- 1.6 + ------------------------------------------------------------------- Mon Mar 2 11:46:08 CET 2015 - snwint@suse.com diff --git a/libx86emu.spec b/libx86emu.spec index 778a171..5611a9c 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.5 +Version: 1.6 Release: 0 PreReq: /sbin/ldconfig Source: %{name}-%{version}.tar.xz From 26912dc98e0125562371a1b85c83f2edc704f3738dbe335f96c876506ac2cf61 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Tue, 13 Oct 2015 11:24:09 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/system:install:head/libx86emu?expand=0&rev=11 --- libx86emu.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libx86emu.spec b/libx86emu.spec index 5611a9c..66b4c59 100644 --- a/libx86emu.spec +++ b/libx86emu.spec @@ -1,7 +1,7 @@ # # spec file for package libx86emu # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2008 Steffen Winterfeldt # # All modifications and additions to the file contributed by third parties @@ -87,7 +87,7 @@ make install DESTDIR=%{buildroot} LIBDIR=%{_libdir} %files -n libx86emu1 %defattr(-,root,root) %{_libdir}/*.so.* -%doc README LICENSE +%doc README.md LICENSE %files -n libx86emu-devel %defattr(-,root,root)