Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
hdf5
hdf5-Remove-timestamps-from-binaries.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hdf5-Remove-timestamps-from-binaries.patch of Package hdf5
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.8/src/H5detect.c =================================================================== --- hdf5-1.10.8.orig/src/H5detect.c +++ hdf5-1.10.8/src/H5detect.c @@ -1190,22 +1190,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);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor