Update to upstream version 2.10.09

This commit is contained in:
Mikolaj Izdebski 2013-09-12 08:18:00 +02:00
parent cfa7dab2c8
commit 8f75e9f79f
4 changed files with 9 additions and 1173 deletions

2
.gitignore vendored
View File

@ -24,3 +24,5 @@ nasm-2.08.01-xdoc.tar.bz2
/nasm-2.10.03-xdoc.tar.bz2
/nasm-2.10.07.tar.bz2
/nasm-2.10.07-xdoc.tar.bz2
/nasm-2.10.09.tar.bz2
/nasm-2.10.09-xdoc.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,11 @@
Summary: A portable x86 assembler which uses Intel-like syntax
Name: nasm
Version: 2.10.07
Release: 6%{?dist}
Version: 2.10.09
Release: 1%{?dist}
License: BSD
URL: http://www.nasm.us
Source0: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.bz2
Source1: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}-xdoc.tar.bz2
Patch1: %{name}-manpages.patch
BuildRequires: perl(Env)
BuildRequires: autoconf
BuildRequires: asciidoc
@ -41,7 +40,6 @@ include linker, library manager, loader, and information dump.
%prep
%setup -q
tar xjf %{SOURCE1} --strip-components 1
%patch1 -p1
%build
autoreconf
@ -91,6 +89,9 @@ fi
%{_mandir}/man1/ld*
%changelog
* Thu Sep 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.09-1
- Update to upstream version 2.10.09
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.07-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1,2 +1,2 @@
af1cd6669f5e98148cd5ec42dee90f19 nasm-2.10.07.tar.bz2
721b5b6ec08f510dd3bd15ed18ce89d4 nasm-2.10.07-xdoc.tar.bz2
0e45ca0d3d7ff36d503777eaa673e2ae nasm-2.10.09.tar.bz2
b42d2c6661437fa112542d74c2e57d42 nasm-2.10.09-xdoc.tar.bz2