forked from pool/mvapich2
Accepting request 1038622 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1038622 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mvapich2?expand=0&rev=33
This commit is contained in:
commit
b781a2f2ce
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 08:30:49 UTC 2022 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
- Update reproducible.patch to remove timestamp generated at compilation time
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 15:08:09 UTC 2022 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
commit a99404dac8f07ec7e72aa244ff0527d9c85ad482
|
||||
commit bf7afdf34ad71b1e644dda34053e491653ca59e7
|
||||
Author: Bernhard M. Wiedemann <bwiedemann@suse.de>
|
||||
Date: Mon Mar 25 11:12:56 2019 +0100
|
||||
|
||||
@ -15,9 +15,18 @@ Date: Mon Mar 25 11:12:56 2019 +0100
|
||||
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
diff --git maint/extractcvars.in maint/extractcvars.in
|
||||
index b627a6f8d937..0eaa673adf1e 100755
|
||||
index b627a6f8d937..879de7bf6d5a 100755
|
||||
--- maint/extractcvars.in
|
||||
+++ maint/extractcvars.in
|
||||
@@ -125,7 +125,7 @@ foreach my $p (@cvars) {
|
||||
print "Categories include: \n".Dumper(@categories) if $debug;
|
||||
print "Cvars include :\n".Dumper(@cvars)."\n" if $debug;
|
||||
|
||||
-my $run_timestamp = localtime();
|
||||
+my $run_timestamp = "openSUSE no date";
|
||||
my $uc_ns = uc($ns);
|
||||
|
||||
# Setup output files
|
||||
@@ -594,7 +594,7 @@ sub ExpandDir {
|
||||
my @subdirs = ();
|
||||
my $DIR_HANDLE;
|
||||
|
Loading…
Reference in New Issue
Block a user