Christian Goll
f5645d586f
- Update to version 1.10.5: * https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.5/src/hdf5-1.10.5-RELEASE.txt - Bump fortran library soname, sonum_F from 100 to 102. - Adjust library installation path, use %hpc_prefix/lib64 in x86_64 and %hpc_libdir in all other cases - Patches refreshed: * hdf5-LD_LIBRARY_PATH.patch * hdf5-1.8.11-abort_unknown_host_config.patch * PPC64LE-Fix-long-double-handling.patch * hdf5-Remove-timestamps-from-binaries.patch * Disable-phdf5-tests.patch - Patch disabled, upstream have changed the file that was being patched, while it could be ported, it's unknown if this patch is still needed. * hdf5-mpi.patch - Patch removed, merged upstream * 0001-Fix-return-value-in-test_libver_bounds_open.patch OBS-URL: https://build.opensuse.org/request/show/726430 OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=111
39 lines
1.4 KiB
Diff
39 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.10.5/src/H5detect.c
|
|
===================================================================
|
|
--- hdf5-1.10.5.orig/src/H5detect.c
|
|
+++ hdf5-1.10.5/src/H5detect.c
|
|
@@ -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);
|