forked from pool/lua-lgi
- Update to version 0.9.2.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lgi?expand=0&rev=18
This commit is contained in:
committed by
Git OBS Bridge
parent
811ffebeb4
commit
1bc45e8355
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0c70fb2b1ca17d333b7e2c18d5fc943944b5872e063de60df3035ee20b6dafba
|
|
||||||
size 287130
|
|
3
lgi-0.9.2.tar.gz
Normal file
3
lgi-0.9.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cfc4105482b4730b3a40097c9d9e7e35c46df2fb255370bdeb2f45a886548c4f
|
||||||
|
size 291463
|
@@ -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
|
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
15
lua-lgi.spec
15
lua-lgi.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lua-lgi
|
# 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 <adam@mizerski.pl>
|
# Copyright (c) 2012 Adam Mizerski <adam@mizerski.pl>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
%define flavor @BUILD_FLAVOR@
|
%define flavor @BUILD_FLAVOR@
|
||||||
%define mod_name lgi
|
%define mod_name lgi
|
||||||
Version: 0.9.1
|
Version: 0.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lua bindings to GObject libraries
|
Summary: Lua bindings to GObject libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Other
|
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
|
Source0: https://github.com/pavouk/%{mod_name}/archive/%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@@ -61,7 +61,7 @@ directly from Lua.
|
|||||||
%setup -q -n %{mod_name}-%{version}
|
%setup -q -n %{mod_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} \
|
make %{?_smp_mflags} V=1 \
|
||||||
LUA_CFLAGS=" -I%{lua_incdir}" \
|
LUA_CFLAGS=" -I%{lua_incdir}" \
|
||||||
COPTFLAGS="%{optflags}" \
|
COPTFLAGS="%{optflags}" \
|
||||||
|
|
||||||
@@ -72,7 +72,12 @@ make %{?_smp_mflags} \
|
|||||||
LUA_SHAREDIR=%{lua_noarchdir}
|
LUA_SHAREDIR=%{lua_noarchdir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc LICENSE README.md
|
%if 0%{?suse_version} >= 1500
|
||||||
|
%license LICENSE
|
||||||
|
%else
|
||||||
|
%doc LICENSE
|
||||||
|
%endif
|
||||||
|
%doc README.md
|
||||||
%{lua_archdir}/%{mod_name}/
|
%{lua_archdir}/%{mod_name}/
|
||||||
%{lua_noarchdir}/%{mod_name}.lua
|
%{lua_noarchdir}/%{mod_name}.lua
|
||||||
%{lua_noarchdir}/%{mod_name}/
|
%{lua_noarchdir}/%{mod_name}/
|
||||||
|
Reference in New Issue
Block a user