Hello community, here is the log from the commit of package splint for openSUSE:Factory checked in at 2018-08-08 14:53:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/splint (Old) and /work/SRC/openSUSE:Factory/.splint.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "splint" Wed Aug 8 14:53:16 2018 rev:20 rq:627853 version:3.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/splint/splint.changes 2017-09-22 21:34:23.336642384 +0200 +++ /work/SRC/openSUSE:Factory/.splint.new/splint.changes 2018-08-08 14:54:08.545613659 +0200 @@ -1,0 +2,6 @@ +Mon Aug 6 20:29:42 UTC 2018 - [email protected] + +- Add splint-3.1.2-no-uname.patch to drop build hostname from package + (boo#1084909) + +------------------------------------------------------------------- New: ---- splint-3.1.2-no-uname.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ splint.spec ++++++ --- /var/tmp/diff_new_pack.c99K9m/_old 2018-08-08 14:54:09.045614485 +0200 +++ /var/tmp/diff_new_pack.c99K9m/_new 2018-08-08 14:54:09.045614485 +0200 @@ -28,6 +28,7 @@ Patch0: %{name}-3.1.2-fixes.patch # PATCH-FIX-OPENSUSE https://github.com/ravenexp/splint/issues/8 Patch1: splint-3.1.2-build-date-override.patch +Patch2: splint-3.1.2-no-uname.patch BuildRequires: flex %description @@ -39,6 +40,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %configure ++++++ splint-3.1.2-no-uname.patch ++++++ Index: splint-3.1.2/configure =================================================================== --- splint-3.1.2.orig/configure +++ splint-3.1.2/configure @@ -3966,7 +3966,7 @@ _ACEOF cat >>confdefs.h <<_ACEOF -#define LCL_COMPILE "Compiled using $CC $CFLAGS on `uname -a` by `whoami`" +#define LCL_COMPILE "Compiled using $CC $CFLAGS" _ACEOF
