Hello community, here is the log from the commit of package OpenRGB for openSUSE:Factory checked in at 2020-12-08 13:24:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/OpenRGB (Old) and /work/SRC/openSUSE:Factory/.OpenRGB.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenRGB" Tue Dec 8 13:24:47 2020 rev:3 rq:853686 version:0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/OpenRGB/OpenRGB.changes 2020-11-23 10:21:05.784726335 +0100 +++ /work/SRC/openSUSE:Factory/.OpenRGB.new.5913/OpenRGB.changes 2020-12-08 13:25:58.874766597 +0100 @@ -1,0 +2,55 @@ +Mon Dec 7 18:50:41 UTC 2020 - Martin Hauke <[email protected]> + +- Udpate to version 0.5 + New Features: + * Settings have been consolidated into a new file OpenRGB.json, + using JSON format + * Settings tab allows enabling and disabling devices from the + user interface + * Configuration files are stored in an XDG-compliant + configuration directory (%APPDATA%\OpenRGB or ~/.config/OpenRGB) + * Speed up detection by limiting I2C/SMBus detectors to specific + PCI IDs + * Fixed profile loading, deleting + Device Controller Changes: + * E1.31 improvements - better grouping, unicast support + * MSI-RGB color inversion fixed + * LED labels added to some Corsair mice + * Espurna controller API support + * EVGA GPU (V1 and partial V2 - 1xxx and 2xxx series) support + * New SteelSeries devices - Apex Pro TKL, Old Apex + * Philips Wiz support + * Linux LED sysfs support + * Corsair Dominator Platinum RGB support + * Sony DualShock 4 support + * Logitech G213 support + * ASUS Mice support - ROG Gladius II Core, ROG Gladius II, and + ROG Gladius II Origin + * HyperX Fury Ultra mousemat support + * SteelSeries Apex M750 + * ASUS TUF gaming laptops on Windows (already supported via + Faustus on Linux) + * Cooler Master ARGB controller support + * NZXT Hue+ performance improved + * HyperX DRAM mapping issues resolved, flicker reduced + * More keymaps for Razer keyboards + Known Issues: + * Redragon M711 wave effect doesn't work + * Some Corsair mice do not have specific LED labels + * Some Razer keyboards are missing key maps + * Corsair Vengeance RGB Pro takes 2 "Set All Device" clicks to + properly set + * Asus Addressable number of channels may be incorrect + * MSI Mystic Light controller still disabled due to bricking + risk, bricking situation being investigated. OpenRGB 0.5 will + not brick your MSI board as this code is disabled. + Notes: + * Due to changes to the profile manager, any existing profiles + you have saved from previous versions likely will not work + and will need to be recreated. Same goes for saved addressable + controller sizes. +- Drop patches (included upstream): + * 0001-Fix-build-on-powerpc-and-related.patch + * reproducible.patch + +------------------------------------------------------------------- Old: ---- 0001-Fix-build-on-powerpc-and-related.patch OpenRGB-release_0.4.tar.gz reproducible.patch New: ---- OpenRGB-release_0.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenRGB.spec ++++++ --- /var/tmp/diff_new_pack.kUvhUK/_old 2020-12-08 13:25:59.550767601 +0100 +++ /var/tmp/diff_new_pack.kUvhUK/_new 2020-12-08 13:25:59.554767607 +0100 @@ -17,7 +17,7 @@ Name: OpenRGB -Version: 0.4 +Version: 0.5 Release: 0 Summary: Open source RGB lighting control License: GPL-2.0-only @@ -25,10 +25,6 @@ Source0: https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_%{version}/OpenRGB-release_%{version}.tar.gz # PATCH-FEATURE-OPENSUSE OpenRGB-use_system_libs.patch Patch1: OpenRGB-use_system_libs.patch -# PATCH-FIX-UPSTREAM 0001-Fix-build-on-powerpc-and-related.patch -Patch2: 0001-Fix-build-on-powerpc-and-related.patch -# PATCH-FIX-UPSTREAM reproducible.patch -Patch3: reproducible.patch BuildRequires: gcc-c++ BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Core) @@ -49,10 +45,10 @@ %make_build %install -install -Dpm0755 OpenRGB %{buildroot}/%{_bindir}/%{name} +install -Dpm0755 openrgb %{buildroot}/%{_bindir}/openrgb install -Dpm0644 qt/OpenRGB.png %{buildroot}%{_datadir}/pixmaps/%{name}.png install -Dpm0644 60-openrgb.rules %{buildroot}%{_udevrulesdir}/60-openrgb.rules -%suse_update_desktop_file -c %{name} %{name} 'Configure RGB LEDs' %{name} %{name} Settings HardwareSettings +%suse_update_desktop_file -c %{name} %{name} 'Configure RGB LEDs' openrgb %{name} Settings HardwareSettings # see if creating .conf to load speficic kernel modules is necessary @@ -65,7 +61,7 @@ %files %license LICENSE %doc README.md -%{_bindir}/%{name} +%{_bindir}/openrgb %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{_udevrulesdir}/60-openrgb.rules ++++++ OpenRGB-release_0.4.tar.gz -> OpenRGB-release_0.5.tar.gz ++++++ /work/SRC/openSUSE:Factory/OpenRGB/OpenRGB-release_0.4.tar.gz /work/SRC/openSUSE:Factory/.OpenRGB.new.5913/OpenRGB-release_0.5.tar.gz differ: char 12, line 1 ++++++ OpenRGB-use_system_libs.patch ++++++ --- /var/tmp/diff_new_pack.kUvhUK/_old 2020-12-08 13:25:59.594767666 +0100 +++ /var/tmp/diff_new_pack.kUvhUK/_new 2020-12-08 13:25:59.594767666 +0100 @@ -1,28 +1,28 @@ diff --git a/OpenRGB.pro b/OpenRGB.pro -index a94c873..3827102 100644 +index db3bc0d..205b318 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro -@@ -41,7 +41,6 @@ DEFINES += \ - #-----------------------------------------------------------------------# - INCLUDEPATH += \ - dependencies/ColorWheel \ -- dependencies/libe131/src/ \ - i2c_smbus/ \ - i2c_tools/ \ - net_port/ \ -@@ -236,7 +235,6 @@ HEADERS += \ - SOURCES += \ - dependencies/dmiinfo.cpp \ - dependencies/ColorWheel/ColorWheel.cpp \ -- dependencies/libe131/src/e131.c \ - main.cpp \ - cli.cpp \ - NetworkClient.cpp \ -@@ -557,6 +555,7 @@ unix:!macx { - LIBS += \ - -lusb-1.0 \ - -lstdc++fs \ +@@ -43,7 +43,6 @@ INCLUDEPATH += + dependencies/ColorWheel \ + dependencies/CRCpp/ \ + dependencies/json/ \ +- dependencies/libe131/src/ \ + i2c_smbus/ \ + i2c_tools/ \ + net_port/ \ +@@ -284,7 +283,6 @@ HEADERS += + SOURCES += \ + dependencies/dmiinfo.cpp \ + dependencies/ColorWheel/ColorWheel.cpp \ +- dependencies/libe131/src/e131.c \ + main.cpp \ + cli.cpp \ + NetworkClient.cpp \ +@@ -656,6 +654,7 @@ unix:!macx { + LIBS += \ + -lusb-1.0 \ + -lstdc++fs \ + $$system(pkg-config --libs libe131) - #-------------------------------------------------------------------# - # Determine which hidapi to use based on availability # + #-------------------------------------------------------------------------------------------# + # Determine which hidapi to use based on availability # _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
