Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vlc for openSUSE:Factory checked in at 2026-04-28 11:53:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vlc (Old) and /work/SRC/openSUSE:Factory/.vlc.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vlc" Tue Apr 28 11:53:46 2026 rev:166 rq:1349514 version:3.0.23 Changes: -------- --- /work/SRC/openSUSE:Factory/vlc/vlc.changes 2026-03-05 17:15:35.475754008 +0100 +++ /work/SRC/openSUSE:Factory/.vlc.new.11940/vlc.changes 2026-04-28 11:54:12.644119813 +0200 @@ -1,0 +2,8 @@ +Sun Apr 26 16:33:31 UTC 2026 - Egbert Eich <[email protected]> + +- Fix Requires for ffmpeg library: + For building the package ffmpeg-7-mini-libs may be installed + which is used for building only, so the name package cannot + be used to determine Requires. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vlc.spec ++++++ --- /var/tmp/diff_new_pack.sr5vuI/_old 2026-04-28 11:54:15.260227839 +0200 +++ /var/tmp/diff_new_pack.sr5vuI/_new 2026-04-28 11:54:15.276228500 +0200 @@ -354,7 +354,7 @@ Group: Productivity/Multimedia/Video/Players Requires: %{name}-noX = %{version} # We require the unrestricted libavcodec - same ABI version we linked -Requires: %(rpm --qf "%%{name}" -qf $(readlink -f %{_libdir}/libavcodec.so))(unrestricted) +Requires: libavcodec%(readlink -f %{_libdir}/libavcodec.so | sed -e "s/.*\.so\.\([^\.]*\)\..*/\1/")(unrestricted) # We need the noX package first, as it contains vlc-cache-gen Requires(post): %{name}-noX Supplements: %{name}-noX
