Accepting request 289805 from home:pluskalm:branches:Application:Geo

- Cleanup spec file with spec-cleaner
- Add gpg signature
- Add gpsd-3.13-ntpshm.patch
- Install unit files
- Update to 3.13

OBS-URL: https://build.opensuse.org/request/show/289805
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=89
This commit is contained in:
Martin Pluskal
2015-03-08 20:26:34 +00:00
committed by Git OBS Bridge
parent 8d348b10dc
commit 5bcbdd0276
8 changed files with 451 additions and 54 deletions

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Sat Mar 7 12:13:48 UTC 2015 - mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Add gpg signature
- Add gpsd-3.13-ntpshm.patch
- Install unit files
- Update to 3.13
* compiler.h inclusion removed for gps.h so it's standalone
for /usr/include.
* TOFF JSON report gives the offset between GPS top of second and
clock time.
* A new ntpmon tool supports capturing clock samples from NTP
SHM segments.
- Changes for 3.12
* The daemon's power utilization has been reduced by changing
from non-blocking to blocking I/O; this may be significant
on mobile devices.
* Better protection against false matches of Inland AIS messages;
thisrequired a libgps version bump to 22 (as a side effect,
per-devicefootprint has decreased).
* PPS feature is no longer markedexperimental/unstable.
* Sentence tag fields have been dropped from the JSON reports.
* GNSS and GLONASS SKY reports are now merged.
* Addressed versions of AIS Type 25 and 26 are now handled.
* The 'nmea' build option is now 'nmea0183'.
* New 'minimal' option sets all boolean options not explicitly
set on the build command line to false.
* The 'limited_max_devices' option is now 'max_devices'; the
'limited_max_clients' option is now 'max_clients'
* The previously deprecated 'libQgpsmm' option has been
removed; use 'qt'.
* A bug fix for error modeling when NMEA 0183 reports empty DOP fields.
* On OS X, the "osx-pl203" driver has been explicitly listed
as unsupported.
* The last remnants of the old pre-JSON query protocol have
been removed from the client library.
-------------------------------------------------------------------
Thu Jan 15 20:03:35 UTC 2015 - p.drouand@gmail.com