Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ddcutil for openSUSE:Factory checked in at 2023-01-17 17:36:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ddcutil (Old) and /work/SRC/openSUSE:Factory/.ddcutil.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ddcutil" Tue Jan 17 17:36:06 2023 rev:14 rq:1058973 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ddcutil/ddcutil.changes 2022-11-08 13:17:43.502404124 +0100 +++ /work/SRC/openSUSE:Factory/.ddcutil.new.32243/ddcutil.changes 2023-01-17 17:36:23.457549617 +0100 @@ -1,0 +2,27 @@ +Mon Jan 16 15:17:46 UTC 2023 - Paolo Stivanin <[email protected]> + +- Update to version 1.4.0: + + The ability to use the write()/read() interface of i2c-dev has been restored. + It is needed to work around a bug in the proprietary nvidia driver. By + default, the write()/read() interface is used for the nvidia driver, the + ioctl() interface is used for all other drivers. Command line options + ***--use-file-io*** and ***--use-ioctl-io*** affect his default behavior. + When i2c-dev's file io interface is used, option ***--force-slave-address*** + is again meaningful. + + Option ***--sleep-multiplier*** and API functions **ddca_set_sleep_multiplier_value()**, + **ddca_set_default_sleep_multiplier_value()** now accept 0 as a valid + argument. + + The ddcutil command parser reports an error if a display selection option + (e.g. ***--bus***) is given on a command to which it does not apply. + + Write additional error and information messages to the system log. + + Eliminate message "Is DDC/CI enabled in the monitor's on-screen display?" + It's rarely the cause of communication failures. + + Warn of a possibly invalid DRM connector name in **detect** output if + monitors with identical EDIDs are used with the proprietary nvidia driver. + + Handle /dev/i2c device names with a double hyphen, e.g. /dev/i2c--3. + + Better libddcutil handling of configuration file errors. Do not abort + initialization in case of errors. + + Fix interpretation of digital display type bits for EDID version 1.4 + + Miscellaneous segfaults. + +------------------------------------------------------------------- Old: ---- v1.3.0.tar.gz New: ---- v1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ddcutil.spec ++++++ --- /var/tmp/diff_new_pack.4otk0w/_old 2023-01-17 17:36:24.201553812 +0100 +++ /var/tmp/diff_new_pack.4otk0w/_new 2023-01-17 17:36:24.205553835 +0100 @@ -1,7 +1,7 @@ # # spec file for package ddcutil # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ddcutil -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: Utility to query and update monitor settings License: GPL-2.0-or-later @@ -75,10 +75,10 @@ %setup -q %build -./autogen.sh +./autogen.sh --prefix=%{_prefix} %configure --enable-lib=yes --enable-drm=yes --enable-usb=yes \ --docdir="%{_defaultdocdir}/%{name}" -make %{?_smp_mflags} V=1 +%make_build %check make %{?_smp_mflags} check @@ -95,6 +95,7 @@ %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/data %{_datadir}/%{name}/data/*rules +%{_udevrulesdir}/60-ddcutil.rules %{_datadir}/%{name}/data/90-nvidia-i2c.conf %{_mandir}/man1/ddcutil.1* %{_bindir}/ddcutil ++++++ v1.3.0.tar.gz -> v1.4.0.tar.gz ++++++ ++++ 10302 lines of diff (skipped)
