Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ckb-next for openSUSE:Factory checked in at 2021-03-18 22:55:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ckb-next (Old) and /work/SRC/openSUSE:Factory/.ckb-next.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ckb-next" Thu Mar 18 22:55:56 2021 rev:10 rq:879942 version:0.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ckb-next/ckb-next.changes 2020-12-21 10:23:36.723993178 +0100 +++ /work/SRC/openSUSE:Factory/.ckb-next.new.2401/ckb-next.changes 2021-03-18 22:55:58.183596807 +0100 @@ -1,0 +2,16 @@ +Thu Mar 18 15:53:16 UTC 2021 - Luigi Baldoni <[email protected]> + +- Update to version 0.4.4 + Important bugfixes: + * Fixed a crash when creating a new profile + * Fixed lights turning off unexpectedly or not being restored + correctly + * Macros can now be repeated quickly by repeatedly pressing + the keys + * Fixed various deadlocks when resuming from suspend or during + device initialisation + * Fixed devices not functioning during system boot requiring a + daemon restart +- Refreshed ckb-next-use-run.patch + +------------------------------------------------------------------- Old: ---- ckb-next-0.4.3.tar.gz New: ---- ckb-next-0.4.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ckb-next.spec ++++++ --- /var/tmp/diff_new_pack.FGjuYu/_old 2021-03-18 22:55:58.803597443 +0100 +++ /var/tmp/diff_new_pack.FGjuYu/_new 2021-03-18 22:55:58.807597447 +0100 @@ -1,7 +1,7 @@ # # spec file for package ckb-next # -# 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,10 +17,10 @@ Name: ckb-next -Version: 0.4.3 +Version: 0.4.4 Release: 0 Summary: RGB driver for Corsair keyboard and mice -License: GPL-2.0-only AND BSD-3-Clause +License: BSD-3-Clause AND GPL-2.0-only Group: Hardware/Other URL: https://github.com/ckb-next/ckb-next Source: https://github.com/ckb-next/ckb-next/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz ++++++ ckb-next-0.4.3.tar.gz -> ckb-next-0.4.4.tar.gz ++++++ ++++ 2061 lines of diff (skipped) ++++++ ckb-next-use-run.patch ++++++ --- /var/tmp/diff_new_pack.FGjuYu/_old 2021-03-18 22:55:58.999597645 +0100 +++ /var/tmp/diff_new_pack.FGjuYu/_new 2021-03-18 22:55:58.999597645 +0100 @@ -1,26 +1,26 @@ -Index: ckb-next-0.4.3/ckb-next-dev-detect +Index: ckb-next-0.4.4/ckb-next-dev-detect =================================================================== ---- ckb-next-0.4.3.orig/ckb-next-dev-detect -+++ ckb-next-0.4.3/ckb-next-dev-detect +--- ckb-next-0.4.4.orig/ckb-next-dev-detect ++++ ckb-next-0.4.4/ckb-next-dev-detect @@ -1,4 +1,4 @@ -#!/usr/bin/env bash -+#!/bin/bash ++#!//bin/bash # Newline N=$'\n' -@@ -49,7 +49,7 @@ else - OUT="${OUT}${N}${N}Daemon on current boot:${N}`journalctl -o short-precise -b 0 --unit=ckb-next-daemon 2>&1`" - OUT="${OUT}${N}${N}Daemon on last boot:${N}`journalctl -o short-precise -b -1 --unit=ckb-next-daemon 2>&1`" - fi -- OUT="${OUT}${N}${N}Dev nodes:${N}`find /dev/input/ckb* -print -type f -exec cat {} \; 2>&1`" -+ OUT="${OUT}${N}${N}Dev nodes:${N}`find /run/ckb* -print -type f -exec cat {} \; 2>&1`" - OUT="${OUT}${N}${N}Environment:${N}`printenv | grep "QT\|XDG.*DESKTOP\|DISPLAY" 2>&1`" - OUT="${OUT}${N}${N}Kernel command line:${N}`cat /proc/cmdline`" - GUIPATH="$(which ckb-next)" -Index: ckb-next-0.4.3/src/daemon/devnode.c +@@ -67,7 +67,7 @@ else + OUT="${OUT}${N}${N}Daemon on current boot:${N}`journalctl -o short-precise -b 0 --unit=ckb-next-daemon 2>&1`" + OUT="${OUT}${N}${N}Daemon on last boot:${N}`journalctl -o short-precise -b -1 --unit=ckb-next-daemon 2>&1`" + fi +- OUT="${OUT}${N}${N}Dev nodes:${N}`find /dev/input/ckb* -print -type f -exec cat {} \; 2>&1`" ++ OUT="${OUT}${N}${N}Dev nodes:${N}`find /run/ckb* -print -type f -exec cat {} \; 2>&1`" + OUT="${OUT}${N}${N}Environment:${N}`printenv | grep "QT\|XDG.*DESKTOP\|DISPLAY" 2>&1`" + OUT="${OUT}${N}${N}Kernel command line:${N}`cat /proc/cmdline`" + GUIPATH="$(which ckb-next)" +Index: ckb-next-0.4.4/src/daemon/devnode.c =================================================================== ---- ckb-next-0.4.3.orig/src/daemon/devnode.c -+++ ckb-next-0.4.3/src/daemon/devnode.c +--- ckb-next-0.4.4.orig/src/daemon/devnode.c ++++ ckb-next-0.4.4/src/daemon/devnode.c @@ -7,12 +7,7 @@ #include "profile.h" #include <ckbnextconfig.h> @@ -35,13 +35,13 @@ long gid = -1; #define S_GID_READ (gid >= 0 ? S_CUSTOM_R : S_READ) -Index: ckb-next-0.4.3/src/gui/kbmanager.cpp +Index: ckb-next-0.4.4/src/gui/kbmanager.cpp =================================================================== ---- ckb-next-0.4.3.orig/src/gui/kbmanager.cpp -+++ ckb-next-0.4.3/src/gui/kbmanager.cpp -@@ -1,11 +1,7 @@ - #include "kbmanager.h" +--- ckb-next-0.4.4.orig/src/gui/kbmanager.cpp ++++ ckb-next-0.4.4/src/gui/kbmanager.cpp +@@ -2,11 +2,7 @@ #include "idletimer.h" + #include <limits> -#ifndef Q_OS_MACOS -QString devpath = "/dev/input/ckb%1"; @@ -50,5 +50,5 @@ -#endif +QString devpath = "/run/ckb%1"; - QString KbManager::_guiVersion, KbManager::_daemonVersion = DAEMON_UNAVAILABLE_STR; - KbManager* KbManager::_kbManager = 0; + #ifdef DEBUG_IDLE_TIMER + #define IDLE_TIMER_DURATION 5000
