Jan Engelhardt
99d039b750
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=18
37 lines
1.4 KiB
Diff
37 lines
1.4 KiB
Diff
From: Jan Engelhardt <jengelh@inai.de
|
|
Date: 2014-10-01 14:23:22.000000000 +0200
|
|
|
|
build: stop causing rebuilds on our side
|
|
|
|
---
|
|
programs/fullbench.c | 2 +-
|
|
programs/lz4cli.c | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: lz4-r131/programs/fullbench.c
|
|
===================================================================
|
|
--- lz4-r131.orig/programs/fullbench.c
|
|
+++ lz4-r131/programs/fullbench.c
|
|
@@ -103,7 +103,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: lz4-r131/programs/lz4cli.c
|
|
===================================================================
|
|
--- lz4-r131.orig/programs/lz4cli.c
|
|
+++ lz4-r131/programs/lz4cli.c
|
|
@@ -90,7 +90,7 @@
|
|
# define LZ4_VERSION "r128"
|
|
#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 LZ4CAT "lz4cat"
|
|
#define UNLZ4 "unlz4"
|