Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2024-06-13 15:37:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Thu Jun 13 15:37:51 2024 rev:148 rq:1180238 version:3.0.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2024-05-23 15:35:14.739583767 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new.19518/vlc.changes       2024-06-13 
15:38:04.082080662 +0200
@@ -1,0 +2,39 @@
+Wed Jun 12 14:26:44 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Updte to version 3.0.21:
+  + Decoders:
+    * Improve Opus ambisonic support
+    * Fix some ASS subtitle rendering issues
+    * Fix Opus in MP4 behaviour
+    * Fix VAAPI hw decoding with some drivers
+  + Input:
+    * Add support for HTTP content range handling according to RFC
+      9110
+    * Fix some HLS Adaptive Streaming not working in audio-only
+      mode
+  + Video Output:
+    * Super Resolution scaling with AMD GPUs
+    * The D3D11 HDR option can also turn on/off HDR for all sources
+      regardless of the display
+    * Improve subtitles rendering on Apple platforms of notably
+      Asian languages by correcting font fallback lookups
+  + Video Filter:
+    * New AMD VQ Enhancer filter
+    * Add D3D11 option to use NVIDIA TrueHDR to generate HDR from
+      SDR sources
+  + Audio Output:
+    * Fix regression on macOS causing crashes when using audio
+      devices with more than 9 channels
+  + Services Discovery:
+    * Fix exposed UPnP directory URL schemes to be compliant with
+      RFC 3986
+  + libVLC:
+    * the HWND passed to libvlc_media_player_set_hwnd must have the
+     WS_CLIPCHILDREN style set.
+    * Fix crashes when using caopengllayer
+  + Misc:
+    * Fix various warnings, leaks and potential crashes
+    * Fix security integer overflow in MMS module
+- Drop 4645.patch and 770789f2.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  4645.patch
  770789f2.patch
  vlc-3.0.20.tar.xz
  vlc-3.0.20.tar.xz.asc

New:
----
  vlc-3.0.21.tar.xz
  vlc-3.0.21.tar.xz.asc

BETA DEBUG BEGIN:
  Old:    * Fix security integer overflow in MMS module
- Drop 4645.patch and 770789f2.patch: fixed upstream.
  Old:    * Fix security integer overflow in MMS module
- Drop 4645.patch and 770789f2.patch: fixed upstream.
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.TelAfQ/_old  2024-06-13 15:38:04.954112482 +0200
+++ /var/tmp/diff_new_pack.TelAfQ/_new  2024-06-13 15:38:04.954112482 +0200
@@ -32,7 +32,7 @@
 %bcond_with faad
 
 Name:           vlc
-Version:        3.0.20
+Version:        3.0.21
 Release:        0
 Summary:        Graphical media player
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -54,10 +54,6 @@
 Patch5:         vlc-libplacebo-5.patch
 # PATCH-FIX-UPSTREAM vlc-taglib-2.0.patch dims...@opensuse.org -- Fix build 
against taglib 2.0
 Patch6:         vlc-taglib-2.0.patch
-# PATCH-FIX-UPSTREAM
-Patch7:         
https://code.videolan.org/videolan/vlc/-/merge_requests/4645.patch
-# PATCH-FIX-UPSTREAM -- chromaprint, missing cast
-Patch8:         https://code.videolan.org/videolan/vlc/-/commit/770789f2.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
@@ -121,9 +117,6 @@
 BuildRequires:  speex-devel >= 1.0.5
 BuildRequires:  update-desktop-files
 BuildRequires:  vcdimager-devel
-BuildRequires:  (pkgconfig(libavcodec) >= 57.37.100 with pkgconfig(libavcodec) 
< 59)
-BuildRequires:  (pkgconfig(libavformat) >= 53.21.0 with pkgconfig(libavformat) 
< 59)
-BuildRequires:  (pkgconfig(libavutil) >= 52.4.0 with pkgconfig(libavutil) < 57)
 BuildRequires:  pkgconfig(Qt5Core) >= 5.5.0
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Svg)
@@ -137,6 +130,9 @@
 BuildRequires:  pkgconfig(gnutls) >= 3.2.0
 BuildRequires:  pkgconfig(libarchive) >= 3.1.0
 BuildRequires:  pkgconfig(libass) >= 0.9.8
+BuildRequires:  pkgconfig(libavcodec) >= 57.37.100
+BuildRequires:  pkgconfig(libavformat) >= 53.21.0
+BuildRequires:  pkgconfig(libavutil) >= 52.4.0
 BuildRequires:  pkgconfig(libbluray) >= 0.6.2
 BuildRequires:  pkgconfig(libdca) >= 0.0.5
 BuildRequires:  pkgconfig(libgme)
@@ -285,8 +281,6 @@
 # having a strange ABI/API break between 0.3 and 0.7
 %requires_ge    libbluray1
 Recommends:     %{name}-codecs
-# lang subpackage
-Recommends:     %{name}-lang
 Recommends:     libdvdcss
 Conflicts:      %{conflicts}-noX
 # The lang-package was renamed to vlc-lang to assist AppStream building
@@ -418,8 +412,6 @@
 %patch -P 1 -p1
 %patch -P 4 -p1
 %patch -P 6 -p1
-%patch -P 7 -p1
-%patch -P 8 -p1
 %if 0%{?suse_version} > 1320 && 0%{?suse_version} < 1550 && 0%{?sle_version} < 
150200
 %patch -P 100 -p1
 %endif

++++++ vlc-3.0.20.tar.xz -> vlc-3.0.21.tar.xz ++++++
/work/SRC/openSUSE:Factory/vlc/vlc-3.0.20.tar.xz 
/work/SRC/openSUSE:Factory/.vlc.new.19518/vlc-3.0.21.tar.xz differ: char 26, 
line 1

Reply via email to