diff --git a/aqbanking.changes b/aqbanking.changes index e0bd128..9df2543 100644 --- a/aqbanking.changes +++ b/aqbanking.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 2 07:55:25 UTC 2017 - bwiedemann@suse.com + +- override build date to make build reproducible and fix build-compare + ------------------------------------------------------------------- Tue May 30 21:39:09 UTC 2017 - nico.kruber@gmail.com diff --git a/aqbanking.spec b/aqbanking.spec index a5fc303..7e9e706 100644 --- a/aqbanking.spec +++ b/aqbanking.spec @@ -169,8 +169,9 @@ BACKEND_LIST="$BACKEND_LIST aqebics" # quick fix for $CPP being unset and configure failing to handle include dirs properly CPP=`which cpp` export CPP +[ -n "$SOURCE_DATE_EPOCH" ] && builddate=--with-build-datetime=@$SOURCE_DATE_EPOCH %configure\ - --enable-release \ + --enable-release $builddate \ --with-backends="$BACKEND_LIST" \ --enable-full-doc \ --with-qt4-libs=%{_libdir} \