Hello community, here is the log from the commit of package pstoedit for openSUSE:Factory checked in at 2016-03-09 15:16:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pstoedit (Old) and /work/SRC/openSUSE:Factory/.pstoedit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pstoedit" Changes: -------- --- /work/SRC/openSUSE:Factory/pstoedit/pstoedit.changes 2015-03-16 06:55:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pstoedit.new/pstoedit.changes 2016-03-09 15:16:33.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Mar 4 07:53:53 UTC 2016 - [email protected] + +- Add reproducible.patch to make build-compare work + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pstoedit.spec ++++++ --- /var/tmp/diff_new_pack.2XffYO/_old 2016-03-09 15:16:34.000000000 +0100 +++ /var/tmp/diff_new_pack.2XffYO/_new 2016-03-09 15:16:34.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package pstoedit # -# 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,7 @@ Source: https://sourceforge.net/projects/pstoedit/files/pstoedit/%{version}/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM pstoedit-pkglibdir.patch [email protected] -- Fix plugin search path. Patch: pstoedit-pkglibdir.patch +Patch1: reproducible.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -91,6 +92,7 @@ %prep %setup -q %patch -p1 +%patch1 -p1 chmod -x examples/*.ps examples/Makefile* doc/*.* copying %build ++++++ reproducible.patch ++++++ Index: pstoedit-3.70/src/pstoedit.cpp =================================================================== --- pstoedit-3.70.orig/src/pstoedit.cpp +++ pstoedit-3.70/src/pstoedit.cpp @@ -390,7 +390,7 @@ extern "C" DLLEXPORT const char buildtype [] = "release build"; #endif errstream << "pstoedit: version " << version << " / DLL interface " << - drvbaseVersion << " (built: " << __DATE__ << " - " << buildtype << " - " << compversion << ")" + drvbaseVersion << " (" << " - " << buildtype << " - " << compversion << ")" " : Copyright (C) 1993 - 2014 Wolfgang Glunz\n"; }
