Hello community, here is the log from the commit of package gstreamer for openSUSE:Factory checked in at 2019-06-13 22:33:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer (Old) and /work/SRC/openSUSE:Factory/.gstreamer.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer" Thu Jun 13 22:33:57 2019 rev:58 rq:707911 version:1.14.5 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes 2018-10-11 11:41:01.539124854 +0200 +++ /work/SRC/openSUSE:Factory/.gstreamer.new.4811/gstreamer.changes 2019-06-13 22:33:58.376369077 +0200 @@ -1,0 +2,21 @@ +Fri May 31 21:23:20 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 1.14.5: + + aggregator: + - Take the pad lock around queue gap event removal. + - Don’t leak gap buffer when out of segment. + + buffer: fix possible memory corruption in + gst_buffer_foreach_meta() when removing metas. + + bus: + - Make removing of signal/bus watches thread-safe. + - Don’t allow removing signal watches with + gst_bus_remove_watch(). + + controlbinding: Check if the weak pointer was cleared before + explicitly removing it. + + ptp clock: Wait for ANNOUNCE before selecting a master; + increase tolerance for late follow-up and delay-resp. + + segment: Allow stop == -1 in gst_segment_to_running_time() and + negative rate. + + g-i: annotations fixes. + +------------------------------------------------------------------- Old: ---- gstreamer-1.14.4.tar.xz New: ---- gstreamer-1.14.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer.spec ++++++ --- /var/tmp/diff_new_pack.5g61X5/_old 2019-06-13 22:33:58.888368911 +0200 +++ /var/tmp/diff_new_pack.5g61X5/_new 2019-06-13 22:33:58.896368909 +0200 @@ -1,7 +1,7 @@ # # spec file for package gstreamer # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define gst_branch 1.0 Name: gstreamer -Version: 1.14.4 +Version: 1.14.5 Release: 0 Summary: Streaming-Media Framework Runtime License: LGPL-2.1-or-later @@ -30,6 +30,7 @@ Source99: baselibs.conf # PATCH-FEATURE-UPSTREAM gstreamer-rpm-prov.patch bgo#588783 [email protected] -- Add --rpm parameter to allow creation of rpm provides, patch from fedora Patch1: gstreamer-rpm-prov.patch + BuildRequires: bison >= 2.4 BuildRequires: check-devel BuildRequires: fdupes @@ -51,6 +52,7 @@ BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(libunwind) + # Ensure that the documentation corresponds with the installed version: Requires: libgstreamer-1_0-0 = %{version} # Core modules may depend on new enough libraries: @@ -162,9 +164,10 @@ --disable-examples \ --disable-static \ --disable-tests \ - --program-transform-name='s/gst-plugin-scanner/gst-plugin-scanner-%{_target_cpu}/' + --program-transform-name='s/gst-plugin-scanner/gst-plugin-scanner-%{_target_cpu}/' \ + %{nil} sed -i 's/gst-plugin-scanner/gst-plugin-scanner-%{_target_cpu}/' config.h -make %{?_smp_mflags} +%make_build %install %make_install ++++++ gstreamer-1.14.4.tar.xz -> gstreamer-1.14.5.tar.xz ++++++ ++++ 3384 lines of diff (skipped)
