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:
parent
9a55c86aa4
commit
7e56124e55
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:837481e408f7c06b59befe7ec194537c657687d624894bca7f79034302141a34
|
||||
size 5381052
|
3
luarocks-3.7.0.tar.gz
Normal file
3
luarocks-3.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9255d97fee95cec5b54fc6ac718b11bf5029e45bed7873e053314919cd448551
|
||||
size 247576
|
Loading…
Reference in New Issue
Block a user