forked from pool/ddcutil-service
Accepting request 1156257 from hardware
OBS-URL: https://build.opensuse.org/request/show/1156257 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddcutil-service?expand=0&rev=2
This commit is contained in:
commit
e30ec73054
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f108d1a3a378fd18e9b37a52f6d9b1914650d3cb6bca6df8bea88568da0054dc
|
||||
size 55797
|
3
ddcutil-service-1.0.2.tar.gz
Normal file
3
ddcutil-service-1.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cd40a9f9444d73e62fc216eb1d1b64e2fed710d0c6f31a4ed86049037c79750
|
||||
size 59978
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user