Hello community, here is the log from the commit of package gpgme for openSUSE:Factory checked in at 2015-02-06 10:55:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gpgme (Old) and /work/SRC/openSUSE:Factory/.gpgme.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpgme" Changes: -------- --- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes 2014-12-31 11:21:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gpgme.new/gpgme.changes 2015-02-06 10:55:43.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Feb 3 16:40:23 UTC 2015 - [email protected] + +- making the build reproducible - see + http://lists.gnupg.org/pipermail/gnupg-commits/2014-September/010683.html + for a very similiar problem + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpgme.spec ++++++ --- /var/tmp/diff_new_pack.3djyUD/_old 2015-02-06 10:55:44.000000000 +0100 +++ /var/tmp/diff_new_pack.3djyUD/_new 2015-02-06 10:55:44.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gpgme # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,8 @@ Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2.sig Source2: baselibs.conf Source3: gpgme.keyring +# used to have a fixed timestamp +Source99: %{name}.changes BuildRequires: gpg2 >= 2.0.10 BuildRequires: libassuan-devel >= 2.0.2 BuildRequires: libgpg-error-devel >= 1.11 @@ -98,6 +100,8 @@ %setup -q %build +date=$(date -u +%Y-%m-%dT%H:%M+0000 -r %{S:99}) +sed -e "s,BUILD_TIMESTAMP=.*,BUILD_TIMESTAMP=$date," -i configure %configure \ --disable-static \ --disable-fd-passing -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
