diff --git a/nasm-2.15.03.tar.xz b/nasm-2.15.03.tar.xz deleted file mode 100644 index 34bc67f..0000000 --- a/nasm-2.15.03.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0c39a305f08ccf0c5c6edba4294dd2851b3925b6d9642dd1efd62f72829822f -size 984060 diff --git a/nasm-2.15.05.tar.xz b/nasm-2.15.05.tar.xz new file mode 100644 index 0000000..91dca28 --- /dev/null +++ b/nasm-2.15.05.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3caf6729c1073bf96629b57cee31eeb54f4f8129b01902c73428836550b30a3f +size 995732 diff --git a/nasm.changes b/nasm.changes index ec33b50..1136ddf 100644 --- a/nasm.changes +++ b/nasm.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Oct 21 14:02:04 UTC 2020 - Dominique Leuenberger + +- Update to version 2.15.05: + + Fix {%ifid $} and {%ifid $$} incorrectly being treated as true. + + Add {--reproducible} option to suppress NASM version numbers + and timestamps in output files. See {opt-reproducible}. + +------------------------------------------------------------------- +Mon Aug 24 20:20:20 UTC 2020 - Dirk Mueller + +- update to 2.15.4: + * More sensible handling of the case where one single-line macro + definition will shadow another. + * Add special preprocessor tokens \c{%*?} and \c{%*??} that expand + like \c{%?} and \c{%??} in single-line macros only. See + \k{selfref%*?}. + * Fix SSE instructions not being recognized with an explicit memory + operation size (e.g. \c{movsd qword [eax],xmm0}). + * The \c{-L+} option no longer enables \c{-Lw}, which is mainly + useful to debug NASM crashes. See \k{opt-L}. + * The NASM-only RDOFF output format backend, which has been broken + since at least NASM 2.14, has been disabled. The RDOFF tools are + scheduled to be removed from the NASM distribution in NASM 2.16. If + you have a concrete use case for RDOFF, please file a NASM bug report + at \W{https://bugs.nasm.us/}\c{https://bugs.nasm.us/} as soon as + possible. See \k{rdffmt}. + ------------------------------------------------------------------- Sat Jul 18 09:22:33 UTC 2020 - Andreas Stieger diff --git a/nasm.spec b/nasm.spec index f38f5c5..66c86e3 100644 --- a/nasm.spec +++ b/nasm.spec @@ -17,7 +17,7 @@ Name: nasm -Version: 2.15.03 +Version: 2.15.05 Release: 0 Summary: Netwide Assembler (An x86 Assembler) License: BSD-2-Clause