From 2e2921182d48fbb96d6f88b3e0bf3f4b7dc4e73c0386f2238e13fdbca71e0c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Sun, 12 Oct 2025 22:15:33 +0200 Subject: [PATCH] Make the package buildable with LuaJIT. --- lua-jsregexp.changes | 5 +++++ lua-jsregexp.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lua-jsregexp.changes b/lua-jsregexp.changes index 08bfc3b..9a9b585 100644 --- a/lua-jsregexp.changes +++ b/lua-jsregexp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 12 20:15:27 UTC 2025 - Matej Cepl + +- Make the package buildable with LuaJIT. + ------------------------------------------------------------------- Mon Jun 30 14:42:51 UTC 2025 - Matej Cepl diff --git a/lua-jsregexp.spec b/lua-jsregexp.spec index 5a77d2f..bd09bb3 100644 --- a/lua-jsregexp.spec +++ b/lua-jsregexp.spec @@ -38,7 +38,8 @@ Obsoletes: %{flavor}-jsregexp < %{version} %endif %description -Provides ECMAScript regular expressions for Lua 5.1, 5.2, 5.3, 5.4 and LuaJit. Uses libregexp from Fabrice Bellard's QuickJS. +Provides ECMAScript regular expressions for Lua 5.1, 5.2, 5.3, +5.4 and LuaJit. Uses libregexp from Fabrice Bellard's QuickJS. %prep %setup -q -n jsregexp-%{version} @@ -61,7 +62,7 @@ mkdir -p %{buildroot}%{lua_noarchdir} install jsregexp.so %{buildroot}%{lua_archdir} %check -%{_bindir}/lua%{lua_version} test.lua +%{_bindir}/lua test.lua %files %license LICENSE