Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libquicktime for openSUSE:Factory checked in at 2025-01-15 17:42:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libquicktime (Old) and /work/SRC/openSUSE:Factory/.libquicktime.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libquicktime" Wed Jan 15 17:42:02 2025 rev:65 rq:1237657 version:1.2.4+git20180804.fff99cd Changes: -------- --- /work/SRC/openSUSE:Factory/libquicktime/libquicktime.changes 2024-04-11 19:40:30.888343803 +0200 +++ /work/SRC/openSUSE:Factory/.libquicktime.new.1881/libquicktime.changes 2025-01-15 17:42:05.477926286 +0100 @@ -1,0 +2,6 @@ +Sun Jan 12 18:19:42 UTC 2025 - Giacomo Comes <[email protected]> + +- update fix-gcc14-build.patch + * add fix for faad2 and faac as well + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libquicktime.spec ++++++ --- /var/tmp/diff_new_pack.6LQVhh/_old 2025-01-15 17:42:06.445966411 +0100 +++ /var/tmp/diff_new_pack.6LQVhh/_new 2025-01-15 17:42:06.445966411 +0100 @@ -1,7 +1,7 @@ # # spec file for package libquicktime # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ fix-gcc14-build.patch ++++++ --- /var/tmp/diff_new_pack.6LQVhh/_old 2025-01-15 17:42:06.485968069 +0100 +++ /var/tmp/diff_new_pack.6LQVhh/_new 2025-01-15 17:42:06.485968069 +0100 @@ -10,4 +10,28 @@ main() { int version_major; +@@ -661,6 +662,7 @@ + AC_TRY_RUN([ + #include <inttypes.h> + #include <faac.h> ++int + main() + { + int samplerate = 44100, num_channels = 2; +@@ -730,6 +732,7 @@ + AC_TRY_RUN([ + #include <neaacdec.h> + #include <stdio.h> ++int + main() + { + int faad_major; +@@ -763,6 +766,7 @@ + AC_TRY_RUN([ + #include <faad.h> + #include <stdio.h> ++int + main() + { + int faad_major;
