diff --git a/lua-editorconfig-core-lua.changes b/lua-editorconfig-core-lua.changes index 990f0c0..203b1db 100644 --- a/lua-editorconfig-core-lua.changes +++ b/lua-editorconfig-core-lua.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 11 15:00:34 UTC 2025 - Matej Cepl + +- Don't depend on lua5.1 + ------------------------------------------------------------------- Fri Oct 10 08:28:46 UTC 2025 - Matej Cepl diff --git a/lua-editorconfig-core-lua.spec b/lua-editorconfig-core-lua.spec index b049219..f86d491 100644 --- a/lua-editorconfig-core-lua.spec +++ b/lua-editorconfig-core-lua.spec @@ -16,9 +16,7 @@ # -# %%define flavor @BUILD_FLAVOR@ -%define flavor luajit -%define _name lgi +%define flavor @BUILD_FLAVOR@ %define mod_name editorconfig-core-lua Version: 0.3.0 Release: 0 @@ -69,12 +67,11 @@ as the Editorconfig C Core library. %check cd build export LUA_CPATH="./?.so;%{lua_archdir}/?.so;${LUA_CPATH}" -lua%{lua_version} ../editorconfig.lua -v +lua ../editorconfig.lua -v %files %license LICENSE %doc README.md -%dir %{lua_archdir} -%{lua_archdir}/* +%{lua_archdir}/editorconfig.so %changelog