diff --git a/libspnav-1.1.tar.gz b/libspnav-1.1.tar.gz deleted file mode 100644 index 0902a87..0000000 --- a/libspnav-1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04b297f68a10db4fa40edf68d7f823ba7b9d0442f2b665181889abe2cea42759 -size 31574 diff --git a/libspnav-1.2.tar.gz b/libspnav-1.2.tar.gz new file mode 100644 index 0000000..6ff00f3 --- /dev/null +++ b/libspnav-1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093747e7e03b232e08ff77f1ad7f48552c06ac5236316a5012db4269951c39db +size 33000 diff --git a/libspnav.changes b/libspnav.changes index e2a7be3..17eabb0 100644 --- a/libspnav.changes +++ b/libspnav.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Apr 30 14:50:36 UTC 2025 - Christophe Marin + +- 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 diff --git a/libspnav.spec b/libspnav.spec index 6c77c5f..bd34236 100644 --- a/libspnav.spec +++ b/libspnav.spec @@ -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