Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grilo-plugins for openSUSE:Factory checked in at 2021-04-21 20:58:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grilo-plugins (Old) and /work/SRC/openSUSE:Factory/.grilo-plugins.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grilo-plugins" Wed Apr 21 20:58:08 2021 rev:54 rq:886869 version:0.3.13 Changes: -------- --- /work/SRC/openSUSE:Factory/grilo-plugins/grilo-plugins.changes 2020-09-25 16:28:48.223745225 +0200 +++ /work/SRC/openSUSE:Factory/.grilo-plugins.new.12324/grilo-plugins.changes 2021-04-21 20:58:10.546085703 +0200 @@ -1,0 +2,20 @@ +Tue Apr 20 06:15:24 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Add 108.patch: lua-factory: Remove a bad pop. This was exposed + by Lua 5.4.3, causing a crash. + +------------------------------------------------------------------- +Sat Apr 17 12:11:26 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Update to version 0.3.13: + + Remove Vimeo plugin. + + Remove Jamendo plugin. + + Deprecate: tracker version 2. + + guardianvideos: Use api-key from GrlConfig. + + thegamesdb: Update the Dreamcast MIME type. + + tracker3: Handle delete events better. + + tracker3: Fix setting of publication-date metadata-key. + + Add option to disable bulding help. + + Allow building grilo-plugins as a Meson subproject. + +------------------------------------------------------------------- Old: ---- grilo-plugins-0.3.12.tar.xz New: ---- 108.patch grilo-plugins-0.3.13.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grilo-plugins.spec ++++++ --- /var/tmp/diff_new_pack.QfKGO8/_old 2021-04-21 20:58:11.110086592 +0200 +++ /var/tmp/diff_new_pack.QfKGO8/_new 2021-04-21 20:58:11.114086598 +0200 @@ -1,7 +1,7 @@ # # spec file for package grilo-plugins # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,21 @@ %define plugin_dir %(pkg-config --variable plugindir grilo-0.3) Name: grilo-plugins -Version: 0.3.12 +Version: 0.3.13 Release: 0 Summary: Media and metadata plugins for the Grilo framework License: LGPL-2.1-or-later Group: Productivity/Multimedia/Other URL: https://live.gnome.org/Grilo Source0: https://download.gnome.org/sources/grilo-plugins/0.3/%{name}-%{version}.tar.xz - +# PATCH-FIX-UPSTREAM 108.patch dims...@opensuse.org -- grl-lua-factory: Remove a bad pop, exposed by Lua 5.4.3, causing a crash. +Patch0: https://gitlab.gnome.org/GNOME/grilo-plugins/-/merge_requests/108.patch BuildRequires: docbook_4 BuildRequires: fdupes BuildRequires: gperf BuildRequires: intltool >= 0.40.0 BuildRequires: itstool -BuildRequires: meson +BuildRequires: meson >= 0.44.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(avahi-client) BuildRequires: pkgconfig(avahi-glib) @@ -162,7 +163,6 @@ %{plugin_dir}/libgrlflickr.so %{plugin_dir}/libgrlfreebox.so %{plugin_dir}/libgrlgravatar.so -%{plugin_dir}/libgrljamendo.so %{plugin_dir}/libgrlmagnatune.so %{plugin_dir}/libgrllocalmetadata.so %{plugin_dir}/libgrlmetadatastore.so @@ -173,7 +173,6 @@ %{plugin_dir}/libgrlshoutcast.so %{plugin_dir}/libgrlthetvdb.so %{plugin_dir}/libgrltmdb.so -%{plugin_dir}/libgrlvimeo.so %{plugin_dir}/libgrlluafactory.so %dir %{_datadir}/grilo-plugins %dir %{_datadir}/grilo-plugins/grl-lua-factory ++++++ 108.patch ++++++ >From 1b0fae453daf32eda9d0267c1a13cfebe324f89f Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" <jan.steff...@gmail.com> Date: Sun, 4 Apr 2021 18:30:57 +0000 Subject: [PATCH] grl-lua-factory: Remove a bad pop This was exposed by Lua 5.4.3, causing a crash. --- src/lua-factory/grl-lua-factory.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lua-factory/grl-lua-factory.c b/src/lua-factory/grl-lua-factory.c index 4f379841..3a3b8248 100644 --- a/src/lua-factory/grl-lua-factory.c +++ b/src/lua-factory/grl-lua-factory.c @@ -1255,8 +1255,6 @@ table_to_tags (lua_State *L) lua_pop (L, 1); } - lua_pop (L, 1); - if (array->len == 0) { g_ptr_array_free (array, TRUE); return NULL; -- GitLab ++++++ grilo-plugins-0.3.12.tar.xz -> grilo-plugins-0.3.13.tar.xz ++++++ ++++ 10896 lines of diff (skipped)