Changes of Revision 7
[-] | Changed | yasm.spec |
x 1
2 # 3 -# spec file for package yasm (Version 0.4.0) 4 +# spec file for package yasm (Version 0.7.1) 5 # 6 # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. 7 # This file and all modifications and additions to the pristine 8
9 License: BSD 10 Group: Development/Languages/Other 11 Autoreqprov: on 12 -Version: 0.6.2 13 -Release: 16 14 +Version: 0.7.1 15 +Release: 20 16 Summary: YASM is a complete rewrite of the NASM assembler 17 Source: yasm-%{version}.tar.gz 18 -#Patch0: yasm-genmacro.patch 19 -#Patch1: yasm-overflow.patch 20 -#Patch2: yasm-declaration.diff 21 BuildRoot: %{_tmppath}/%{name}-%{version}-build 22 23 24
25 %debug_package 26 %prep 27 %setup -q 28 -#%patch0 -p1 29 -#%patch1 -p1 30 -#%patch2 31 32 %build 33 CFLAGS="$RPM_OPT_FLAGS" \ 34
35 %_mandir/man1/* 36 37 %changelog -n yasm 38 +* Sat Aug 16 2008 Carsten Schoene <cs@linux-administrator.com> 39 +- new upstream release 0.7.1 40 * Wed Mar 19 2008 Carsten Schoene <cs@linux-administrator.com> 41 - version bump to 0.6.2 42 * Sun Sep 30 2007 Carsten Schoene <cs@linux-administrator.com> 43 |
||
[+] | Deleted | yasm-declaration.diff ^ |
@@ -1,10 +0,0 @@ ---- check/check_run.c.ORG 2004-10-31 04:55:56.000000000 +0100 -+++ check/check_run.c 2005-07-04 13:25:26.000000000 +0200 -@@ -59,6 +59,7 @@ - #include "check_impl.h" - #include "check_msg.h" - #include "check_log.h" -+#include <string.h> - - #ifndef USE_FORKWAITMSG - int nofork_exit_status; | ||
[+] | Deleted | yasm-genmacro.patch ^ |
@@ -1,18 +0,0 @@ -Index: yasm-0.4.0/modules/preprocs/nasm/genmacro.c -=================================================================== ---- yasm-0.4.0.orig/modules/preprocs/nasm/genmacro.c -+++ yasm-0.4.0/modules/preprocs/nasm/genmacro.c -@@ -102,10 +102,13 @@ main(int argc, char *argv[]) - while (*strp == ' ' || *strp == '\t') - strp++; - len = strlen(strp); -+ if (len) - while (strp[len-1] == ' ' || strp[len-1] == '\t' || - strp[len-1] == '\n') { - strp[len-1] = '\0'; - len--; -+ if(len == 0) -+ break; - } - - /* skip blank lines */ | ||
[+] | Deleted | yasm-overflow.patch ^ |
@@ -1,11 +0,0 @@ ---- yasm-0.4.0/libyasm/expr.c.xx 2005-04-27 15:31:30.192943601 +0200 -+++ yasm-0.4.0/libyasm/expr.c 2005-04-27 15:32:19.374893145 +0200 -@@ -1191,7 +1191,7 @@ - void - yasm_expr_print(const yasm_expr *e, FILE *f) - { -- char opstr[6]; -+ char opstr[8]; - int i; - - if (!e) { | ||
Added | yasm-0.7.1-0.pm.0.src.rpm ^ | |
Changed | yasm-0.7.1.tar.gz ^ |