Accepting request 32615 from Application:Geo
Copy from Application:Geo/gpsd based on submit request 32615 from user jreuter OBS-URL: https://build.opensuse.org/request/show/32615 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=11
This commit is contained in:
parent
701eed6fa6
commit
3fc065dcfd
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.)
|
||||
|
Loading…
Reference in New Issue
Block a user