!13 Update version to 3.5

From: @lauk001 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-03-28 08:02:45 +00:00 committed by Gitee
commit 404c4916a4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 6 deletions

Binary file not shown.

BIN
libx86emu-3.5.tar.gz Normal file

Binary file not shown.

View File

@ -7,8 +7,8 @@
LDFLAGS="-fPIC %{__global_ldflags}"
Name: libx86emu
Version: 3.1
Release: 2
Version: 3.5
Release: 1
Summary: x86 emulation library
License: BSD
URL: https://github.com/wfeldt/libx86emu
@ -16,12 +16,13 @@ Source0: https://github.com/wfeldt/libx86emu/archive/%{version}/%{name}-%
BuildRequires: gcc
%description
libx86emu is a small library to emulate x86 instructions.
The focus here is not a complete emulation (go for qemu for this)
but to cover enough for typical firmware blobs.
Small x86 emulation library with focus of easy usage and extended execution
logging functions. The library features an API to create emulation objects
for x86 architecture.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains development files for %{name}.
@ -32,7 +33,8 @@ The %{name}-devel package contains development files for %{name}.
%build
%make_build %{make_flags} shared
%ldconfig_scriptlets
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%install
%make_install %{make_flags}
@ -49,6 +51,9 @@ The %{name}-devel package contains development files for %{name}.
%{_libdir}/libx86emu.so
%changelog
* Fri Mar 25 2022 liukuo <liukuo@kylinos.cn> - 3.5-1
- Update version to v3.5
* Fri Nov 5 2020 xingxing <xingxing9@huawei.com> - 3.1-2
- ID:NA
- SUG:NA