2023-01-25 21:12:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
|
|
|
|
|
|
|
- Fix missing dependency on lua-macros (boo#1205612)
|
|
|
|
|
2021-02-09 20:47:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 9 14:32:38 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
- Use %lua_provides: add the lua-mod_name provides/obsoletes to
|
|
|
|
the lua version matching the distro default.
|
|
|
|
|
2020-07-09 13:52:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 9 13:23:34 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
|
|
|
|
|
|
|
- Added lua54.patch to fix building with Lua 5.4
|
|
|
|
|
2018-04-04 21:09:24 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-07-06 19:04:08 +00:00
|
|
|
Mon Jul 6 19:04:01 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Add lua54 as new build target
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-04-04 21:09:24 +00:00
|
|
|
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.
|
|
|
|
|
2017-10-30 14:47:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- do not build for Lua 5.2
|
|
|
|
|
2017-08-07 14:32:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 7 11:18:02 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- RPM group corrections
|
|
|
|
|
2017-07-13 16:05:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 13 15:18:14 UTC 2017 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Switch to mutlibuild in order to compile all flavors as needed
|
|
|
|
|
2016-05-28 20:20:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2015-07-30 12:27:46 +00:00
|
|
|
-------------------------------------------------------------------
|
2015-09-02 10:41:20 +00:00
|
|
|
Wed Sep 2 08:56:31 UTC 2015 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Only depend on Lua(API) in Tumbleweed: openSUSE 13.2, Leap and
|
|
|
|
SLE12 do not yet provide this symbol.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2015-07-30 12:27:46 +00:00
|
|
|
Thu Jul 30 11:43:11 UTC 2015 - dimstar@opensuse.org
|
|
|
|
|
2015-07-30 12:42:55 +00:00
|
|
|
- Depend on Lua(API) = %{%lua_version}. Note: lua_version is only
|
2015-07-30 12:27:46 +00:00
|
|
|
major.minor of lua (e.g 5.2, 5.3[...]). This is needed as the
|
|
|
|
files are installed in /usr/share/lua/5.2 when built against
|
|
|
|
lua 5.2.
|
|
|
|
|
2015-04-29 18:42:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 29 09:21:46 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
|
|
|
|
- Update to 0.9.0:
|
|
|
|
* Allow defining new properties on custom GObject subclasses
|
|
|
|
implemented using lgi.
|
|
|
|
* Improve compatibility with locales (turkish).
|
|
|
|
* Fix GPtrArray handling.
|
|
|
|
* Improve behavior when running in assorted multiple-embedded and
|
|
|
|
concurrent scenarios.
|
|
|
|
|
2014-08-16 05:35:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 15 13:05:56 UTC 2014 - freyes@suse.com
|
|
|
|
|
|
|
|
- new upstream package; version 0.8.0
|
|
|
|
|
2013-11-07 15:32:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 8 18:48:57 UTC 2013 - adam@mizerski.pl
|
|
|
|
|
|
|
|
- new package; version 0.6.2
|
|
|
|
|