diff --git a/spacenavd-0.7.1.tar.gz b/spacenavd-0.7.1.tar.gz deleted file mode 100644 index d03739a..0000000 --- a/spacenavd-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92bb092f9cdadadef6f8f807833d8f7fdd645569fc14a4c42f3674eb8a35db46 -size 56213 diff --git a/spacenavd-0.8.tar.gz b/spacenavd-0.8.tar.gz new file mode 100644 index 0000000..0c6bc3f --- /dev/null +++ b/spacenavd-0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e258439e0fb3a9e29efbaf4714f54df88ba7c35c29e432b221249017853915f +size 47515 diff --git a/spacenavd-fix-pidfile.patch b/spacenavd-fix-pidfile.patch index 60e989f..801083c 100644 --- a/spacenavd-fix-pidfile.patch +++ b/spacenavd-fix-pidfile.patch @@ -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 diff --git a/spacenavd.changes b/spacenavd.changes index 68f2ef6..f34c62b 100644 --- a/spacenavd.changes +++ b/spacenavd.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Mar 16 18:56:16 UTC 2021 - Herbert Graeber + +- 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 diff --git a/spacenavd.service b/spacenavd.service index 2485d48..2b817dc 100644 --- a/spacenavd.service +++ b/spacenavd.service @@ -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 diff --git a/spacenavd.spec b/spacenavd.spec index 0ebbd5b..ecba184 100644 --- a/spacenavd.spec +++ b/spacenavd.spec @@ -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)