From 846dc761535a6fd6fe9b9959cfc1640709cf9114 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 1 Sep 2022 16:12:33 +0300 Subject: [PATCH 1/2] dbus-1.14.0 --- system/base/dbus/actions.py | 3 ++- system/base/dbus/pspec.xml | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/system/base/dbus/actions.py b/system/base/dbus/actions.py index fc45cc9f..b70c1432 100644 --- a/system/base/dbus/actions.py +++ b/system/base/dbus/actions.py @@ -41,6 +41,7 @@ def setup(): options += " \ --libdir=/usr/lib32 \ --disable-xml-docs \ + --without-elogind \ --disable-doxygen-docs \ " # Build only libdbus @@ -65,5 +66,5 @@ def install(): pisitools.dodir("/var/lib/dbus") pisitools.dodir("/usr/share/dbus-1/services") - pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "doc/TODO", "doc/*.txt") + pisitools.dodoc("AUTHORS", "NEWS", "README*", "doc/TODO", "doc/*.txt") pisitools.dohtml("doc/") diff --git a/system/base/dbus/pspec.xml b/system/base/dbus/pspec.xml index 2e34ab7b..908eadca 100644 --- a/system/base/dbus/pspec.xml +++ b/system/base/dbus/pspec.xml @@ -13,9 +13,9 @@ 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.22.tar.gz + https://dbus.freedesktop.org/releases/dbus/dbus-1.14.0.tar.xz - expat-devel + expat-devel libX11-devel libcap-ng-devel @@ -100,9 +100,9 @@ - 2022-07-18 - 1.12.22 - Rebuild. + 2022-09-01 + 1.14.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com From 72e5ae20422662d54594c63096e3758adcd2c76c Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 1 Sep 2022 16:15:56 +0300 Subject: [PATCH 2/2] dbus-1.14.0 --- system/base/dbus/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/system/base/dbus/pspec.xml b/system/base/dbus/pspec.xml index 908eadca..0d68fa6d 100644 --- a/system/base/dbus/pspec.xml +++ b/system/base/dbus/pspec.xml @@ -15,7 +15,7 @@ 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.14.0.tar.xz - expat-devel + expat-devel libX11-devel libcap-ng-devel @@ -99,13 +99,20 @@ - + 2022-09-01 1.14.0 Version bump. Mustafa Cinasal muscnsl@gmail.com + + 2022-07-18 + 1.12.22 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2022-04-24 1.12.22