diff --git a/lua-luarocks.changes b/lua-luarocks.changes index 1f06901..d5abf80 100644 --- a/lua-luarocks.changes +++ b/lua-luarocks.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Dec 18 15:07:53 UTC 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 15:36:04 UTC 2021 - Callum Farmer diff --git a/lua-luarocks.spec b/lua-luarocks.spec index 7b169f7..c31e225 100644 --- a/lua-luarocks.spec +++ b/lua-luarocks.spec @@ -20,13 +20,19 @@ %define flavor @BUILD_FLAVOR@%{nil} %define mod_name luarocks %define lua_value %(echo "%{flavor}" |sed -e 's:lua::') -Version: 3.7.0 +%if "%{flavor}" == "" +Name: lua-%{mod_name} +ExclusiveArch: do_not_build +%else +Name: %{flavor}-%{mod_name} +%endif +Version: 3.8.0 Release: 0 Summary: A deployment and management system for Lua modules License: MIT Group: Development/Languages/Other URL: https://luarocks.org -Source: https://luarocks.org/releases/%{mod_name}-%{version}.tar.gz +Source0: https://luarocks.org/releases/%{mod_name}-%{version}.tar.gz BuildRequires: %{flavor}-devel BuildRequires: curl BuildRequires: openssl @@ -37,12 +43,6 @@ Requires: openssl Requires: unzip BuildArch: noarch %lua_provides -%if "%{flavor}" == "" -Name: lua-%{mod_name} -ExclusiveArch: do_not_build -%else -Name: %{flavor}-%{mod_name} -%endif Requires(post): update-alternatives Requires(postun): update-alternatives @@ -56,7 +56,7 @@ correct version is loaded. LuaRocks supports both local and remote repositories, and multiple local rocks trees. %prep -%setup -q -n %{mod_name}-%{version} +%autosetup -n %{mod_name}-%{version} %build # Not an autotools based system diff --git a/luarocks-3.7.0.tar.gz b/luarocks-3.7.0.tar.gz deleted file mode 100644 index 51e2d0c..0000000 --- a/luarocks-3.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9255d97fee95cec5b54fc6ac718b11bf5029e45bed7873e053314919cd448551 -size 247576 diff --git a/luarocks-3.8.0.tar.gz b/luarocks-3.8.0.tar.gz new file mode 100644 index 0000000..565a547 --- /dev/null +++ b/luarocks-3.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ab9b90f5acbc42eb7a94cf482e6c058a63e8a1effdf572b8b2a6323a06d923 +size 249787