Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package splint for openSUSE:Factory checked in at 2026-03-10 17:58:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/splint (Old) and /work/SRC/openSUSE:Factory/.splint.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "splint" Tue Mar 10 17:58:07 2026 rev:22 rq:1337966 version:3.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/splint/splint.changes 2024-02-26 20:01:31.924934141 +0100 +++ /work/SRC/openSUSE:Factory/.splint.new.8177/splint.changes 2026-03-10 19:00:02.405188359 +0100 @@ -1,0 +2,5 @@ +Tue Mar 10 10:20:29 UTC 2026 - Dr. Werner Fink <[email protected]> + +- Make it build with latest gcc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ splint.spec ++++++ --- /var/tmp/diff_new_pack.ubhKbY/_old 2026-03-10 19:00:03.077215860 +0100 +++ /var/tmp/diff_new_pack.ubhKbY/_new 2026-03-10 19:00:03.081216023 +0100 @@ -1,7 +1,7 @@ # # spec file for package splint # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2026 SUSE LLC and contributors # # 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/ # @@ -20,9 +20,9 @@ Version: 3.1.2 Release: 0 Summary: A tool for statically checking C programs -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Languages/C and C++ -Url: http://www.splint.org/ +URL: http://www.splint.org/ Source0: http://www.splint.org/downloads/splint-%{version}.src.tgz Source1: %{name}-rpmlintrc Patch0: %{name}-3.1.2-fixes.patch @@ -40,6 +40,7 @@ %autosetup -p1 %build +export CFLAGS="-fpermissive -std=gnu99 %{optflags}" %configure # Parallel build fails at linking make --jobs=1 LDFLAGS="-lfl" V=1
