diff --git a/.gitignore b/.gitignore index f476820..34f709a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/nasm.spec b/nasm.spec index e545283..4bc9bca 100644 --- a/nasm.spec +++ b/nasm.spec @@ -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 - 2.10.03-1 +- Update to upstream version 2.10.03 + * Fri Jul 20 2012 Fedora Release Engineering - 2.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index ef2ff57..b1d3b61 100644 --- a/sources +++ b/sources @@ -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