Jan Engelhardt
3c9187502e
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=5
32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
---
|
|
fullbench.c | 2 +-
|
|
lz4c.c | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: trunk/fullbench.c
|
|
===================================================================
|
|
--- trunk.orig/fullbench.c
|
|
+++ trunk/fullbench.c
|
|
@@ -105,7 +105,7 @@
|
|
//****************************
|
|
#define COMPRESSOR_NAME "Full LZ4 speed analyzer"
|
|
#define COMPRESSOR_VERSION ""
|
|
-#define COMPILED __DATE__
|
|
+#define COMPILED "SUSE"
|
|
#define AUTHOR "Yann Collet"
|
|
#define WELCOME_MESSAGE "*** %s %s, by %s (%s) ***\n", COMPRESSOR_NAME, COMPRESSOR_VERSION, AUTHOR, COMPILED
|
|
|
|
Index: trunk/lz4c.c
|
|
===================================================================
|
|
--- trunk.orig/lz4c.c
|
|
+++ trunk/lz4c.c
|
|
@@ -85,7 +85,7 @@
|
|
//****************************
|
|
#define COMPRESSOR_NAME "LZ4 Compression CLI"
|
|
#define COMPRESSOR_VERSION ""
|
|
-#define COMPILED __DATE__
|
|
+#define COMPILED "SUSE"
|
|
#define AUTHOR "Yann Collet"
|
|
#define EXTENSION ".lz4"
|
|
#define WELCOME_MESSAGE "*** %s %s, by %s (%s) ***\n", COMPRESSOR_NAME, COMPRESSOR_VERSION, AUTHOR, COMPILED
|