update to 3.2 [release 3.2-1mamba;Sun Sep 05 2021]
This commit is contained in:
parent
5d83e5b6f4
commit
0fd576f86f
@ -1,14 +1,14 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
%define majver %(echo %version | cut -d_ -f1)
|
%define majver %(echo %version | cut -d_ -f1)
|
||||||
Name: libx86emu
|
Name: libx86emu
|
||||||
Version: 3.1
|
Version: 3.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A small x86 emulation library
|
Summary: A small x86 emulation library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://gitorious.org/x86emu/libx86emu
|
URL: https://github.com/wfeldt/libx86emu
|
||||||
Source: https://github.com/wfeldt/libx86emu.git/%{version}/libx86emu-%{version}.tar.bz2
|
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
|
## 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
|
#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
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
License: BSD
|
License: BSD
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Small x86 emulation library with focus of easy usage and extended execution logging functions.
|
Small x86 emulation library with focus of easy usage and extended execution logging functions.
|
||||||
@ -63,6 +62,9 @@ echo %{version} > VERSION
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2-1mamba
|
||||||
|
- update to 3.2
|
||||||
|
|
||||||
* Fri Feb 07 2020 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba
|
* Fri Feb 07 2020 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user