Hello community, here is the log from the commit of package alpine for openSUSE:Factory checked in at 2016-03-16 10:34:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alpine (Old) and /work/SRC/openSUSE:Factory/.alpine.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alpine" Changes: -------- --- /work/SRC/openSUSE:Factory/alpine/alpine.changes 2015-03-30 19:33:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.alpine.new/alpine.changes 2016-03-16 10:34:37.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 4 17:53:58 UTC 2016 - [email protected] + +- Remove timestamp from binary + alpine-timestamp.patch + +------------------------------------------------------------------- New: ---- alpine-timestamp.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alpine.spec ++++++ --- /var/tmp/diff_new_pack.eT85eB/_old 2016-03-16 10:34:38.000000000 +0100 +++ /var/tmp/diff_new_pack.eT85eB/_new 2016-03-16 10:34:38.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package alpine # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -36,6 +36,7 @@ Patch3: operation-may-be-undefined-warning.diff Patch4: fix-implicit.patch Patch5: alpine-gcc44.diff +Patch6: alpine-timestamp.patch Patch10: pico-fix-spurious-undef-warnings.diff Patch20: pine-expression-warnings.diff Patch40: pico-stripwhitespace.diff @@ -135,6 +136,7 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %patch10 -p1 %patch20 -p1 %patch40 -p1 ++++++ alpine-timestamp.patch ++++++ --- alpine/Makefile | 4 ++-- alpine/Makefile.am | 4 ++-- alpine/Makefile.in | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) Index: alpine-2.20/alpine/Makefile =================================================================== --- alpine-2.20.orig/alpine/Makefile +++ alpine-2.20/alpine/Makefile @@ -888,8 +888,8 @@ uninstall-am: uninstall-binPROGRAMS date.c: - echo "char datestamp[]="\"`date`\"";" > date.c - echo "char hoststamp[]="\"`hostname`\"";" >> date.c + echo 'char datestamp[]="today";' > date.c + echo 'char hoststamp[]="sand";' >> date.c # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. Index: alpine-2.20/alpine/Makefile.am =================================================================== --- alpine-2.20.orig/alpine/Makefile.am +++ alpine-2.20/alpine/Makefile.am @@ -48,5 +48,5 @@ AM_LDFLAGS = `cat @top_srcdir@/c-client/ CLEANFILES = date.c date.c: - echo "char datestamp[]="\"`date`\"";" > date.c - echo "char hoststamp[]="\"`hostname`\"";" >> date.c + echo 'char datestamp[]="today";' > date.c + echo 'char hoststamp[]="sand";' >> date.c Index: alpine-2.20/alpine/Makefile.in =================================================================== --- alpine-2.20.orig/alpine/Makefile.in +++ alpine-2.20/alpine/Makefile.in @@ -888,8 +888,8 @@ uninstall-am: uninstall-binPROGRAMS date.c: - echo "char datestamp[]="\"`date`\"";" > date.c - echo "char hoststamp[]="\"`hostname`\"";" >> date.c + echo 'char datestamp[]="today";' > date.c + echo 'char hoststamp[]="sand";' >> date.c # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.
