Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gpsd | Distribution: SUSE Linux Enterprise 15 SP3 |
Version: 3.17 | Vendor: openSUSE |
Release: bp153.1.24 | Build date: Sat Mar 13 07:48:42 2021 |
Group: Hardware/Other | Build host: obs-arm-8 |
Size: 1095011 | Source RPM: gpsd-3.17-bp153.1.24.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://www.catb.org/gpsd/ | |
Summary: Service daemon for mediating access to a GPS |
gpsd is a service daemon that mediates access to a GPS sensor connected to the host computer by serial or USB interface, making its data on the location/course/velocity of the sensor available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share access to a GPS without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than NMEA 0183. A client library is provided for applications. After installing this RPM, gpsd will automatically connect to USB GPSes when they are plugged in and requires no configuration. For serial GPSes, you will need to start gpsd by hand. Once connected, the daemon automatically discovers the correct baudrate, stop bits, and protocol. The daemon will be quiescent when there are no clients asking for location information, and copes gracefully when the GPS is unplugged and replugged.
BSD-3-Clause
* Fri Dec 01 2017 mimi.vx@gmail.com - build with Qt5 - refreshed gpsd-python3.patch * Tue Nov 28 2017 mimi.vx@gmail.com - removed gpsd-fix-shebang.patch - reworked gpsd-python3.patch - build python3 subpackage * Thu Nov 23 2017 rbrown@suse.com - Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) * Mon Nov 20 2017 mpluskal@suse.com - Update to version 3.17: * Repair support for non-NMEA devices requring active probing (e.g. Garmin USB GPSes). * Fix a SiRF driver bug that occasionally confused NTP. * Support for Spectratime iSync GRClok and LNRClok oscillators. * gpxlogger can reconnect when the GPS loses the fix. * xgps and xgpsspeed moved to python-gi, getting shut of the deprecated pygtk2 bindings. * Default mode for xgpsspeed is now the more interesting nautical display. * gpsmon includes the hostname with the device display. * gpsprof now has centimeter precision. - Add gpsd-python3.patch to fix building with python3 - Fix shebangs of python script (currently still python2) - Refresh gpsd-fix-shebang.patch * Mon Nov 13 2017 mpluskal@suse.com - Rename python subpackage to python2 * Thu Apr 06 2017 tchvatal@suse.com - Remove conditionals for 1210 and older (oldest codebase built is SLE12) - run scons in multiple threads - convert to pkgconfig dependencies * Tue Feb 28 2017 stefan.bruens@rwth-aachen.de - Cleanup build/spec file: * Use .desktop files and PNG icon from tarball * correct flag to disable stripping (nostrip=True) * Fri Aug 26 2016 mardnh@gmx.de - Update gpsd.keyring (old key 8421F11C got superseeded by 8C6C738D) - Added "-std=gnu++98" to the compile-flags otherwise compilation will break on systems with >= gcc6 - ifdef "Requires: pps-tools-devel" since it's only available on recent os-versions - Update to version 3.16 * Test rebuilds for mid-2015 leapsecond bump. * Regression tests will run even if "python" in Python 3. * Build correctly on systems where -ltinfo is split from -lncurses. * Avoid some rare overflow conditions in PPS code. * Fix bugs in JSON sat-view parsing due to the JSON parser stuffing ints into shorts. * Various small fixes to AIS interpretation. * Prevent a memory leak in long-running gpsmon instances. * Fix Savannah bug #45270: serial driver does not work properly on pipes. * Fix Savannah bug #44648: GPSD won't build if CCFLAGS contains options that are only compatible with the cros1s-compiler. * Fix Savannah bug #45342: SConstruct generates wrong *.pc files. * Fix Savannah bug #46495: gpsd_poll may crash due to unitialized pointer (probably due to buggy FD_ISSET on host system). * Fix Savannah bug #46648: gpsd crashes and buffer overflow is reported when terminated. * Fix Savannah bug #46802: AIVDM to CSV is broken in some weird cases. * Fix Savannah bug #46804: JSON satellite view parsing is somewhat broken. * Tue Aug 09 2016 lnussel@suse.de - use pkgconfig(udev) to always allow using udev-mini * Mon Aug 08 2016 benoit.monin@gmx.fr - add pps-tools-devel as BuildRequires to enable kernel PPS * Mon Aug 01 2016 lnussel@suse.de - use pkg-config to figure out udevdir. Fixes bootstrapping with udev-mini * Tue Nov 24 2015 joop.boonen@opensuse.org - Added missing requirements %{libgps} and %{libQgps} for devel package * Sun Nov 08 2015 p.drouand@gmail.com - Update to version 3.15 * Fix a rare crash bug related to devices becomin inaccessible while timed out. * Accept NMEA 4.1 GSV sententences with the trailing signal-ID field. * Fixed incorrect decode of south latitudes in AIS Type 17 messages. * splint has been retired; this removes almost 2KLOC of annotations. * chrpath is no longer a build dependency. Corrected Beidou/QZNSS display in the Python clients so the graphics don't look like SBAS. - Changes from version 3.14 * Skyview support for the Beidou and QZSS constellations in the NMEA0183 driver. * ntpmon rename to ntpshmmon - it doesn't actually monitor NTP itself. * New HOWTO on the website: "Introduction to Time Service". - Remove gpsd-3.13-ntpshm.patch; fixed on upstream release * Sat Mar 07 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 2015 p.drouand@gmail.com - Update to version 3.11 * A bug that prevented track interpolation has been fixed. * We now get vertical error position and speed estimates from the u-blox driver rather than having to interpolate them. * Some unusual AIS talker IDs (NMEA 4.0 station classes) are supported. * chrpath is no longer a dependency for building and testing, and now defaults to 'no'. * Full systemd support. * Fixes for handling large PPS offsets. * Improved recovery from device flakeouts, gpsmon argument parsing. - Disable chrpath * Tue Nov 25 2014 dl8fcl@darc.de - Added python-gpsd requires for gpsd-clients
/usr/bin/gpsctl /usr/lib/systemd/system/gpsd.service /usr/lib/systemd/system/gpsd.socket /usr/lib/systemd/system/gpsdctl@.service /usr/lib/udev/gpsd.sh /usr/lib/udev/rules.d/51-gpsd.rules /usr/sbin/gpsd /usr/sbin/gpsdctl /usr/sbin/rcgpsd /usr/share/doc/packages/gpsd /usr/share/doc/packages/gpsd/COPYING /usr/share/doc/packages/gpsd/README /usr/share/fillup-templates/sysconfig.gpsd /usr/share/man/man1/gpsctl.1.gz /usr/share/man/man8/gpsd.8.gz /usr/share/man/man8/gpsdctl.8.gz /usr/share/man/man8/gpsinit.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:54:43 2024