From 3decdea729edc85b8d5a864f0910f48c7390523d228707d587f1712393def8ad Mon Sep 17 00:00:00 2001 From: Michael Hamilton Date: Thu, 29 Feb 2024 06:36:35 +0000 Subject: [PATCH 1/5] OBS-URL: https://build.opensuse.org/package/show/hardware/ddcutil-service?expand=0&rev=40 --- ddcutil-service-1.0.2.tar.gz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ddcutil-service-1.0.2.tar.gz diff --git a/ddcutil-service-1.0.2.tar.gz b/ddcutil-service-1.0.2.tar.gz new file mode 100644 index 0000000..1d978ed --- /dev/null +++ b/ddcutil-service-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d760daad2250c462121ea297a76fbe81cd894cc23d43e685aecc1046d4bbe4 +size 56542 From 8bb9668b85d9c8a0595303e8cf454053ac6b5d0b13c374efb7c1070b5b4e44a6 Mon Sep 17 00:00:00 2001 From: Michael Hamilton Date: Thu, 29 Feb 2024 06:36:52 +0000 Subject: [PATCH 2/5] OBS-URL: https://build.opensuse.org/package/show/hardware/ddcutil-service?expand=0&rev=41 --- ddcutil-service.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ddcutil-service.spec b/ddcutil-service.spec index 7353e46..dfba53c 100644 --- a/ddcutil-service.spec +++ b/ddcutil-service.spec @@ -18,7 +18,7 @@ Name: ddcutil-service -Version: 1.0.0 +Version: 1.0.2 Release: 0 Summary: D-Bus service for libddcutil VESA DDC Monitor Virtual Control Panel License: GPL-2.0-or-later @@ -29,7 +29,7 @@ Group: Hardware/Other Group: System/GUI/Other %endif URL: https://github.com/digitaltrails/ddcutil-service -Source0: https://github.com/digitaltrails/ddcutil-service/archive/refs/tags/v1.0.0.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/digitaltrails/ddcutil-service/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: libddcutil-devel >= 1.4.0 BuildRequires: make From 64446e8882b12364de8fdaa155bcc6bae5cda114be644e7d416b757ef5566b8e Mon Sep 17 00:00:00 2001 From: Michael Hamilton Date: Thu, 29 Feb 2024 06:36:58 +0000 Subject: [PATCH 3/5] OBS-URL: https://build.opensuse.org/package/show/hardware/ddcutil-service?expand=0&rev=42 --- ddcutil-service-1.0.0.tar.gz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 ddcutil-service-1.0.0.tar.gz diff --git a/ddcutil-service-1.0.0.tar.gz b/ddcutil-service-1.0.0.tar.gz deleted file mode 100644 index c556a54..0000000 --- a/ddcutil-service-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f108d1a3a378fd18e9b37a52f6d9b1914650d3cb6bca6df8bea88568da0054dc -size 55797 From 0ef4415c706404e8232f739e1643c8a44427981d8bd8835f93d78671da46c9a5 Mon Sep 17 00:00:00 2001 From: Michael Hamilton Date: Thu, 29 Feb 2024 06:37:55 +0000 Subject: [PATCH 4/5] OBS-URL: https://build.opensuse.org/package/show/hardware/ddcutil-service?expand=0&rev=43 --- ddcutil-service.changes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ddcutil-service.changes b/ddcutil-service.changes index 19613f2..cdc2369 100644 --- a/ddcutil-service.changes +++ b/ddcutil-service.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 29 06:37:06 UTC 2024 - Michael Hamilton + +- Version 1.0.2 + - 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. + ------------------------------------------------------------------- Thu Jan 18 21:15:00 UTC 2024 - Michael Hamilton From fba9135f4d1bd863c49333aabd10d8be77786adff402da8f99015ff787a2545b Mon Sep 17 00:00:00 2001 From: Michael Hamilton Date: Fri, 8 Mar 2024 07:09:24 +0000 Subject: [PATCH 5/5] 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