Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

lua54-luarocks-3.9.1-slfo.1.1.3 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: lua54-luarocks Distribution: SUSE Linux Framework One
Version: 3.9.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.3 Build date: Mon Aug 26 11:51:51 2024
Group: Development/Languages/Other Build host: h04-ch1d
Size: 732845 Source RPM: lua54-luarocks-3.9.1-slfo.1.1.3.src.rpm
Packager: https://www.suse.com/
Url: https://luarocks.org
Summary: A deployment and management system for Lua modules
LuaRocks allows you to install Lua modules as self-contained packages
called "rocks", which also contain version dependency
information. This information is used both during installation, so
that when one rock is requested all rocks it depends on are installed
as well, and at run time, so that when a module is required, the
correct version is loaded. LuaRocks supports both local and remote
repositories, and multiple local rocks trees.

Provides

Requires

License

MIT

Changelog

* Wed Nov 23 2022 msuchanek@suse.com
  - Fix missing dependency on lua-macros (boo#1205612)
* Fri Sep 02 2022 gmbr3@opensuse.org
  - Own /usr/lib/luarocks
* Fri Sep 02 2022 gmbr3@opensuse.org
  - Add lib64.patch:
    * Fix luarocks placing files in incorrect libdir
* Tue Aug 23 2022 pirateclip@protonmail.com
  - Add Requires: zip
    * Without it, luarocks fails when passed with arguments: make --pack-binary-rock
* Sun Aug 21 2022 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 2021 gmbr3@opensuse.org
  - 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 gmbr3@opensuse.org
  - 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 gmbr3@opensuse.org
  - Use %lua_provides macro for default lua versioning
* Sun Jul 12 2020 callumjfarmer13@gmail.com
  - 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
* Mon Jul 06 2020 mcepl@suse.com
  - Add lua54 as new build target
* Wed Aug 28 2019 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 2019 jayvdb@gmail.com
  - Re-enable building for Lua 5.3
  - Add notable enhancements in changelog entry for v3.x update
  - Update to v3.1.2
    * cmd: fix handling of unconfigured paths in get_lua_version
  - from v3.1.1
    * fix: don't try to look in home_tree if not available
    * refactor: reorganise code in get_lua_version
    * fix: handle errors in lua wrapper check
  - from v3.1.0
    * Includes many fixes and enhancements; full changelog is at
      https://github.com/luarocks/luarocks/compare/v3.0.4...v3.1.0
* Wed Oct 31 2018 mcepl@suse.com
  - Upgrade to 3.0.4
    * Version 3.x is a large rewrite; full changelog is at
      https://github.com/luarocks/luarocks/blob/master/CHANGELOG.md
    * New rockspec format
    * New commands, including luarocks init for per-project workflows
    * New flags, including --lua-dir and --lua-version for using
      multiple Lua installs with a single LuaRocks
    * New build system
    * General improvements, including namespaces
    * User-visible changes, including some breaking changes
    * Internal changes
* Mon Oct 30 2017 jmatejek@suse.com
  - do not build for Lua 5.2
* Fri Jul 14 2017 tchvatal@suse.com
  - Switch to multibuild to produce luarocks for all lua variants
* Fri Jul 14 2017 tchvatal@suse.com
  - Version update to 2.4.2:
    * New test suite based on Busted; runs on Linux, OSX and Windows
    * git+ssh:// fetch protocol
    * Improved behavior preserving permissions
    * Improved listing of dependencies on installation
    * Improved behavior of argument handling in `pack`
    * MSYS and Haiku platform detection
    * Feature-based detection of internal bit32 and utf8 modules
    * Internal reorganization of luarocks.fs code
    * `remove` option --force=fast renamed to --force-fast
    * Plus assorted bugfixes and cleanups
    * Avoid coroutine use in luarocks.loader
    * Fix upgrade issues for very old versions
    * Fixed conflict resolution on deploy/delete
    * Improved dependency check messages
    * Performance improvements when removing packages
    * Support user-defined `platforms` array in config file
    * Improvements in Lua interpreter version detection in Unix configure script
    * Relaxed Lua version detection to improve support for alternative implementations (e.g. Ravi)
    * Plus assorted bugfixes and improvements
* Mon Jul 04 2016 opensuse@mirell.de
  - update to version 2.3.0
    * Windows: major redesign of the install tree structure
    * Windows: Auto setup of MSVC environments
    * Improve error messages when tools are not installed
    * CMake: generate 64-bit builds when appropriate
    * Improve check of location of config files
    * MacOSX: set MACOSX_DEPLOYMENT_TARGET using env
    * Remove --extensions flag; use rockspec_format instead
    * New `luarocks config` command to query configuration
    * Improved UI for messages when external deps are missing
    * Unix: Robustness improvement in configure script
    * Plus tweaks and bugfixes. See the changelog for details.
  - Add correct library directory to configuration file to fix
    rocks that use C modules on x86_64 architecture
* Sat Jul 18 2015 i@marguerite.su
  - update version 2.2.2
    * `luarocks build --only-deps` and `luarocks install --only-deps`
      for installing dependencies only
    * Mercurial support
    * Improved command-line argument parser, now validates arguments
      (it previously ignored unrecognized arguments) and accepts both
      `--flag=option` and `--flag option` in flags that take arguments.
    * For consistency with `luarocks show`, `luarocks doc --homepage`
      is now `luarocks doc --home`
    * Improvements to CMake build backend
    * Improved Makefiles for handling simultaneous bootstrapped
      installations
    * Various bugfixes
  - changes in 2.2.1
    * Improved compatibility with Lua 5.3
    * `luarocks list --outdated` for listing modules with available
      upgrades
    * Assorted bugfixes
* Mon Oct 20 2014 i@marguerite.su
  - update version 2.2.0
    * MoonRocks is the new default repository: http://rocks.moonscript.org
      Rocks don't need to be sent to the LuaRocks mailing list anymore,
      you can upload them directly at the website or using
    `luarocks upload` command for uploading rocks to MoonRocks via
      the command-line
    * Preliminary support for Lua 5.3
    * No longer uses the module() function, for Lua 5.2 installations
      built without Lua 5.1 compatibility
    * --branch flag for `luarocks build` and `luarocks make`
    * various improvements in `luarocks doc` command
    * "git+http" transport for source.url
* Mon Jan 21 2013 kianseong@gmail.com
  - Updated version and made some changes
* Fri Sep 21 2012 toganm@opensuse.org
  - Initial packaging

Files

/etc/alternatives/luarocks
/etc/alternatives/luarocks-admin
/etc/luarocks
/etc/luarocks/config-5.4.lua
/usr/bin/luarocks
/usr/bin/luarocks-5.4
/usr/bin/luarocks-admin
/usr/bin/luarocks-admin-5.4
/usr/lib/luarocks
/usr/lib/luarocks/rocks-5.4
/usr/share/doc/packages/lua54-luarocks
/usr/share/doc/packages/lua54-luarocks/CHANGELOG.md
/usr/share/doc/packages/lua54-luarocks/README.md
/usr/share/licenses/lua54-luarocks
/usr/share/licenses/lua54-luarocks/COPYING
/usr/share/lua/5.4/luarocks
/usr/share/lua/5.4/luarocks/admin
/usr/share/lua/5.4/luarocks/admin/cache.lua
/usr/share/lua/5.4/luarocks/admin/cmd
/usr/share/lua/5.4/luarocks/admin/cmd/add.lua
/usr/share/lua/5.4/luarocks/admin/cmd/make_manifest.lua
/usr/share/lua/5.4/luarocks/admin/cmd/refresh_cache.lua
/usr/share/lua/5.4/luarocks/admin/cmd/remove.lua
/usr/share/lua/5.4/luarocks/admin/index.lua
/usr/share/lua/5.4/luarocks/argparse.lua
/usr/share/lua/5.4/luarocks/build
/usr/share/lua/5.4/luarocks/build.lua
/usr/share/lua/5.4/luarocks/build/builtin.lua
/usr/share/lua/5.4/luarocks/build/cmake.lua
/usr/share/lua/5.4/luarocks/build/command.lua
/usr/share/lua/5.4/luarocks/build/make.lua
/usr/share/lua/5.4/luarocks/cmd
/usr/share/lua/5.4/luarocks/cmd.lua
/usr/share/lua/5.4/luarocks/cmd/build.lua
/usr/share/lua/5.4/luarocks/cmd/config.lua
/usr/share/lua/5.4/luarocks/cmd/doc.lua
/usr/share/lua/5.4/luarocks/cmd/download.lua
/usr/share/lua/5.4/luarocks/cmd/init.lua
/usr/share/lua/5.4/luarocks/cmd/install.lua
/usr/share/lua/5.4/luarocks/cmd/lint.lua
/usr/share/lua/5.4/luarocks/cmd/list.lua
/usr/share/lua/5.4/luarocks/cmd/make.lua
/usr/share/lua/5.4/luarocks/cmd/new_version.lua
/usr/share/lua/5.4/luarocks/cmd/pack.lua
/usr/share/lua/5.4/luarocks/cmd/path.lua
/usr/share/lua/5.4/luarocks/cmd/purge.lua
/usr/share/lua/5.4/luarocks/cmd/remove.lua
/usr/share/lua/5.4/luarocks/cmd/search.lua
/usr/share/lua/5.4/luarocks/cmd/show.lua
/usr/share/lua/5.4/luarocks/cmd/test.lua
/usr/share/lua/5.4/luarocks/cmd/unpack.lua
/usr/share/lua/5.4/luarocks/cmd/upload.lua
/usr/share/lua/5.4/luarocks/cmd/which.lua
/usr/share/lua/5.4/luarocks/cmd/write_rockspec.lua
/usr/share/lua/5.4/luarocks/core
/usr/share/lua/5.4/luarocks/core/cfg.lua
/usr/share/lua/5.4/luarocks/core/dir.lua
/usr/share/lua/5.4/luarocks/core/manif.lua
/usr/share/lua/5.4/luarocks/core/path.lua
/usr/share/lua/5.4/luarocks/core/persist.lua
/usr/share/lua/5.4/luarocks/core/sysdetect.lua
/usr/share/lua/5.4/luarocks/core/util.lua
/usr/share/lua/5.4/luarocks/core/vers.lua
/usr/share/lua/5.4/luarocks/deplocks.lua
/usr/share/lua/5.4/luarocks/deps.lua
/usr/share/lua/5.4/luarocks/dir.lua
/usr/share/lua/5.4/luarocks/download.lua
/usr/share/lua/5.4/luarocks/fetch
/usr/share/lua/5.4/luarocks/fetch.lua
/usr/share/lua/5.4/luarocks/fetch/cvs.lua
/usr/share/lua/5.4/luarocks/fetch/git.lua
/usr/share/lua/5.4/luarocks/fetch/git_file.lua
/usr/share/lua/5.4/luarocks/fetch/git_http.lua
/usr/share/lua/5.4/luarocks/fetch/git_https.lua
/usr/share/lua/5.4/luarocks/fetch/git_ssh.lua
/usr/share/lua/5.4/luarocks/fetch/hg.lua
/usr/share/lua/5.4/luarocks/fetch/hg_http.lua
/usr/share/lua/5.4/luarocks/fetch/hg_https.lua
/usr/share/lua/5.4/luarocks/fetch/hg_ssh.lua
/usr/share/lua/5.4/luarocks/fetch/sscm.lua
/usr/share/lua/5.4/luarocks/fetch/svn.lua
/usr/share/lua/5.4/luarocks/fs
/usr/share/lua/5.4/luarocks/fs.lua
/usr/share/lua/5.4/luarocks/fs/linux.lua
/usr/share/lua/5.4/luarocks/fs/lua.lua
/usr/share/lua/5.4/luarocks/fs/macosx.lua
/usr/share/lua/5.4/luarocks/fs/tools.lua
/usr/share/lua/5.4/luarocks/fs/unix
/usr/share/lua/5.4/luarocks/fs/unix.lua
/usr/share/lua/5.4/luarocks/fs/unix/tools.lua
/usr/share/lua/5.4/luarocks/fs/win32
/usr/share/lua/5.4/luarocks/fs/win32.lua
/usr/share/lua/5.4/luarocks/fs/win32/tools.lua
/usr/share/lua/5.4/luarocks/fun.lua
/usr/share/lua/5.4/luarocks/loader.lua
/usr/share/lua/5.4/luarocks/manif
/usr/share/lua/5.4/luarocks/manif.lua
/usr/share/lua/5.4/luarocks/manif/writer.lua
/usr/share/lua/5.4/luarocks/pack.lua
/usr/share/lua/5.4/luarocks/path.lua
/usr/share/lua/5.4/luarocks/persist.lua
/usr/share/lua/5.4/luarocks/queries.lua
/usr/share/lua/5.4/luarocks/remove.lua
/usr/share/lua/5.4/luarocks/repos.lua
/usr/share/lua/5.4/luarocks/require.lua
/usr/share/lua/5.4/luarocks/results.lua
/usr/share/lua/5.4/luarocks/rockspecs.lua
/usr/share/lua/5.4/luarocks/search.lua
/usr/share/lua/5.4/luarocks/signing.lua
/usr/share/lua/5.4/luarocks/test
/usr/share/lua/5.4/luarocks/test.lua
/usr/share/lua/5.4/luarocks/test/busted.lua
/usr/share/lua/5.4/luarocks/test/command.lua
/usr/share/lua/5.4/luarocks/tools
/usr/share/lua/5.4/luarocks/tools/patch.lua
/usr/share/lua/5.4/luarocks/tools/tar.lua
/usr/share/lua/5.4/luarocks/tools/zip.lua
/usr/share/lua/5.4/luarocks/type
/usr/share/lua/5.4/luarocks/type/manifest.lua
/usr/share/lua/5.4/luarocks/type/rockspec.lua
/usr/share/lua/5.4/luarocks/type_check.lua
/usr/share/lua/5.4/luarocks/upload
/usr/share/lua/5.4/luarocks/upload/api.lua
/usr/share/lua/5.4/luarocks/upload/multipart.lua
/usr/share/lua/5.4/luarocks/util.lua


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Sep 15 23:57:16 2024