Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2020-04-18 00:29:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Sat Apr 18 00:29:03 2020 rev:105 rq:794632 version:3.0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2020-04-05 20:49:59.068978223 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new.2738/vlc.changes        2020-04-18 
00:30:21.938044263 +0200
@@ -1,0 +2,73 @@
+Thu Apr 16 16:10:19 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 3.0.9.2:
+  + Misc: Properly bump the version in configure.ac.
+- Changes from version 3.0.9.1:
+  + Misc: Fix VLSub returning 401 for earch request.
+- Changes from version 3.0.9:
+  + Core: Work around busy looping when playing an invalid item
+    through VLM.
+  + Access:
+    * Multiple dvdread and dvdnav crashs fixes
+    * Fixed DVD glitches on clip change
+    * Fixed dvdread commands/data sequence inversion in some cases causing
+      unwanted glitches
+    * Better handling of authored as corrupted DVD
+    * Added libsmb2 support for SMB2/3 shares
+  + Demux:
+    * Fix TTML entities not passed to decoder
+    * Fixed some WebVTT styling tags being not applied
+    * Misc raw H264/HEVC frame rate fixes
+    * Fix adaptive regression on TS format change (mostly HLS)
+    * Fixed MP4 regression with twos/sowt PCM audio
+    * Fixed some MP4 raw quicktime and ms-PCM audio
+    * Fixed MP4 interlacing handling
+    * Multiple adaptive stack (DASH/HLS/Smooth) fixes
+    * Enabled Live seeking for HLS
+    * Fixed seeking in some cases for HLS
+    * Improved Live playback for Smooth and DASH
+    * Fixed adaptive unwanted end of stream in some cases
+    * Faster adaptive start and new buffering control options
+  + Packetizers:
+    * Fixes H264/HEVC incomplete draining in some cases
+    * packetizer_helper: Fix potential trailing junk on last packet
+    * Added missing drain in packetizers that was causing missing
+      last frame or audio
+    * Improved check to prevent fLAC synchronization drops
+  + Decoder:
+    * avcodec: revector video decoder to fix incomplete drain
+    * spudec: implemented palette updates, fixing missing subtitles
+      on some DVD
+    * Fixed WebVTT CSS styling not being applied on Windows/macOS
+    * Fixed Hebrew teletext pages support in zvbi
+    * Fixed Dav1d aborting decoding on corrupted picture
+    * Extract and display of all CEA708 subtitles
+    * Update libfaad to 2.9.1
+    * Add DXVA support for VP9 Profile 2 (10 bits)
+    * Mediacodec aspect ratio with Amazon devices
+  + Audio output:
+    * Added support for iOS audiounit audio above 48KHz
+    * Added support for amem audio up to 384KHz
+  + Video output:
+    * Fix for opengl glitches in some drivers
+    * Fix GMA950 opengl support on macOS
+    * YUV to RGB StretchRect fixes with NVIDIA drivers
+    * Use libpacebo new tone mapping desaturation algorithm
+  + Text renderer:
+    * Fix crashes on macOS with SSA/ASS subtitles containing emoji
+    * Fixed unwanted growing background in Freetype rendering and Y padding
+  + Mux: Fixed some YUV mappings
+  + Service Discovery: Update libmicrodns to 0.1.2.
+  + Misc:
+    * Update YouTube, SoundCloud and Vocaroo scripts: this restores
+      playback of YouTube URLs.
+    * Add missing .wpl & .zpl file associations on Windows
+    * Improved chromecast audio quality
+  + Updated translations.
+- Drop patches that have been merged upstream:
+D    0001-Fix-leaking-AvahiServiceResolver-in-the-error-paths.patch
+D    0002-Add-Avahi-implementation-for-chromecast-renderer-dis.patch
+D    reproducible.patch
+
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-leaking-AvahiServiceResolver-in-the-error-paths.patch
  0002-Add-Avahi-implementation-for-chromecast-renderer-dis.patch
  reproducible.patch
  vlc-3.0.8.tar.xz

New:
----
  vlc-3.0.9.2.tar.xz
  vlc-3.0.9.2.tar.xz.asc
  vlc.keyring

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

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.BwVshz/_old  2020-04-18 00:30:23.778048074 +0200
+++ /var/tmp/diff_new_pack.BwVshz/_new  2020-04-18 00:30:23.786048090 +0200
@@ -33,7 +33,7 @@
 %bcond_with faad
 %bcond_with fdk_aac
 Name:           vlc
-Version:        3.0.8
+Version:        3.0.9.2
 Release:        0
 Summary:        Graphical media player
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -41,6 +41,8 @@
 URL:            http://www.videolan.org
 Source:         
http://download.videolan.org/%{name}/%{version}/%{name}-%{version}.tar.xz
 Source2:        %{name}-rpmlintrc
+Source98:       
http://download.videolan.org/%{name}/%{version}/%{name}-%{version}.tar.xz.asc
+Source99:       vlc.keyring
 # PATCH-FIX-UPSTREAM vlc.a52.patch https://trac.videolan.org/vlc/ticket/3731 
dims...@opensuse.org -- Support new version of liba52
 Patch0:         vlc.a52.patch
 # PATCH-FIX-UPSTREAM vlc-allow-deprecated-fribidi.patch dims...@opensuse.org 
-- Allow usage of deprecated fribidi functions
@@ -51,16 +53,10 @@
 Patch3:         fix-build-with-fdk-2.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 
0001-Fix-leaking-AvahiServiceResolver-in-the-error-paths.patch -- Fix some 
memleaks
-Patch101:       0001-Fix-leaking-AvahiServiceResolver-in-the-error-paths.patch
-# PATCH-FIX-UPSTREAM 
0002-Add-Avahi-implementation-for-chromecast-renderer-dis.patch -- Use Avahi 
for discovery, microdns is not available
-Patch102:       0002-Add-Avahi-implementation-for-chromecast-renderer-dis.patch
 # PATCH-FIX-UPSTREAM -- Use OpenCV C++ API
 Patch103:       0001-Port-OpenCV-facedetect-example-to-C-API.patch
 # PATCH-FIX-UPSTREAM -- Fix building with Qt 5.15 by adding a missing include
 Patch104:       fix-missing-includes-with-qt-5.15.patch
-# PATCH-FIX-UPSTREAM reproducible.patch -- make tar reproducible -- 
87ea3c0dfb7367b434f688d657f931c074bb34f4
-Patch105:       reproducible.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  aalib-devel
 BuildRequires:  alsa-devel >= 1.0.24
@@ -405,11 +401,8 @@
 %if 0%{?suse_version} > 1320 && 0%{?suse_version} < 1550
 %patch100 -p1
 %endif
-%patch101 -p1
-%patch102 -p1
 %patch103 -p1
 %patch104 -p1
-%patch105 -p1
 
 ### And LUA 5.3.1 has some more API changes
 if pkg-config --atleast-version 5.3.1 lua; then

++++++ vlc-3.0.8.tar.xz -> vlc-3.0.9.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/vlc/vlc-3.0.8.tar.xz 
/work/SRC/openSUSE:Factory/.vlc.new.2738/vlc-3.0.9.2.tar.xz differ: char 26, 
line 1


Reply via email to