From bcd38930930c55fe8c32326359dfba3a2da392f7 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Tue, 21 Jul 2009 14:53:08 +0000 Subject: [PATCH] - update to 2.07 2.06 version produces wrong .strtab section in the ELF64 output format which breaks TigerVNC compilation. --- .cvsignore | 4 ++-- nasm.spec | 7 ++++++- sources | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 98b38b5..fc5de8c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -nasm-2.06.tar.bz2 -nasm-2.06-xdoc.tar.bz2 +nasm-2.07.tar.bz2 +nasm-2.07-xdoc.tar.bz2 diff --git a/nasm.spec b/nasm.spec index e18cb95..7763c03 100644 --- a/nasm.spec +++ b/nasm.spec @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- Summary: A portable x86 assembler which uses Intel-like syntax Name: nasm -Version: 2.06 +Version: 2.07 Release: 1%{?dist} # No version specified. License: LGPLv2+ @@ -86,8 +86,13 @@ fi %{_bindir}/rdfdump %{_bindir}/rdflib %{_bindir}/rdx +%{_bindir}/rdf2ith +%{_bindir}/rdf2srec %changelog +* Tue Jul 21 2009 Adam Tkac - 2.07-1 +- update to 2.07 + * Wed Jul 10 2009 Zdenek Prikryl - 2.06-1 - updated to 2.06 diff --git a/sources b/sources index 97c3ede..31bd2ad 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -0db94e88fd9b7a360f826f9ffd6c0fc7 nasm-2.06.tar.bz2 -464fce1a781d7bc1956a6bca10cf0e75 nasm-2.06-xdoc.tar.bz2 +d8934231e81874c29374ddef1fbdb1ed nasm-2.07.tar.bz2 +ef3c3eeb62f155adf27a7185d603b1dd nasm-2.07-xdoc.tar.bz2