Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mvapich2 for openSUSE:Factory 
checked in at 2022-12-07 17:35:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mvapich2 (Old)
 and      /work/SRC/openSUSE:Factory/.mvapich2.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mvapich2"

Wed Dec  7 17:35:10 2022 rev:34 rq:1040772 version:2.3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/mvapich2/mvapich2.changes        2022-11-29 
10:53:07.284725864 +0100
+++ /work/SRC/openSUSE:Factory/.mvapich2.new.1835/mvapich2.changes      
2022-12-07 17:36:29.329039748 +0100
@@ -1,0 +2,9 @@
+Mon Dec  5 21:11:29 UTC 2022 - Stefan Brüns <stefan.bru...@rwth-aachen.de>
+
+- Reduce constraints to match the actual requirement. Exaggerating
+  the requirements hurts both this package (time until build can
+  start) as well as other OBS users (blocking large workers
+  without need).
+- Use a reproducible timestamp instead of removing it altogether.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.PWAmIU/_old  2022-12-07 17:36:30.089043910 +0100
+++ /var/tmp/diff_new_pack.PWAmIU/_new  2022-12-07 17:36:30.093043932 +0100
@@ -1,12 +1,12 @@
 <constraints>
   <hardware>
-    <processors>8</processors>
+    <processors>4</processors>
     <disk>
-      <size unit="G">10</size>
+      <size unit="G">4</size>
     </disk>
-    <physicalmemory>
-      <size unit="G">16</size>
-    </physicalmemory>
+    <memory>
+      <size unit="G">6</size>
+    </memory>
   </hardware>
 </constraints>
 (No newline at EOF)

++++++ reproducible.patch ++++++
--- /var/tmp/diff_new_pack.PWAmIU/_old  2022-12-07 17:36:30.185044436 +0100
+++ /var/tmp/diff_new_pack.PWAmIU/_new  2022-12-07 17:36:30.189044458 +0100
@@ -13,6 +13,8 @@
     and other output files varied between builds.
     
     Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
+    
+    Also remove any unreproducible timestamps from generated files.
 
 diff --git maint/extractcvars.in maint/extractcvars.in
 index b627a6f8d937..879de7bf6d5a 100755
@@ -23,7 +25,7 @@
  print "Cvars include :\n".Dumper(@cvars)."\n" if $debug;
  
 -my $run_timestamp = localtime();
-+my $run_timestamp = "openSUSE no date";
++my $run_timestamp = localtime($ENV{"SOURCE_DATE_EPOCH"} || time);
  my $uc_ns = uc($ns);
  
  # Setup output files

Reply via email to