SHA256
12
0
forked from pool/lua-ldbus

drop support for lua 5.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-ldbus?expand=0&rev=3
This commit is contained in:
Jan Matejek 2017-10-30 14:47:35 +00:00 committed by Git OBS Bridge
parent 73a3fea327
commit 0152cd671f
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,4 @@
<multibuild>
<package>lua51</package>
<package>lua52</package>
<package>lua53</package>
</multibuild>

View File

@ -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 15:35:41 UTC 2017 - opensuse-packaging@opensuse.org

View File

@ -25,8 +25,8 @@ License: MIT
Group: Development/Libraries/Other
Url: https://github.com/daurnimator/ldbus/
Source: lua-ldbus-%{version}.tar.xz
BuildRequires: pkgconfig(dbus-1)
BuildRequires: %{flavor}-devel
BuildRequires: pkgconfig(dbus-1)
Requires: %{flavor}
%if "%{flavor}" == "lua53"
Provides: lua-%{mod_name} = %{version}