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:
Tomáš Chvátal 2017-09-11 08:36:53 +00:00 committed by Git OBS Bridge
parent 230628da51
commit 8578878d4e
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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