1
0
Ana Guerrero 2024-03-08 17:09:53 +00:00 committed by Git OBS Bridge
commit e30ec73054
4 changed files with 20 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f108d1a3a378fd18e9b37a52f6d9b1914650d3cb6bca6df8bea88568da0054dc
size 55797

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cd40a9f9444d73e62fc216eb1d1b64e2fed710d0c6f31a4ed86049037c79750
size 59978

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 29 06:37:06 UTC 2024 - Michael Hamilton <michael@actrix.gen.nz>
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 18 21:15:00 UTC 2024 - Michael Hamilton <michael@actrix.gen.nz> Thu Jan 18 21:15:00 UTC 2024 - Michael Hamilton <michael@actrix.gen.nz>

View File

@ -18,7 +18,7 @@
Name: ddcutil-service Name: ddcutil-service
Version: 1.0.0 Version: 1.0.2
Release: 0 Release: 0
Summary: D-Bus service for libddcutil VESA DDC Monitor Virtual Control Panel Summary: D-Bus service for libddcutil VESA DDC Monitor Virtual Control Panel
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -29,7 +29,7 @@ Group: Hardware/Other
Group: System/GUI/Other Group: System/GUI/Other
%endif %endif
URL: https://github.com/digitaltrails/ddcutil-service 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: gcc-c++
BuildRequires: libddcutil-devel >= 1.4.0 BuildRequires: libddcutil-devel >= 1.4.0
BuildRequires: make BuildRequires: make