Accepting request 726834 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/726834 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-luarocks?expand=0&rev=4
This commit is contained in:
commit
923676544b
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 22:02:17 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.2.0:
|
||||||
|
* Bugfix: luarocks path does not change the order of
|
||||||
|
pre-existing path items when prepending or appending to path
|
||||||
|
variables
|
||||||
|
* Bugfix: fix directory detection on the Mac
|
||||||
|
* When building with --force-config, LuaRocks now never uses
|
||||||
|
the "project" directory, but only the forced configuration
|
||||||
|
* Lua libdir is now only checked for commands/platforms that
|
||||||
|
really need to link Lua explicitly
|
||||||
|
* LuaJIT is now detected dynamically
|
||||||
|
* RaptorJIT is now detected as a LuaJIT variant
|
||||||
|
* Improvements in Lua autodetection at runtime
|
||||||
|
* luarocks new_version: new option --dir
|
||||||
|
* luarocks which: report modules found via package.path and
|
||||||
|
package.cpath as well
|
||||||
|
* install.bat: Improved detection for Visual Studio 2017 and
|
||||||
|
higher
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 26 16:44:38 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Sun May 26 16:44:38 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define flavor @BUILD_FLAVOR@
|
%define flavor @BUILD_FLAVOR@
|
||||||
%define mod_name luarocks
|
%define mod_name luarocks
|
||||||
%define lua_value %(echo "%{flavor}" |sed -e 's:lua::')
|
%define lua_value %(echo "%{flavor}" |sed -e 's:lua::')
|
||||||
Version: 3.1.2
|
Version: 3.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A deployment and management system for Lua modules
|
Summary: A deployment and management system for Lua modules
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:11fc78e8aaa23987065e1e4281bec23e94481510e820376bcfe84976332ebb20
|
|
||||||
size 5353285
|
|
3
luarocks-3.2.0.tar.gz
Normal file
3
luarocks-3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2eb33540c788a60baf161fd6cc3cd335371593692a0daf991c59ac95f1cafb65
|
||||||
|
size 5366554
|
Loading…
x
Reference in New Issue
Block a user