diff --git a/gpsd-3.10.tar.gz b/gpsd-3.10.tar.gz deleted file mode 100644 index 0d91620..0000000 --- a/gpsd-3.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:706fc2c1cf3dfbf87c941f543381bccc9c4dc9f8240eec407dcbf2f70b854320 -size 1566622 diff --git a/gpsd-3.11.tar.gz b/gpsd-3.11.tar.gz new file mode 100644 index 0000000..af7e3f1 --- /dev/null +++ b/gpsd-3.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed66c6b6b1e2b4951de2c0b2399c22f77fe9f5927ef6b948dd8eb023ff53b7ee +size 1579600 diff --git a/gpsd.changes b/gpsd.changes index ff4c807..bf27372 100644 --- a/gpsd.changes +++ b/gpsd.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jan 15 20:03:35 UTC 2015 - p.drouand@gmail.com + +- Update to version 3.11 + * A bug that prevented track interpolation has been fixed. + * We now get vertical error position and speed estimates from the + u-blox driver rather than having to interpolate them. + * Some unusual AIS talker IDs (NMEA 4.0 station classes) are supported. + * chrpath is no longer a dependency for building and testing, and + now defaults to 'no'. + * Full systemd support. + * Fixes for handling large PPS offsets. + * Improved recovery from device flakeouts, gpsmon argument parsing. +- Disable chrpath + ------------------------------------------------------------------- Tue Nov 25 11:48:06 UTC 2014 - dl8fcl@darc.de diff --git a/gpsd.spec b/gpsd.spec index 18c7e51..7abdaae 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -1,7 +1,7 @@ # # spec file for package gpsd # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ Summary: Service daemon for mediating access to a GPS License: BSD-3-Clause Group: Hardware/Other Url: http://www.catb.org/gpsd/ -Version: 3.10 +Version: 3.11 Release: 0 %define libgps libgps21 %define libQgps libQgpsmm21 @@ -142,6 +142,9 @@ can run on a serial terminal or terminal emulator. %setup -q %patch0 -p1 +# don't set RPATH +sed -i 's|env.Prepend.*RPATH.*|pass #\0|' SConstruct + %build export CFLAGS="%optflags -fvisibility-inlines-hidden" export CXXFLAGS="%optflags -fvisibility-inlines-hidden" @@ -170,7 +173,7 @@ install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/applications/ %suse_update_desktop_file xgps # save some space, create symlinks %fdupes -s %buildroot -chrpath -r %{_libdir} %{buildroot}%{python_sitearch}/gps/*.so +#chrpath -r %{_libdir} %{buildroot}%{python_sitearch}/gps/*.so %post /sbin/ldconfig @@ -256,9 +259,7 @@ chrpath -r %{_libdir} %{buildroot}%{python_sitearch}/gps/*.so %{_bindir}/gpsmon %{_bindir}/gpspipe %{_bindir}/gps2udp -%if 0%{?suse_version} > 1020 %{_bindir}/gpxlogger -%endif %{_datadir}/applications/*.desktop %{_datadir}/pixmaps/*.xpm