From 39f71bcdfb4277d4896eabe13430f4066c702f6c Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 4 Apr 2005 17:47:14 +0000 Subject: [PATCH] - pdf docs are duplication of html, txt and postscript --- nasm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nasm.spec b/nasm.spec index 3127143..230d7d0 100644 --- a/nasm.spec +++ b/nasm.spec @@ -1,7 +1,7 @@ Summary: A portable x86 assembler which uses Intel-like syntax. Name: nasm Version: 0.98.39 -Release: 2 +Release: 3 Patch0: nasm-0.98-boguself2.patch Patch1: nasm-0.98.39-overfl.patch License: LGPL @@ -78,7 +78,7 @@ fi %files doc %defattr(-,root,root) -%doc html nasmdoc.txt.gz nasmdoc.ps.gz nasmdoc.pdf +%doc html nasmdoc.txt.gz nasmdoc.ps.gz %files rdoff %defattr(-,root,root) @@ -90,6 +90,9 @@ fi %{_bindir}/rdx %changelog +* Mon Apr 4 2005 Jeremy Katz - 0.98.39-3 +- pdf docs are duplication of html, txt and postscript + * Fri Apr 01 2005 Jindrich Novy 0.98.39-2 - fix yet another vsprintf buffer overflow (#152963)