diff --git a/gpsd.changes b/gpsd.changes index a692ccf..ae8b8cc 100644 --- a/gpsd.changes +++ b/gpsd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 12 16:03:58 UTC 2010 - jreuter@novell.com + +- Add missing dependency to python-curses for devel package (bnc#574584) +- Add another Cyprus GPS USB id (bnc#574584) + ------------------------------------------------------------------- Fri Dec 18 16:22:14 UTC 2009 - seife@opensuse.org diff --git a/gpsd.spec b/gpsd.spec index a11f56b..5c07066 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -24,7 +24,7 @@ License: BSD3c(or similar) Url: http://gpsd.berlios.de/ Group: Hardware/Other Version: 2.90 -Release: 1 +Release: 2 %define libgps libgps19 Requires: udev PreReq: coreutils %fillup_prereq @@ -83,7 +83,7 @@ License: BSD3c(or similar) Summary: Client libraries in C and Python for talking to a running gpsd or GPS Group: Development/Libraries Requires: %name = %version -Requires: pkgconfig +Requires: pkgconfig, python-curses %description devel This package provides C header files for the gpsd shared libraries that diff --git a/rules.gpsd b/rules.gpsd index db3eeee..b613fc2 100644 --- a/rules.gpsd +++ b/rules.gpsd @@ -12,6 +12,7 @@ KERNEL=="ttyUSB*", ATTR{idVendor}=="067b", ATTR{idProduct}=="2303", RUN="/lib/ud KERNEL=="ttyUSB*", ATTR{idVendor}=="0403", ATTR{idProduct}=="6001", RUN="/lib/udev/gpsd.sh" # "Cypress M8/CY7C64013 (DeLorme uses these)" KERNEL=="ttyUSB*", ATTR{idVendor}=="1163", ATTR{idProduct}=="0100", RUN="/lib/udev/gpsd.sh" +KERNEL=="ttyUSB*", ATTR{idVendor}=="1163", ATTR{idProduct}=="0200", RUN="/lib/udev/gpsd.sh" # "PS-360 OEM (Microsoft GPS sold with Street and Trips 2005)" KERNEL=="ttyUSB*", ATTR{idVendor}=="067b", ATTR{idProduct}=="aaa0", RUN="/lib/udev/gpsd.sh" # SiRF Star III 20ch Gmouse GPS (a.k.a Cygnal Integrated Products, Inc.)