Update to upstream version 2.10.03

This commit is contained in:
Mikolaj Izdebski 2012-08-06 08:15:35 +02:00
parent da61922d5d
commit c194fb01b8
3 changed files with 11 additions and 6 deletions

2
.gitignore vendored
View File

@ -20,3 +20,5 @@ nasm-2.08.01-xdoc.tar.bz2
/nasm-2.09.08.tar.bz2
/nasm-2.10.tar.bz2
/nasm-2.10-xdoc.tar.bz2
/nasm-2.10.03.tar.bz2
/nasm-2.10.03-xdoc.tar.bz2

View File

@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
Summary: A portable x86 assembler which uses Intel-like syntax
Name: nasm
Version: 2.10
Release: 2%{?dist}
Version: 2.10.03
Release: 1%{?dist}
License: BSD
Group: Development/Languages
URL: http://www.nasm.us
Source0: http://www.nasm.us/pub/nasm/releasebuilds/2.10/%{name}-%{version}.tar.bz2
Source1: http://www.nasm.us/pub/nasm/releasebuilds/2.10/%{name}-%{version}-xdoc.tar.bz2
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
BuildRequires: perl
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): /sbin/install-info
@ -91,6 +91,9 @@ fi
%{_bindir}/rdf2srec
%changelog
* Mon Aug 6 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.03-1
- Update to upstream version 2.10.03
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1,2 +1,2 @@
f9d3bf31d5e372c9a17ad66a8968584a nasm-2.10.tar.bz2
fb056b587f30d07fa2723aebc66558ee nasm-2.10-xdoc.tar.bz2
22d2fe2a78db6a902e7ce65f4e373277 nasm-2.10.03.tar.bz2
2e2392eda249e14490da974778ed470c nasm-2.10.03-xdoc.tar.bz2