From e31df416702ccfce443ad9cebfb15a71c67e2620850080e9883141a1b8c2e0a4 Mon Sep 17 00:00:00 2001 From: Herbert Graeber Date: Sun, 25 Sep 2022 16:53:40 +0000 Subject: [PATCH] Accepting request 1005900 from home:hgraeber:branches:hardware - Add example files to package - Update to version 1.1 OBS-URL: https://build.opensuse.org/request/show/1005900 OBS-URL: https://build.opensuse.org/package/show/hardware/spacenavd?expand=0&rev=24 --- spacenavd-1.0.tar.gz | 3 --- spacenavd-1.1.tar.gz | 3 +++ spacenavd.changes | 27 +++++++++++++++++++++++++++ spacenavd.spec | 5 ++++- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 spacenavd-1.0.tar.gz create mode 100644 spacenavd-1.1.tar.gz diff --git a/spacenavd-1.0.tar.gz b/spacenavd-1.0.tar.gz deleted file mode 100644 index 2d9eadf..0000000 --- a/spacenavd-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3af4e8767bc07f9e19773d769c66e169fc752ae305b7ed9f71ede86cc95a9a -size 59903 diff --git a/spacenavd-1.1.tar.gz b/spacenavd-1.1.tar.gz new file mode 100644 index 0000000..9da35a0 --- /dev/null +++ b/spacenavd-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cb4fb8688bcbc5ff491a6d37bcb6eb0ae9198ac4c886c71c85b5aee19a4fa9 +size 63642 diff --git a/spacenavd.changes b/spacenavd.changes index 2871eed..bfce1c9 100644 --- a/spacenavd.changes +++ b/spacenavd.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sun Sep 25 16:47:35 UTC 2022 - Herbert Graeber + +- Add example files to package + +------------------------------------------------------------------- +Sun Sep 25 16:30:12 UTC 2022 - Herbert Graeber + +- Update to version 1.1 + * fixed incorrect number of buttons reported on SpaceMouse Pro and SpaceMouse + Enterprise. + * fixed non-contiguous button numbers on SpaceMouse Pro and SpaceMouse Enterprise, + which could crash spnavcfg. + * linux evdev: detect button base offset, instead of hardcoding 256 (BN_MISC), + which fixes incorrect button numbers on the Magellan SpaceMouse USB. + * fixed crash when attempting to save configuration (save command received from + the client socket), and a configuration file does not already exist. + * linux hotplug: use delayed activation to avoid multiple hotplug triggers and + the resulting log spam. + * reduced logging on the "verbose" setting. Now accepting multiple -v arguments + for maximum verbosity. + * fixed compatibility with newer 3dconnexion SDK clients. + * fixed libm link omission, which broke the build on systems where isfinite is not + a macro to a compiler built-in (BSD libc). + * Added example configuration files with reasonable button mappings for the + SpacePilot and the SpaceMouse Enterprise under doc/. + ------------------------------------------------------------------- Tue Apr 26 10:34:54 UTC 2022 - Herbert Graeber 1.0 diff --git a/spacenavd.spec b/spacenavd.spec index ebf62af..c365f7a 100644 --- a/spacenavd.spec +++ b/spacenavd.spec @@ -18,7 +18,7 @@ Name: spacenavd -Version: 1.0 +Version: 1.1 Release: 0 Summary: Daemon for 3Dconnexion devices License: GPL-3.0-or-later @@ -96,6 +96,9 @@ install -D -m 644 contrib/systemd/%{name}.service %{buildroot}%{_unitdir}/%{name %files %license COPYING %doc README.md +%doc doc/example-spnavrc +%doc doc/spnavrc_smouse_ent +%doc doc/spnavrc_spilot %{_sbindir}/%{name} %{_sbindir}/rc%{name} %{_bindir}/spnavd_ctl