forked from pool/lua-toluapp
Accepting request 522891 from home:susnux:branches:devel:languages:lua
- Do not use tolua++-1.0.93-lua52.patch when using lua51 as it will produce runtime issues. Fixes boo#1057973 OBS-URL: https://build.opensuse.org/request/show/522891 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-toluapp?expand=0&rev=13
This commit is contained in:
parent
230628da51
commit
8578878d4e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 10 13:05:01 UTC 2017 - rpm@fthiessen.de
|
||||
|
||||
- Do not use tolua++-1.0.93-lua52.patch when using lua51 as it
|
||||
will produce runtime issues. Fixes boo#1057973
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 5 10:56:14 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
|
@ -93,7 +93,9 @@ This package provides development headers for tolua++.
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%if "%{flavor}" != "lua51"
|
||||
%patch3 -p1
|
||||
%endif
|
||||
sed -i "s/@SUFFIX@/%{lua_version}/" SConstruct
|
||||
|
||||
%build
|
||||
|
Loading…
x
Reference in New Issue
Block a user