SHA256
12
0
forked from pool/lua-lua-dbus

Accepting request 537624 from devel:languages:lua

drop lua5.2 from multibuild

OBS-URL: https://build.opensuse.org/request/show/537624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-lua-dbus?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-10-31 14:44:07 +00:00 committed by Git OBS Bridge
commit 089717d1d9
3 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,4 @@
<multibuild> <multibuild>
<package>lua51</package> <package>lua51</package>
<package>lua52</package>
<package>lua53</package> <package>lua53</package>
</multibuild> </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 16:25:14 UTC 2017 - opensuse-packaging@opensuse.org Fri Aug 18 16:25:14 UTC 2017 - opensuse-packaging@opensuse.org

View File

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