4c2a29124e
update to 1.2.0 OBS-URL: https://build.opensuse.org/request/show/130118 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/yasm?expand=0&rev=11
25 lines
948 B
Diff
25 lines
948 B
Diff
Index: frontends/tasm/tasm.c
|
|
===================================================================
|
|
--- frontends/tasm/tasm.c.orig
|
|
+++ frontends/tasm/tasm.c
|
|
@@ -224,7 +224,6 @@ static opt_option options[] =
|
|
/* version message */
|
|
/*@observer@*/ static const char *version_msg[] = {
|
|
PACKAGE_STRING,
|
|
- "Compiled on " __DATE__ ".",
|
|
"Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
|
|
"Run yasm --license for licensing overview and summary."
|
|
};
|
|
Index: frontends/yasm/yasm.c
|
|
===================================================================
|
|
--- frontends/yasm/yasm.c.orig
|
|
+++ frontends/yasm/yasm.c
|
|
@@ -213,7 +213,6 @@ static opt_option options[] =
|
|
/* version message */
|
|
/*@observer@*/ static const char *version_msg[] = {
|
|
PACKAGE_STRING,
|
|
- "Compiled on " __DATE__ ".",
|
|
"Copyright (c) 2001-2011 Peter Johnson and other Yasm developers.",
|
|
"Run yasm --license for licensing overview and summary."
|
|
};
|