From fba9135f4d1bd863c49333aabd10d8be77786adff402da8f99015ff787a2545b Mon Sep 17 00:00:00 2001 From: Michael Hamilton Date: Fri, 8 Mar 2024 07:09:24 +0000 Subject: [PATCH] Accepting request 1156256 from home:mchnz:branches:hardware - Version 1.0.2 - Added VcpValueChanged D-Bus signal which triggers if the SetVcp method succeeds. This is to allow multiple clients to be aware of changes made by each. - Added SetVcpWithContext which accepts a client-context to be returned with the VcpValueChanged signal. - ServiceEmitSignals renamed to ServiceEmitConnectivitySignals to avoid confusion. - Command line option --emit-signals renamed to --emit-connectivity-signals for the same reason. - Fix ServiceEmitSignals property assignment so that it correctly toggles hotplug signals. - Fix hotplug polling so that it remains an option no matter what version of libddcutil is in use. - Version 1.0.1 - Use gcc with -Wformat-security for safety and to match Arch and Ubuntu defaults. - Calling ddca_init() before verify_i2c() to fix runtime error for libddcutil >= 2.1. - Version 1.0.0 * Added an optional D-Bus interface to ddcutil for up 10x faster response times. OBS-URL: https://build.opensuse.org/request/show/1156256 OBS-URL: https://build.opensuse.org/package/show/hardware/ddcutil-service?expand=0&rev=44 --- ddcutil-service-1.0.2.tar.gz | 4 ++-- ddcutil-service.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ddcutil-service-1.0.2.tar.gz b/ddcutil-service-1.0.2.tar.gz index 1d978ed..70678b5 100644 --- a/ddcutil-service-1.0.2.tar.gz +++ b/ddcutil-service-1.0.2.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3d760daad2250c462121ea297a76fbe81cd894cc23d43e685aecc1046d4bbe4 -size 56542 +oid sha256:2cd40a9f9444d73e62fc216eb1d1b64e2fed710d0c6f31a4ed86049037c79750 +size 59978 diff --git a/ddcutil-service.changes b/ddcutil-service.changes index cdc2369..7b30fc4 100644 --- a/ddcutil-service.changes +++ b/ddcutil-service.changes @@ -2,6 +2,11 @@ Thu Feb 29 06:37:06 UTC 2024 - Michael Hamilton - Version 1.0.2 + - Added VcpValueChanged D-Bus signal which triggers if the SetVcp method succeeds. This is to allow + multiple clients to be aware of changes made by each. + - Added SetVcpWithContext which accepts a client-context to be returned with the VcpValueChanged signal. + - ServiceEmitSignals renamed to ServiceEmitConnectivitySignals to avoid confusion. + - Command line option --emit-signals renamed to --emit-connectivity-signals for the same reason. - Fix ServiceEmitSignals property assignment so that it correctly toggles hotplug signals. - Fix hotplug polling so that it remains an option no matter what version of libddcutil is in use. - Version 1.0.1