Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spacenavd for openSUSE:Factory 
checked in at 2021-03-17 20:16:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spacenavd (Old)
 and      /work/SRC/openSUSE:Factory/.spacenavd.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spacenavd"

Wed Mar 17 20:16:19 2021 rev:7 rq:879505 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/spacenavd/spacenavd.changes      2020-04-07 
10:28:25.398302926 +0200
+++ /work/SRC/openSUSE:Factory/.spacenavd.new.2401/spacenavd.changes    
2021-03-17 20:19:56.135315934 +0100
@@ -1,0 +2,13 @@
+Tue Mar 16 18:56:16 UTC 2021 - Herbert Graeber <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  spacenavd-0.7.1.tar.gz

New:
----
  spacenavd-0.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ spacenavd.spec ++++++
--- /var/tmp/diff_new_pack.2lo1Zw/_old  2021-03-17 20:19:56.727316743 +0100
+++ /var/tmp/diff_new_pack.2lo1Zw/_new  2021-03-17 20:19:56.727316743 +0100
@@ -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: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)

++++++ spacenavd-0.7.1.tar.gz -> spacenavd-0.8.tar.gz ++++++
++++ 2981 lines of diff (skipped)

++++++ spacenavd-fix-pidfile.patch ++++++
--- /var/tmp/diff_new_pack.2lo1Zw/_old  2021-03-17 20:19:56.819316869 +0100
+++ /var/tmp/diff_new_pack.2lo1Zw/_new  2021-03-17 20:19:56.819316869 +0100
@@ -7,7 +7,7 @@
  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


++++++ spacenavd.service ++++++
--- /var/tmp/diff_new_pack.2lo1Zw/_old  2021-03-17 20:19:56.847316907 +0100
+++ /var/tmp/diff_new_pack.2lo1Zw/_new  2021-03-17 20:19:56.847316907 +0100
@@ -5,7 +5,6 @@
 Type=forking
 PIDFile=/run/spnavd.pid
 ExecStart=/usr/sbin/spacenavd
-StandardError=syslog
 
 [Install]
 WantedBy=multi-user.target

Reply via email to