diff --git a/_multibuild b/_multibuild index b9bdec1..a01285a 100644 --- a/_multibuild +++ b/_multibuild @@ -1,5 +1,4 @@ lua51 -lua52 lua53 diff --git a/lua-lua-dbus.changes b/lua-lua-dbus.changes index 234f3c8..c147eb1 100644 --- a/lua-lua-dbus.changes +++ b/lua-lua-dbus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com + +- do not build for Lua 5.2 + ------------------------------------------------------------------- Fri Aug 18 16:25:14 UTC 2017 - opensuse-packaging@opensuse.org diff --git a/lua-lua-dbus.spec b/lua-lua-dbus.spec index d47a09b..3ee6a93 100644 --- a/lua-lua-dbus.spec +++ b/lua-lua-dbus.spec @@ -1,5 +1,5 @@ # -# spec file for package lua-ldbus +# spec file for package lua-lua-dbus # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -25,9 +25,9 @@ License: MIT Group: Development/Libraries/Other Url: https://github.com/antlarr/lua-dbus/ Source: lua-dbus-%{version}.tar.xz -BuildRequires: pkgconfig(dbus-1) -BuildRequires: %{flavor}-ldbus BuildRequires: %{flavor}-devel +BuildRequires: %{flavor}-ldbus +BuildRequires: pkgconfig(dbus-1) Requires: %{flavor} Requires: %{flavor}-ldbus %if "%{flavor}" == "lua53"