Update to 2.09.04.

Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
Adam Tkac 2010-11-23 15:24:28 +01:00
parent d2048b7fbe
commit 16982c48db
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -10,3 +10,5 @@ nasm-2.08.01-xdoc.tar.bz2
/nasm-2.09.02-xdoc.tar.bz2
/nasm-2.09.03.tar.bz2
/nasm-2.09.03-xdoc.tar.bz2
/nasm-2.09.04.tar.bz2
/nasm-2.09.04-xdoc.tar.bz2

View File

@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
Summary: A portable x86 assembler which uses Intel-like syntax
Name: nasm
Version: 2.09.03
Release: 2%{?dist}
Version: 2.09.04
Release: 1%{?dist}
License: BSD
Group: Development/Languages
URL: http://www.nasm.us
@ -42,7 +42,7 @@ tar xjf %{SOURCE1} --strip-components 1
%build
%configure
make everything
make everything %{?_smp_mflags}
gzip -9f doc/nasmdoc.{ps,txt}
%install
@ -91,6 +91,9 @@ fi
%{_bindir}/rdf2srec
%changelog
* Tue Nov 23 2010 Adam Tkac <atkac redhat com> - 2.09.04-1
- update to 2.09.04
* Thu Nov 11 2010 Adam Tkac <atkac redhat com> - 2.09.03-2
- fix URL (#652012)

View File

@ -1,2 +1,2 @@
cbab4ecd50ed6701a9d85ffa08858f15 nasm-2.09.03.tar.bz2
6db12fcb123de06e9329abd000cd823e nasm-2.09.03-xdoc.tar.bz2
c11f083a501adae843d0bc3e7c106c73 nasm-2.09.04.tar.bz2
329598329df137ed36a4806b5aa327cf nasm-2.09.04-xdoc.tar.bz2