forked from pool/spacenavd
Accepting request 879503 from home:hgraeber:branches:hardware
- Update to version 0.8 * Rewrote the serial spaceball code from scratch, to support both spaceball and magellan spacemice. * Fixed non-X11 build which was broken in the previous version. * Print usage information when encountering an invalid argument, instead of just printing "invalid argument". * Minor build improvements. - Log stderr to default logger - Update list of supported devices in spec file OBS-URL: https://build.opensuse.org/request/show/879503 OBS-URL: https://build.opensuse.org/package/show/hardware/spacenavd?expand=0&rev=19
This commit is contained in:
parent
afc2b9fdc5
commit
af7416db95
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92bb092f9cdadadef6f8f807833d8f7fdd645569fc14a4c42f3674eb8a35db46
|
||||
size 56213
|
3
spacenavd-0.8.tar.gz
Normal file
3
spacenavd-0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e258439e0fb3a9e29efbaf4714f54df88ba7c35c29e432b221249017853915f
|
||||
size 47515
|
@ -7,7 +7,7 @@ diff -up spacenavd-0.7.1/contrib/systemd/spacenavd.service.fix-pidfile spacenavd
|
||||
Type=forking
|
||||
-PIDFile=/var/run/spnavd.pid
|
||||
+PIDFile=/run/spnavd.pid
|
||||
ExecStart=/usr/bin/spacenavd
|
||||
ExecStart=/usr/local/bin/spacenavd
|
||||
StandardError=syslog
|
||||
|
||||
diff -up spacenavd-0.7.1/init_script.fix-pidfile spacenavd-0.7.1/init_script
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 16 18:56:16 UTC 2021 - Herbert Graeber <herbert@graeber-clan.de>
|
||||
|
||||
- Update to version 0.8
|
||||
* Rewrote the serial spaceball code from scratch, to support both spaceball
|
||||
and magellan spacemice.
|
||||
* Fixed non-X11 build which was broken in the previous version.
|
||||
* Print usage information when encountering an invalid argument, instead of
|
||||
just printing "invalid argument".
|
||||
* Minor build improvements.
|
||||
- Log stderr to default logger
|
||||
- Update list of supported devices in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 31 15:36:18 UTC 2020 - Herbert Graeber <herbert@graeber-clan.de>
|
||||
|
||||
|
@ -5,7 +5,6 @@ Description=Userspace Daemon of the spacenav driver.
|
||||
Type=forking
|
||||
PIDFile=/run/spnavd.pid
|
||||
ExecStart=/usr/sbin/spacenavd
|
||||
StandardError=syslog
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package spacenavd
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2009,2011,2013 Herbert Graeber
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
|
||||
Name: spacenavd
|
||||
Version: 0.7.1
|
||||
Version: 0.8
|
||||
Release: 0
|
||||
Summary: Daemon for 3Dconnexion devices
|
||||
License: GPL-3.0-or-later
|
||||
Group: Hardware/Other
|
||||
URL: http://spacenav.sourceforge.net
|
||||
Source: https://github.com/FreeSpacenav/spacenavd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source: https://github.com/FreeSpacenav/spacenavd/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: spacenavd.8.gz
|
||||
Source2: spnavrc
|
||||
Source3: xinitrc-%{name}
|
||||
@ -47,7 +47,13 @@ Supplements: modalias(usb:v046DpC628d*dc*dsc*dp*ic*isc*ip*)
|
||||
Supplements: modalias(usb:v046DpC629d*dc*dsc*dp*ic*isc*ip*)
|
||||
Supplements: modalias(usb:v046DpC62bd*dc*dsc*dp*ic*isc*ip*)
|
||||
Supplements: modalias(usb:v046DpC640d*dc*dsc*dp*ic*isc*ip*)
|
||||
Supplements: modalias(usb:v256Fp*d*dc*dsc*dp*ic*isc*ip*)
|
||||
Supplements: modalias(usb:v256FpC62Fd*dc*dsc*dp*ic*isc*ip*)
|
||||
Supplements: modalias(usb:v256FpC631d*dc*dsc*dp*ic*isc*ip*)
|
||||
Supplements: modalias(usb:v256FpC632d*dc*dsc*dp*ic*isc*ip*)
|
||||
Supplements: modalias(usb:v256FpC633d*dc*dsc*dp*ic*isc*ip*)
|
||||
Supplements: modalias(usb:v256FpC634d*dc*dsc*dp*ic*isc*ip*)
|
||||
Supplements: modalias(usb:v256FpC635d*dc*dsc*dp*ic*isc*ip*)
|
||||
Supplements: modalias(usb:v256FpC636d*dc*dsc*dp*ic*isc*ip*)
|
||||
|
||||
%description
|
||||
Spacenavd is a free software replacement user-space driver (daemon)
|
||||
|
Loading…
Reference in New Issue
Block a user