From 5a88429eb39fd086a711a89af66e2021429df5262f90881d075848f98b7c4755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 7 Jul 2017 13:15:22 +0000 Subject: [PATCH] - Rename to lua53 - Let package description adhere to guidelines: trim redundant or biased wording and strip future goals. - update version 5.3.3 * bugfix release - changes in 5.3.2 * metatable may access its own deallocated field when it has a self reference in __newindex * label between local definitions can mix-up their initializations * gmatch iterator fails when called from a coroutine different from the one that created it - split lua-suse.diff to 3 reasonable patches * add lua-5.3.3-prefix.patch * add lua-5.3.3-shared.patch * add lua-5.3.3-visible.patch - Update RPM group classification - Provide Lua(API) = 5.3, so that packages installing files to /usr/share/lua/5.3 can properly depend on the right lua branch. - Provide Lua(devel) = 5.3 by lua-devel and conflict with other packages providing Lua(devel) (e.g lua51-devel, lua52-devel...). - macros.lua installs to lua-devel - build with LUA_COMPAT_MODULE to compatible w/ old module system - update version 5.3.1 * integers (64-bit by default) OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua53?expand=0&rev=3 --- lua.changes => lua53.changes | 5 +++++ lua.spec => lua53.spec | 0 2 files changed, 5 insertions(+) rename lua.changes => lua53.changes (99%) rename lua.spec => lua53.spec (100%) diff --git a/lua.changes b/lua53.changes similarity index 99% rename from lua.changes rename to lua53.changes index 7320559..8482177 100644 --- a/lua.changes +++ b/lua53.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 7 13:15:06 UTC 2017 - tchvatal@suse.com + +- Rename to lua53 + ------------------------------------------------------------------- Tue Jun 13 21:30:38 UTC 2017 - jengelh@inai.de diff --git a/lua.spec b/lua53.spec similarity index 100% rename from lua.spec rename to lua53.spec