Dominique Leuenberger 2021-02-04 19:23:46 +00:00 committed by Git OBS Bridge
commit 119b64113a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 27 16:24:43 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Fix building with lua54
-------------------------------------------------------------------
Tue Jan 19 12:24:02 UTC 2021 - Reinhard Max <max@suse.com>

View File

@ -86,7 +86,7 @@ sed -i -e 's|\(PREFIX *= *\)%{_prefix}/local|\1/usr|;
Makefile
# use lua5.3 instead of lua5.2
sed -i -e 's|lua5.2|lua5.3|' Makefile
sed -i -e 's|lua5.2|lua%{lua_version}|' Makefile
# SED-FIX-UPSTREAM -- Fix man page
sed -i -e 's|The default is "dip",|The default is "nogroup",|' \