Package Release Info

gpsd-3.17-bp150.2.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gpsd
gpsd-clients
gpsd-devel
libgps23
libQgpsmm23
python2-gpsd
python3-gpsd

Change Logs

* 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
Version: 3.15-2.1
* 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
* Mon Oct 06 2014 crrodriguez@opensuse.org
- Respect CFLAGS and CXXFLAGS.
- Use fvisibility-inlines-hidden to build C++ code, note
  that the build system is buggy and uses CFLAGS and CXXFLAGS
  for the same purpose.
- Remove xorg libs buildrequires, they are never directly used.
* Mon Dec 09 2013 opensuse@dstoecker.de
- update to version 3.10
  AIS: Adds gps2udp, an AIS data relay, split24 option supports
  passing through Type 24 halves; support for Inland AIS; "scaled" no
  longer controls dumping of controlled-vocabulary fields; instead,
  the're always dumped numerically and as text, with text in an
  attribute name generated by appending "_text" to the name of the
  base attribute. The packetizer's handling of write boundaries not
  coinciding with packet boundaries is improved.  Better support for
  mode and speed switching in the UBX driver.  PPS message now ships
  nsec. PPS events are visible in gpsmon. Time-reporting fix to TSIP.
* Wed Nov 20 2013 suse@bugs.jan.ritzerfeld.org
- Fixed typo in udev rule (bnc#848936)
* Mon Oct 28 2013 p.drouand@gmail.com
- Update to version 3.9
  + Note to packagers: this is an urgent release that fixes a possible
    DoS or security hole!  Armor the AIS driver against an implausible
    overrun attack.  A (different) fix for our first malformed-packet
    crash since about 2007. Minor improvements to the NMEA2000
    driver. New FAQ entry on how to know WAAS/EGNOS is working.
  + New -u and -uu options enable usec timestamps on gpspipe output.
  For more please read usr/share/doc/packages/gpsd/NEWS
- Clean specfile and remove AUTHORS section
* Wed Oct 17 2012 fcrozat@suse.com
- Fix build and adapt udev rule to new udev location.
* Mon Apr 23 2012 opensuse@dstoecker.de
- update to gpsd version 3.5
* Fri Dec 02 2011 coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
* Sat Oct 15 2011 andrea.turrini@gmail.com
- fixed typos in gpsd.spec
* Sat May 14 2011 dmueller@suse.de
- move libgpsd.so.0 from the shlib subpackage to the main package,
  as it fileconflicts with other versions of it. the library is
  internal only anyway.
* Sat Apr 30 2011 jw@novell.com
- gpsd-devel depends on python-gpsd too.
* Mon Apr 04 2011 devel@navlost.eu
- Update to version 2.96:
  + Bumped maximum channel count to 32 to accommodate GPS+GLONASS devices.
  + API version bumped to 5, redesign finished (changes are documented
    in the Client HOWTO).
  + cgps now handles resize signals.
  + Code can now link with uClibc for embedded use.
  + Various bugs in the C++ binding have been fixed.
  + gpxlogger can now daemonize and write to a specified log file.
  + A gpsd client can now set any locale it likes, and JSON
    will still be parsed using the C locale matching the daemon's.
  + Clients are no longer required to define a gpsd_report() hook.
  + gpsd no longer emits probe strings to unidentified USB devices at startup.
  + JSON timestamps in TPV and SKY are now ISO8601 rather than seconds since
    the Unix epoch; the library handles the older style backward-compatibly.
  + GPGST sentences are now parsed for noise statistics when a device emits
    them.
  + AIS and RTCM2 JSON dumps have device fields.
  + JSON reports now include 50bps subframe data if the device allows access to
    it.
  + gpsdecode can now dump NMEA GPS binary, and subframe data to JSON.
  + The RTCM2 code now understands and  analyzes RTCM2.3 messages 13,
    14, and 31, and has been checked against another analyzer.
  + The ancient Sager dump format for RTCM2 is abolished in favor of a JSON
    profile.
* Tue Oct 26 2010 jreuter@novell.com
- Move udev rules from /etc/udev/rules.d to /lib/udev/rules.d
- Update to version 2.95:
  + Rationalize clearing and generation of DOPs
  + cgps now displays epx/epy rather than eph
  + Speed is now always reported if our last two fixes were good
  + Reading packets from UDP datagrams by specifying a listening
    address and port is now supported
  + AIS code now interprets message type 6 and 8 application IDs
    correctly as a Designated Area Code and Functional ID pair
  + gpspipe has a new -T option for setting the timestamp format
  + xgpsspeed is completely rewritten in Python
  + Qt bindings for the client library
  + gpsdcode now uses | as a field separator in -c mode, as string
    fields can contain commas
  + Corrected error for reporting of AIS rate-of-turn fields
- Changes of version 2.94:
  + Error-checking in the 50bps subframe code has been greatly
    improved
  + The Garmin GPS driver can now use libusb for device discovery
  + The libgps library has been split apart; the service functions
    used by the daemon now live in libgpsd
  + Stronger checking for valid ephemeris before extracting the
    leap-second offset
- Changes of version 2.93:
  + Support for JSON dumping and parsing of AIS message types 25 and 26
  + Removing non-streaming mode from the Python exerciser
  + Unsetting the appropriate in-use flag in the device array
  + Change the libgps default from old protocol to JSON
  + Add a close() method to the C++ binding
  + Try to recover better from sporadic cases of false matches to
    Trimble packet format from a SiRF binary datastream
  + gps_poll() now returns -1 with errno not set when the gpsd
    socket closes
  + TPV now refrains from reporting fields the fix quality won't support
  + gpsmon option for listing device types is now -L to -l can be used
    to enable logging
  + Documentation updates
  + New POLL command brings back polling-mode operation
  + gpsd no longer eats CPU when a device is unexpectedly uplugged
  + Support for the TNT revolution is back (run mode only)
  + There is now a gpsdfake diagnostic tool that fakes being gpsd shipping
    arbitrary specified data to clients.
* Sat Mar 27 2010 vuntz@opensuse.org
- Update to version 2.92:
  + Fix a packaging error: the python library module was omitted
    from the 2.91 tarball.
  + Improve the json import test.
- Changes from version 2.91:
  + We have support for NMEA GLONASS sentences, and a regression
    test.
  + Clients now get a DEVICE notification on every driver switch.
  + It is possible to specify a TCP/IP AIS feed such as AISHub as a
    data source.
  + Serious bitrot in the NTRIP support has been fixed - it was
    probably nonfunctional for several releases before this.
  + Fixed buggy display of satellite-used flags in cgps.
  + xgps is replaced by a rewrite in Python that uses pygtk,
    eliminating a dependency on Motif; also, it now displays AIS
    information.
  + Uniform treatment of display-unit defaulting and -u in xgps,
    cgps, and lcdgps.
  + Support for AIS message types 25 and 26.
  + Support for IPv6.
  + A numeric instability in the earth_distance() function
    affecting track error modeling has been fixed.
  + Old protocol has been removed from the daemon; the library
    still speaks it.
- Drop openmotif, openmotif-devel BuildRequires.
- Add xorg-x11-devel, xorg-x11-libXpm-devel BuildRequires.
- Add gpsd-fix-python-install.patch to fix installation of the
  python bindings.
- Add python-gtk Requires to gpsd-clients subpackage as xgps now
  depends on it.
- Use a valid group for the devel subpackage.
- Do not manually strip executables: this will be done by the build
  service.
* Fri Feb 12 2010 jreuter@novell.com
- Add missing dependency to python-curses for devel package (bnc#574584)
- Add another Cyprus GPS USB id (bnc#574584)
* Fri Dec 18 2009 seife@opensuse.org
- fix udev warnings "SYSFS is deprecated"