Package Release Info

lua54-lgi-0.9.2-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

lua54-lgi
lua54-lgi-doc

Change Logs

* Wed Jan 25 2023 Michal Suchanek <msuchanek@suse.de>
- Fix missing dependency on lua-macros (boo#1205612)
* Tue Feb 09 2021 Dominique Leuenberger <dimstar@opensuse.org>
- Use %lua_provides: add the lua-mod_name provides/obsoletes to
  the lua version matching the distro default.
* Thu Jul 09 2020 Callum Farmer <callumjfarmer13@gmail.com>
- Added lua54.patch to fix building with Lua 5.4
* Mon Jul 06 2020 Matej Cepl <mcepl@suse.com>
- Add lua54 as new build target
* Wed Apr 04 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 2017 jmatejek@suse.com
- do not build for Lua 5.2
* Mon Aug 07 2017 jengelh@inai.de
- RPM group corrections
* Thu Jul 13 2017 tchvatal@suse.com
- Switch to mutlibuild in order to compile all flavors as needed
* Sat May 28 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 02 2015 dimstar@opensuse.org
- Only depend on Lua(API) in Tumbleweed: openSUSE 13.2, Leap and
  SLE12 do not yet provide this symbol.