Hello community, here is the log from the commit of package gpsd for openSUSE:Factory checked in at Thu Apr 14 14:38:24 CEST 2011.
-------- --- gpsd/gpsd.changes 2010-10-26 15:31:46.000000000 +0200 +++ gpsd/gpsd.changes 2011-04-04 15:17:11.000000000 +0200 @@ -1,0 +2,28 @@ +Mon Apr 4 13:10:41 UTC 2011 - de...@navlost.eu + +- Update to version 2.96: + + Bumped maximum channel count to 32 to accommodate GPS+GLONASS devices. + + API version bumped to 5, redesign finished (changes are documented + in the Client HOWTO). + + cgps now handles resize signals. + + Code can now link with uClibc for embedded use. + + Various bugs in the C++ binding have been fixed. + + gpxlogger can now daemonize and write to a specified log file. + + A gpsd client can now set any locale it likes, and JSON + will still be parsed using the C locale matching the daemon's. + + Clients are no longer required to define a gpsd_report() hook. + + gpsd no longer emits probe strings to unidentified USB devices at startup. + + JSON timestamps in TPV and SKY are now ISO8601 rather than seconds since + the Unix epoch; the library handles the older style backward-compatibly. + + GPGST sentences are now parsed for noise statistics when a device emits + them. + + AIS and RTCM2 JSON dumps have device fields. + + JSON reports now include 50bps subframe data if the device allows access to + it. + + gpsdecode can now dump NMEA GPS binary, and subframe data to JSON. + + The RTCM2 code now understands and analyzes RTCM2.3 messages 13, + 14, and 31, and has been checked against another analyzer. + + The ancient Sager dump format for RTCM2 is abolished in favor of a JSON + profile. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gpsd-2.95.tar.bz2 New: ---- gpsd-2.96.tar.bz2 gpsd-fix-pythondir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpsd.spec ++++++ --- /var/tmp/diff_new_pack.YwCm7b/_old 2011-04-14 14:34:40.000000000 +0200 +++ /var/tmp/diff_new_pack.YwCm7b/_new 2011-04-14 14:34:40.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package gpsd (Version 2.95) +# spec file for package gpsd # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,9 +23,9 @@ License: BSD3c(or similar) Url: http://gpsd.berlios.de/ Group: Hardware/Other -Version: 2.95 +Version: 2.96 Release: 1 -%define libgps libgps19 +%define libgps libgps20 Requires: udev PreReq: coreutils %fillup_prereq BuildRequires: gcc-c++ ncurses-devel python-devel udev update-desktop-files xmlto xorg-x11-devel xorg-x11-libXpm-devel @@ -41,6 +41,7 @@ Source5: xgps.desktop Source6: xgpsspeed.desktop Patch0: gpsd-fix-shebang.patch +Patch1: gpsd-fix-pythondir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} > 1110 %else @@ -106,7 +107,7 @@ Ville Nuorvala <vnuor...@tcs.hut.fi> -%package -n libgps19 +%package -n libgps20 License: BSD3c(or similar) Summary: Shared library for GPS applications Group: Development/Libraries/Python @@ -187,6 +188,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %configure --disable-static \ @@ -253,7 +255,6 @@ %{_mandir}/man?/gpsfake.* %{_mandir}/man?/gpscat.* %{_mandir}/man?/libgps*.* -%{_mandir}/man?/rtcm-104.* %{_mandir}/man?/srec.* %{_mandir}/man?/gpsdecode.* %{_mandir}/man?/gpsprof.* ++++++ gpsd-2.95.tar.bz2 -> gpsd-2.96.tar.bz2 ++++++ ++++ 86034 lines of diff (skipped) ++++++ gpsd-fix-pythondir.patch ++++++ diff --git a/Makefile.am b/Makefile.am index 71860dc..9af87df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,7 @@ PYTHONMODULES_DIST = gps/__init__.py gps/misc.py gps/fake.py gps/gps.py gps/clie PYTHONPAGES_DIST = gpsprof.1 gpsfake.1 gpscat.1 xgpsspeed.1 xgps.1 if HAVE_PYTHON -pyexec_PYTHON = gpscap.py +python_PYTHON = gpscap.py PYTHONPAGES = $(PYTHONPAGES_DIST) endif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org