Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vdu_controls for openSUSE:Factory checked in at 2025-07-14 10:52:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vdu_controls (Old) and /work/SRC/openSUSE:Factory/.vdu_controls.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vdu_controls" Mon Jul 14 10:52:35 2025 rev:15 rq:1292550 version:2.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vdu_controls/vdu_controls.changes 2025-06-12 15:55:02.741627615 +0200 +++ /work/SRC/openSUSE:Factory/.vdu_controls.new.7373/vdu_controls.changes 2025-07-14 10:58:20.461144130 +0200 @@ -1,0 +2,28 @@ +Sun Jul 13 21:47:08 UTC 2025 - Michael Hamilton <mich...@actrix.gen.nz> + +- Version 2.4.1 + * Support PyQt6 before PyQt5 goes out of support. + * PyQt6 is used by default, with a fallback to PyQt5 should it + not be available. + * Add the prefer-qt6 option to the Settings-Dialog (you may + disable this option to force the use of PyQt5). + * Various changes to UI layouts to accommodate both Qt5 and Qt6 + (including Qt6 High-DPI scaling). + * Minor alterations to the main-window layout to make the more + spacious Qt6 styling more compact. + * Renamed the smart-uses-xcb option to smart-uses-xwayland. This + better reflects what the option does. + * Fixed smart-window preservation when the app was closed from the + tray without ever showing the main window. + * Fixed weather selection: automatically restore any missing + weather definition files. + * Fixed initialization-preset error handling: fix a reference + to an undefined variable. + * Only persist lux_daylight_factor if in semi-auto mode (stop + hardware light metering overwriting the user's choice). + * Allow Presets to be scheduled for a set time each day. + * The DBus-events default setting has been corrected to true/enabled. + * Dragging the Preset-Dialog elevation to below the horizon now + works properly (previously it was jerky). + +------------------------------------------------------------------- Old: ---- vdu_controls-2.4.0.tar.gz New: ---- vdu_controls-2.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vdu_controls.spec ++++++ --- /var/tmp/diff_new_pack.kNiR1n/_old 2025-07-14 10:58:21.125171657 +0200 +++ /var/tmp/diff_new_pack.kNiR1n/_new 2025-07-14 10:58:21.129171823 +0200 @@ -18,7 +18,7 @@ Name: vdu_controls -Version: 2.4.0 +Version: 2.4.1 Release: 0 Summary: Visual Display Unit virtual control panel License: GPL-3.0-or-later @@ -33,7 +33,11 @@ Requires: noto-sans-math-fonts Requires: noto-sans-symbols2-fonts Requires: python3 +%if 0%{?sle_version} > 150000 && 0%{?is_opensuse} Requires: python3-qt5 +%else +Requires: python3-qt6 +%endif Recommends: ddcutil-service Recommends: python3-pyserial %endif ++++++ vdu_controls-2.4.0.tar.gz -> vdu_controls-2.4.1.tar.gz ++++++ ++++ 4539 lines of diff (skipped)