Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2022-09-21 14:43:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hdf5 (Old)
 and      /work/SRC/openSUSE:Factory/.hdf5.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hdf5"

Wed Sep 21 14:43:04 2022 rev:79 rq:1005137 version:1.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes        2022-08-15 
20:00:35.361456461 +0200
+++ /work/SRC/openSUSE:Factory/.hdf5.new.2083/hdf5.changes      2022-09-21 
14:44:04.194018080 +0200
@@ -1,0 +2,5 @@
+Wed Sep 21 01:09:47 UTC 2022 - Stefan Br??ns <stefan.bru...@rwth-aachen.de>
+
+- Remove timestamp/buildhost/kernel version from libhdf5.settings
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hdf5.spec ++++++
--- /var/tmp/diff_new_pack.ag51Pl/_old  2022-09-21 14:44:05.530021569 +0200
+++ /var/tmp/diff_new_pack.ag51Pl/_new  2022-09-21 14:44:05.534021579 +0200
@@ -775,6 +775,14 @@
   --with-pthread \
   %{nil}
 
+# Remove timestamp/buildhost/kernel version
+export SDE_DATE=$(date -d @${SOURCE_DATE_EPOCH} -u)
+export UNAME_M_O=$(uname -m -o)
+sed -i -e "s/\(Configured on: \).*/\1 $SDE_DATE/" \
+       -e "s#\(Uname information: \).*#\1 $UNAME_M_O#" \
+       -e "s/\(Configured by: \).*/\1 abuild@OBS/" \
+       src/libhdf5.settings
+
 make V=1 %{?_smp_mflags}
 
 %install

Reply via email to