update to 2.10 (#797858)

This commit is contained in:
Vojtech Vitek (V-Teq) 2012-03-15 01:40:13 +01:00
parent 3cd0a227f6
commit cc5a1516f3
3 changed files with 11 additions and 6 deletions

2
.gitignore vendored
View File

@ -18,3 +18,5 @@ nasm-2.08.01-xdoc.tar.bz2
/nasm-2.09.07-xdoc.tar.bz2
/nasm-2.09.08-xdoc.tar.bz2
/nasm-2.09.08.tar.bz2
/nasm-2.10.tar.bz2
/nasm-2.10-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.09.08
Release: 2%{?dist}
Version: 2.10
Release: 1%{?dist}
License: BSD
Group: Development/Languages
URL: http://www.nasm.us
Source0: nasm-%{version}.tar.bz2
Source1: nasm-%{version}-xdoc.tar.bz2
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
BuildRequires: perl
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): /sbin/install-info
@ -91,6 +91,9 @@ fi
%{_bindir}/rdf2srec
%changelog
* Thu Mar 15 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 2.10-1
- update to 2.10 (#797858)
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09.08-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1,2 +1,2 @@
dd93aeb7ac4bfa66a348d3778f712ab7 nasm-2.09.08-xdoc.tar.bz2
6abfa388a74ee47e163fdb30ecfd40f9 nasm-2.09.08.tar.bz2
f9d3bf31d5e372c9a17ad66a8968584a nasm-2.10.tar.bz2
fb056b587f30d07fa2723aebc66558ee nasm-2.10-xdoc.tar.bz2