From 3d35fa75f9071836425b9b224edf296dd1597c8207355e7e5a1667bc3e40aa6a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 17 Sep 2015 12:56:47 +0000 Subject: [PATCH] Accepting request 330481 from home:AndreasStieger:branches:Base:System restore taking build timestamp from changelog date OBS-URL: https://build.opensuse.org/request/show/330481 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=65 --- gpgme.changes | 5 +++++ gpgme.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gpgme.changes b/gpgme.changes index 5366457..b843f93 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 11 06:07:58 UTC 2015 - astieger@suse.com + +- restore taking build timestamp from changelog date + ------------------------------------------------------------------- Wed Aug 26 11:09:03 UTC 2015 - astieger@suse.com diff --git a/gpgme.spec b/gpgme.spec index 029ac6e..9130711 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -76,10 +76,10 @@ Summary: A Library Designed to give Applications easy Access to GnuPG 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 @@ of standard widgets for common key selection tasks is even planned. %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}