diff --git a/0001-solve_an_error_of-Lua_API_attempt_to_call_a_nil_value.patch b/0001-solve_an_error_of-Lua_API_attempt_to_call_a_nil_value.patch deleted file mode 100644 index b0d9b09e4fbcd5323dca13b892e1ad2f92a7fc0a..0000000000000000000000000000000000000000 --- a/0001-solve_an_error_of-Lua_API_attempt_to_call_a_nil_value.patch +++ /dev/null @@ -1,16 +0,0 @@ -https://gitlab.gnome.org/GNOME/gnome-music/-/issues/473 -https://gitlab.gnome.org/GNOME/grilo-plugins/-/merge_requests/108 - -diff --git a/src/lua-factory/grl-lua-factory.c b/src/lua-factory/grl-lua-factory.c -index 4f37984..3a3b824 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; diff --git a/grilo-plugins-0.3.13.tar.xz b/grilo-plugins-0.3.14.tar.xz similarity index 42% rename from grilo-plugins-0.3.13.tar.xz rename to grilo-plugins-0.3.14.tar.xz index cd54d5bf66eb6ded7d323deb85a25098779d43c3..432d9f63a16ae2b39f9e47e6cd4c0f3ec4ec8b7d 100644 Binary files a/grilo-plugins-0.3.13.tar.xz and b/grilo-plugins-0.3.14.tar.xz differ diff --git a/grilo-plugins.spec b/grilo-plugins.spec index 56db66f27c6ef8ad2813b710d0c979acf1ac76cc..c199b7d73e89924c59fa08a3b9c1930511f8ba62 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -1,11 +1,10 @@ Name: grilo-plugins -Version: 0.3.13 -Release: 3 +Version: 0.3.14 +Release: 1 Summary: Plugins for the Grilo framework License: LGPLv2+ -URL: https://gitlab.gnome.org/GNOME/grilo-plugins +URL: https://wiki.gnome.org/Projects/Grilo Source0: https://download.gnome.org/sources/grilo-plugins/0.3/grilo-plugins-%{version}.tar.xz -Patch0001: 0001-solve_an_error_of-Lua_API_attempt_to_call_a_nil_value.patch BuildRequires: gcc meson avahi-gobject-devel avahi-gobject glib2-devel grilo-devel >= 0.3.8 BuildRequires: gom-devel gperf intltool gnome-online-accounts-devel >= 3.17.91 gettext @@ -36,6 +35,7 @@ Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube %install %meson_install +%delete_la %find_lang grilo-plugins --with-gnome %files -f grilo-plugins.lang @@ -45,10 +45,11 @@ Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube %{_datadir}/grilo-plugins/ %{_libdir}/pkgconfig/*.pc %{_libdir}/grilo-0.3/*.so* -%exclude %{_libdir}/grilo-0.3/*.la -%exclude %{_bindir}/* %changelog +* Mon Mar 28 2022 lin zhang - 0.3.14-1 +- Update to 0.3.14 + * Fri Feb 25 2022 weijin deng - 0.3.13-3 - Solve bug of "PANIC: unprotected error in call to Lua API (attempt to call a nil value) Aborted"