Commit Graph

77 Commits

Author SHA256 Message Date
Dirk Stoecker
597f4171c3 Accepting request 910575 from home:adkorte
- Update to version 3.23
  * doc/*xml all moved into www/internals.adoc
  * Convert all DocBook (.xml) to AsciiDoctor (.adoc)
  * Remove all XSL remnants.
  * gpsplot: speedup, add new options.
  * driver_ubx.c: Add decode for UBX-NAV-STATUS
  * gps/ubx.py: Improve decode for UBX-NAV-STATUS
  * cgps: Add popup help, interactive options.
  * Reorganize and split the man pages.
  * Small updates for u-blox M8 and M10
  * Deprecated mtk3331 and ashtech build options.  Use nmea0183
    instead.
  * gpssnmp: Move from contrib/ to clients, add manpage
  * Add www/gpsd-client-example-code.adoc
  * Add gpsdebuginfo script and man page.
  * ubxtool: Add BeiDou, Galileo, GLONASS, QZSS, and partial SBAS
    subframe decodes
  * Max serial port speed raised to 921,600.
  * SUBFRAME JSON now includes new fields to support multiple
    constellations.
  * gpsd: Add some ADR and UDR message partial decodes.
  * ubxtool: Add some ADR and UDR message polls and decodes.
  * Remove COMPASS_ENABLE.  Always compile attitude code.
  * contrib/webgps.py: use argparse, arguments -V, --version,
    --no-html-head.
  * Add readonly flag to DEVICE JSON.
  * Control messages to gpsd now return JSON, instead of, sometimes,
    OK or ERROR.
  * gpsfake uses "# Date: yyyy-mm-dd" to set initial time.
  * Don't compute wrong GPS rollover after 2021-10-23.
  * Bump libgps to version 29.

OBS-URL: https://build.opensuse.org/request/show/910575
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=140
2021-08-10 11:30:55 +00:00
Martin Pluskal
5dfd974a93 Accepting request 898644 from home:dirkmueller:Factory
- disable lto on aarch64 for now (bsc#1187089)

OBS-URL: https://build.opensuse.org/request/show/898644
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=138
2021-06-09 08:31:36 +00:00
Dirk Stoecker
2104943713 Accepting request 862085 from home:adkorte
- Update to version 3.22
  * Added client/gpscsv to convert gpsd JSON to csv.
  * Added client/gpsplot to dynamically plot gpsd JSON.
  * Added client/gpssubframe to decode gpsd SUBFRAME JSON.
  * Added nSat and uSat to SKY JSON.  Old clients can not read new
    SKY.
  * Move stuff from source root into clients/, include/, gpsmon/
    and libgps/.
  * Move stuff from source root into gpsd/.
  * Move class ubx out of ubxtool and into gps/ubx.py.
  * Build all targets in gpsd-$VERSION/, not in tree.
  * NMEA 4.11 support for $GI (IRNSS) and $GZ (QZSS).
- Remove obsolete sed scripts that no longer serve a purpose
- Use new ldconfig macros in Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/862085
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=136
2021-01-12 12:23:02 +00:00
Martin Pluskal
400829d8e5 Accepting request 843584 from home:adkorte
- Update to version 3.21
  * Create python programs from .in files to allow macro substitution.
  * Finally clean .sconsign*.dblite with "scons -c"
  * Remove revision.h.  Move REVISION into gpsd_config.h
  * Change asciidoc to asciidoctor, and revise documents to match.
  * library version bumped to 27
  * Add leap_seconds to gps_data_t
  * Add/change many rtcm2 structs in gps.h
  * Add/change many rtcm3 structs in gps.h
  * Maindenhead now 8 chars.
  * Add icondir and sharedir install options
  * Install basic doc in sharedir
  * Move gps_data_t->status to gps_fix_t.status for better fix merging
  * The gps python module is now Pure Python + FFI.  FFI only for packet.py
  * User should manually delete any old packet*so.
  * Add wspeedt, wspeedr, wanglem, wanglet, wangler to  gps_fix_t
  * Add "-p CONFIG", "-p STATUS", "-t" and "-tt" options to ubxtool.
  * Add python_shebang option to scons config.
  * gpsrinex has long options and many new options.
  * Added long options to gpsd.
  * Remove unused FORCE_GLOBAL_ENABLE
  * Remove config option reconfigure, replace with -p, --passive runtime option.
  * Remove config option controlsend (RECONFIGURE_ENABLE)
  * Add config option rundir=XX.  Default set to /run, or /var/run as required.
  * Fixes for Python 2.6 up to 3.9.

OBS-URL: https://build.opensuse.org/request/show/843584
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=134
2020-10-23 17:40:06 +00:00
Martin Pluskal
7af9494fb4 Accepting request 794991 from home:adkorte
- Update to version 3.20
  * Change README into an asciidoc file and publish HTML from it
  * Add NED and geoid_sep to gps_fix_t and TPV JSON.
  * Add "-e NED" to ubxtool to enable NED messages.
  * gpsdata.separation replaced by gpsdata.fix.geoid_sep.
  * Remove nofloats build option.
  * TPV JSON "alt" is now fixed at WGS84.  Probably.
  * xgps now uses XGPSOPTS environment variable.
  * add health variable to satellite_t
  * change satellite_t elevation and azimuth to double
  * satellite_t elevation, azimuth, and ss use NAN for unknown value.
  * add altMSL, altHAE, and depth, to gps_fix_t
  * altitude in gps_fix_t is deprecated and undefined
  * wgs84_separation() now return EGM2008 computed from 5x5 degree base data.
  * The best results are close to cm, the worst off up to 12m.
  * Move mag_var from gps_device_t to magnetic_var gps_data_t.
  * Added mag_var() to interpolate magnetic variation (deviation) from a table.
  * Remove true2magnetic() as mag_var() improves on it.
  * Remove TIMEHINT_ENABLE.  It only worked when enabled.
  * Remove NTP_ENABLE and NTPSHM_ENABLE.  It only worked when enabled.
  * Remove PPS_ENABLE and TIMING_ENABLE.
  * Add dgps_age and dgps_station to gps_fix_t
  * Convert all timestamp_t to timespec_t.
  * Remove FIXED_PORT_SPEED and FIXED_STOP_BITS build options.
  * Add -s [speed] and -f [framing] runtime options to gpsd.
  * A working CC and termios.h are mandatory.
  * use the current leap second to determine the current GPS epoch.
  * leapfetch.py, leapseconds.cache, timebase.h and leapfetch option gone.
- Remove 0001-Make-sure-Qgpsmm.pc-is-usable.patch (upstreamed)
- Fix legacy socket path

OBS-URL: https://build.opensuse.org/request/show/794991
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=132
2020-04-18 06:50:28 +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
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
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
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
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
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
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
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
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
f3f96d68ac OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=81 2013-12-09 12:42:10 +00:00
Dirk Stoecker
05b94027de fix typo
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=80
2013-12-09 12:24:15 +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
Dirk Stoecker
a4c55de597 update
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=72
2012-04-23 11:09:15 +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
104d0b208e -
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=67
2011-05-17 11:59:58 +00:00
Ismail Dönmez
7a47728987 Fix build
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=66
2011-05-16 07:38:29 +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