Hello community, here is the log from the commit of package presage for openSUSE:Factory checked in at 2016-03-07 13:27:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/presage (Old) and /work/SRC/openSUSE:Factory/.presage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "presage" Changes: -------- --- /work/SRC/openSUSE:Factory/presage/presage.changes 2015-09-02 00:36:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.presage.new/presage.changes 2016-03-07 13:28:33.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Mar 4 08:32:12 UTC 2016 - bwiedem...@suse.com + +- Add reproducible.patch to make build-compare work + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ presage.spec ++++++ --- /var/tmp/diff_new_pack.0JRjPa/_old 2016-03-07 13:28:36.000000000 +0100 +++ /var/tmp/diff_new_pack.0JRjPa/_new 2016-03-07 13:28:36.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package presage # -# 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 @@ -34,6 +34,7 @@ Patch2: presage-0.9.1-automake-1.12.patch # PATCH-FIX-UPSTREAM automake 1.14 starts to check subdir-objects Patch3: presage-0.9.1-automake-1.14.patch +Patch4: reproducible.patch %if 0%{?suse_version} BuildRequires: dbus-1-glib-devel BuildRequires: dbus-1-python-devel @@ -209,6 +210,7 @@ %if 0%{?suse_version} > 1310 %patch3 -p1 %endif +%patch4 -p1 echo "[D-BUS Service]" > apps/dbus/org.gnome.presage.service.in echo "Name=org.gnome.presage.beta" >> apps/dbus/org.gnome.presage.service.in echo "Exec={bindir}/presage_dbus_service --start" >> apps/dbus/org.gnome.presage.service.in ++++++ reproducible.patch ++++++ Index: presage-0.9.1/doc/Doxyfile.in =================================================================== --- presage-0.9.1.orig/doc/Doxyfile.in +++ presage-0.9.1/doc/Doxyfile.in @@ -940,7 +940,7 @@ HTML_COLORSTYLE_GAMMA = 80 # page will contain the date and time when the page was generated. Setting # this to NO can help when comparing the output of multiple runs. -HTML_TIMESTAMP = YES +HTML_TIMESTAMP = NO # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML # documentation will contain sections that can be hidden and shown after the