diff --git a/Lmod-8.1.17.tar.gz b/Lmod-8.7.4.tar.gz similarity index 66% rename from Lmod-8.1.17.tar.gz rename to Lmod-8.7.4.tar.gz index 4f9897d..f3da3e8 100644 Binary files a/Lmod-8.1.17.tar.gz and b/Lmod-8.7.4.tar.gz differ diff --git a/Lmod.spec b/Lmod.spec index 4dc1593..d5ba096 100644 --- a/Lmod.spec +++ b/Lmod.spec @@ -3,8 +3,8 @@ %global debug_package %{nil} Name: Lmod -Version: 8.1.17 -Release: 2 +Version: 8.7.4 +Release: 1 Summary: Environmental Modules System in Lua License: MIT and LGPLv2 @@ -16,8 +16,6 @@ Source1: macros.%{name} # Having them go to stdout breaks openQA tests when Lmod is installed # Backported version of # https://github.com/TACC/Lmod/commit/fa2e3a1a84951b38a56c76391e6b0c340c0199a7 -Patch0: lmod-8.1.17-echo_stderr.patch -Patch1: Support-for-lua-5.4-added.patch BuildRequires: gcc BuildRequires: lua-devel @@ -45,8 +43,6 @@ where the library and header files can be found. %prep %setup -q -%patch0 -p1 -%patch1 -p1 sed -i -e 's,/usr/bin/env ,/usr/bin/,' src/*.tcl # Remove bundled lua-filesystem and lua-term rm -r pkgs/{luafilesystem,term} tools/json.lua @@ -103,6 +99,9 @@ install -Dpm 644 %{SOURCE1} %{buildroot}/%{macrosdir}/macros.%{name} %changelog +* Tue Aug 2 2022 wenzhiwei - 8.7.4-1 +- Update to 8.7.4 + * Sat May 7 2022 liyanan - 8.1.17-2 - Support for lua 5.4 added