From 0fd576f86ffc1cfff45703955674539dd0a315a1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:10:07 +0100 Subject: [PATCH] update to 3.2 [release 3.2-1mamba;Sun Sep 05 2021] --- libx86emu.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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