Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xcb for openSUSE:Factory checked in at 2024-07-25 15:39:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xcb (Old) and /work/SRC/openSUSE:Factory/.xcb.new.1882 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xcb" Thu Jul 25 15:39:53 2024 rev:20 rq:1189557 version:2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/xcb/xcb.changes 2021-02-09 21:16:16.466774484 +0100 +++ /work/SRC/openSUSE:Factory/.xcb.new.1882/xcb.changes 2024-07-25 16:04:28.728178856 +0200 @@ -1,0 +2,5 @@ +Thu Jul 25 08:51:44 UTC 2024 - Marcus Meissner <meissner@suse.com> + +- xcb-prototype.patch: fix main() prototype for gcc14 + +------------------------------------------------------------------- New: ---- xcb-prototype.patch BETA DEBUG BEGIN: New: - xcb-prototype.patch: fix main() prototype for gcc14 BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xcb.spec ++++++ --- /var/tmp/diff_new_pack.86RQLx/_old 2024-07-25 16:04:29.320202724 +0200 +++ /var/tmp/diff_new_pack.86RQLx/_new 2024-07-25 16:04:29.324202885 +0200 @@ -1,7 +1,7 @@ # # spec file for package xcb # -# Copyright (c) 2021 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 @@ -25,6 +25,7 @@ Group: System/X11/Utilities URL: http://www.goof.com/pcg/marc/xcb.html Source: %{name}-%{version}.tar.bz2 +Patch0: xcb-prototype.patch BuildRequires: imake BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) ++++++ xcb-prototype.patch ++++++ Index: xcb-2.5/xcb.c =================================================================== --- xcb-2.5.orig/xcb.c +++ xcb-2.5/xcb.c @@ -1350,6 +1350,7 @@ xevents () } } +int main (argc, argv) int argc; char **argv;
participants (1)
-
Source-Sync