diff --git a/libx86emu.spec b/libx86emu.spec index 45b3fbb..c6420ff 100644 --- a/libx86emu.spec +++ b/libx86emu.spec @@ -1,14 +1,14 @@ %define pkgver %(echo %version | tr _ -) %define majver %(echo %version | cut -d_ -f1) Name: libx86emu -Version: 3.1 +Version: 3.2 Release: 1mamba Summary: A small x86 emulation library Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino -URL: https://gitorious.org/x86emu/libx86emu +Packager: Silvan Calarco +URL: https://github.com/wfeldt/libx86emu Source: https://github.com/wfeldt/libx86emu.git/%{version}/libx86emu-%{version}.tar.bz2 ## autospec -x libx86emu-%{version}-%{oss_release}.src.rpm -F libx86emu-%{version}.tar.bz2 #Source: http://www.liwjatan.at/files/src/hwinfo/libx86emu-%{version}.tar.xz @@ -17,7 +17,6 @@ Source: https://github.com/wfeldt/libx86emu.git/%{version}/libx86emu-%{ve BuildRequires: glibc-devel ## AUTOBUILDREQ-END License: BSD -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Small x86 emulation library with focus of easy usage and extended execution logging functions. @@ -63,6 +62,9 @@ echo %{version} > VERSION %{_libdir}/*.so %changelog +* Sun Sep 05 2021 Silvan Calarco 3.2-1mamba +- update to 3.2 + * Fri Feb 07 2020 Automatic Build System 3.1-1mamba - automatic version update by autodist