Hello community, here is the log from the commit of package fillup for openSUSE:Factory checked in at 2020-01-23 16:07:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fillup (Old) and /work/SRC/openSUSE:Factory/.fillup.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fillup" Thu Jan 23 16:07:36 2020 rev:26 rq:764586 version:1.42 Changes: -------- --- /work/SRC/openSUSE:Factory/fillup/fillup.changes 2017-11-30 12:31:46.983607051 +0100 +++ /work/SRC/openSUSE:Factory/.fillup.new.26092/fillup.changes 2020-01-23 16:07:38.839519690 +0100 @@ -1,0 +2,6 @@ +Wed Jan 15 09:38:33 UTC 2020 - Adam Majer <[email protected]> + +- fillup-fno-common.patch: fix compilation on Tumbleweed + (boo#1160871) + +------------------------------------------------------------------- New: ---- fillup-fno-common.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fillup.spec ++++++ --- /var/tmp/diff_new_pack.1g2BjJ/_old 2020-01-23 16:07:40.455520648 +0100 +++ /var/tmp/diff_new_pack.1g2BjJ/_new 2020-01-23 16:07:40.455520648 +0100 @@ -1,7 +1,7 @@ # # spec file for package fillup # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,7 +25,7 @@ Version: 1.42 Release: 0 Summary: Tool for Merging Config Files -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Base Url: http://github.com/openSUSE/fillup Source: fillup-%{version}.tar.bz2 @@ -35,6 +35,7 @@ Patch3: fillup-retval.dif Patch4: fillup-nodate.patch Patch5: fillup-1.42-cloexec.patch +Patch6: fillup-fno-common.patch Provides: aaa_base:/bin/fillup BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -52,6 +53,7 @@ %patch3 %patch4 %patch5 +%patch6 -p1 %build make %{?_smp_mflags} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="%{optflags}" ++++++ fillup-fno-common.patch ++++++ Index: fillup-1.42/SRC/fillup_cfg.h =================================================================== --- fillup-1.42.orig/SRC/fillup_cfg.h +++ fillup-1.42/SRC/fillup_cfg.h @@ -23,9 +23,9 @@ /*-------------------------------- VARIABLES ---------------------------------*/ -const char * cfg_delimiter; -const char * cfg_commentMarker; -const char * cfg_quotingMarker; +extern const char * cfg_delimiter; +extern const char * cfg_commentMarker; +extern const char * cfg_quotingMarker; /*----------------------------------------------------------------------------*/
