Changelog for
lua51-luarocks-3.9.1-54.4.noarch.rpm :
* Thu Oct 26 2023 Marcos Bjoerkelund
- Fix luarocks-admin link, previously pointing to luarocks
* Wed Nov 23 2022 Michal Suchanek - Fix missing dependency on lua-macros (boo#1205612)
* Fri Sep 02 2022 Callum Farmer - Own /usr/lib/luarocks
* Fri Sep 02 2022 Callum Farmer - Add lib64.patch:
* Fix luarocks placing files in incorrect libdir
* Tue Aug 23 2022 Gordon Leung - Add Requires: zip
* Without it, luarocks fails when passed with arguments: make --pack-binary-rock
* Sun Aug 21 2022 Gordon Leung - 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 2021 Callum Farmer - Update to version 3.8.0:
* Support GitHub\'s protocol security changes transparently
* luarocks test has a new flag --prepare that checks, downloads and installs the tool requirements and rockspec dependencies but does not run the test suite for the rockspec being tested.
* Code tweaks so that LuaRocks can run on a Lua interpreter built without the debug library.
* Tue Jun 15 2021 Callum Farmer - Update to version 3.7.0
* Improved connectivity resiliency
* On Unix, it now respects environment variables $XDG_CACHE_HOME and $XDG_CONFIG_HOME
* Fixes check for the default Lua version set in the user\'s home configuration- Remove deprecated option --versioned-rocks-dir
* Thu Feb 18 2021 Callum Farmer - Use %lua_provides macro for default lua versioning
* Sun Jul 12 2020 Callum Farmer - Update to version 3.3.1
* Fix downgrades of rocks containing directories: stop it from creating spurious 0-byte files where directories have been
* Fix error message when attempting to copy a file that is missing
* For the changes made in 3.3.0 see https://github.com/luarocks/luarocks/blob/master/CHANGELOG.md#whats-new-in-luarocks-330