Accepting request 587403 from home:adamm:branches:devel:tools:compiler
- New upstream version 2.13.03: * Add flags: AES, VAES, VPCLMULQDQ * Add VPCLMULQDQ instruction * elf: Add missing dwarf loc section * documentation updates - 9f45a77f4.patch: fixes compilation with gcc8 (bsc#1084631) OBS-URL: https://build.opensuse.org/request/show/587403 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/nasm?expand=0&rev=36
This commit is contained in:
committed by
Git OBS Bridge
parent
0059ea0f8b
commit
f9b3546123
@@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: nasm
|
||||
Version: 2.13.02
|
||||
Version: 2.13.03
|
||||
Release: 0
|
||||
Summary: Netwide Assembler (An x86 Assembler)
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Other
|
||||
Url: http://www.nasm.us/
|
||||
Source: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/nasm-%{version}.tar.xz
|
||||
Patch1: 9f45a77f4.patch
|
||||
BuildRequires: fdupes
|
||||
|
||||
%description
|
||||
@@ -32,12 +33,14 @@ several binary formats, including ELF, a.out, Win32, and OS/2.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
touch -r ./version.h ./version.h.stamp
|
||||
TS=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
|
||||
sed -i "s/__DATE__/\"$TS\"/g" version.h
|
||||
touch -r ./version.h.stamp ./version.h
|
||||
|
||||
%configure
|
||||
make %{?_smp_mflags} all
|
||||
|
||||
|
Reference in New Issue
Block a user