Accepting request 281450 from home:posophe:branches:Application:Geo
Update OBS-URL: https://build.opensuse.org/request/show/281450 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=87
This commit is contained in:
parent
66d3801952
commit
8d348b10dc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:706fc2c1cf3dfbf87c941f543381bccc9c4dc9f8240eec407dcbf2f70b854320
|
||||
size 1566622
|
3
gpsd-3.11.tar.gz
Normal file
3
gpsd-3.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed66c6b6b1e2b4951de2c0b2399c22f77fe9f5927ef6b948dd8eb023ff53b7ee
|
||||
size 1579600
|
15
gpsd.changes
15
gpsd.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 20:03:35 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 3.11
|
||||
* A bug that prevented track interpolation has been fixed.
|
||||
* We now get vertical error position and speed estimates from the
|
||||
u-blox driver rather than having to interpolate them.
|
||||
* Some unusual AIS talker IDs (NMEA 4.0 station classes) are supported.
|
||||
* chrpath is no longer a dependency for building and testing, and
|
||||
now defaults to 'no'.
|
||||
* Full systemd support.
|
||||
* Fixes for handling large PPS offsets.
|
||||
* Improved recovery from device flakeouts, gpsmon argument parsing.
|
||||
- Disable chrpath
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 25 11:48:06 UTC 2014 - dl8fcl@darc.de
|
||||
|
||||
|
11
gpsd.spec
11
gpsd.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gpsd
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@ -27,7 +27,7 @@ Summary: Service daemon for mediating access to a GPS
|
||||
License: BSD-3-Clause
|
||||
Group: Hardware/Other
|
||||
Url: http://www.catb.org/gpsd/
|
||||
Version: 3.10
|
||||
Version: 3.11
|
||||
Release: 0
|
||||
%define libgps libgps21
|
||||
%define libQgps libQgpsmm21
|
||||
@ -142,6 +142,9 @@ can run on a serial terminal or terminal emulator.
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
# don't set RPATH
|
||||
sed -i 's|env.Prepend.*RPATH.*|pass #\0|' SConstruct
|
||||
|
||||
%build
|
||||
export CFLAGS="%optflags -fvisibility-inlines-hidden"
|
||||
export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
|
||||
@ -170,7 +173,7 @@ install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/applications/
|
||||
%suse_update_desktop_file xgps
|
||||
# save some space, create symlinks
|
||||
%fdupes -s %buildroot
|
||||
chrpath -r %{_libdir} %{buildroot}%{python_sitearch}/gps/*.so
|
||||
#chrpath -r %{_libdir} %{buildroot}%{python_sitearch}/gps/*.so
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
@ -256,9 +259,7 @@ chrpath -r %{_libdir} %{buildroot}%{python_sitearch}/gps/*.so
|
||||
%{_bindir}/gpsmon
|
||||
%{_bindir}/gpspipe
|
||||
%{_bindir}/gps2udp
|
||||
%if 0%{?suse_version} > 1020
|
||||
%{_bindir}/gpxlogger
|
||||
%endif
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/pixmaps/*.xpm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user