Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c153cf45f5 | |||
|
|
1e6b895f6a |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04b297f68a10db4fa40edf68d7f823ba7b9d0442f2b665181889abe2cea42759
|
||||
size 31574
|
||||
3
libspnav-1.2.tar.gz
Normal file
3
libspnav-1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:093747e7e03b232e08ff77f1ad7f48552c06ac5236316a5012db4269951c39db
|
||||
size 33000
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 30 14:50:36 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 1.2
|
||||
* add missing requests and API entry points for cfg set/get
|
||||
repeat interval
|
||||
* fixed spnav_sensitivity (proto1) sending garbage
|
||||
* fixed omission of linking with libm, while using math
|
||||
functions in util
|
||||
* fixed graphical glitches in the fly example on non-nvidia GPUs
|
||||
* compatibility improvements for IRIX and Solaris
|
||||
* fixed various minor build issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 23 20:04:26 UTC 2022 - Herbert Graeber <herbert@graeber-clan.de>
|
||||
|
||||
|
||||
@@ -18,11 +18,10 @@
|
||||
|
||||
|
||||
Name: libspnav
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
Release: 0
|
||||
Summary: Library for accessing 3D connexion devices
|
||||
License: BSD-3-Clause
|
||||
Group: Hardware/Other
|
||||
URL: https://sourceforge.net/projects/spacenav/
|
||||
Source0: https://github.com/FreeSpacenav/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: pkgconfig
|
||||
@@ -44,7 +43,6 @@ restrictions of the official SDK.
|
||||
|
||||
%package -n libspnav0
|
||||
Summary: Library for accessing 3D connexion devices
|
||||
Group: Hardware/Other
|
||||
Suggests: spacenavd
|
||||
|
||||
%description -n libspnav0
|
||||
@@ -63,7 +61,6 @@ restrictions of the official SDK.
|
||||
|
||||
%package devel
|
||||
Summary: Include files for libspnav
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libspnav0 = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@@ -100,8 +97,7 @@ rm %{buildroot}%{_libdir}/libspnav.a
|
||||
mkdir -p %{buildroot}%{_libdir}/pkgconfig
|
||||
mv %{buildroot}%{_datadir}/pkgconfig/spnav.pc %{buildroot}%{_libdir}/pkgconfig/
|
||||
|
||||
%post -n libspnav0 -p /sbin/ldconfig
|
||||
%postun -n libspnav0 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libspnav0
|
||||
|
||||
%files -n libspnav0
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user