Changelog for
gpsd-debuginfo-3.25-5.4.x86_64.rpm :
* Mon Apr 29 2024 pgajdosAATTsuse.com- usage of %python3_fix_shebang to cover /usr/bin is also needed [bsc#1212476]
* Wed Mar 13 2024 pgajdosAATTsuse.com- remove dependency on /usr/bin/python3 using %python3_fix_shebang_path macro, [bsc#1212476]
* Tue Feb 27 2024 Dominique Leuenberger
- Use %patch -P N instead of deprecated %patchN.
* Mon Sep 18 2023 Christophe Marin - Split the Qt5 wrapper from gpsd-devel to avoid installing unneeded dependencies when building plasma 6 packages (boo#1215444)
* Wed Jan 11 2023 Arjen de Korte - Update to version 3.25
* Have ubxtool \"-w 0\" run forever.
* Bump libgps version to 30.0
* Change fixsource_t, store server locally, make pointers const.
* Move gpsd_hexpack() to gps.h as gps_hexpack()
* Move gpsd_hexdump() to gps.h as gps_hexdump()
* Allow gpsctl -s/--ship to work without -f.
* Grab prRes and quality from u-blox 8+, into JSON, then into xgps.
* New GPSD-MIB, installed in share/mibs/gpsd.
* gpssnmp supports GPSD-MIB in pass and pass_persist modes
* Add decodes for NMEA $xxHDM, $xxROT and $xxXDR
* Add Magnetic Heading (mheading) and Rate of Rotation (rot) to attitude_t
* Allow NTP time from gpsd://, tcp:// and udp:// sources
* Add the -B, --nobuffer, option to gpspipe.
* gpsd opens $RUNDIR/chrony.clk.XXX.sock to supply serial time to chronyd.
* Add -g and --garmin options to gpxlogger for depth.
* Add -F and --filein options to gpxlogger to read GPSD JSON from a file.- Update gpsd.keyring (DD3DD9BB -> 0C898D47)
* Thu Apr 28 2022 Martin Hauke - Update to version 3.24
* NTRIP 2.0 now works. But still only plain HTML, not RTP, etc.
* Remove ntrip option and NTRIP_ENABLE. Always build.
* Remove passthrough option and PASSTHROUGH_ENABLE. Always build.
* Remove nmea0183 option and NMEA0183_ENABLE. Always build.
* Remove netfeed option and NETFEED_ENABLE. Always build.
* gpsd will retry ntrip:// and tcp:// connections
* cgps can expand to show more sats. Added --rtk option.
* maidenhead() checks for input errors.
* Better SHM logs.
* PPS and TOFF JSON now include shm used, and real precision.
* Add initial, untested, TSIPv1 support
* split debug messages into different syslog() levels.
* New ppscheck options, and can use /dev/ppsX devices.
* First try at TSIPv1 protocol decodes.
* Decode Quectel $PQVERNO for firmware version
* Decode Skytrak PX1172RH_DS messages.- Update gpsd.keyring (0C898D47 -> DD3DD9BB)
* Tue Oct 19 2021 Guillaume GARDET - Re-enable LTO on aarch64
* Mon Sep 27 2021 Dirk Stoecker - Set ProtectClock to false or gpsd will not start
* Wed Sep 22 2021 Arjen de Korte - Don\'t use gpsd version in patches (will break with every update) % harden_gpsd.service.patch % harden_gpsdctlAATT.service.patch
* Wed Sep 22 2021 Arjen de Korte - 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.