2018-11-17 21:29:11 +01:00
|
|
|
From: Egbert Eich <eich@suse.com>
|
|
|
|
Date: Sat Nov 17 18:15:13 2018 +0100
|
|
|
|
Subject: hdf5: Remove timestamps from binaries
|
|
|
|
Patch-mainline: never
|
|
|
|
Git-commit: 3b88045491c0b43f385edce47e3aae07660cd9f3
|
|
|
|
References:
|
|
|
|
|
|
|
|
Signed-off-by: Egbert Eich <eich@suse.com>
|
|
|
|
Signed-off-by: Egbert Eich <eich@suse.de>
|
|
|
|
---
|
|
|
|
src/H5detect.c | 15 ---------------
|
|
|
|
1 file changed, 15 deletions(-)
|
2019-09-03 09:57:43 +02:00
|
|
|
Index: hdf5-1.10.5/src/H5detect.c
|
|
|
|
===================================================================
|
|
|
|
--- hdf5-1.10.5.orig/src/H5detect.c
|
|
|
|
+++ hdf5-1.10.5/src/H5detect.c
|
2018-11-17 21:29:11 +01:00
|
|
|
@@ -1245,21 +1245,6 @@ bit.\n";
|
|
|
|
fprintf(rawoutstream, "/* Generated automatically by H5detect -- do not edit */\n\n\n");
|
|
|
|
HDfputs(FileHeader, rawoutstream); /*the copyright notice--see top of this file */
|
|
|
|
|
|
|
|
- fprintf(rawoutstream, " *\n * Created:\t\t%s %2d, %4d\n",
|
|
|
|
- month_name[tm->tm_mon], tm->tm_mday, 1900 + tm->tm_year);
|
|
|
|
- if(pwd || real_name[0] || host_name[0]) {
|
|
|
|
- fprintf(rawoutstream, " *\t\t\t");
|
|
|
|
- if(real_name[0])
|
|
|
|
- fprintf(rawoutstream, "%s <", real_name);
|
|
|
|
-#ifdef H5_HAVE_GETPWUID
|
|
|
|
- if(pwd) HDfputs(pwd->pw_name, rawoutstream);
|
|
|
|
-#endif
|
|
|
|
- if(host_name[0])
|
|
|
|
- fprintf(rawoutstream, "@%s", host_name);
|
|
|
|
- if(real_name[0])
|
|
|
|
- fprintf(rawoutstream, ">");
|
|
|
|
- HDfputc('\n', rawoutstream);
|
|
|
|
- }
|
|
|
|
fprintf(rawoutstream, " *\n * Purpose:\t\t");
|
|
|
|
for(s = purpose; *s; s++) {
|
|
|
|
HDfputc(*s, rawoutstream);
|