Update to 0.3.14

This commit is contained in:
zhang__3125 2022-04-13 14:05:30 +08:00
parent 98f16677e4
commit 132d966389
4 changed files with 7 additions and 22 deletions

View File

@ -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;

Binary file not shown.

BIN
grilo-plugins-0.3.14.tar.xz Normal file

Binary file not shown.

View File

@ -1,11 +1,10 @@
Name: grilo-plugins Name: grilo-plugins
Version: 0.3.13 Version: 0.3.14
Release: 3 Release: 1
Summary: Plugins for the Grilo framework Summary: Plugins for the Grilo framework
License: LGPLv2+ 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 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: 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 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 %install
%meson_install %meson_install
%delete_la
%find_lang grilo-plugins --with-gnome %find_lang grilo-plugins --with-gnome
%files -f grilo-plugins.lang %files -f grilo-plugins.lang
@ -45,10 +45,11 @@ Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube
%{_datadir}/grilo-plugins/ %{_datadir}/grilo-plugins/
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_libdir}/grilo-0.3/*.so* %{_libdir}/grilo-0.3/*.so*
%exclude %{_libdir}/grilo-0.3/*.la
%exclude %{_bindir}/*
%changelog %changelog
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.3.14-1
- Update to 0.3.14
* Fri Feb 25 2022 weijin deng <weijin.deng@turbolinux.com.cn> - 0.3.13-3 * Fri Feb 25 2022 weijin deng <weijin.deng@turbolinux.com.cn> - 0.3.13-3
- Solve bug of "PANIC: unprotected error in call to Lua API - Solve bug of "PANIC: unprotected error in call to Lua API
(attempt to call a nil value) Aborted" (attempt to call a nil value) Aborted"