forked from pool/spacenavd
Accepting request 1005901 from hardware
OBS-URL: https://build.opensuse.org/request/show/1005901 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spacenavd?expand=0&rev=10
This commit is contained in:
commit
f3fd394d6d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e3af4e8767bc07f9e19773d769c66e169fc752ae305b7ed9f71ede86cc95a9a
|
||||
size 59903
|
3
spacenavd-1.1.tar.gz
Normal file
3
spacenavd-1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2cb4fb8688bcbc5ff491a6d37bcb6eb0ae9198ac4c886c71c85b5aee19a4fa9
|
||||
size 63642
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 25 16:47:35 UTC 2022 - Herbert Graeber <herbert@graeber-clan.de>
|
||||
|
||||
- Add example files to package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 25 16:30:12 UTC 2022 - Herbert Graeber <herbert@graeber-clan.de>
|
||||
|
||||
- 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 <herbert@graeber-clan.de> 1.0
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user