Accepting request 900192 from home:gmbr3:Lua

- 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

OBS-URL: https://build.opensuse.org/request/show/900192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luarocks?expand=0&rev=20
This commit is contained in:
2021-06-15 16:35:21 +00:00
committed by Git OBS Bridge
parent 9a55c86aa4
commit 7e56124e55
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 15 15:36:04 UTC 2021 - Callum Farmer <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 15:56:16 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@@ -17,16 +17,16 @@
#
%define flavor @BUILD_FLAVOR@
%define flavor @BUILD_FLAVOR@%{nil}
%define mod_name luarocks
%define lua_value %(echo "%{flavor}" |sed -e 's:lua::')
Version: 3.3.1
Version: 3.7.0
Release: 0
Summary: A deployment and management system for Lua modules
License: MIT
Group: Development/Languages/Other
URL: https://luarocks.org
Source: https://github.com/luarocks/luarocks/archive/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
Source: https://luarocks.org/releases/%{mod_name}-%{version}.tar.gz
BuildRequires: %{flavor}-devel
BuildRequires: curl
BuildRequires: openssl
@@ -62,8 +62,7 @@ repositories, and multiple local rocks trees.
# Not an autotools based system
./configure \
--prefix=%{_prefix} \
--lua-version=%{lua_version} \
--versioned-rocks-dir
--lua-version=%{lua_version}
make %{?_smp_mflags} build
%install

BIN
luarocks-3.3.1.tar.gz (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.