diff --git a/.gitignore b/.gitignore index b99c4b4..32d4700 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ nasm-2.08.01.tar.bz2 nasm-2.08.01-xdoc.tar.bz2 +/nasm-2.08.02.tar.bz2 +/nasm-2.08.02-xdoc.tar.bz2 diff --git a/nasm.spec b/nasm.spec index fcc484a..e31050d 100644 --- a/nasm.spec +++ b/nasm.spec @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- Summary: A portable x86 assembler which uses Intel-like syntax Name: nasm -Version: 2.08.01 -Release: 2%{?dist} +Version: 2.08.02 +Release: 1%{?dist} License: BSD Group: Development/Languages URL: http://nasm.sourceforge.net/ @@ -91,6 +91,9 @@ fi %{_bindir}/rdf2srec %changelog +* Fri Aug 13 2010 Adam Tkac - 2.08.02-1 +- update to 2.08.02 + * Wed Jul 14 2010 Todd Zullinger - 2.08.01-2 - Fix license tag, nasm is under 2 clause BSD since 2.07 diff --git a/sources b/sources index a9ef52a..84c3136 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -1e3ebc1289c2be5963571c0937b7a211 nasm-2.08.01.tar.bz2 -7d43e061b32e62c480ea78486f4f355f nasm-2.08.01-xdoc.tar.bz2 +2b0dfe9266491c14c4025f57c9cfd0f1 nasm-2.08.02.tar.bz2 +06a4fb19c1d876ba5f703ba3c559e44e nasm-2.08.02-xdoc.tar.bz2