Accepting request 998414 from home:Pi-Cla:branches:devel:languages:lua

- Update to version 3.9.1:
  * `builtin` build mode now always respects CC, CFLAGS and LDFLAGS
  * Check that lua.h version matches the desired Lua version
  * Check that the version of the Lua C library matches the desired Lua version
  * Fixed deployment of non-wrapped binaries
  * Fixed crash when `--lua-version` option is malformed
  * Fixed help message for `--pin` option
  * Unix: use native methods and don't always rely on $USER to determine user

OBS-URL: https://build.opensuse.org/request/show/998414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luarocks?expand=0&rev=23
This commit is contained in:
Callum Farmer 2022-08-22 11:04:25 +00:00 committed by Git OBS Bridge
parent 4fbbc69a6f
commit 71dc5e1bd3
4 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Aug 21 03:21:58 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
- Update to version 3.9.1:
* `builtin` build mode now always respects CC, CFLAGS and LDFLAGS
* Check that lua.h version matches the desired Lua version
* Check that the version of the Lua C library matches the desired Lua version
* Fixed deployment of non-wrapped binaries
* Fixed crash when `--lua-version` option is malformed
* Fixed help message for `--pin` option
* Unix: use native methods and don't always rely on $USER to determine user
-------------------------------------------------------------------
Sat Dec 18 15:07:53 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package lua-luarocks
# spec file
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2012 Togan Muftuoglu toganm@opensuse.org
#
# All modifications and additions to the file contributed by third parties
@ -26,7 +26,7 @@ ExclusiveArch: do_not_build
%else
Name: %{flavor}-%{mod_name}
%endif
Version: 3.8.0
Version: 3.9.1
Release: 0
Summary: A deployment and management system for Lua modules
License: MIT
@ -44,7 +44,7 @@ Requires: unzip
BuildArch: noarch
%lua_provides
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
%description
LuaRocks allows you to install Lua modules as self-contained packages

View File

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

BIN
luarocks-3.9.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.