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:
Dirk Stoecker 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

3
gpsd-3.23.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca2c466df783c57b8a07ad3f5c67943186d05befdc377de938ed111d1358a8c1
size 3450632

BIN
gpsd-3.23.1.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e36429b9f6fc42004894dff3dc4453f5b43f95af8533b96d3d135987418da9df
size 3442744

Binary file not shown.

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Sep 22 07:07:20 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 7 03:32:40 UTC 2021 - Arjen de Korte <suse+build@de-korte.org> Sat Aug 7 03:32:40 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>

View File

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