From 0a891ce4c0379a89faca2cb3a642469629309756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sat, 11 May 2019 18:35:24 +0300 Subject: [PATCH 1/2] dbus update --- system/base/dbus/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/system/base/dbus/pspec.xml b/system/base/dbus/pspec.xml index 1927cb36..e9898cc5 100644 --- a/system/base/dbus/pspec.xml +++ b/system/base/dbus/pspec.xml @@ -13,7 +13,7 @@ service A message bus system, a simple way for applications to talk to each other D-Bus supplies both a system daemon (for events such as "new hardware device added" or "printer queue changed") and a per-user-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon). Currently the communicating applications are on one computer, but TCP/IP option is available and remote support planned. - https://dbus.freedesktop.org/releases/dbus/dbus-1.12.8.tar.gz + https://dbus.freedesktop.org/releases/dbus/dbus-1.12.12.tar.gz expat-devel libX11-devel @@ -98,6 +98,13 @@ + + 2019-05-11 + 1.12.12 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2018-10-05 1.12.8 From f4cc0fe5fd8de3e93eaba4f9419eec9734c88d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sat, 11 May 2019 19:44:16 +0300 Subject: [PATCH 2/2] =?UTF-8?q?HACK=C4=B0NG=20file=20dont=20exist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/base/dbus/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/base/dbus/actions.py b/system/base/dbus/actions.py index 5ec71e78..e0552b20 100644 --- a/system/base/dbus/actions.py +++ b/system/base/dbus/actions.py @@ -60,5 +60,5 @@ def install(): pisitools.dodir("/var/lib/dbus") pisitools.dodir("/usr/share/dbus-1/services") - pisitools.dodoc("AUTHORS", "ChangeLog", "HACKING", "NEWS", "README", "doc/TODO", "doc/*.txt") + pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "doc/TODO", "doc/*.txt") pisitools.dohtml("doc/")