Commit Graph

40 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
Dirk Stoecker
25f5399327 update to new version
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=79
2013-12-09 12:20:48 +00:00
Joerg Reuter
6a56bd6704 Accepting request 207757 from home:jritzerfeld:branches:Application:Geo
- Fixed typo in udev rule (bnc#848936)

OBS-URL: https://build.opensuse.org/request/show/207757
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=78
2013-11-21 10:10:09 +00:00
Sascha Peilicke
28dca63ca6 Accepting request 205018 from home:posophe:branches:Application:Geo
Update + cleanup

OBS-URL: https://build.opensuse.org/request/show/205018
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=77
2013-10-29 08:38:39 +00:00
Angelos Tzotsos
a81f236cb2 Accepting request 138917 from openSUSE:Factory:Staging:Systemd
fix build with new udev location

OBS-URL: https://build.opensuse.org/request/show/138917
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=75
2012-10-22 16:01:21 +00:00
Dirk Stoecker
2f7c72c4b4 - update to gpsd version 3.5
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=73
2012-04-23 11:18:44 +00:00
Ismail Dönmez
93f07dac56 Accepting request 95123 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/95123
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=70
2011-12-02 19:46:04 +00:00
Dirk Stoecker
d92fad9c17 Accepting request 88005 from home:aturrini:branches:Application:Geo
Fixed typos in gpsd.spec

OBS-URL: https://build.opensuse.org/request/show/88005
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=69
2011-10-15 19:24:32 +00:00
OBS User buildservice-autocommit
9cc5db96e9 Updating link to change in openSUSE:Factory/gpsd revision 24.0
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=6c4716a7b1da404dc8146fac845da4e0
2011-07-04 12:23:02 +00:00
Ismail Dönmez
e0ee3fa8fb Accepting request 70244 from home:dirkmueller:branches:Application:Geo
- remove libgpsd.so.0 from the shlib subpackage, as it fileconflicts
  with other versions of it

OBS-URL: https://build.opensuse.org/request/show/70244
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=65
2011-05-15 09:46:17 +00:00
2100c44479 Accepting request 68916 from home:jnweiger:branches:Application:Geo
- gpsd-devel depends on python-gpsd too.

Please also forward to 11.4 and Factory.
Old 2.95 segfaults on me, with a TSI_747A+ device.

OBS-URL: https://build.opensuse.org/request/show/68916
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=63
2011-05-02 07:31:11 +00:00
Joerg Reuter
483193a5fc Accepting request 66182 from home:licehunter:branches:Application:Geo
reviewed, okay. Thanks!

OBS-URL: https://build.opensuse.org/request/show/66182
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=61
2011-04-06 07:32:16 +00:00
Dirk Stoecker
75592f44ae Accepting request 51394 from home:jreuter:branches:Application:Geo
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/51394
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=59
2010-10-26 13:49:45 +00:00
Dirk Stoecker
29de2fc960 Accepting request 35888 from home:vuntz:branches:Application:Geo
Copy from home:vuntz:branches:Application:Geo/gpsd via accept of submit request 35888 revision 4.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/35888
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=57
2010-03-27 12:00:10 +00:00
Dirk Stoecker
d4d88e2aeb Accepting request 32424 from home:jreuter:Application:Geo
Copy from home:jreuter:Application:Geo/gpsd via accept of submit request 32424 revision 4.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/32424
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=53
2010-02-15 10:16:46 +00:00
Dirk Stoecker
4732667551 Accepting request 27126 from home:seife:branches:Application:Geo
Copy from home:seife:branches:Application:Geo/gpsd via accept of submit request 27126 revision 2.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/27126
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=52
2009-12-20 17:26:02 +00:00
Joerg Reuter
cf6433856d Fix libgps subpackage requirements
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=50
2009-12-08 16:53:45 +00:00
Dirk Stoecker
66ecdc0987 fixed?
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=48
2009-12-08 16:31:17 +00:00
Dirk Stoecker
3a26f40cc2 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=47 2009-12-08 15:52:41 +00:00
Dirk Stoecker
9b1ad4fc84 changed for 2.90
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=45
2009-12-08 09:37:49 +00:00
OBS User autobuild
3fc065dcfd Accepting request 32615 from Application:Geo
Copy from Application:Geo/gpsd based on submit request 32615 from user jreuter

OBS-URL: https://build.opensuse.org/request/show/32615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=11
2010-02-18 13:59:07 +00:00
OBS User autobuild
701eed6fa6 Accepting request 28990 from Application:Geo
Copy from Application:Geo/gpsd based on submit request 28990 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=10
2010-01-14 16:02:11 +00:00
OBS User autobuild
7717cd0d45 Accepting request 17634 from Application:Geo
Copy from Application:Geo/gpsd based on submit request 17634 from user coolo

OBS-URL: https://build.opensuse.org/request/show/17634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=8
2009-08-13 16:11:44 +00:00
OBS User unknown
91eaed65cc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=7 2008-11-28 14:05:46 +00:00
OBS User unknown
8f02528060 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=6 2008-11-20 14:25:03 +00:00
OBS User unknown
af1a953412 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=5 2008-10-23 15:08:07 +00:00
OBS User unknown
4e9fe64f2d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=3 2008-04-25 14:04:33 +00:00
OBS User unknown
0784ed7ecc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=2 2008-03-26 15:13:14 +00:00
OBS User unknown
1d43d6d8f2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpsd?expand=0&rev=1 2008-02-01 03:35:57 +00:00