File fityk-support-lua-5.4.patch of Package fityk
From d3bd13417e3b00fc5894ff498004d08a76d97cb4 Mon Sep 17 00:00:00 2001
From: Marcin Wojdyr <wojdyr@gmail.com>
Date: Sun, 20 Sep 2020 21:45:49 +0200
Subject: [PATCH] change max Lua version to 5.4
Fedora Rawhide compiles fityk with Lua 5.4, so it should be fine
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: fityk-1.3.1/configure.ac
===================================================================
--- fityk-1.3.1.orig/configure.ac
+++ fityk-1.3.1/configure.ac
@@ -111,7 +111,7 @@ AC_COMPILE_IFELSE(
[], [AC_MSG_ERROR([xylib >= 1.0 is not installed])])
AS_IF([test x"$LUA52_FROM_SOURCE" != xyes], [
- AX_PROG_LUA(5.1, 5.4)
+ AX_PROG_LUA(5.1, 5.5)
AX_LUA_HEADERS
AX_LUA_LIBS
])