From 8fd232205c49f0947afa044ceef6920f3692a3d4 Mon Sep 17 00:00:00 2001 From: Artur Iwicki Date: Sat, 9 Mar 2019 09:55:40 +0100 Subject: [PATCH 1/3] Update to upstream release 0.4.0 --- .gitignore | 1 + ckb-next.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 657340c..1f60dfb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ckb-next-0.3.2.tar.gz +/ckb-next-0.4.0.tar.gz diff --git a/ckb-next.spec b/ckb-next.spec index d173efe..9e5a006 100644 --- a/ckb-next.spec +++ b/ckb-next.spec @@ -1,6 +1,6 @@ Name: ckb-next -Version: 0.3.2 -Release: 4%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Unofficial driver for Corsair RGB keyboards # ckb-next is GPLv2 @@ -79,12 +79,12 @@ install -Dp -m 755 build/bin/ckb-next %{buildroot}%{_bindir}/ckb-next install -Dp -m 755 build/bin/ckb-next-daemon %{buildroot}%{_libexecdir}/ckb-next-daemon install -d -m 755 %{buildroot}%{_libexecdir}/ckb-next-animations -for ANIM in gradient heat mviz pinwheel rain random ripple wave; do +for ANIM in $(find src/animations/ -mindepth 1 -maxdepth 1 -type d -printf '%%f '); do install -p -m 755 "build/bin/${ANIM}" "%{buildroot}%{_libexecdir}/ckb-next-animations/${ANIM}" done install -Dp -m 0644 %{SOURCE3} %{buildroot}/%{_presetdir}/99-ckb-next.preset -install -Dp -m 644 linux/udev/99-ckb-daemon.rules %{buildroot}%{_udevrulesdir}/99-ckb-daemon.rules +install -Dp -m 644 linux/udev/99-ckb-next-daemon.rules %{buildroot}%{_udevrulesdir}/99-ckb-next-daemon.rules install -Dp -m 644 linux/systemd/ckb-next-daemon.service.in %{buildroot}%{_unitdir}/ckb-next-daemon.service install -Dp -m 644 build/src/gui/ckb-next.png %{buildroot}%{_datadir}/icons/hicolor/512x512/apps/ckb-next.png @@ -131,6 +131,9 @@ udevadm control --reload-rules 2>&1 > /dev/null || : %changelog +* Sat Mar 09 2019 Artur Iwicki - 0.4.0-1 +- Update to latest upstream release + * Sat Feb 16 2019 Artur Iwicki - 0.3.2-4 - Use "install -p" (preserve timestamps) - Do not use the bundled quazip library diff --git a/sources b/sources index 3a255fb..2fe23b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ckb-next-0.3.2.tar.gz) = 880ffe92345190fc40de393ff1319fc4ef9b45915254a0f0819c5614e7dbc69d0cde80952c1a26aeb8d86ed1c5e439d8a108e426ac5585129be1da51c0330ab8 +SHA512 (ckb-next-0.4.0.tar.gz) = 81058d1e31e7328dac1b3a83cb443b9d9f29593e872d189766c1dfe8b502965fd9ea7a962423e94d5053c99d8dd8c50bd98638c11631a2ca586fb9ade700284f From 3c4e2cd905411a941d0731df6a17ee7532a25395 Mon Sep 17 00:00:00 2001 From: Artur Iwicki Date: Tue, 27 Aug 2019 23:28:25 +0200 Subject: [PATCH 2/3] Update to upstream release v.0.4.1 --- .gitignore | 1 + ckb-next.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1f60dfb..e55c85c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ckb-next-0.3.2.tar.gz /ckb-next-0.4.0.tar.gz +/ckb-next-0.4.1.tar.gz diff --git a/ckb-next.spec b/ckb-next.spec index 9e5a006..cdbb921 100644 --- a/ckb-next.spec +++ b/ckb-next.spec @@ -1,5 +1,5 @@ Name: ckb-next -Version: 0.4.0 +Version: 0.4.1 Release: 1%{?dist} Summary: Unofficial driver for Corsair RGB keyboards @@ -131,6 +131,9 @@ udevadm control --reload-rules 2>&1 > /dev/null || : %changelog +* Tue Aug 27 2019 Artur Iwicki - 0.4.1-1 +- Update to latest upstream release + * Sat Mar 09 2019 Artur Iwicki - 0.4.0-1 - Update to latest upstream release diff --git a/sources b/sources index 2fe23b1..8312b62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ckb-next-0.4.0.tar.gz) = 81058d1e31e7328dac1b3a83cb443b9d9f29593e872d189766c1dfe8b502965fd9ea7a962423e94d5053c99d8dd8c50bd98638c11631a2ca586fb9ade700284f +SHA512 (ckb-next-0.4.1.tar.gz) = 294a29146978c722fdfbb9c2581ed3fc492b2ffead0de8c434bfe90e6aff6e61748517c0f98ae0d8747e7a95684cf22badf778b35358dbaa8acbc18a25ade993 From 677c80915adf750e6f7d19b6179c25ef67da5076 Mon Sep 17 00:00:00 2001 From: Artur Iwicki Date: Tue, 8 Oct 2019 19:41:42 +0200 Subject: [PATCH 3/3] Update to latest upstream release (v.0.4.2) --- .gitignore | 1 + ckb-next.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e55c85c..f78ec94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /ckb-next-0.3.2.tar.gz /ckb-next-0.4.0.tar.gz /ckb-next-0.4.1.tar.gz +/ckb-next-0.4.2.tar.gz diff --git a/ckb-next.spec b/ckb-next.spec index cdbb921..3674e4e 100644 --- a/ckb-next.spec +++ b/ckb-next.spec @@ -1,5 +1,5 @@ Name: ckb-next -Version: 0.4.1 +Version: 0.4.2 Release: 1%{?dist} Summary: Unofficial driver for Corsair RGB keyboards @@ -131,6 +131,9 @@ udevadm control --reload-rules 2>&1 > /dev/null || : %changelog +* Tue Oct 08 2019 Artur Iwicki - 0.4.2-1 +- Update to latest upstream release + * Tue Aug 27 2019 Artur Iwicki - 0.4.1-1 - Update to latest upstream release diff --git a/sources b/sources index 8312b62..c67c379 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ckb-next-0.4.1.tar.gz) = 294a29146978c722fdfbb9c2581ed3fc492b2ffead0de8c434bfe90e6aff6e61748517c0f98ae0d8747e7a95684cf22badf778b35358dbaa8acbc18a25ade993 +SHA512 (ckb-next-0.4.2.tar.gz) = 4c80101e935a4d5137b0fd6aaf7d97889913af0bbb8e3097e035e2420043d6525094c1e3f7b5676e8c50328454251ff3260f6aa9b81ec583a2e8136333ee6af8