From f8d644ae1120a700153c42e938911f67df7f8942 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:56:26 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20nasm-0.?= =?UTF-8?q?98-6.src.rpm=20Tue=20Feb=2013=202001=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=20-=20Add=20patch=20from=20H.J.=20Lu=20?= =?UTF-8?q?to=20avoid=20creating=20bogus=20elf=20objects=20(#27489)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nasm.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nasm.spec b/nasm.spec index 224734b..3f9079e 100644 --- a/nasm.spec +++ b/nasm.spec @@ -1,11 +1,13 @@ Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax Name: nasm Version: 0.98 -Release: 5 +Release: 6 +Patch0: nasm-0.98-boguself.patch License: GPL Group: Development/Languages Source: ftp://ftp.us.kernel.org/pub/software/devel/nasm/source/nasm-%{version}.tar.gz URL: http://www.cryogen.com/Nasm/ +BuildRequires: perl BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/install-info @@ -34,6 +36,8 @@ include linker, library manager, loader, and information dump. %prep %setup +%patch0 -p1 -b .boguself + %build %configure @@ -86,6 +90,9 @@ fi /usr/bin/rdx %changelog +* Tue Feb 13 2001 Trond Eivind Glomsrød +- Add patch from H.J. Lu to avoid creating bogus elf objects (#27489) + * Wed Jul 12 2000 Prospector - automatic rebuild