Jan Engelhardt
3641d88213
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=13
32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
---
|
|
programs/fullbench.c | 2 +-
|
|
programs/lz4cli.c | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: trunk/programs/fullbench.c
|
|
===================================================================
|
|
--- trunk.orig/programs/fullbench.c
|
|
+++ trunk/programs/fullbench.c
|
|
@@ -107,7 +107,7 @@
|
|
# define LZ4_VERSION ""
|
|
#endif
|
|
#define AUTHOR "Yann Collet"
|
|
-#define WELCOME_MESSAGE "*** %s %s %i-bits, by %s (%s) ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION, (int)(sizeof(void*)*8), AUTHOR, __DATE__
|
|
+#define WELCOME_MESSAGE "*** %s %s %i-bits, by %s (%s) ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION, (int)(sizeof(void*)*8), AUTHOR, "SUSE"
|
|
|
|
#define NBLOOPS 6
|
|
#define TIMELOOP 2500
|
|
Index: trunk/programs/lz4cli.c
|
|
===================================================================
|
|
--- trunk.orig/programs/lz4cli.c
|
|
+++ trunk/programs/lz4cli.c
|
|
@@ -116,7 +116,7 @@
|
|
# define LZ4_VERSION "r122"
|
|
#endif
|
|
#define AUTHOR "Yann Collet"
|
|
-#define WELCOME_MESSAGE "*** %s %i-bits %s, by %s (%s) ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8), LZ4_VERSION, AUTHOR, __DATE__
|
|
+#define WELCOME_MESSAGE "*** %s %i-bits %s, by %s (%s) ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8), LZ4_VERSION, AUTHOR, "SUSE"
|
|
#define LZ4_EXTENSION ".lz4"
|
|
#define LZ4_CAT "lz4cat"
|
|
|