Hello community, here is the log from the commit of package amanda for openSUSE:Factory checked in at 2016-03-07 13:27:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amanda (Old) and /work/SRC/openSUSE:Factory/.amanda.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amanda" Changes: -------- --- /work/SRC/openSUSE:Factory/amanda/amanda.changes 2014-11-29 08:39:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.amanda.new/amanda.changes 2016-03-07 13:29:14.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 4 18:04:29 UTC 2016 - [email protected] + +- Remove timestamp from binary + amanda-timestamp.patch + +------------------------------------------------------------------- New: ---- amanda-timestamp.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amanda.spec ++++++ --- /var/tmp/diff_new_pack.ivjoSr/_old 2016-03-07 13:29:15.000000000 +0100 +++ /var/tmp/diff_new_pack.ivjoSr/_new 2016-03-07 13:29:15.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package amanda # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -40,6 +40,7 @@ Patch10: amanda-automake_add_missing.patch Patch11: amanda-3.3.3-noundefbool.patch Patch12: amanda-2.6.1p1-fix-perl-format.patch +Patch13: amanda-timestamp.patch BuildRequires: automake BuildRequires: cups-client BuildRequires: dump @@ -82,11 +83,12 @@ %patch10 %patch11 %patch12 -p1 +%patch13 -p1 %build ./autogen -CFLAGS="%{optflags} -U BUILD_DATE -U BUILD_MACH -fno-strict-aliasing -fPIC -fPIE" \ +CFLAGS="%{optflags} -fno-strict-aliasing -fPIC -fPIE" \ CXXFLAGS="%{optflags} -fno-strict-aliasing -fPIC -fPIE" \ LDFLAGS="-pie" \ ./configure --mandir=%{_mandir} \ ++++++ amanda-timestamp.patch ++++++ --- common-src/Makefile.am | 2 +- common-src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: amanda-3.3.6/common-src/Makefile.am =================================================================== --- amanda-3.3.6.orig/common-src/Makefile.am +++ amanda-3.3.6/common-src/Makefile.am @@ -151,7 +151,7 @@ genversion.$(OBJEXT): $(genversion_SOURC genversion.h: $(top_builddir)/config.status -rm -f $@ [email protected] echo '#define CC "$(CC)"' > [email protected] - echo '#define BUILT_DATE "'`date`'"' >> [email protected] + echo '#define BUILT_DATE "today"' >> [email protected] echo '#define BUILT_MACH "$(target)"' >> [email protected] mv [email protected] $@ Index: amanda-3.3.6/common-src/Makefile.in =================================================================== --- amanda-3.3.6.orig/common-src/Makefile.in +++ amanda-3.3.6/common-src/Makefile.in @@ -2585,7 +2585,7 @@ genversion.$(OBJEXT): $(genversion_SOURC genversion.h: $(top_builddir)/config.status -rm -f $@ [email protected] echo '#define CC "$(CC)"' > [email protected] - echo '#define BUILT_DATE "'`date`'"' >> [email protected] + echo '#define BUILT_DATE "today"' >> [email protected] echo '#define BUILT_MACH "$(target)"' >> [email protected] mv [email protected] $@
