forked from pool/lua-lua-dbus
drop support for lua 5.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lua-dbus?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
4ddcb6358b
commit
3680c63d23
@@ -1,5 +1,4 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>lua51</package>
|
<package>lua51</package>
|
||||||
<package>lua52</package>
|
|
||||||
<package>lua53</package>
|
<package>lua53</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
@@ -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
|
Fri Aug 18 16:25:14 UTC 2017 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
@@ -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.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -25,9 +25,9 @@ License: MIT
|
|||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Url: https://github.com/antlarr/lua-dbus/
|
Url: https://github.com/antlarr/lua-dbus/
|
||||||
Source: lua-dbus-%{version}.tar.xz
|
Source: lua-dbus-%{version}.tar.xz
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
|
||||||
BuildRequires: %{flavor}-ldbus
|
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
|
BuildRequires: %{flavor}-ldbus
|
||||||
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
Requires: %{flavor}-ldbus
|
Requires: %{flavor}-ldbus
|
||||||
%if "%{flavor}" == "lua53"
|
%if "%{flavor}" == "lua53"
|
||||||
|
Reference in New Issue
Block a user