Hello community, here is the log from the commit of package scite for openSUSE:Factory checked in at 2017-05-31 12:19:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scite (Old) and /work/SRC/openSUSE:Factory/.scite.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scite" Wed May 31 12:19:40 2017 rev:24 rq:499598 version:3.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/scite/scite.changes 2017-04-20 20:57:01.156469403 +0200 +++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2017-05-31 12:20:16.743853170 +0200 @@ -1,0 +2,6 @@ +Tue May 30 07:01:03 UTC 2017 - [email protected] + +- Add reproducible.patch to sort input files to make build reproducible + (boo#1041090) + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scite.spec ++++++ --- /var/tmp/diff_new_pack.Qd5bim/_old 2017-05-31 12:20:17.883692265 +0200 +++ /var/tmp/diff_new_pack.Qd5bim/_new 2017-05-31 12:20:17.887691700 +0200 @@ -27,6 +27,8 @@ Url: http://www.scintilla.org/SciTE.html Source0: http://download.sourceforge.net/scintilla/%{name}%{tar_ver}.tgz Source1: %{name}.changes +# PATCH-FIX-UPSTREAM https://sourceforge.net/p/scintilla/bugs/1946/ +Patch0: reproducible.patch BuildRequires: gcc-c++ %if 0%{?favor_gtk2} BuildRequires: gtk2-devel @@ -43,6 +45,7 @@ %prep %setup -q -c +%patch0 -p1 # Fix "Your file uses __DATE and __TIME__ this causes the package to rebuild when not needed warning" # http://sourceforge.net/tracker/?func=detail&atid=102439&aid=3314371&group_id=2439 is WONTFIX. ++++++ reproducible.patch ++++++ Index: scite-3.7.4/scintilla/gtk/makefile =================================================================== --- scite-3.7.4.orig/scintilla/gtk/makefile +++ scite-3.7.4/scintilla/gtk/makefile @@ -96,7 +96,7 @@ GLIB_GENMARSHAL_FLAGS = --prefix=scintil .list.c: $(GLIB_GENMARSHAL) --body $(GLIB_GENMARSHAL_FLAGS) $< > $@ -LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard $(srcdir)/../lexers/Lex*.cxx)))) +LEXOBJS:=$(addsuffix .o,$(basename $(sort $(notdir $(wildcard $(srcdir)/../lexers/Lex*.cxx))))) all: $(COMPLIB)
