rpms/nasm/devel nasm-0.98-boguself2.patch, 1.1, 1.2 nasm.spec, 1.11, 1.12

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 31 13:26:51 UTC 2005


Update of /cvs/dist/rpms/nasm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29181

Modified Files:
	nasm-0.98-boguself2.patch nasm.spec 
Log Message:

- update to 0.98.39
- add BuildRequires ghostscript, texinfo to doc subpackage (#110584)
- generate also PDF documentation for nasm (#88431)
- new release fixes CAN-2004-1287 (#143052)



nasm-0.98-boguself2.patch:
 outelf.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

Index: nasm-0.98-boguself2.patch
===================================================================
RCS file: /cvs/dist/rpms/nasm/devel/nasm-0.98-boguself2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nasm-0.98-boguself2.patch	9 Sep 2004 08:56:45 -0000	1.1
+++ nasm-0.98-boguself2.patch	31 Mar 2005 13:26:48 -0000	1.2
@@ -1,5 +1,5 @@
---- nasm-0.98/outelf.c.boguself	Sun May 20 01:25:35 2001
-+++ nasm-0.98/outelf.c	Sun May 20 02:01:59 2001
+--- nasm-0.98.39/output/outelf.c.boguself	Sun May 20 01:25:35 2001
++++ nasm-0.98.39/output/outelf.c	Sun May 20 02:01:59 2001
 @@ -548,7 +548,7 @@ static void elf_add_reloc (struct Sectio
  	r->symbol = 0;
  	for (i=0; i<nsects; i++)


Index: nasm.spec
===================================================================
RCS file: /cvs/dist/rpms/nasm/devel/nasm.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- nasm.spec	9 Sep 2004 08:58:36 -0000	1.11
+++ nasm.spec	31 Mar 2005 13:26:48 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: A portable x86 assembler which uses Intel-like syntax.
 Name: nasm
-Version: 0.98.38
-Release: 3
+Version: 0.98.39
+Release: 1
 Patch0: nasm-0.98-boguself2.patch
 License: LGPL
 Group: Development/Languages
@@ -14,6 +14,7 @@
 %package doc
 Summary: Documentation for NASM.
 Group: Development/Languages
+BuildRequires: ghostscript, texinfo
 
 %package rdoff
 Summary: Tools for the RDOFF binary format, sometimes used with NASM.
@@ -35,11 +36,11 @@
 
 %prep
 %setup
-#patch0 -p1 -b .boguself
+#%patch0 -p1 -b .boguself
 
 %build
 %configure
-make everything CFLAGS="$RPM_OPT_FLAGS -I. -I`pwd` -ansi -pedantic -Wall"
+make everything CFLAGS="$RPM_OPT_FLAGS -I. -I`pwd` -ansi -pedantic"
 
 %install
 rm -fr $RPM_BUILD_ROOT
@@ -48,7 +49,7 @@
 mkdir -p $RPM_BUILD_ROOT/%{_infodir}
 mkdir -p $RPM_BUILD_ROOT/usr/tempdoc
 %makeinstall install_everything docdir=$RPM_BUILD_ROOT/usr/tempdoc
-cp -a $RPM_BUILD_ROOT/usr/tempdoc/html $RPM_BUILD_ROOT/usr/tempdoc/nasmdoc.{ps,txt} .
+cp -a $RPM_BUILD_ROOT/usr/tempdoc/html $RPM_BUILD_ROOT/usr/tempdoc/nasmdoc.{ps,txt,pdf} .
 gzip -9f nasmdoc.{ps,txt}
 # remove unpackaged filed from the buildroot
 rm -rf $RPM_BUILD_ROOT%{_prefix}/tempdoc
@@ -75,7 +76,7 @@
 
 %files doc
 %defattr(-,root,root)
-%doc html nasmdoc.txt.gz nasmdoc.ps.gz
+%doc html nasmdoc.txt.gz nasmdoc.ps.gz nasmdoc.pdf
 
 %files rdoff
 %defattr(-,root,root)
@@ -87,6 +88,12 @@
 %{_bindir}/rdx
 
 %changelog
+* Thu Mar 31 2005 Jindrich Novy <jnovy at redhat.com> 0.98.39-1
+- update to 0.98.39
+- add BuildRequires ghostscript, texinfo to doc subpackage (#110584)
+- generate also PDF documentation for nasm (#88431)
+- new release fixes CAN-2004-1287 (#143052)
+
 * Tue Jun 15 2004 Elliot Lee <sopwith at redhat.com>
 - rebuilt
 




More information about the fedora-cvs-commits mailing list