* Update to version 1.12.3. * Drop upstreamed patches: Remove-duplicate-code.patch, H5O__pline_decode-Make-more-resilient-to-out-of-bounds-read.patch, H5O_dtype_decode_helper-Parent-of-enum-needs-to-have-same-size-as-enum-itself.patch, Pass-compact-chunk-size-info-to-ensure-requested-elements-are-within-bounds.patch, Make-sure-info-block-for-external-links-has-at-least-3-bytes.patch, Compound-datatypes-may-not-have-members-of-size-0.patch, H5IMget_image_info-H5Sget_simple_extent_dims-does-not-exceed-array-size.patch, Check-for-overflow-when-calculating-on-disk-attribute-data-size-2459.patch * New BuildRequires: hostname. * Work around an sed hack in upstream configure file by dropping "-Werror=return-type" from RPM %optflags. OBS-URL: https://build.opensuse.org/request/show/1173662 OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=174
40 lines
1.4 KiB
Diff
40 lines
1.4 KiB
Diff
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(-)
|
|
Index: hdf5-1.12.3/src/H5detect.c
|
|
===================================================================
|
|
--- hdf5-1.12.3.orig/src/H5detect.c
|
|
+++ hdf5-1.12.3/src/H5detect.c
|
|
@@ -1219,22 +1219,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);
|