Commit Graph

208 Commits

Author SHA1 Message Date
Miroslav Lichvar
c7ace6ec1b start after chrony 2011-08-23 13:27:07 +02:00
Miroslav Lichvar
6fd32297f7 package client-howto.txt 2011-08-23 13:27:07 +02:00
Miroslav Lichvar
25a3f1950b change service type to simple 2011-08-23 13:27:07 +02:00
Miroslav Lichvar
3b8ff12d03 fix PPS without -N 2011-08-23 13:27:07 +02:00
Miroslav Lichvar
fe424ae337 enable PPSAPI support 2011-08-23 13:27:07 +02:00
Miroslav Lichvar
5cec01412c update to 3.0 2011-08-23 13:27:07 +02:00
Miroslav Lichvar
24fbd88f58 don't set python_sitearch anymore 2011-08-22 16:38:50 +02:00
Miroslav Lichvar
aee5a18a67 fix permissions of systemd unit file 2011-08-10 17:02:11 +02:00
Miroslav Lichvar
3752cbcbde fix ldconfig scriptlets 2011-08-10 17:02:11 +02:00
Miroslav Lichvar
3b6428396e 2.95-7 2011-07-26 17:37:37 +02:00
Miroslav Lichvar
ec10d850f3 explicitly set USBAUTO=true in sysconfig file 2011-07-26 17:37:37 +02:00
Miroslav Lichvar
c06a19f9ff replace SysV initscript with systemd service (#717419) 2011-07-26 17:37:37 +02:00
Miroslav Lichvar
33666ceafa make -libs subpackage (#663124) 2011-07-26 16:51:43 +02:00
Dennis Gilmore
d08a7a4ba0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 23:54:14 -06:00
Jesse Keating
f6bd06e8df - Rebuilt for gcc bug 634757 2010-09-29 14:22:07 -07:00
Miroslav Lichvar
bf752c4e1f don't crash in gpscat when started without arguments (#633117) 2010-09-14 18:14:25 +02:00
Dan Horák
9561aace58 - no USB on s390(x) 2010-08-27 15:22:26 +02:00
Fedora Release Engineering
eedb193081 dist-git conversion 2010-07-28 16:58:01 +00:00
dmalcolm
15056580e4 - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 01:45:32 +00:00
Miroslav Lichvar
f58bfef12f - update to 2.95
- add /usr/sbin to PATH in gpsd.hotplug.wrapper
- pass sysconfig variables to gpsd started from udev
- enable libusb support
2010-07-15 15:49:28 +00:00
Miroslav Lichvar
861f81b1f3 - update to 2.94 (#556642) 2010-05-06 16:14:06 +00:00
Miroslav Lichvar
0e1ecc8b46 - don't use deprecated SYSFS{} in udev rules (#569089)
- fix init script LSB compliance
2010-03-02 17:00:43 +00:00
Miroslav Lichvar
079990867d - fix linking with --no-add-needed (#564662)
- use %%global macro instead of %%define
2010-02-15 12:08:55 +00:00
Bill Nottingham
8b4a6bf2f4 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:19:45 +00:00
Marek Mahut
1a8a9e6d8e RHBZ#505588: gpsd has a broken initscript that fails to launch daemon 2009-08-18 14:24:01 +00:00
Jesse Keating
9b90e5966e - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 01:20:42 +00:00
Tom Callaway
238ab070cc install gpsdclient.h, viking needs it 2009-03-31 15:48:00 +00:00
Douglas E. Warner
47ac566451 typo 2009-03-25 13:36:19 +00:00
Douglas E. Warner
fc4d28354f adding new man page 2009-03-25 13:26:38 +00:00
Douglas E. Warner
0045aaaebf updated build env in patch 2009-03-25 13:16:59 +00:00
Douglas E. Warner
3407026984 - adding patch to try to fix parallel make errors 2009-03-25 13:00:35 +00:00
Douglas E. Warner
a0112d6632 fixing date merge error 2009-03-19 18:36:13 +00:00
Douglas E. Warner
152b3d8ac1 - updating to 2.39
- fixed potential core dump in C client handling of "K" responses
- Made device hotplugging work again; had been broken by changes in udev
- Introduced major and minor API version symbols into the public interfaces
- The sirfmon utility is gone, replaced by gpsmon which does the same job
    for multiple GPS types
- Fixed a two-year old error in NMEA parsing that nobody noticed because
    its only effect was to trash VDOP values from GSA sentences, and gpsd
    computes those with an internal error model when they look wonky
- cgpxlogger has been merged into gpxlogger
- Speed-setting commands now allow parity and stop-bit setting if the GPS
    chipset and adaptor can support it
- Specfile and other packaging paraphenalia now live in a packaging
    subdirectory
- rtcmdecode becomes gpsdecode and can now de-armor and dump AIDVM packets
- The client library now work correctly in locales where the decimal
    separator is not a period
2009-03-19 18:32:51 +00:00
Douglas E. Warner
532b77d09c - updating to 2.38
- creating init script and sysconfig files
- migrating hotplug rules to udev + hotplug wrapper script from svn r5147
- updating pyexecdir patch
- fixing udev rule subsystem match
- Regression test load for RoyalTek RGM3800 and Blumax GPS-009 added
- Scaling on E error-estimate fields fixed to match O
- Listen on localhost only by default to avoid security problems; this can
    be overridden with the -G command-line option
- The packet-state machine can now recognize RTCM3 packets, though support
    is not yet complete
- Added support for ublox5 and mkt-3301 devices
- Add a wrapper around gpsd_hexdump to save CPU
- Lots of little fixes to various packet parsers
- Always keep the device open: "-n" is not optional any more
- xgpsspeed no longer depends on Motif
- gpsctl can now ship arbitrary payloads to a device; It's possible to send
    binary through the control channel with the new "&" command
- Experimental new driver for Novatel SuperStarII
- The 'g' mode switch command now requires, and returns, 'rtcm104v2' rather
    than 'rtcm104'; this is design forward for when RTCM104v2 is fully
    working
2009-03-16 13:54:41 +00:00
Jesse Keating
ea58a0bde3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 00:42:26 +00:00
Ignacio Vazquez-Abrams
4b00010191 Rebuild for Python 2.6 2008-11-29 16:37:10 +00:00
Douglas E. Warner
e7eb63db94 - moving gpspacket.so python lib to main package
- adding zero.patch to make ZEROIZE error go away on fedora 7
2008-03-20 00:46:42 +00:00
Douglas E. Warner
d26a0c919e - update to 2.37
- removed install-gpsd_config.h.patch
- installed pkgconfig files in devel package
- added patch to install python modules in sitearch
- removing rpath from inclucded libtool
- moving X11 app-defaults to datadir
- using macros for commands in install; using install instead of cp and
    mkdir
- cleaning up spaces/tabs for rpmlint
2008-02-28 18:51:06 +00:00
Jesse Keating
1e75d4c55a - Autorebuild for GCC 4.3 2008-02-19 23:59:36 +00:00
Matthew D Truch
7063353abd Patch Makefile to also install gpsd_config.h as needed by libgpsmm.h.
Redhat BZ 253433.
2007-08-19 13:19:27 +00:00
Matthew D Truch
a90605e055 Take 3. 2007-06-30 14:59:30 +00:00
Matthew D Truch
fe66ac5f95 Learn how to use search and replace. 2007-06-30 14:41:10 +00:00
Matthew D Truch
62f1ab8257 Fix desptop file and logo file name! 2007-06-30 14:33:14 +00:00
Matthew D Truch
66dbd6ef45 Include an icon for .desktop file entries. BZ 241428 2007-06-30 14:23:00 +00:00
Michael Schwendt
c9da9a54aa - Bump release for FE5 -> Fedora 7 upgrade path. 2007-03-20 19:59:05 +00:00
Matthew D Truch
33081cd061 BR python-devel instead of python to make this puppy build. 2007-02-28 02:49:39 +00:00
Matthew D Truch
e4d551d372 Upgrade to 2.34 Get rid of %%makeinstall (which was never needed) Possibly
fix hotplug issuses (BZ 219750) Use %%python_sitelib for python
    site-files stuff.
2007-02-28 02:33:12 +00:00
Matthew D Truch
f06810298d Gotta rebuild for the new python. 2006-12-09 22:33:58 +00:00
Matthew D Truch
70e6c31e5b Switch from openmotif to lesstif. I am not able to fully test functionality
of the client in rawhide, but I think it is better to have a partially
    functional gpsd and gpsd-clients rather than the non-functional failed
    dependancy packages that are out there now.
2006-09-26 21:43:41 +00:00
Matthew D Truch
699bd46729 Rebuild for FC6. 2006-08-28 11:16:33 +00:00