Accepting request 862085 from home:adkorte

- Update to version 3.22
  * Added client/gpscsv to convert gpsd JSON to csv.
  * Added client/gpsplot to dynamically plot gpsd JSON.
  * Added client/gpssubframe to decode gpsd SUBFRAME JSON.
  * Added nSat and uSat to SKY JSON.  Old clients can not read new
    SKY.
  * Move stuff from source root into clients/, include/, gpsmon/
    and libgps/.
  * Move stuff from source root into gpsd/.
  * Move class ubx out of ubxtool and into gps/ubx.py.
  * Build all targets in gpsd-$VERSION/, not in tree.
  * NMEA 4.11 support for $GI (IRNSS) and $GZ (QZSS).
- Remove obsolete sed scripts that no longer serve a purpose
- Use new ldconfig macros in Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/862085
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=136
This commit is contained in:
2021-01-12 12:23:02 +00:00
committed by Git OBS Bridge
parent 400829d8e5
commit 2104943713
6 changed files with 71 additions and 52 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Jan 9 10:41:08 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- Update to version 3.22
* Added client/gpscsv to convert gpsd JSON to csv.
* Added client/gpsplot to dynamically plot gpsd JSON.
* Added client/gpssubframe to decode gpsd SUBFRAME JSON.
* Added nSat and uSat to SKY JSON. Old clients can not read new
SKY.
* Move stuff from source root into clients/, include/, gpsmon/
and libgps/.
* Move stuff from source root into gpsd/.
* Move class ubx out of ubxtool and into gps/ubx.py.
* Build all targets in gpsd-$VERSION/, not in tree.
* NMEA 4.11 support for $GI (IRNSS) and $GZ (QZSS).
- Remove obsolete sed scripts that no longer serve a purpose
- Use new ldconfig macros in Tumbleweed
-------------------------------------------------------------------
Thu Oct 22 19:47:01 UTC 2020 - Arjen de Korte <suse+build@de-korte.org>