rpms/gpsd/FC-5 gpsd.spec,1.2,1.3

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Wed Apr 19 19:48:13 UTC 2006


Author: mtruch

Update of /cvs/extras/rpms/gpsd/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29365/FC-5

Modified Files:
	gpsd.spec 
Log Message:
Don't enable tnt gps driver as it causes havoc.  See bug 189220.



Index: gpsd.spec
===================================================================
RCS file: /cvs/extras/rpms/gpsd/FC-5/gpsd.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gpsd.spec	13 Apr 2006 22:20:54 -0000	1.2
+++ gpsd.spec	19 Apr 2006 19:48:12 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           gpsd
 Version:        2.32
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Service daemon for mediating access to a GPS
 
 Group:          System Environment/Daemons
@@ -57,7 +57,7 @@
 %setup -q
 
 %build
-%configure --enable-tnt --enable-dbus --disable-static
+%configure --enable-dbus --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -146,6 +146,10 @@
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Wed Apr 19 2006 Matthew Truch <matt at truch.net> - 2.32-5
+- Don't --enable-tnt in build as it causes some gpses to not work
+  properly with sattelite view mode.  See bugzilla bug 189220.
+
 * Thu Apr 13 2006 Matthew Truch <matt at truch.net> - 2.32-4
 - Add dbus-glib to BuildRequires as needed for build.
 




More information about the scm-commits mailing list