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..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 @@ -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 @@ -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)