File lua55-build.patch of Package lua-compat-5.3
--- c-api/compat-5.3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Index: lua-compat-5.3-0.14.4/c-api/compat-5.3.h =================================================================== --- lua-compat-5.3-0.14.4.orig/c-api/compat-5.3.h 2025-01-23 10:27:33.000000000 +0100 +++ lua-compat-5.3-0.14.4/c-api/compat-5.3.h 2026-01-22 23:36:06.333744764 +0100 @@ -396,11 +396,11 @@ /* other Lua versions */ -#if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 501 || LUA_VERSION_NUM > 504 +#if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 501 || LUA_VERSION_NUM > 505 -# error "unsupported Lua version (i.e. not Lua 5.1, 5.2, 5.3, or 5.4)" +# error "unsupported Lua version (i.e. not Lua 5.1, 5.2, 5.3, 5.4, or 5.5)" -#endif /* other Lua versions except 5.1, 5.2, 5.3, and 5.4 */ +#endif /* other Lua versions except 5.1, 5.2, 5.3, 5.4, and 5.5 */