Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgpod for openSUSE:Factory checked in at 2024-07-08 19:06:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgpod (Old) and /work/SRC/openSUSE:Factory/.libgpod.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgpod" Mon Jul 8 19:06:55 2024 rev:39 rq:1185959 version:0.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libgpod/libgpod.changes 2024-03-03 20:19:49.610927773 +0100 +++ /work/SRC/openSUSE:Factory/.libgpod.new.2080/libgpod.changes 2024-07-08 19:07:08.172273559 +0200 @@ -1,0 +2,7 @@ +Thu Jul 4 08:38:21 UTC 2024 - [email protected] + +- fix build with gcc14 +- added patches + + 0004-gcc14.patch + +------------------------------------------------------------------- New: ---- 0004-gcc14.patch BETA DEBUG BEGIN: New:- added patches + 0004-gcc14.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgpod.spec ++++++ --- /var/tmp/diff_new_pack.iV6yLj/_old 2024-07-08 19:07:09.180310425 +0200 +++ /var/tmp/diff_new_pack.iV6yLj/_new 2024-07-08 19:07:09.180310425 +0200 @@ -1,7 +1,7 @@ # # spec file for package libgpod # -# Copyright (c) 2022 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 @@ -37,6 +37,7 @@ Patch2: 0002-323-Segmentation-fault-when-opening-ipod.patch Patch3: 0003-Fixed-PList-deprication.patch Patch4: libgpod-Use-libplist-2.0.patch +Patch5: 0004-gcc14.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: glib2-devel @@ -126,6 +127,7 @@ %if %{libplist2} %patch -P 4 -p1 %endif +%patch -P 5 -p1 %build %if %{libplist2} ++++++ 0004-gcc14.patch ++++++ Index: libgpod-0.8.3/tools/generic-callout.c =================================================================== --- libgpod-0.8.3.orig/tools/generic-callout.c +++ libgpod-0.8.3/tools/generic-callout.c @@ -664,7 +664,7 @@ static gboolean write_sysinfo_extended ( } -static char *get_info_from_usb (usb_bus_number, usb_device_number) +static char *get_info_from_usb (int usb_bus_number, int usb_device_number) { #ifdef HAVE_LIBUSB return read_sysinfo_extended_from_usb (usb_bus_number,
