Accepting request 64876 from home:pjessen:branches:devel:tools:compiler

Thanks!

OBS-URL: https://build.opensuse.org/request/show/64876
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/nasm?expand=0&rev=12
This commit is contained in:
Ismail Dönmez
2011-03-22 16:44:08 +00:00
committed by Git OBS Bridge
parent a015d1786c
commit 0109bf325b
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac70ee451c73d742c9ff830502e5f8b1f648b2abffa8fd00944243283ba8e87c
size 779934

3
nasm-2.09.07.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1eabfd1069cb5ec84c326a0aaa35f9bf20556db78d6b63aff1270c9319be5898
size 801843

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 22 17:13:54 CET 2011 - per@computer.org
upgrade to 2.09.07. Lots changes & fixes since version 2.07,
see http://www.nasm.us/doc/nasmdocc.html
-------------------------------------------------------------------
Fri Dec 17 10:50:19 CET 2010 - pgajdos@suse.cz

View File

@@ -1,7 +1,7 @@
#
# spec file for package nasm (Version 2.07)
# spec file for package nasm (Version 2.09.07)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,8 +23,8 @@ Url: http://nasm.sourceforge.net/
License: BSD 2-clause
Group: Development/Languages/Other
AutoReqProv: on
Version: 2.07
Release: 6
Version: 2.09.07
Release: 7
Summary: Netwide Assembler (An x86 Assembler)
Source: nasm-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -108,7 +108,8 @@ Authors:
%build
touch -r ./ver.c ./ver.c.stamp
sed -i -e s@__DATE__@__TIMESTAMP__@ ./ver.c
TS=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
sed -i "s/__DATE__/\"$TS\"/g" ver.c
touch -r ./ver.c.stamp ./ver.c
%configure
make all