From bdb9ad73affcbca4301ce09252192c3f4b575b3491101ebfb5cc8837913edfde Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 18 Apr 2024 05:47:04 +0000 Subject: [PATCH] - Update to 2.16.03: * Fix building from git in a separate directory from the source. * Remove some irrelevant files from the source distribution. * Make the documentation stronger that -O0 or -O1 are probably not what the user wants. See section 2.1.24. * Fix configure --enable-lto build option. * Update the included RPM .spec file. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/nasm?expand=0&rev=58 --- nasm-2.16.02.tar.xz | 3 --- nasm-2.16.03.tar.xz | 3 +++ nasm.changes | 11 +++++++++++ nasm.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 nasm-2.16.02.tar.xz create mode 100644 nasm-2.16.03.tar.xz diff --git a/nasm-2.16.02.tar.xz b/nasm-2.16.02.tar.xz deleted file mode 100644 index 848a4d2..0000000 --- a/nasm-2.16.02.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e1b942ea88f22edae89659e15be26fa027eae0747f51413540f52d4eac4790d -size 1044824 diff --git a/nasm-2.16.03.tar.xz b/nasm-2.16.03.tar.xz new file mode 100644 index 0000000..f5dee3e --- /dev/null +++ b/nasm-2.16.03.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1412a1c760bbd05db026b6c0d1657affd6631cd0a63cddb6f73cc6d4aa616148 +size 1032388 diff --git a/nasm.changes b/nasm.changes index 196fa94..a3bbb21 100644 --- a/nasm.changes +++ b/nasm.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 18 05:41:15 UTC 2024 - Michael Vetter + +- Update to 2.16.03: + * Fix building from git in a separate directory from the source. + * Remove some irrelevant files from the source distribution. + * Make the documentation stronger that -O0 or -O1 are probably + not what the user wants. See section 2.1.24. + * Fix configure --enable-lto build option. + * Update the included RPM .spec file. + ------------------------------------------------------------------- Fri Apr 5 05:48:27 UTC 2024 - Michael Vetter diff --git a/nasm.spec b/nasm.spec index c4fa3de..e17ab29 100644 --- a/nasm.spec +++ b/nasm.spec @@ -17,7 +17,7 @@ Name: nasm -Version: 2.16.02 +Version: 2.16.03 Release: 0 Summary: Netwide Assembler (An x86 Assembler) License: BSD-2-Clause