Accepting request 920889 from home:adkorte:branches:Application:Geo

- Update to version 3.23.1
  * Improve ubx cycle detection.
  * Add quirks for Jackson Labs nonstandard NMEA
  * Change STATUS_NO_FIX to STATUS_UNK to avoid confusion with fix
    mode.
  * Change STATUS_FIX to STATUS_GPS to avoid confusion with fix
    mode.
  * Change STATUS_DGPS_FIX to STATUS_DGPS to avoid confusion with
    fix mode.
  * Split SOURCE_ACM from SOURCE_USB.  ACM has no speeds.
  * Add speeds 1 mbps, 1.152 mbps, 1.5 mbps, and higher.  When libc
    supports them.
  * Improve autobaud.
  * Add new u-blox M10 messages.
  * Fix u-blox M6, M7 initialization issues.
  * Various ubxtool and gpxlogger updates.
  * Add mtk3301_speed_switcher()
  * No API, ABI changes.
  * Fallback to "python3" if "python" not found.

OBS-URL: https://build.opensuse.org/request/show/920889
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=141
This commit is contained in:
2021-09-22 15:23:32 +00:00
committed by Git OBS Bridge
parent 597f4171c3
commit 929077c417
6 changed files with 27 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
%define _udevdir %(pkg-config --variable udevdir udev)
%bcond_without python2
Name: gpsd
Version: 3.23
Version: 3.23.1
Release: 0
Summary: Service daemon for mediating access to a GPS
License: BSD-3-Clause