Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ffmpeg-8 for openSUSE:Factory checked in at 2026-04-18 21:30:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpeg-8 (Old) and /work/SRC/openSUSE:Factory/.ffmpeg-8.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpeg-8" Sat Apr 18 21:30:06 2026 rev:9 rq:1347594 version:8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpeg-8/ffmpeg-8.changes 2026-04-04 19:06:57.047977184 +0200 +++ /work/SRC/openSUSE:Factory/.ffmpeg-8.new.11940/ffmpeg-8.changes 2026-04-18 21:30:07.210323641 +0200 @@ -1,0 +2,6 @@ +Thu Apr 16 15:54:50 UTC 2026 - Jan Engelhardt <[email protected]> + +- Add explicit symbol lists to work-around-abi-break.patch + [boo#1261836] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpeg-8.spec ++++++ --- /var/tmp/diff_new_pack.iqX10I/_old 2026-04-18 21:30:11.174482623 +0200 +++ /var/tmp/diff_new_pack.iqX10I/_new 2026-04-18 21:30:11.202483746 +0200 @@ -662,6 +662,20 @@ cat config.h %make_build +>machine_report.txt >user_report.txt +for i in lib*/lib*.so.*; do + echo "===> $i" >>user_report.txt + readelf -aW "$i" | grep -P '@\S+_UNTRACKED' >current.txt || : + cat current.txt >>machine_report.txt + cat current.txt >>user_report.txt + echo >>user_report.txt +done +if [ -s machine_report.txt ]; then + echo "ERROR: The following symbols seem to be new and should be added to work-around-abi-break.patch"; + cat user_report.txt + exit 1 +fi + %global extratools aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper probetest qt-faststart seek_print sidxindex trasher for i in %extratools; do ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.iqX10I/_old 2026-04-18 21:30:11.798507650 +0200 +++ /var/tmp/diff_new_pack.iqX10I/_new 2026-04-18 21:30:11.826508773 +0200 @@ -1,5 +1,5 @@ -mtime: 1775120199 -commit: b5bed02fdb183a3af2bae6f88d8bf0485b976c80d180be5fcbc1f5560965a74a +mtime: 1776377442 +commit: bf4217579a0cd1893c409ffb30ecf99bdb8cfd688aae20f3f892f9b5293c7d13 url: https://src.opensuse.org/jengelh/ffmpeg revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-04-17 00:11:03.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ work-around-abi-break.patch ++++++ ++++ 1370 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/ffmpeg-8/work-around-abi-break.patch ++++ and /work/SRC/openSUSE:Factory/.ffmpeg-8.new.11940/work-around-abi-break.patch
