Update to upstream version 2.10.09
This commit is contained in:
parent
cfa7dab2c8
commit
8f75e9f79f
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
||||
1167
nasm-manpages.patch
1167
nasm-manpages.patch
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user