From 1bc45e8355121c0ab73c0c335086d845e0b60b92d75ad5c08c5b54ba5bea46e7 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 4 Apr 2018 21:09:24 +0000 Subject: [PATCH] - Update to version 0.9.2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lgi?expand=0&rev=18 --- lgi-0.9.1.tar.gz | 3 --- lgi-0.9.2.tar.gz | 3 +++ lua-lgi.changes | 19 +++++++++++++++++++ lua-lgi.spec | 15 ++++++++++----- 4 files changed, 32 insertions(+), 8 deletions(-) delete mode 100644 lgi-0.9.1.tar.gz create mode 100644 lgi-0.9.2.tar.gz diff --git a/lgi-0.9.1.tar.gz b/lgi-0.9.1.tar.gz deleted file mode 100644 index e46c5c4..0000000 --- a/lgi-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c70fb2b1ca17d333b7e2c18d5fc943944b5872e063de60df3035ee20b6dafba -size 287130 diff --git a/lgi-0.9.2.tar.gz b/lgi-0.9.2.tar.gz new file mode 100644 index 0000000..c8f0a76 --- /dev/null +++ b/lgi-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc4105482b4730b3a40097c9d9e7e35c46df2fb255370bdeb2f45a886548c4f +size 291463 diff --git a/lua-lgi.changes b/lua-lgi.changes index bd5a487..f98d763 100644 --- a/lua-lgi.changes +++ b/lua-lgi.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Apr 4 12:06:12 UTC 2018 - sor.alexei@meowr.ru + +- Update to version 0.9.2: + * Fix assorted crashes in closure callback invocation code. + * Fix a double-free bug caused by incorrect annotation of + Gio.DBusProxy.get_interface_info. + * Fix marshaling of arrays of pointers. + * Make objects unusable in __gc metamethod. + * Work around an API break in GLib 2.54. + * Use structured GLib logging when available. + * Add Gio.Async support also for static methods and global + functions. + * A better error message when Gtk.init fails. + * Add support for Travis. + * Do not hardcode the pkg-config executable. + * Fix URI in GStreamer sample. + * Fix flags for D-Bus samples. + ------------------------------------------------------------------- Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com diff --git a/lua-lgi.spec b/lua-lgi.spec index 6c9fc28..802b871 100644 --- a/lua-lgi.spec +++ b/lua-lgi.spec @@ -1,7 +1,7 @@ # # spec file for package lua-lgi # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Adam Mizerski # # All modifications and additions to the file contributed by third parties @@ -19,12 +19,12 @@ %define flavor @BUILD_FLAVOR@ %define mod_name lgi -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: Lua bindings to GObject libraries License: MIT Group: Development/Languages/Other -Url: https://github.com/pavouk/lgi +URL: https://github.com/pavouk/lgi Source0: https://github.com/pavouk/%{mod_name}/archive/%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz BuildRequires: %{flavor}-devel BuildRequires: pkgconfig @@ -61,7 +61,7 @@ directly from Lua. %setup -q -n %{mod_name}-%{version} %build -make %{?_smp_mflags} \ +make %{?_smp_mflags} V=1 \ LUA_CFLAGS=" -I%{lua_incdir}" \ COPTFLAGS="%{optflags}" \ @@ -72,7 +72,12 @@ make %{?_smp_mflags} \ LUA_SHAREDIR=%{lua_noarchdir} %files -%doc LICENSE README.md +%if 0%{?suse_version} >= 1500 +%license LICENSE +%else +%doc LICENSE +%endif +%doc README.md %{lua_archdir}/%{mod_name}/ %{lua_noarchdir}/%{mod_name}.lua %{lua_noarchdir}/%{mod_name}/