Hello community, here is the log from the commit of package uisp for openSUSE:Factory checked in at 2018-03-19 23:37:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uisp (Old) and /work/SRC/openSUSE:Factory/.uisp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uisp" Mon Mar 19 23:37:47 2018 rev:21 rq:587836 version:20050207suse Changes: -------- --- /work/SRC/openSUSE:Factory/uisp/uisp.changes 2017-04-11 09:36:44.384476337 +0200 +++ /work/SRC/openSUSE:Factory/.uisp.new/uisp.changes 2018-03-19 23:37:47.814611553 +0100 @@ -1,0 +2,5 @@ +Mon Mar 12 17:09:25 UTC 2018 - [email protected] + +- Add uisp-20050207-reproducible.patch to override build date (boo#1047218) + +------------------------------------------------------------------- New: ---- uisp-20050207-reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uisp.spec ++++++ --- /var/tmp/diff_new_pack.QZzaK1/_old 2018-03-19 23:37:48.558584716 +0100 +++ /var/tmp/diff_new_pack.QZzaK1/_new 2018-03-19 23:37:48.558584716 +0100 @@ -40,6 +40,7 @@ Patch5: uisp-20050207suse.diff Patch6: uisp-20050207-m168-stk500-extendedFuseSupport.patch Patch7: stk500_pgzs_shift.diff +Patch8: uisp-20050207-reproducible.patch %description Uisp is a tool for avr microcontrollers and drives many hardware @@ -67,6 +68,7 @@ %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 %build touch README ++++++ uisp-20050207-reproducible.patch ++++++ Author: Bernhard M. Wiedemann <bwiedemann suse de> Date: 2018-03-12 make package build bit-reproducible Index: uisp-20050207/configure.ac =================================================================== --- uisp-20050207.orig/configure.ac +++ uisp-20050207/configure.ac @@ -53,7 +53,7 @@ AC_FUNC_VPRINTF AC_CHECK_FUNCS([gettimeofday memset select strcasecmp strncasecmp strstr strtol]) # Set the DATE variable for the man page -DATE=`date "+%B, %Y"` +DATE=`date -u -d@${SOURCE_DATE_EPOCH:-$(date +%s)} "+%B, %Y"` AC_SUBST(DATE) AC_CONFIG_FILES([Makefile
