SHA256
1
0
forked from pool/gpsd

Accepting request 343002 from home:posophe:branches:Application:Geo

update

OBS-URL: https://build.opensuse.org/request/show/343002
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=91
This commit is contained in:
Martin Pluskal 2015-11-08 15:00:15 +00:00 committed by Git OBS Bridge
parent 5bcbdd0276
commit d4ff4235be
7 changed files with 24 additions and 34 deletions

View File

@ -1,25 +0,0 @@
From 861d148321aafa3f7dadb1da4f507da83ba2f846 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Thu, 26 Feb 2015 17:39:23 -0500
Subject: [PATCH] ntpshm: fix status type
---
ntpshm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ntpshm.h b/ntpshm.h
index c8cd3b6..45648a8 100644
--- a/ntpshm.h
+++ b/ntpshm.h
@@ -60,7 +60,7 @@ enum segstat_t {
OK, NO_SEGMENT, NOT_READY, BAD_MODE, CLASH};
struct shm_stat_t {
- int status;
+ enum segstat_t status;
struct timespec tvc, tvr, tvt;
int precision;
int leap;
--
2.3.0

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d30bbe31ef9f89d2c281197c64204bcff255883462318250f913444ae00874c1
size 1382857

Binary file not shown.

3
gpsd-3.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81c89e271ae112313e68655ab30d227bc38fe7841ffbff0f1860b12a9d7696ea
size 1410534

BIN
gpsd-3.15.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Nov 8 14:43:27 UTC 2015 - p.drouand@gmail.com
- Update to version 3.15
* Fix a rare crash bug related to devices becomin inaccessible
while timed out.
* Accept NMEA 4.1 GSV sententences with the trailing signal-ID field.
* Fixed incorrect decode of south latitudes in AIS Type 17 messages.
* splint has been retired; this removes almost 2KLOC of annotations.
* chrpath is no longer a build dependency. Corrected Beidou/QZNSS display
in the Python clients so the graphics don't look like SBAS.
- Changes from version 3.14
* Skyview support for the Beidou and QZSS constellations in the
NMEA0183 driver.
* ntpmon rename to ntpshmmon - it doesn't actually monitor NTP itself.
* New HOWTO on the website: "Introduction to Time Service".
- Remove gpsd-3.13-ntpshm.patch; fixed on upstream release
-------------------------------------------------------------------
Sat Mar 7 12:13:48 UTC 2015 - mpluskal@suse.com

View File

@ -24,7 +24,7 @@
%define _udevdir /lib/udev/
%endif
Name: gpsd
Version: 3.13
Version: 3.15
Release: 0
Summary: Service daemon for mediating access to a GPS
License: BSD-3-Clause
@ -40,7 +40,6 @@ Source5: xgps.desktop
Source6: xgpsspeed.desktop
Source99: %{name}.keyring
Patch0: gpsd-fix-shebang.patch
Patch1: gpsd-3.13-ntpshm.patch
BuildRequires: bluez-devel
BuildRequires: chrpath
BuildRequires: dbus-1-glib-devel
@ -143,7 +142,6 @@ can run on a serial terminal or terminal emulator.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
# don't set RPATH
sed -i 's|env.Prepend.*RPATH.*|pass #\0|' SConstruct
@ -234,7 +232,6 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcgpsd
%{_sbindir}/gpsd
%{_sbindir}/gpsdctl
%{_bindir}/gpsctl
%{_libdir}/libgpsd.so.*
%{_localstatedir}/adm/fillup-templates/sysconfig.gpsd
%files -n %{libgps}
@ -263,7 +260,6 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcgpsd
%{_includedir}/gps.h
%{_includedir}/libgpsmm.h
%{_libdir}/libgps.so
%{_libdir}/libgpsd.so
%{_libdir}/libQgpsmm.so
%{_libdir}/libQgpsmm.prl
%{_libdir}/pkgconfig/libgps*.pc
@ -284,7 +280,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcgpsd
%{_mandir}/man?/gpspipe.*
%{_mandir}/man?/gpsmon.*
%{_mandir}/man?/gps2udp.*
%{_mandir}/man?/ntpmon.*
%{_mandir}/man?/ntpshmmon.*
%{_bindir}/gegps
%{_bindir}/xgps
%{_bindir}/xgpsspeed
@ -294,6 +290,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcgpsd
%{_bindir}/gpspipe
%{_bindir}/gps2udp
%{_bindir}/gpxlogger
%{_bindir}/ntpshmmon
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.xpm