Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory checked 
in at 2015-09-24 07:16:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-08-29 
20:03:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gpgme.new/gpgme.changes 2015-09-24 
07:16:37.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep 11 06:07:58 UTC 2015 - [email protected]
+
+- restore taking build timestamp from changelog date
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gpgme.spec ++++++
--- /var/tmp/diff_new_pack.mGLepx/_old  2015-09-24 07:16:38.000000000 +0200
+++ /var/tmp/diff_new_pack.mGLepx/_new  2015-09-24 07:16:38.000000000 +0200
@@ -76,10 +76,10 @@
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
 Requires:       libgpg-error-devel
-%requires_ge   libassuan-devel
 Requires:       libgpgme11 = %{version}
 Provides:       gpgme-devel = %{version}
 Obsoletes:      gpgme-devel < %{version}
+%requires_ge   libassuan-devel
 
 %description -n libgpgme-devel
 GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
@@ -101,10 +101,11 @@
 %setup -q
 
 %build
+build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99})
 %configure \
        --disable-static \
        --disable-fd-passing \
-       --enable-build-timestamp=no
+       --enable-build-timestamp="${build_timestamp}"
 
 make %{?_smp_mflags}
 



Reply via email to