09f428be86
- 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 - Refresh gpsd-fix-shebang.patch OBS-URL: https://build.opensuse.org/request/show/543894 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=107
11 lines
292 B
Diff
11 lines
292 B
Diff
Index: gpsd-3.17/gps/gps.py
|
|
===================================================================
|
|
--- gpsd-3.17.orig/gps/gps.py
|
|
+++ gpsd-3.17/gps/gps.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/python
|
|
# -*- coding: utf-8 -*-
|
|
#
|
|
# This file is Copyright (c) 2010 by the GPSD project
|