Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package polkit for openSUSE:Factory checked in at 2024-07-14 08:48:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/polkit (Old) and /work/SRC/openSUSE:Factory/.polkit.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "polkit" Sun Jul 14 08:48:49 2024 rev:91 rq:1187081 version:123 Changes: -------- --- /work/SRC/openSUSE:Factory/polkit/polkit.changes 2023-12-12 19:31:45.839429259 +0100 +++ /work/SRC/openSUSE:Factory/.polkit.new.17339/polkit.changes 2024-07-14 08:49:06.073370797 +0200 @@ -1,0 +2,7 @@ +Fri Jul 12 12:53:13 UTC 2024 - Martin Jambor <mjam...@suse.com> + +- Add -Wno-error=implicit-function-declaration to %optflags to + work-around an issue in mocklibc (which has been meanwhile removed + by upstream) with exactly this kind of issue. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ polkit.spec ++++++ --- /var/tmp/diff_new_pack.8vANjw/_old 2024-07-14 08:49:07.385418787 +0200 +++ /var/tmp/diff_new_pack.8vANjw/_new 2024-07-14 08:49:07.385418787 +0200 @@ -1,7 +1,7 @@ # # spec file for package polkit # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -158,6 +158,10 @@ %autosetup -p1 %build +# Disabling of this error can hopefully be removed when syncing with +# upstream which has removed mocklibc: +%global optflags %{optflags} -Wno-error=implicit-function-declaration + %meson \ -D session_tracking=libsystemd-login \ -D systemdsystemunitdir="%{_unitdir}" \