From a6408a61af1bca84f76996301f037e29128f184297114f77378bbb1d145ff1ee Mon Sep 17 00:00:00 2001 From: Michael Hamilton Date: Mon, 29 Apr 2024 04:34:00 +0000 Subject: [PATCH] Accepting request 1170643 from home:mchnz:branches:hardware - 1.0.6 - Add SetVcp/SetVcpWithContext NO_VERIFY (no retry) flag option. - Match the behaviour of the ddcutil command, default to verify-and-retry for all set-vcp method calls. - Default to verify-and-retry for all libddcutil versions. - Replace the stateful DdcutilVerifySetVcp property with the stateless NO_VERIFY flag. - Fix the ServiceFlagOptions property so that it lists all flag options. - Check the status returned by libddcutil ddca_init() and exit on error to prevent any inconsistent behaviour. - Cleanup the --prefer-polling and --prefer-drm options to make them consistent with each other. OBS-URL: https://build.opensuse.org/request/show/1170643 OBS-URL: https://build.opensuse.org/package/show/hardware/ddcutil-service?expand=0&rev=53 --- ddcutil-service-1.0.4.tar.gz | 3 --- ddcutil-service-1.0.6.tar.gz | 3 +++ ddcutil-service.changes | 12 ++++++++++++ ddcutil-service.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 ddcutil-service-1.0.4.tar.gz create mode 100644 ddcutil-service-1.0.6.tar.gz diff --git a/ddcutil-service-1.0.4.tar.gz b/ddcutil-service-1.0.4.tar.gz deleted file mode 100644 index b6b5adc..0000000 --- a/ddcutil-service-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6c4b5e36e080ecd5e13125ff9c69414840a96a133fefbb3a9fbfc7cfa8c2c98 -size 62987 diff --git a/ddcutil-service-1.0.6.tar.gz b/ddcutil-service-1.0.6.tar.gz new file mode 100644 index 0000000..b344f08 --- /dev/null +++ b/ddcutil-service-1.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec7f05f4bfb67dcada22cfd41f45d4b4f6e9b74e3e4590767c834a8f0db3711 +size 63909 diff --git a/ddcutil-service.changes b/ddcutil-service.changes index d6dc24b..4ed9663 100644 --- a/ddcutil-service.changes +++ b/ddcutil-service.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Apr 29 03:52:43 UTC 2024 - Michael Hamilton + +- 1.0.6 + - Add SetVcp/SetVcpWithContext NO_VERIFY (no retry) flag option. + - Match the behaviour of the ddcutil command, default to verify-and-retry for all set-vcp method calls. + - Default to verify-and-retry for all libddcutil versions. + - Replace the stateful DdcutilVerifySetVcp property with the stateless NO_VERIFY flag. + - Fix the ServiceFlagOptions property so that it lists all flag options. + - Check the status returned by libddcutil ddca_init() and exit on error to prevent any inconsistent behaviour. + - Cleanup the --prefer-polling and --prefer-drm options to make them consistent with each other. + ------------------------------------------------------------------- Fri Apr 12 22:50:44 UTC 2024 - Michael Hamilton diff --git a/ddcutil-service.spec b/ddcutil-service.spec index 99d4909..131fd46 100644 --- a/ddcutil-service.spec +++ b/ddcutil-service.spec @@ -18,7 +18,7 @@ Name: ddcutil-service -Version: 1.0.4 +Version: 1.0.6 Release: 0 Summary: D-Bus service for libddcutil VESA DDC Monitor Virtual Control Panel License: GPL-2.0-or-later