Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgcrypt for openSUSE:Factory checked in at 2022-08-04 13:22:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgcrypt (Old) and /work/SRC/openSUSE:Factory/.libgcrypt.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgcrypt" Thu Aug 4 13:22:40 2022 rev:91 rq:991962 version:1.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libgcrypt/libgcrypt.changes 2022-02-05 23:22:56.704022419 +0100 +++ /work/SRC/openSUSE:Factory/.libgcrypt.new.1521/libgcrypt.changes 2022-08-04 13:22:45.636379017 +0200 @@ -1,0 +2,7 @@ +Mon Aug 1 07:27:35 UTC 2022 - Stephan Kulow <co...@suse.com> + +- Fix reproducible build problems: + - Do not use %release in binaries (but use SOURCE_DATE_EPOCH) + - Fix date call messed up by spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgcrypt.spec ++++++ --- /var/tmp/diff_new_pack.oqs9sf/_old 2022-08-04 13:22:46.680381979 +0200 +++ /var/tmp/diff_new_pack.oqs9sf/_new 2022-08-04 13:22:46.684381991 +0200 @@ -179,11 +179,11 @@ %build echo building with build_hmac256 set to %{build_hmac256} autoreconf -fi -date=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99}) +date=$(date -u '+%%Y-%%m-%%dT%%H:%%M+0000' -r %{SOURCE99}) sed -e "s,BUILD_TIMESTAMP=.*,BUILD_TIMESTAMP=$date," -i configure export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)" %configure \ - --with-fips-module-version="Libgcrypt version %{version}-%{release}" \ + --with-fips-module-version="Libgcrypt version %{version}-$SOURCE_DATE_EPOCH" \ --enable-noexecstack \ --disable-static \ --enable-m-guard \