Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package OpenRGB for openSUSE:Factory checked in at 2021-06-05 23:31:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/OpenRGB (Old) and /work/SRC/openSUSE:Factory/.OpenRGB.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenRGB" Sat Jun 5 23:31:29 2021 rev:4 rq:897570 version:0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/OpenRGB/OpenRGB.changes 2020-12-08 13:25:58.874766597 +0100 +++ /work/SRC/openSUSE:Factory/.OpenRGB.new.1898/OpenRGB.changes 2021-06-05 23:32:06.756498532 +0200 @@ -1,0 +2,87 @@ +Wed Jun 2 06:21:19 UTC 2021 - Luigi Baldoni <aloi...@gmx.com> + +- Update to version 0.6 + New Features: + * Plugin architecture - OpenRGB plugins add functionality to + the user interface. + + Plugins include effects engine, E1.31 receiver, visual map + editor, and more. + * Additional user interface configurable options + + Exit to tray + + Save window geometry + + Display index number labels in LED view + * Log manager + + Logs are stored in configuration directory under logs + folder + * Update detector list in configuration file before detection, + to avoid crashes + * SDK server provides capability to list and load profiles + (protocol version updated to 2) + * Reworked Linux build system to test on multiple Debian-based + distros + Device Controller Changes: + * MSI Mystic Light re-enabled after deep dive investigation + into RGB controller bricking issue + + Only motherboards that have been tested are enabled + + We can help you unbrick if your board was bricked with a + previous version, join our Discord for help + * PCI ID filtering added to ASUS GPU controller + * Additional GPUs added to MSI GPU controller + * Additional GPUs added to Gigabyte GPU controller + * EVGA GPU v2 controller updated to support all modes + * HyperX Pulsefire FPS Pro controller added + * Yeelight controller added (see configuration in wiki) + * Additional serial protocols for Arduino-controlled ARGB + + TPM2 + + Adalight + * FanBus controller added + * E.31 improvements + + Maximum channels per universe (fixes WLED compatibility) + * Corsair K55 support added + * Corsair K57 controller added (wired mode only) + * Corsair Vengeance Pro DRAM direct mode + * Standalone Razer controller, does not depend on OpenRazer + + A bunch of new Razer devices supported, including Razer + Chroma ARGB controller + * DAS Keyboard 4Q controller added + * NZXT Hue 2 Underglow device added + * Thermaltake Riing Quad controller added + * ASUS ROG Strix Flare controller added + * Lian Li Uni Hub controller added + * Creative Sound BlasterX G6 controller added + * Consolidated Logitech mouse controllers to reduce duplicate + code + * Added Direct mode to Logitech consolidated Logitech mouse + code + * Logitech G910 Orion Spectrum controller added + * QMK OpenRGB controller added (requires configuration entry) + * Logitech wireless mouse support improved + Known Issues: + * G502 Hero and G502 PS mice crash on startup. The issue has + been fixed in the pipeline builds. + * Plugin architecture does not have a versioning system. If + OpenRGB crashes on open, try deleting/updating all plugins. + * Some ASUS GPUs that worked in 0.5 no longer work in 0.6. + + Please open an issue on GitLab or join our Discord to get + its PCI ID added. We need the following information: + x Card marketing name and model number (Link to ASUS + website preferred) + x PCIe ID (Vendor, Product, Subvendor, Subproduct) + x Detector I2C address (you can get this using a + previous version of OpenRGB, version 0.5 recommended) + * Redragon M711 wave effect doesn't work + * Some Corsair mice do not have specific LED labels + * Some Razer keyboards are missing key maps + * Asus Addressable number of channels may be incorrect + Notes: + * Due to changes in device names, existing profiles you have + saved from previous versions may not work and will need to + be recreated. Same goes for saved addressable controller + sizes. + * If upgrading from a previous release, it is recommended to + disable OpenRazer or OpenRazer-win32 in the settings. This + allows use of the new Razer controller with better device + support. +- Refreshed OpenRGB-use_system_libs.patch + +------------------------------------------------------------------- Old: ---- OpenRGB-release_0.5.tar.gz New: ---- OpenRGB-release_0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenRGB.spec ++++++ --- /var/tmp/diff_new_pack.UQ38mb/_old 2021-06-05 23:32:07.312499499 +0200 +++ /var/tmp/diff_new_pack.UQ38mb/_new 2021-06-05 23:32:07.316499506 +0200 @@ -1,7 +1,7 @@ # # spec file for package OpenRGB # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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: OpenRGB -Version: 0.5 +Version: 0.6 Release: 0 Summary: Open source RGB lighting control License: GPL-2.0-only ++++++ OpenRGB-release_0.5.tar.gz -> OpenRGB-release_0.6.tar.gz ++++++ /work/SRC/openSUSE:Factory/OpenRGB/OpenRGB-release_0.5.tar.gz /work/SRC/openSUSE:Factory/.OpenRGB.new.1898/OpenRGB-release_0.6.tar.gz differ: char 12, line 1 ++++++ OpenRGB-use_system_libs.patch ++++++ --- /var/tmp/diff_new_pack.UQ38mb/_old 2021-06-05 23:32:07.352499568 +0200 +++ /var/tmp/diff_new_pack.UQ38mb/_new 2021-06-05 23:32:07.352499568 +0200 @@ -1,24 +1,24 @@ -diff --git a/OpenRGB.pro b/OpenRGB.pro -index db3bc0d..205b318 100644 ---- a/OpenRGB.pro -+++ b/OpenRGB.pro -@@ -43,7 +43,6 @@ INCLUDEPATH += +Index: OpenRGB-release_0.6/OpenRGB.pro +=================================================================== +--- OpenRGB-release_0.6.orig/OpenRGB.pro ++++ OpenRGB-release_0.6/OpenRGB.pro +@@ -50,7 +50,6 @@ INCLUDEPATH += dependencies/ColorWheel \ dependencies/CRCpp/ \ dependencies/json/ \ - dependencies/libe131/src/ \ + dependencies/libcmmk/include/ \ i2c_smbus/ \ i2c_tools/ \ - net_port/ \ -@@ -284,7 +283,6 @@ HEADERS += - SOURCES += \ +@@ -376,7 +375,6 @@ SOURCES += + Controllers/LogitechController/LogitechProtocolCommon.cpp \ dependencies/dmiinfo.cpp \ dependencies/ColorWheel/ColorWheel.cpp \ - dependencies/libe131/src/e131.c \ + dependencies/libcmmk/src/libcmmk.c \ main.cpp \ cli.cpp \ - NetworkClient.cpp \ -@@ -656,6 +654,7 @@ unix:!macx { +@@ -828,6 +826,7 @@ unix:!macx { LIBS += \ -lusb-1.0 \ -lstdc++fs \