From f53d3e0af899fab1d1bd06c0a686017aea2a5ce6 Mon Sep 17 00:00:00 2001 From: Matthew D Truch Date: Wed, 19 Apr 2006 19:48:13 +0000 Subject: [PATCH] Don't enable tnt gps driver as it causes havoc. See bug 189220. --- gpsd.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gpsd.spec b/gpsd.spec index 04c90ad..45a86d3 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -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 @@ can run on a serial terminal or terminal emulator. %setup -q %build -%configure --enable-tnt --enable-dbus --disable-static +%configure --enable-dbus --disable-static make %{?_smp_mflags} %install @@ -146,6 +146,10 @@ rm -rf %{buildroot} %{_datadir}/applications/*.desktop %changelog +* Wed Apr 19 2006 Matthew Truch - 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 - 2.32-4 - Add dbus-glib to BuildRequires as needed for build.