Hello community,
here is the log from the commit of package gstreamer-plugins-bad for
openSUSE:Factory checked in at 2019-12-11 12:08:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-bad"
Wed Dec 11 12:08:46 2019 rev:98 rq:754304 version:1.16.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes
2019-10-14 14:52:21.570315504 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.4691/gstreamer-plugins-bad.changes
2019-12-11 12:09:06.316639901 +0100
@@ -1,0 +2,26 @@
+Wed Dec 4 12:31:05 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.16.2:
+ + wasapi:
+ - Various fixes and a workaround for a specific driver bug
+ - Move to CoInitializeEx for COM initialization
+ - Fix runtime/build warnings
+ + waylandsink: Commit the parent after creating subsurface
+ + msdkdec: fix surface leak in msdkdec_handle_frame
+ + tsmux: Fix copying of buffer region
+ + tsdemux:
+ - Handle continuity mismatch in more cases
+ - Always issue a DTS even when it's equal to PTS
+ + openexr: Fix build with OpenEXR 2.4 (and also OpenEXR 2.2 on
+ Ubuntu 18.04)
+ + ccextractor: Always forward all sticky events to the caption
+ pad
+ + pnmdec: Return early on ::finish() if we have no actual data to
+ parse
+ + ass: avoid infinite unref loop with bad data
+ + fluidsynth: add sf3 to soundfont search path
+- Drop libtool and automake/conf BuildRequires and autoreconf calls
+ + 0001-Require-OpenEXR-2.3.0-at-least-and-do-not-force-C-98.patch
+ Fixed upstream.
+
+-------------------------------------------------------------------
Old:
----
0001-Require-OpenEXR-2.3.0-at-least-and-do-not-force-C-98.patch
gst-plugins-bad-1.16.1.tar.xz
New:
----
gst-plugins-bad-1.16.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.01ThgE/_old 2019-12-11 12:09:07.420639437 +0100
+++ /var/tmp/diff_new_pack.01ThgE/_new 2019-12-11 12:09:07.420639437 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-plugins-bad
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,24 +29,17 @@
%define use_meson 0
Name: gstreamer-plugins-bad
-Version: 1.16.1
+Version: 1.16.2
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Productivity/Multimedia/Other
-Url: https://gstreamer.freedesktop.org/
+URL: https://gstreamer.freedesktop.org/
Source:
https://gstreamer.freedesktop.org/src/gst-plugins-bad/%{_name}-%{version}.tar.xz
Source2: gstreamer-plugins-bad.appdata.xml
Source99: baselibs.conf
-# PATCH-FIX-UPSTREAM -- do not force C++98 for OpenEXR
-Patch0: 0001-Require-OpenEXR-2.3.0-at-least-and-do-not-force-C-98.patch
BuildRequires: Mesa-libGLESv3-devel
-%if !%{use_meson}
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: libtool
-%endif
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gobject-introspection-devel
@@ -62,11 +55,7 @@
BuildRequires: pkgconfig
BuildRequires: python3-base
BuildRequires: python3-xml
-%if %{suse_version} >= 1550
-BuildRequires: pkgconfig(OpenEXR) >= 2.3.0
-%else
-BuildRequires: pkgconfig(OpenEXR) <= 2.3.0
-%endif
+BuildRequires: pkgconfig(OpenEXR)
BuildRequires: pkgconfig(aom)
BuildRequires: pkgconfig(bluez)
BuildRequires: pkgconfig(bzip2)
@@ -464,10 +453,7 @@
%lang_package
%prep
-%setup -n %{_name}-%{version}
-%if %{suse_version} >= 1550
-%patch0 -p1
-%endif
+%autosetup -p1 -n %{_name}-%{version}
%build
export PYTHON=%{_bindir}/python3
@@ -519,7 +505,6 @@
%{nil}
%{meson_build}
%else
-autoreconf -vfi
%configure \
%if ! 0%{?BUILD_ORIG}
--with-package-name='openSUSE GStreamer-plugins-bad package' \
++++++ gst-plugins-bad-1.16.1.tar.xz -> gst-plugins-bad-1.16.2.tar.xz ++++++
++++ 9014 lines of diff (skipped)