Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ddcutil for openSUSE:Factory checked in at 2021-12-20 21:06:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ddcutil (Old) and /work/SRC/openSUSE:Factory/.ddcutil.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ddcutil" Mon Dec 20 21:06:21 2021 rev:10 rq:941633 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ddcutil/ddcutil.changes 2021-07-02 13:27:31.400734397 +0200 +++ /work/SRC/openSUSE:Factory/.ddcutil.new.2520/ddcutil.changes 2021-12-20 21:06:56.790962838 +0100 @@ -1,0 +2,30 @@ +Mon Dec 20 10:58:27 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.2.1: + * User Defined Features, which have existed for some time, are now formally + available. + * Option --mccs now applies to getvcp, setvcp, and dumpvcp as well as vcpinfo. + * Workaround for EDID reading issu with recent kernels and i915/docking stations + * Configuration file ddcutilrc, located on the XDG config path (normally + $HOME/.config/ddcutil/ddcutilrc) is processed by both ddcutil and + libddcutil. + * Monitor capabilities strings are cached to improve performance of the + capabilities command. + * Partial workarounds for problems in DRM video drivers (e.g. i915, AMDGPU) + when monitors are connected to a docking station. The monitor may not be + detected (because no EDID is reported), or the monitor may appear as two + different /dev/i2c devices. + * When probing /dev/i2c devices for monitors, ddcutil could put AMD Navi2 + devices (e.g. RX6000 series) into an inconsistent state. This is because + the devices expose an I2C devices for the SMU. Display detection is + modified to avoid probing these devices. + * Option -enable-capabilities-cache is now the default. + * Command ddcutil --verbose reports the raw EDID. + * Major events are written to the system log. These include starting, + stopping, and severe internal errors. + * Fix for github issue #178: Error detecting i2c-dev kernel module. The + checks are now performed using libkmod. + * libddcutil trace output can be redirected to a file. + * The shared library file name is libddcutil.so.4.1.0 + +------------------------------------------------------------------- Old: ---- ddcutil-0.9.9.tar.gz New: ---- v1.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ddcutil.spec ++++++ --- /var/tmp/diff_new_pack.YVAgUF/_old 2021-12-20 21:06:57.214963145 +0100 +++ /var/tmp/diff_new_pack.YVAgUF/_new 2021-12-20 21:06:57.218963148 +0100 @@ -17,22 +17,23 @@ Name: ddcutil -Version: 0.9.9 +Version: 1.2.1 Release: 0 Summary: Utility to query and update monitor settings License: GPL-2.0-or-later Group: System/GUI/Other -URL: http://github.com/rockowitz/ddctool -Source: https://github.com/rockowitz/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +URL: https://github.com/rockowitz/ddcutil +Source: https://github.com/rockowitz/ddcutil/archive/refs/tags/v%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake # Directory not owned by package error BuildRequires: cmake BuildRequires: gcc -BuildRequires: i2c-tools +BuildRequires: libi2c0-devel BuildRequires: libtool BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libdrm) +BuildRequires: pkgconfig(libkmod) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(xrandr) @@ -87,7 +88,7 @@ %postun -n libddcutil3 -p /sbin/ldconfig %files -%doc AUTHORS NEWS.md README.md ChangeLog +%doc AUTHORS NEWS.md README.md CHANGELOG.md %license COPYING %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/data @@ -97,7 +98,6 @@ %{_bindir}/ddcutil %files -n libddcutil3 -%doc AUTHORS NEWS.md README.md ChangeLog %license COPYING %{_libdir}/libddcutil.so.*