Hello community, here is the log from the commit of package gri for openSUSE:Factory checked in at 2016-03-17 16:33:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gri (Old) and /work/SRC/openSUSE:Factory/.gri.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gri" Changes: -------- --- /work/SRC/openSUSE:Factory/gri/gri.changes 2015-02-27 10:59:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gri.new/gri.changes 2016-03-17 16:47:25.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Mar 9 05:17:40 UTC 2016 - [email protected] + +- Drop timestamp from texinfo to fix build-compare + +------------------------------------------------------------------- +Tue Mar 8 18:50:41 UTC 2016 - [email protected] + +- Add reproducible.patch to fix build-compare + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gri.spec ++++++ --- /var/tmp/diff_new_pack.f3gVoc/_old 2016-03-17 16:47:26.000000000 +0100 +++ /var/tmp/diff_new_pack.f3gVoc/_new 2016-03-17 16:47:26.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gri # -# 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 @@ -26,6 +26,8 @@ Source: %{name}-%{version}.tar.bz2 Patch0: gfi-2.2.23-perl.patch Patch1: gri-texinfo-5.0.patch +# PATCH-FIX-UPSTREAM https://github.com/dankelley/gri/pull/10 +Patch2: reproducible.patch BuildRequires: ImageMagick BuildRequires: fdupes BuildRequires: gcc-c++ @@ -60,6 +62,7 @@ %setup -q %patch0 %patch1 -p1 +%patch2 -p1 %build %configure @@ -71,6 +74,8 @@ %else %make_install DESTDIR=%{buildroot} %endif +# drop timestamp from texinfo +sed -i "s/<!-- [A-Z].. [A-Z].. .. ..:..:.. .... -->//" %{buildroot}%{_datadir}/%{name}/doc/html/index.html %fdupes %{buildroot}%{_datadir}/%{name}/ %clean ++++++ reproducible.patch ++++++ --- gri-2.12.23/doc/examples/Makefile.in.orig 2011-07-06 14:09:14.000000000 +0000 +++ gri-2.12.23/doc/examples/Makefile.in 2016-03-08 18:48:39.552917451 +0000 @@ -377,9 +377,9 @@ cp $< $@ chmod +w $@ %.png : %.ps - -convert $< $@ + -convert -strip $< $@ %-tiny.png : %.png - -convert -geometry 90x999 $< $@ + -convert -strip -geometry 90x999 $< $@ %.pdf : %.ps convert $< $@ # ps2pdf $< $@
