Accepting request 346026 from Application:Geo
1 OBS-URL: https://build.opensuse.org/request/show/346026 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=38
This commit is contained in:
commit
1c5d5765cd
@ -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
|
||||
|
@ -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
3
gpsd-3.15.tar.gz
Normal 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
BIN
gpsd-3.15.tar.gz.sig
Normal file
Binary file not shown.
23
gpsd.changes
23
gpsd.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 24 09:58:15 UTC 2015 - joop.boonen@opensuse.org
|
||||
|
||||
- Added missing requirements %{libgps} and %{libQgps} for devel package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
11
gpsd.spec
11
gpsd.spec
@ -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
|
||||
@ -85,6 +84,8 @@ and replugged.
|
||||
%package devel
|
||||
Summary: Client libraries in C and Python for talking to a running gpsd or GPS
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{libQgps}
|
||||
Requires: %{libgps}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: pkgconfig
|
||||
Requires: python-curses
|
||||
@ -143,7 +144,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 +234,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 +262,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 +282,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 +292,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcgpsd
|
||||
%{_bindir}/gpspipe
|
||||
%{_bindir}/gps2udp
|
||||
%{_bindir}/gpxlogger
|
||||
%{_bindir}/ntpshmmon
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/pixmaps/*.xpm
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user