103 Commits

Author SHA256 Message Date
Dominique Leuenberger
3554042288 Accepting request 785632 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/785632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=51
2020-03-19 18:46:23 +00:00
Martin Pluskal
3c286260bb Accepting request 785617 from home:scarabeus_iv:branches:Application:Geo
- Allow building without python2 available

OBS-URL: https://build.opensuse.org/request/show/785617
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=130
2020-03-16 13:22:12 +00:00
Dominique Leuenberger
ee68b17ff8 Accepting request 733991 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/733991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=50
2019-10-07 11:38:06 +00:00
Martin Pluskal
bc6a45feb2 Accepting request 733841 from home:cgiboudeaux:branches:Application:Geo
- Add 0001-Make-sure-Qgpsmm.pc-is-usable.patch to fix the bogus values
  in qgpsmm.pc
- Update the URLs

OBS-URL: https://build.opensuse.org/request/show/733841
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=128
2019-09-30 06:48:53 +00:00
Dominique Leuenberger
88b155dca0 Accepting request 731653 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/731653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=49
2019-09-24 23:16:04 +00:00
Dirk Stoecker
818da8daf7 Accepting request 731583 from home:adkorte:branches:openSUSE:Factory
- Update to version 3.19
  * Rearrange rawdata_t.  Bump the API because gps_data_t changed.
  * Report sequence-ID fields in type 7 and 13 AIS messages.
  * Preliminary support for SiRFstar V
  * Improve error modeling.
  * Update pseudo NMEA to v3.0, with fractional time.
  * Improve cycle detection, mostly for NMEA.
  * Move epe from gps_data_t to be near its friends in gps_fix_t.
  * Preliminary u-blox 9 support.
  * Add qErr in gps_data_t to store PPS quantization error.
  * Add Android (AOSP) support
  * Improved multi gnss and multi signal support.
  * NMEA 4.10 multi gnss multi signal support.
  * The arguments to "ubxtool -p P" have been expanded and changed.
  * New options, -g, -x, -z, added to ubxtool for u-blox 9 support.
- Drop gpsd-declaration-in-for-loop.patch

OBS-URL: https://build.opensuse.org/request/show/731583
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=126
2019-09-18 07:38:15 +00:00
Dominique Leuenberger
268d89a6e4 Accepting request 657406 from Application:Geo
- Correct flag to disable stripping (nostrip=True)
- Add gpsd-declaration-in-for-loop.patch to remove c99 construction
  (backport from upstream), fixes building for Leap-42.3
- Upstream changed location of gpsd in systemd gpsd.service file
  (change it back to {_sbindir})
- Update to version 3.18.1
  * Fix some installation issues.
  * A few minor updates to ubxtool and driver_ubx.
  * Add contrib/skyview2svg
- Update to version 3.18.0
  * Add ECEF support to ievermore, italk,Skytraq, SiRF, U-blox drivers.
  * Add ECEF support to JSON, cgps and xgps.
  * Add GREIS (Javad) driver from Virgin Orbit.
  * Add CLI tools zerk and ubxtool to manage JAVAD and u-blox GPS.
  * Add gnssid:svid to satellite_t, cgps and xgps.  PRN will die.
  * Add gnssid:svid to JSON, cgps and xgps.
  * Add stricter version checking (more to todo).
  * More and better regression tests.
  * Better Python dependency checking, at build time and runtime.
  * Fix several buffer issues.
  * New polar plots, and improved statistice, in gpsprof.
  * gpsd master/slave mode works, first time ever.
  * All isnan() changed to !isfinite(), fixing many bugs.
  * Client-side Python libraries may automatically reconnect
  * Too many other bug fixes and improvements to mention.
  * Over 1,000 commits from 46 different commiters.
- Update to version 3.17.0
  * Repair support for non-NMEA devices requring active probing
    (e.g. Garmin USB GPSes).
  * Fix a SiRF driver bug that occasionally confused NTP.
  * Support for Spectratime iSync GRClok and LNRClok oscillators.
  * gpxlogger can reconnect when the GPS loses the fix.
  * xgps and xgpsspeed moved to python-gi, getting shut of the
    deprecated pygtk2 bindings.
  * Default mode for xgpsspeed is now the more interesting nautical
    display.
  * gpsmon includes the hostname with the device display.
    gpsprof now has centimeter precision.
- Remove patch:
  * gpsd-python3.patch (not longer needed)
- Update gpsd.keyring (old key 8C6C738D got superseeded by 0C898D47 )

OBS-URL: https://build.opensuse.org/request/show/657406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=48
2018-12-19 12:29:57 +00:00
Martin Pluskal
2fc4434df0 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=124 2018-12-12 08:35:28 +00:00
Martin Pluskal
837d657667 Accepting request 656930 from home:adkorte:branches:Application:Geo
- Correct flag to disable stripping (nostrip=True)
- Add gpsd-declaration-in-for-loop.patch to remove c99 construction
  (backport from upstream)
- Upstream changed location of gpsd in systemd gpsd.service file
  (change it back to {_sbindir})

OBS-URL: https://build.opensuse.org/request/show/656930
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=123
2018-12-12 08:34:43 +00:00
Martin Pluskal
cdbb3dd43a Accepting request 651645 from home:mnhauke
- Update to version 3.18.1
  * Fix some installation issues.
  * A few minor updates to ubxtool and driver_ubx.
  * Add contrib/skyview2svg
- Update to version 3.18.0
  * Add ECEF support to ievermore, italk,Skytraq, SiRF, U-blox drivers.
  * Add ECEF support to JSON, cgps and xgps.
  * Add GREIS (Javad) driver from Virgin Orbit.
  * Add CLI tools zerk and ubxtool to manage JAVAD and u-blox GPS.
  * Add gnssid:svid to satellite_t, cgps and xgps.  PRN will die.
  * Add gnssid:svid to JSON, cgps and xgps.
  * Add stricter version checking (more to todo).
  * More and better regression tests.
  * Better Python dependency checking, at build time and runtime.
  * Fix several buffer issues.
  * New polar plots, and improved statistice, in gpsprof.
  * gpsd master/slave mode works, first time ever.
  * All isnan() changed to !isfinite(), fixing many bugs.
  * Client-side Python libraries may automatically reconnect
  * Too many other bug fixes and improvements to mention.
  * Over 1,000 commits from 46 different commiters.
- Update to version 3.17.0
  * Repair support for non-NMEA devices requring active probing
    (e.g. Garmin USB GPSes).
  * Fix a SiRF driver bug that occasionally confused NTP.
  * Support for Spectratime iSync GRClok and LNRClok oscillators.
  * gpxlogger can reconnect when the GPS loses the fix.
  * xgps and xgpsspeed moved to python-gi, getting shut of the
    deprecated pygtk2 bindings.
  * Default mode for xgpsspeed is now the more interesting nautical

OBS-URL: https://build.opensuse.org/request/show/651645
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=122
2018-11-26 08:50:36 +00:00
Dominique Leuenberger
9e8ee73c42 Accepting request 619549 from Application:Geo
- Fix requires for gpsd-clients
- Cleanup spec file a bit

- Require python3 versions for packages importing python modules, all
  scripts use python3 as interpreter.

OBS-URL: https://build.opensuse.org/request/show/619549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=47
2018-07-04 21:52:23 +00:00
Martin Pluskal
765d0f3661 - Fix requires for gpsd-clients
- Cleanup spec file a bit

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=120
2018-06-28 08:03:45 +00:00
Martin Pluskal
bc6e0007c4 Accepting request 618745 from home:StefanBruens:branches:Application:Geo
- Correct Requires for gpsd-clients subpackage

OBS-URL: https://build.opensuse.org/request/show/618745
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=119
2018-06-25 06:58:43 +00:00
Martin Pluskal
dc04b5eb80 Accepting request 617119 from home:StefanBruens:branches:Application:Geo
- Require python3 versions for packages importing python modules, all
  scripts use python3 as interpreter.
- Fix building on Leap 42.x, python2_sitearch is defined in
  python-rpm-macros

OBS-URL: https://build.opensuse.org/request/show/617119
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=118
2018-06-19 07:31:28 +00:00
Dominique Leuenberger
4881959c15 Accepting request 547419 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/547419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=46
2017-12-08 11:48:23 +00:00
Martin Pluskal
b5817e759b Accepting request 547281 from home:mimi_vx:branches:Application:Geo
remove qt devel subpackage

OBS-URL: https://build.opensuse.org/request/show/547281
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=116
2017-12-02 06:57:35 +00:00
Martin Pluskal
514617b0cd OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=115 2017-12-01 15:12:32 +00:00
Martin Pluskal
4e919f4c40 Accepting request 547148 from home:mimi_vx:branches:Application:Geo
- build with Qt5
- refreshed gpsd-python3.patch
- Qt5 bindings in own subpackage (include own -devel)

OBS-URL: https://build.opensuse.org/request/show/547148
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=114
2017-12-01 15:10:40 +00:00
Dominique Leuenberger
774c102dc4 Accepting request 546210 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/546210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=45
2017-11-29 09:50:50 +00:00
Martin Pluskal
3dfb313ec3 Accepting request 546209 from home:pluskalm:python3
- removed  gpsd-fix-shebang.patch
- reworked gpsd-python3.patch
- build python3 subpackage

OBS-URL: https://build.opensuse.org/request/show/546209
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=112
2017-11-28 11:36:18 +00:00
Martin Pluskal
bf1a342689 Accepting request 544790 from home:RBrownSUSE:branches:Application:Geo
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544790
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=111
2017-11-23 15:03:00 +00:00
Martin Pluskal
efcd9ecff1 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=110 2017-11-21 08:13:25 +00:00
Martin Pluskal
5d8ca09324 - Fix shebangs of python script (currently still python2)
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=109
2017-11-20 15:37:18 +00:00
Martin Pluskal
59d107b7a9 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=108 2017-11-20 14:59:10 +00:00
Martin Pluskal
09f428be86 Accepting request 543894 from home:pluskalm:branches:Application:Geo
- Update to version 3.17:
  * Repair support for non-NMEA devices requring active probing
    (e.g. Garmin USB GPSes).
  * Fix a SiRF driver bug that occasionally confused NTP.
  * Support for Spectratime iSync GRClok and LNRClok oscillators.
  * gpxlogger can reconnect when the GPS loses the fix.
  * xgps and xgpsspeed moved to python-gi,
    getting shut of the deprecated pygtk2 bindings.
  * Default mode for xgpsspeed is now the more interesting nautical
    display.
  * gpsmon includes the hostname with the device display.
  * gpsprof now has centimeter precision.
- Add gpsd-python3.patch to fix building with python3
- Refresh gpsd-fix-shebang.patch

OBS-URL: https://build.opensuse.org/request/show/543894
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=107
2017-11-20 14:58:31 +00:00
Dominique Leuenberger
253ab974fb Accepting request 542188 from Application:Geo
- Rename python subpackage to python2

OBS-URL: https://build.opensuse.org/request/show/542188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=44
2017-11-19 10:10:22 +00:00
Martin Pluskal
7e1c7a6091 - Rename python subpackage to python2
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=105
2017-11-13 13:13:29 +00:00
Yuchen Lin
10703cfc08 Accepting request 486294 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/486294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=43
2017-04-11 10:42:44 +00:00
Martin Pluskal
029c370316 Accepting request 486238 from home:scarabeus_iv:branches:Application:Geo
- Remove conditionals for 1210 and older (oldest codebase built is SLE12)
- run scons in multiple threads
- convert to pkgconfig dependencies

OBS-URL: https://build.opensuse.org/request/show/486238
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=103
2017-04-07 07:01:22 +00:00
Dominique Leuenberger
2b482bf129 Accepting request 461003 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/461003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=42
2017-03-05 16:55:05 +00:00
Martin Pluskal
8de9c5cc7e Accepting request 460994 from home:StefanBruens:branches:Application:Geo
- Use .desktop files and PNG icon from tarball
- correct flag to disable stripping (nostrip=True)

OBS-URL: https://build.opensuse.org/request/show/460994
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=101
2017-02-28 20:18:28 +00:00
Dominique Leuenberger
1c241dd880 Accepting request 423267 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/423267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=41
2016-08-29 12:26:05 +00:00
Martin Pluskal
0b3eca57fc Accepting request 423266 from home:mnhauke:branches:Application:Geo
- Update gpsd.keyring (old key 8421F11C got superseeded by 8C6C738D)
- Added "-std=gnu++98" to the compile-flags otherwise compilation will break
  on systems with >= gcc6
- ifdef "Requires: pps-tools-devel" since it's only available on recent
  os-versions
- Update to version 3.16
  * Test rebuilds for mid-2015 leapsecond bump.
  * Regression tests will run even if "python" in Python 3.
  * Build correctly on systems where -ltinfo is split from -lncurses.
  * Avoid some rare overflow conditions in PPS code.
  * Fix bugs in JSON sat-view parsing due to the JSON parser stuffing
    ints into shorts.
  * Various small fixes to AIS interpretation.
  * Prevent a memory leak in long-running gpsmon instances.
  * Fix Savannah bug #45270: serial driver does not work properly on pipes.
  * Fix Savannah bug #44648: GPSD won't build if CCFLAGS contains options
    that are only compatible with the cros1s-compiler.
  * Fix Savannah bug #45342: SConstruct generates wrong *.pc files.
  * Fix Savannah bug #46495: gpsd_poll may crash due to unitialized pointer
    (probably due to buggy FD_ISSET on host system).
  * Fix Savannah bug #46648: gpsd crashes and buffer overflow is reported
    when terminated.
  * Fix Savannah bug #46802: AIVDM to CSV is broken in some weird cases.
  * Fix Savannah bug #46804: JSON satellite view parsing is somewhat broken.

1

OBS-URL: https://build.opensuse.org/request/show/423266
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=99
2016-08-26 18:03:12 +00:00
Dominique Leuenberger
0b8c1d7c94 Accepting request 417961 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/417961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=40
2016-08-18 07:14:58 +00:00
Ismail Dönmez
cb92f22c14 Accepting request 417953 from home:lnussel:branches:Application:Geo
- use pkgconfig(udev) to always allow using udev-mini

OBS-URL: https://build.opensuse.org/request/show/417953
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=97
2016-08-09 09:39:25 +00:00
Martin Pluskal
1f3b1b5049 Accepting request 417889 from home:benoit_monin:branches:network:time
Add pps-tools-devel as BuildRequires to enable kernel PPS

OBS-URL: https://build.opensuse.org/request/show/417889
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=96
2016-08-08 18:50:01 +00:00
Dominique Leuenberger
0a09ad32fc Accepting request 416370 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/416370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=39
2016-08-05 16:13:26 +00:00
Ismail Dönmez
3c830d7169 Accepting request 416358 from home:lnussel:branches:Application:Geo
- use pkg-config to figure out udevdir. Fixes bootstrapping with
  udev-mini

Please forward to Factory and 42.2!

OBS-URL: https://build.opensuse.org/request/show/416358
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=94
2016-08-01 10:31:22 +00:00
Dominique Leuenberger
1c5d5765cd 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
2015-12-01 08:17:58 +00:00
Martin Pluskal
425288e0a4 Accepting request 346014 from home:worldcitizen:branches:Application:Geo
Added missing requirements %{libgps} and %{libQgps} for devel package

OBS-URL: https://build.opensuse.org/request/show/346014
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=92
2015-11-24 11:52:06 +00:00
Martin Pluskal
d4ff4235be 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
2015-11-08 15:00:15 +00:00
Dominique Leuenberger
a83cc7158d Accepting request 289932 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/289932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=37
2015-03-16 05:56:33 +00:00
Martin Pluskal
5bcbdd0276 Accepting request 289805 from home:pluskalm:branches:Application:Geo
- Cleanup spec file with spec-cleaner
- Add gpg signature
- Add gpsd-3.13-ntpshm.patch
- Install unit files
- Update to 3.13

OBS-URL: https://build.opensuse.org/request/show/289805
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=89
2015-03-08 20:26:34 +00:00
Dominique Leuenberger
60adb5d0a6 Accepting request 281510 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/281510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=36
2015-01-22 20:47:59 +00:00
Tomáš Chvátal
8d348b10dc 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
2015-01-16 12:35:22 +00:00
Dominique Leuenberger
44dcbf285a Accepting request 263571 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/263571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=35
2014-12-03 21:52:20 +00:00
Tomáš Chvátal
66d3801952 Accepting request 262974 from home:dl8fcl
The package python-gpsd has to has to be installed to start xgps

OBS-URL: https://build.opensuse.org/request/show/262974
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=85
2014-12-01 09:45:57 +00:00
Stephan Kulow
d1e6fe100c Accepting request 254387 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/254387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=34
2014-10-09 10:52:09 +00:00
Angelos Tzotsos
bc47df502a Accepting request 254374 from home:elvigia:branches:Application:Geo
- Respect CFLAGS and CXXFLAGS. 
- Use fvisibility-inlines-hidden to build C++ code, note
  that the build system is buggy and uses CFLAGS and CXXFLAGS
  for the same purpose.
- Remove xorg libs buildrequires, they are never directly used.

OBS-URL: https://build.opensuse.org/request/show/254374
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=83
2014-10-06 19:51:54 +00:00
Stephan Kulow
defc960d15 Accepting request 209960 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/209960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=32
2013-12-11 10:28:19 +00:00