forked from pool/lua-ldbus
Accepting request 742979 from home:alarrosa:branches:devel:languages:lua
- Update to version 0.0+git20190816.9e176fe: * Squashed 'vendor/compat-5.3/' changes from bc91f40..daebe77 * src/Makefile: Use LDFLAGS * src/Makefile: Introduce LUA_PKGNAME * src/ldbus.h: Remove now unused ldbus_callback_udata * src/: Move 'timeout' callbacks to new callback management style * src/: Move 'watch' callbacks to new callback management style * Use ldbus_callback_indexes enum instead of hard-coding * src/connection.c: Use different style of callback management for wakeup and dispatch functions * src/connection.c: Use different style of callback management for VTable functions * src/pending_call.c: Use different style of callback management * Squashed 'vendor/compat-5.3/' changes from 924cdb2..bc91f40 OBS-URL: https://build.opensuse.org/request/show/742979 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-ldbus?expand=0&rev=9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lua-ldbus
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define flavor @BUILD_FLAVOR@
|
||||
%define mod_name ldbus
|
||||
Version: 0.0+git20161023.e277e22
|
||||
Version: 0.0+git20190816.9e176fe
|
||||
Release: 0
|
||||
Summary: Lua bindings to dbus
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user