diff --git a/nasm-2.06rc2.tar.bz2 b/nasm-2.06rc2.tar.bz2 deleted file mode 100644 index 762d9ae..0000000 --- a/nasm-2.06rc2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:020a72acef8d7099c321e5267b7902215a01094a92276937d4afe1f200b5bd59 -size 794596 diff --git a/nasm-2.07.tar.bz2 b/nasm-2.07.tar.bz2 new file mode 100644 index 0000000..afb9f10 --- /dev/null +++ b/nasm-2.07.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac70ee451c73d742c9ff830502e5f8b1f648b2abffa8fd00944243283ba8e87c +size 779934 diff --git a/nasm.changes b/nasm.changes index ed3b528..e78c4f3 100644 --- a/nasm.changes +++ b/nasm.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Mar 1 15:29:01 CET 2010 - ro@suse.de + +- update to 2.07 + * NASM is now under the 2-clause BSD license. See legal. + * Fix the section type for the .strtab section in the elf64 + output format. + * Fix the handling of COMMON directives in the obj output format. + * New ith and srec output formats; these are variants of the + bin output format which output Intel hex and Motorola S-records, + respectively. See ithfmt and srecfmt. + * rdf2ihx replaced with an enhanced rdf2bin, which can output + binary, COM, Intel hex or Motorola S-records. + * The Windows installer now puts the NASM directory first in the + PATH of the "NASM Shell". + * Revert the early expansion behavior of %+ to pre-2.06 behavior: + %+ is only expanded late. + * Yet another Mach-O alignment fix. + * Don't delete the list file on errors. Also, include error and + warning information in the list file. + * Support for 64-bit Mach-O output, see machofmt. + * Fix assert failure on certain operations that involve strings with + high-bit bytes. + ------------------------------------------------------------------- Fri Dec 18 13:36:36 CET 2009 - jengelh@medozas.de diff --git a/nasm.spec b/nasm.spec index 4984ba5..6a866a4 100644 --- a/nasm.spec +++ b/nasm.spec @@ -1,5 +1,5 @@ # -# spec file for package nasm (Version 2.06rc2) +# spec file for package nasm (Version 2.07) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,11 +21,11 @@ Name: nasm BuildRequires: ghostscript_any Url: http://nasm.sourceforge.net/ -License: LGPLv2.1+ +License: BSD 2-clause Group: Development/Languages/Other AutoReqProv: on -Version: 2.06rc2 -Release: 2 +Version: 2.07 +Release: 1 Summary: Netwide Assembler (An x86 Assembler) Source: nasm-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -120,7 +120,7 @@ install -d -m 755 $RPM_BUILD_ROOT/%{_docdir}/nasm/rdoff install -d -m 755 $RPM_BUILD_ROOT/%{_infodir} make INSTALLROOT=$RPM_BUILD_ROOT install_everything docdir=%{_docdir}/nasm make INSTALLROOT=$RPM_BUILD_ROOT install_doc docdir=%{_docdir}/nasm -install -m 644 AUTHORS CHANGES ChangeLog COPYING INSTALL TODO README \ +install -m 644 AUTHORS CHANGES ChangeLog LICENSE INSTALL TODO README \ $RPM_BUILD_ROOT/%{_docdir}/nasm install -m 644 rdoff/README rdoff/doc/* \ $RPM_BUILD_ROOT/%{_docdir}/nasm/rdoff