SHA256
10
0
forked from pool/lua-lgi

- Update to version 0.9.1.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lgi?expand=0&rev=10
This commit is contained in:
Alexei Sorokin
2016-05-28 20:20:38 +00:00
committed by Git OBS Bridge
parent 07fe1c425a
commit 46866d7eda
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87c7870f8a1c60b48c4d5587b7fab46863e1cb9e76a68520f47e9ef2764cfe24
size 285248

3
lgi-0.9.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c70fb2b1ca17d333b7e2c18d5fc943944b5872e063de60df3035ee20b6dafba
size 287130

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat May 28 15:43:12 UTC 2016 - sor.alexei@meowr.ru
- Update to version 0.9.1:
* Marshal NULL strings as nil instead of empty strings.
This allows use of e.g. DataInputStream:read_line() APIs.
* Add support for arrays with lengths as struct fields.
* Allow GLib.Variant construction for lightuserdata.
* Fix gtop binding (certain structs could not be imported).
* Adapt to new set of annotations in newer GLib.
* Assorted Lua5.3 fixes, lgi is now fully Lua5.3 compatible.
* Fix binding of Gdk.Rectangle from newer Gdk.
-------------------------------------------------------------------
Wed Sep 2 08:56:31 UTC 2015 - dimstar@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package lua-lgi
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Adam Mizerski <adam@mizerski.pl>
#
# All modifications and additions to the file contributed by third parties
@@ -18,8 +18,8 @@
%define _name lgi
Name: lua-%{_name}
Version: 0.9.0
Name: lua-lgi
Version: 0.9.1
Release: 0
Summary: Lua bindings to GObject libraries
License: MIT
@@ -32,8 +32,10 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.8
BuildRequires: pkgconfig(libffi)
BuildRequires: pkgconfig(lua)
%if 0%{?suse_version} > 1320
# LUA in openSUSE 13.2, Leap and SLE12 does not yet provide Lua(API), and as such we can only depend on it in TW
# we need the 'branch' of lua this package was built against (lua_version nicely provides this info)
# Lua in openSUSE 13.2, Leap 42.x and SLE 12 does not yet provide
# Lua(API), and as such we can only depend on it in Tumbleweed,
# we need the 'branch' of lua this package was built against
# (lua_version nicely provides this info).
Requires: Lua(API) = %{lua_version}
%endif