summaryrefslogtreecommitdiff
path: root/gpsd.spec.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-07-23 15:20:02 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-07-23 15:20:02 +0000
commitcdb59152fc92dd7a78153335a5815bb57d71c7ac (patch)
tree79792809b090809582855b10e8a5f45e61b3ea5b /gpsd.spec.in
parent2e84770dd6d284a35fa638584aa035a563acb8e8 (diff)
downloadgpsd-cdb59152fc92dd7a78153335a5815bb57d71c7ac.tar.gz
The -d option is no longer necessary.
DGPSIP and NTRIP URLS are recognized when they occur in arguments. Currently only a single such source is allowed.
Diffstat (limited to 'gpsd.spec.in')
-rw-r--r--gpsd.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpsd.spec.in b/gpsd.spec.in
index 6e12d3ef..a5a4cee3 100644
--- a/gpsd.spec.in
+++ b/gpsd.spec.in
@@ -147,7 +147,8 @@ cp gps.py gpsfake.py "$RPM_BUILD_ROOT"%{_libdir}/python${PYVERSION}/site-package
* Wed Jul 12 2006 Eric S. Raymond <esr@golux.thyrsus.com> - @VERSION@-1
- Fix for byte-swapping of Zodiac control messages on big-endian hardware,
thanks to Juha Nurmela. Disable iTalk by default and note that it needs
- to be tested.
+ to be tested. Command line arguments can now be DGPSIP or NTRIP URLs;
+ -d is deprecated.
* Fri Jun 9 2006 Eric S. Raymond <esr@snark.thyrsus.com> - 2.33-1
- Fix bad unit conversion in V output. Clean up some man-page messes.