Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vlc for openSUSE:Factory checked in at 2022-11-25 14:08:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vlc (Old) and /work/SRC/openSUSE:Factory/.vlc.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vlc" Fri Nov 25 14:08:13 2022 rev:130 rq:1038057 version:3.0.18 Changes: -------- --- /work/SRC/openSUSE:Factory/vlc/vlc.changes 2022-11-24 12:22:13.600915289 +0100 +++ /work/SRC/openSUSE:Factory/.vlc.new.1597/vlc.changes 2022-11-25 14:08:16.001230704 +0100 @@ -1,0 +2,49 @@ +Fri Nov 25 07:17:41 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Update to version 3.0.18: + + macOS: Fix audio device listing with non-latin names. + + Misc: Fix rendering and performance issue with older GPUs. + + Updated translations. +- Changes from version 3.0.18-rc2: + + Codec/Demux: + - Add support for Y16 chroma. + - Fix build of gme plugin. + + Lua: + - Fix script for vocaroo. + - Fix script for youtube to allow throttled playback. + + Service Discovery: Fix UPnP regression on Windows. + + Video Output: Fix video placement with caopengllayer. + + Misc: Fix password search in kwallet module. +- Changes from version 3.0.18-rc: + + Demux: + - Major adaptive streaming update, notably for multiple + timelies and webvtt. + - Fix seeking with some fragmented MP4 files. + - Add support for DVBSub inside MKV. + - Fix some Flac files that could not be played. + - Improve seeking in Ogg files. + + Decoders: + - Fix DxVA/D3D11 crashes on HEVC files with bogus references. + - Fix libass storage size and crash. + - Fix decoding errors on macOS hw decoding on some HEVC files. + + Video Output: + - Fix color regression with VAAPI/iOS and OpenGL output. + - Fix some resizing issues with OpenGL on GLX/EGL/X11/XV. + - Fix Direct3d9 texture stretching. + - Fix 10-bit accelerated video filters on macOS. + + Playlist: Avoid playlist liveloop on failed/tiny items + (temporize EOS bursts). + + Misc: + - Misc fixes for the extension UI on macOS. + - Improve SMBv1 and SMBv2 behaviours. + - Improve FTP compatibility. + - Support RISC-V. + - Fix AVI muxing for Windows Media Player compatibility. + - Fix seeking speed on macOS. +- Drop vlc-dav1d-1.0.patch and 867.patch: fixed upstream. +- Drop vlc-get-addr-by-ref-from-getConnectionEndpointAddress.patch: + fixed upstream (commit 05445b74). +- Drop vlc-get-addr-by-ref-from-getConnectionEndpointAddress.patch: + fixed upstream (commit b689202d). + +------------------------------------------------------------------- Old: ---- 867.patch vlc-3.0.17.4.tar.xz vlc-3.0.17.4.tar.xz.asc vlc-caca-fix-to-0-99-beta20-version.patch vlc-dav1d-1.0.patch vlc-get-addr-by-ref-from-getConnectionEndpointAddress.patch New: ---- vlc-3.0.18.tar.xz vlc-3.0.18.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vlc.spec ++++++ --- /var/tmp/diff_new_pack.IJUW2x/_old 2022-11-25 14:08:16.769234477 +0100 +++ /var/tmp/diff_new_pack.IJUW2x/_new 2022-11-25 14:08:16.773234498 +0100 @@ -33,7 +33,7 @@ %bcond_with faad %bcond_with fdk_aac Name: vlc -Version: 3.0.17.4 +Version: 3.0.18 Release: 0 Summary: Graphical media player License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -49,19 +49,12 @@ Patch1: vlc-allow-deprecated-fribidi.patch # PATCH-FIX-UPSTREAM vlc-lua-5.3.patch dims...@opensuse.org -- Replace lua_optlong with lua_optinteger Patch2: vlc-lua-5.3.patch -Patch3: 867.patch # PATCH-FIX-UPSTREAM fix-build-with-fdk-2.0.patch -- Fix building vlc with libfdk-aac v2 Patch4: fix-build-with-fdk-2.0.patch -# PATCH-FIX-UPSTREAM vlc-dav1d-1.0.patch -- Fix build with dav1d 1.0 -Patch5: vlc-dav1d-1.0.patch # PATCH-FEATURE-OPENSUSE vlc-projectM-qt5.patch -- Build against projectM-qt5; openSUSE provides projectM as -qt and -qt5 variant Patch100: vlc-projectM-qt5.patch # PATCH-FIX-UPSTREAM -- Use OpenCV C++ API Patch103: 0001-Port-OpenCV-facedetect-example-to-C-API.patch -# PATCH-FIX-UPSTREAM https://trac.videolan.org/vlc/ticket/25473 dominic.may...@meditationstudies.org -- The maintainers of live555 changed connectionEndpointAddresss to getConnectionEndpointAddress, which now provides the address value by reference. -Patch107: vlc-get-addr-by-ref-from-getConnectionEndpointAddress.patch -# PATCH-FIX-UPSTREAM vlc-caca-fix-to-0-99-beta20-version.patch -- Migrate to new API of libcaca in v0.99.beta20 -Patch108: vlc-caca-fix-to-0-99-beta20-version.patch BuildRequires: Mesa-devel BuildRequires: aalib-devel BuildRequires: alsa-devel >= 1.0.24 @@ -409,23 +402,14 @@ %patch0 -p1 %patch1 -p1 %patch4 -p1 -%patch5 -p1 %if 0%{?suse_version} > 1320 && 0%{?suse_version} < 1550 && 0%{?sle_version} < 150200 %patch100 -p1 %endif %patch103 -p1 -### Since live555-2020.12.11, connectionEndpointAddress() member function -### use a "struct sockaddr_storage" in preparation for eventual support of IPv6: -### http://www.live555.com/liveMedia/public/changelog.txt -if pkg-config --atleast-version 2020.12.11 live555; then -%patch107 -p1 -fi -%patch108 -p1 ### And LUA 5.3.1 has some more API changes if pkg-config --atleast-version 5.3.1 lua; then %patch2 -p1 -%patch3 -p1 fi # We do not rely on contrib but make use of system libraries ++++++ vlc-3.0.17.4.tar.xz -> vlc-3.0.18.tar.xz ++++++ /work/SRC/openSUSE:Factory/vlc/vlc-3.0.17.4.tar.xz /work/SRC/openSUSE:Factory/.vlc.new.1597/vlc-3.0.18.tar.xz differ: char 27, line 1