From 8578878d4ecd37538adddeaa4d24857facab168b22ea9dfee5490fadc7cf1009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 Sep 2017 08:36:53 +0000 Subject: [PATCH] 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 --- lua-toluapp.changes | 6 ++++++ lua-toluapp.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/lua-toluapp.changes b/lua-toluapp.changes index 76c10da..30720ba 100644 --- a/lua-toluapp.changes +++ b/lua-toluapp.changes @@ -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 diff --git a/lua-toluapp.spec b/lua-toluapp.spec index 81d6e85..8adc9ef 100644 --- a/lua-toluapp.spec +++ b/lua-toluapp.spec @@ -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