diff --git a/lua-luarocks.changes b/lua-luarocks.changes index 877e86d..1f06901 100644 --- a/lua-luarocks.changes +++ b/lua-luarocks.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 15 15:36:04 UTC 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 15:56:16 UTC 2021 - Callum Farmer diff --git a/lua-luarocks.spec b/lua-luarocks.spec index f43cde1..7b169f7 100644 --- a/lua-luarocks.spec +++ b/lua-luarocks.spec @@ -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 diff --git a/luarocks-3.3.1.tar.gz b/luarocks-3.3.1.tar.gz deleted file mode 100644 index 86eb01c..0000000 --- a/luarocks-3.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:837481e408f7c06b59befe7ec194537c657687d624894bca7f79034302141a34 -size 5381052 diff --git a/luarocks-3.7.0.tar.gz b/luarocks-3.7.0.tar.gz new file mode 100644 index 0000000..51e2d0c --- /dev/null +++ b/luarocks-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9255d97fee95cec5b54fc6ac718b11bf5029e45bed7873e053314919cd448551 +size 247576