Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libdv for openSUSE:Factory checked in at 2026-06-09 14:12:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdv (Old) and /work/SRC/openSUSE:Factory/.libdv.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdv" Tue Jun 9 14:12:17 2026 rev:33 rq:1357754 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libdv/libdv.changes 2024-08-07 06:10:34.886763863 +0200 +++ /work/SRC/openSUSE:Factory/.libdv.new.2375/libdv.changes 2026-06-09 14:12:46.769885856 +0200 @@ -1,0 +2,5 @@ +Thu Jun 4 10:01:14 UTC 2026 - Josef Melcr <[email protected]> + +- Add libdv-gcc16.patch to fix the build with GCC 16 + +------------------------------------------------------------------- New: ---- libdv-gcc16.patch ----------(New B)---------- New: - Add libdv-gcc16.patch to fix the build with GCC 16 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdv.spec ++++++ --- /var/tmp/diff_new_pack.cjIFK8/_old 2026-06-09 14:12:48.021937722 +0200 +++ /var/tmp/diff_new_pack.cjIFK8/_new 2026-06-09 14:12:48.021937722 +0200 @@ -1,7 +1,7 @@ # # spec file for package libdv # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -47,6 +47,7 @@ Patch7: libdv-fix-no-add-needed.patch Patch8: libdv-endian.patch Patch9: libdv-visibility.patch +Patch10: libdv-gcc16.patch BuildRequires: libtool BuildRequires: libv4l-devel >= 0.8.4 BuildRequires: pkg-config ++++++ libdv-gcc16.patch ++++++ Index: libdv-1.0.0/libdv/mmx.h =================================================================== --- libdv-1.0.0.orig/libdv/mmx.h +++ libdv-1.0.0/libdv/mmx.h @@ -59,7 +59,7 @@ typedef union { /* Function to test if multimedia instructions are supported... */ -inline static int +static int mm_support(void) { /* Returns 1 if MMX instructions are supported,
