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-01-22 15:11:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vlc (Old) and /work/SRC/openSUSE:Factory/.vlc.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vlc" Thu Jan 22 15:11:46 2026 rev:161 rq:1328439 version:3.0.23 Changes: -------- --- /work/SRC/openSUSE:Factory/vlc/vlc.changes 2026-01-01 15:01:42.872615769 +0100 +++ /work/SRC/openSUSE:Factory/.vlc.new.1928/vlc.changes 2026-01-22 15:11:52.132468590 +0100 @@ -1,0 +2,13 @@ +Tue Jan 20 16:36:15 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Explicitly pass --disable-postproc to configure to not have a + difference between ffmpeg-7 and ffmpeg-8 builds. + +------------------------------------------------------------------- +Thu Jan 15 07:21:00 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Change compression type of tarball to tar.xz: 3rd-party OBS + instances build VLC also for older distros, which might not + understand zstd compression. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vlc.spec ++++++ --- /var/tmp/diff_new_pack.9MgCjx/_old 2026-01-22 15:11:53.748535763 +0100 +++ /var/tmp/diff_new_pack.9MgCjx/_new 2026-01-22 15:11:53.748535763 +0100 @@ -1,7 +1,7 @@ # # spec file for package vlc # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties @@ -40,7 +40,7 @@ License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Productivity/Multimedia/Video/Players URL: http://www.videolan.org -Source: %{name}-%{version}.tar.zst +Source: %{name}-%{version}.tar.xz Source2: %{name}-rpmlintrc # PATCH-FIX-UPSTREAM vlc-allow-deprecated-fribidi.patch [email protected] -- Allow usage of deprecated fribidi functions Patch1: vlc-allow-deprecated-fribidi.patch @@ -465,6 +465,7 @@ --enable-vorbis \ --enable-xcb \ --enable-xvideo \ + --disable-postproc \ --with-default-font=%{_datadir}/fonts/truetype/FreeSerifBold.ttf \ --with-default-monospace-font=%{_datadir}/fonts/truetype/FreeMono.ttf \ %if %{with opengles} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.9MgCjx/_old 2026-01-22 15:11:53.792537592 +0100 +++ /var/tmp/diff_new_pack.9MgCjx/_new 2026-01-22 15:11:53.808538257 +0100 @@ -12,7 +12,7 @@ <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> - <param name="compression">zst</param> + <param name="compression">xz</param> </service> <service name="set_version" mode="manual"/> </services>
