commit gpsd for openSUSE:Factory

2020-10-28 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2020-10-28 09:56:36

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new.3463 (New)


Package is "gpsd"

Wed Oct 28 09:56:36 2020 rev:53 rq:843662 version:3.21

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2020-04-25 
20:05:31.587201180 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new.3463/gpsd.changes  2020-10-28 
09:56:44.607066371 +0100
@@ -1,0 +2,29 @@
+Thu Oct 22 19:47:01 UTC 2020 - Arjen de Korte 
+
+- 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.
+
+---

Old:

  gpsd-3.20.tar.gz
  gpsd-3.20.tar.gz.sig

New:

  gpsd-3.21.tar.gz
  gpsd-3.21.tar.gz.sig



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.uZYqxn/_old  2020-10-28 09:56:45.371067089 +0100
+++ /var/tmp/diff_new_pack.uZYqxn/_new  2020-10-28 09:56:45.375067093 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define sover 25
+%define sover 27
 %definelibgps libgps%{sover}
 %definelibQgps libQgpsmm%{sover}
 %define _udevdir %(pkg-config --variable udevdir udev)
 %bcond_without python2
 Name:   gpsd
-Version:3.20
+Version:3.21
 Release:0
 Summary:Service daemon for mediating access to a GPS
 License:BSD-3-Clause
@@ -160,9 +160,11 @@
 can run on a serial terminal or terminal emulator.
 
 %prep
+%if %{with python2}
 mkdir -p %{name}-%{version}/python2
-mkdir -p %{name}-%{version}/python3
 tar -xf %{SOURCE0} -C %{name}-%{version}/python2
+%endif
+mkdir -p %{name}-%{version}/python3
 tar -xf %{SOURCE0} -C %{name}-%{version}/python3
 cd %{name}-%{version}
 
@@ -175,12 +177,12 @@
 # don't set RPATH
 sed -i 's|env.Prepend.*RPATH.*|pass #\0|' python*/%{name}-%{version}/SConstruct
 
+# fix docdir path
+sed -i 's|(\x27sharedir\x27), \"doc"|(\x27docdir\x27)|' 
python*/%{name}-%{version}/SConstruct
+
 # fix gpsd path
 sed -i 's|ExecStart=.*/gpsd|ExecStart=%{_sbindir}/gpsd|' 
python*/%{name}-%{version}/systemd/gpsd.service
 
-# fix socket path
-sed -i 's|ListenStream=/var/run/gpsd.sock|ListenStream=/run/gpsd.sock|' 
python*/%{name}-%{version}/systemd/gpsd.socket
-
 %build
 # The SCons description does not handle CXXFLAGS correctly, pass C++ flags 
also in CFLAGS
 export CFLAGS="%{optflags}"
@@ -211,7 +213,9 @@
 libdir=%{_libdir} \
 sbindir=%{_sbindir} \
 mandir=%{_mandir} \
-docdir=%{_docdir} \
+docdir=%{_docdir}/%{name} \
+icondir=%{_datadir}/icons/hicolor/128x128/apps \
+python_shebang=%{_bindir}/${i} \
 pkgconfigdir=%{_libdir}/pkgconfig \
 udevdir=$(dirname %{_udevrulesdir}) \
 target_python=${i} \
@@ -219,8 +223,7 @@
 build
 
 # Fix python interpreter path.
-sed -e "s,#!%{_bindir}/\(python[23]\?\|env 
\+python[23]\?\),#!%{_bindir}/${i},g" -i \
-gegps gpscat gpsfake xgps xgpsspeed gpsprof ubxtool zerk gps/*.py
+sed -e "s,#!%{_bindir}/\(python[23]\?\|env 
\+python[23]\?\),#!%{_bindir}/${i},g" -i gps/*.py
 
 popd
 cnt=`expr $cnt + 1`
@@ -235,7 +238,7 @@
 %if %{with python2}
 pushd %{name}-%{version}/python2/%{name}-%{version}
 
-DESTDIR=%{buildroot} scons nostrip=True install
+DESTDIR=%{buildroot} scons nostrip=True install systemd_install
 
 # Now delete all the installed files except the python2 files
 find 

commit gpsd for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2020-04-25 20:05:10

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new.2738 (New)


Package is "gpsd"

Sat Apr 25 20:05:10 2020 rev:52 rq:795308 version:3.20

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2020-03-19 
19:49:50.840168457 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new.2738/gpsd.changes  2020-04-25 
20:05:31.587201180 +0200
@@ -1,0 +2,34 @@
+Fri Apr 17 16:18:26 UTC 2020 - Arjen de Korte 
+
+- 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
+
+---

Old:

  0001-Make-sure-Qgpsmm.pc-is-usable.patch
  gpsd-3.19.tar.gz
  gpsd-3.19.tar.gz.sig

New:

  gpsd-3.20.tar.gz
  gpsd-3.20.tar.gz.sig



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.jeF0fF/_old  2020-04-25 20:05:33.755205666 +0200
+++ /var/tmp/diff_new_pack.jeF0fF/_new  2020-04-25 20:05:33.759205675 +0200
@@ -22,7 +22,7 @@
 %define _udevdir %(pkg-config --variable udevdir udev)
 %bcond_without python2
 Name:   gpsd
-Version:3.19
+Version:3.20
 Release:0
 Summary:Service daemon for mediating access to a GPS
 License:BSD-3-Clause
@@ -34,8 +34,6 @@
 Source3:sysconfig.gpsd
 Source98:   
https://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz.sig
 Source99:   %{name}.keyring
-# PATCH-FIX-UPSTREAM
-Source100:  0001-Make-sure-Qgpsmm.pc-is-usable.patch
 BuildRequires:  chrpath
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -55,6 +53,7 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libusb-1.0)
 %if %{with python2}
 BuildRequires:  pkgconfig(python2)
@@ -165,12 +164,6 @@
 mkdir -p %{name}-%{version}/python3
 tar -xf %{SOURCE0} -C %{name}-%{version}/python2
 tar -xf %{SOURCE0} -C %{name}-%{version}/python3
-pushd %{name}-%{version}/python2/%{name}-%{version}
-patch -p1 < %{SOURCE100}
-popd
-pushd %{name}-%{version}/python3/%{name}-%{version}
-patch -p1 < %{SOURCE100}
-popd
 cd %{name}-%{version}
 
 # fix systemd path
@@ -185,6 +178,9 @@
 # fix gpsd path
 sed -i 's|ExecStart=.*/gpsd|ExecStart=%{_sbindir}/gpsd|' 
python*/%{name}-%{version}/systemd/gpsd.service
 
+# fix socket path
+sed -i 's|ListenStream=/var/run/gpsd.sock|ListenStream=/run/gpsd.sock|' 
python*/%{name}-%{version}/systemd/gpsd.socket
+
 %build
 # The SCons description does not handle CXXFLAGS correctly, pass C++ flags 
also in CFLAGS
 export CFLAGS="%{optflags}"
@@ -296,7 +292,6 @@
 
 %files
 %license %{name}-%{version}/python3/%{name}-%{version}/COPYING
-%doc %{name}-%{version}/python3/%{name}-%{version}/README
 %{_mandir}/man?/gpsd.*
 %{_mandir}/man?/gpsdctl.*
 %{_mandir}/man?/gpsctl.*

++ gpsd-3.19.tar.gz -> gpsd-3.20.tar.gz ++
/work/SRC/openSUSE:Factory/gpsd/gpsd-3.19.tar.gz 
/work/SRC/openSUSE:Factory/.gpsd.new.2738/gpsd-3.20.tar.gz differ: 

commit gpsd for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2020-03-19 19:46:23

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new.3160 (New)


Package is "gpsd"

Thu Mar 19 19:46:23 2020 rev:51 rq:785632 version:3.19

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2019-10-07 
13:38:10.136816707 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new.3160/gpsd.changes  2020-03-19 
19:49:50.840168457 +0100
@@ -1,0 +2,5 @@
+Mon Mar 16 12:19:41 UTC 2020 - Tomáš Chvátal 
+
+- Allow building without python2 available
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.zXvNYJ/_old  2020-03-19 19:49:51.516168847 +0100
+++ /var/tmp/diff_new_pack.zXvNYJ/_new  2020-03-19 19:49:51.528168855 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsd
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,6 +20,7 @@
 %definelibgps libgps%{sover}
 %definelibQgps libQgpsmm%{sover}
 %define _udevdir %(pkg-config --variable udevdir udev)
+%bcond_without python2
 Name:   gpsd
 Version:3.19
 Release:0
@@ -55,7 +56,9 @@
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(libusb-1.0)
+%if %{with python2}
 BuildRequires:  pkgconfig(python2)
+%endif
 BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(udev)
 Requires:   udev
@@ -187,13 +190,15 @@
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
 export CPPFLAGS="%{optflags}"
-
-pyversions=( python2 python3 )
-pylibdir=( %{python2_sitearch} %{python3_sitearch} )
-
-for i in 0 1
-do
-pushd %{name}-%{version}/${pyversions[i]}/%{name}-%{version}
+pyversions=( "python3" )
+pylibdir=( "%{python3_sitearch}" )
+%if %{with python2}
+pyversions+=( "python2" )
+pylibdir+=( "%{python2_sitearch}")
+%endif
+cnt=0
+for i in "${pyversions[@]}"; do
+pushd %{name}-%{version}/${i}/%{name}-%{version}
 
 # breaks with %{?_smp_mflags}
 scons \
@@ -213,15 +218,16 @@
 docdir=%{_docdir} \
 pkgconfigdir=%{_libdir}/pkgconfig \
 udevdir=$(dirname %{_udevrulesdir}) \
-target_python=${pyversions[i]} \
-python_libdir=${pylibdir[i]} \
+target_python=${i} \
+python_libdir=${pylibdir[$cnt]} \
 build
 
 # Fix python interpreter path.
-sed -e "s,#!%{_bindir}/\(python[23]\?\|env 
\+python[23]\?\),#!%{_bindir}/${pyversions[i]},g" -i \
+sed -e "s,#!%{_bindir}/\(python[23]\?\|env 
\+python[23]\?\),#!%{_bindir}/${i},g" -i \
 gegps gpscat gpsfake xgps xgpsspeed gpsprof ubxtool zerk gps/*.py
 
 popd
+cnt=`expr $cnt + 1`
 done
 
 %install
@@ -230,6 +236,7 @@
 export CXXFLAGS="%{optflags}"
 export CPPFLAGS="%{optflags}"
 # Install python2 first
+%if %{with python2}
 pushd %{name}-%{version}/python2/%{name}-%{version}
 
 DESTDIR=%{buildroot} scons nostrip=True install
@@ -238,6 +245,7 @@
 find %{buildroot} \( -not -type d -a -not -path "*/python2.*/*" \) -delete
 
 popd
+%endif
 pushd %{name}-%{version}/python3/%{name}-%{version}
 
 DESTDIR=%{buildroot} scons nostrip=True install
@@ -333,9 +341,11 @@
 %{_libdir}/pkgconfig/Qgpsmm.pc
 %{_mandir}/man?/libQgps*
 
+%if %{with python2}
 %files -n python2-gpsd
 %{python_sitearch}/gps/
 %{python_sitearch}/gps-%{version}.*
+%endif
 
 %files -n python3-gpsd
 %{python3_sitearch}/gps/






commit gpsd for openSUSE:Factory

2019-10-07 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2019-10-07 13:38:06

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new.2352 (New)


Package is "gpsd"

Mon Oct  7 13:38:06 2019 rev:50 rq:733991 version:3.19

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2019-09-25 
01:16:05.677831650 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new.2352/gpsd.changes  2019-10-07 
13:38:10.136816707 +0200
@@ -1,0 +2,7 @@
+Sat Sep 28 10:00:28 UTC 2019 - Christophe Giboudeaux 
+
+- Add 0001-Make-sure-Qgpsmm.pc-is-usable.patch to fix the bogus values
+  in qgpsmm.pc
+- Update the URLs
+
+---

New:

  0001-Make-sure-Qgpsmm.pc-is-usable.patch



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.BMbUBc/_old  2019-10-07 13:38:11.928811753 +0200
+++ /var/tmp/diff_new_pack.BMbUBc/_new  2019-10-07 13:38:11.928811753 +0200
@@ -26,13 +26,15 @@
 Summary:Service daemon for mediating access to a GPS
 License:BSD-3-Clause
 Group:  Hardware/Other
-URL:http://www.catb.org/gpsd/
-Source0:
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
+URL:https://gpsd.gitlab.io/gpsd/
+Source0:
https://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
 Source1:rules.gpsd
 Source2:udev.gpsd
 Source3:sysconfig.gpsd
-Source98:   
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz.sig
+Source98:   
https://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz.sig
 Source99:   %{name}.keyring
+# PATCH-FIX-UPSTREAM
+Source100:  0001-Make-sure-Qgpsmm.pc-is-usable.patch
 BuildRequires:  chrpath
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -160,6 +162,12 @@
 mkdir -p %{name}-%{version}/python3
 tar -xf %{SOURCE0} -C %{name}-%{version}/python2
 tar -xf %{SOURCE0} -C %{name}-%{version}/python3
+pushd %{name}-%{version}/python2/%{name}-%{version}
+patch -p1 < %{SOURCE100}
+popd
+pushd %{name}-%{version}/python3/%{name}-%{version}
+patch -p1 < %{SOURCE100}
+popd
 cd %{name}-%{version}
 
 # fix systemd path

++ 0001-Make-sure-Qgpsmm.pc-is-usable.patch ++
>From 1ab2f417451c9dcb6501952b8842ce911ce055b9 Mon Sep 17 00:00:00 2001
From: Christophe Giboudeaux 
Date: Sat, 28 Sep 2019 13:14:14 +0200
Subject: [PATCH] Make sure Qgpsmm.pc is usable.

The library dir and Qt version used to build gpsd can be customized but the
qgpsmm pkgconfig file had hardcoded values.

The pkgconfig file now uses `LIBDIR` and the `qt_versioned` value.
---
 Qgpsmm.pc.in | 6 +++---
 SConstruct   | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Qgpsmm.pc.in b/Qgpsmm.pc.in
index c3006d508..b18015d51 100644
--- a/Qgpsmm.pc.in
+++ b/Qgpsmm.pc.in
@@ -5,9 +5,9 @@ includedir=@includedir@
 qt_config=lex yacc warn_on uic resources qt release incremental link_prl 
def_files_disabled exceptions no_mocdepend stl qt_no_framework create_pc 
create_prl moc thread dll
 
 Name: Qgpsmm
-Description: GPS Daemon communication library - QT binding
+Description: GPS Daemon communication library - Qt binding
 Version: @VERSION@
 Libs: -L${libdir} -lQgpsmm
-Libs.private: -L/usr/lib  -lQtNetwork -lQtCore -lpthread
+Libs.private: -L${libdir}  -lQt@QTVERSIONED@Network -lQt@QTVERSIONED@Core 
-lpthread
 Cflags:  -I${includedir}
-Requires: QtNetwork
+Requires: Qt@QTVERSIONED@Network

diff --git a/SConstruct b/SConstruct
index 5160481..a4b9975 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1851,6 +1851,7 @@ def substituter(target, source, env):
 ('@MAINPAGE@',   mainpage),
 ('@MASTER@', 'DO NOT HAND_HACK! THIS FILE IS GENERATED'),
 ('@prefix@', env['prefix']),
+('@QTVERSIONED@', env['qt_versioned']),
 ('@SCPUPLOAD@',  scpupload),
 ('@SITENAME@',   sitename),
 ('@SITESEARCH@', sitesearch),





commit gpsd for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2019-09-25 01:16:04

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new.7948 (New)


Package is "gpsd"

Wed Sep 25 01:16:04 2019 rev:49 rq:731653 version:3.19

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2018-12-19 
13:30:00.300885207 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new.7948/gpsd.changes  2019-09-25 
01:16:05.677831650 +0200
@@ -1,0 +2,20 @@
+Tue Sep 17 17:09:20 UTC 2019 - suse+bu...@de-korte.org
+
+- 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
+
+---

Old:

  gpsd-3.18.1.tar.gz
  gpsd-3.18.1.tar.gz.sig
  gpsd-declaration-in-for-loop.patch

New:

  gpsd-3.19.tar.gz
  gpsd-3.19.tar.gz.sig



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.DoKMQr/_old  2019-09-25 01:16:08.393831931 +0200
+++ /var/tmp/diff_new_pack.DoKMQr/_new  2019-09-25 01:16:08.441831935 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsd
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,12 @@
 #
 
 
-%define sover 24
+%define sover 25
 %definelibgps libgps%{sover}
 %definelibQgps libQgpsmm%{sover}
 %define _udevdir %(pkg-config --variable udevdir udev)
 Name:   gpsd
-Version:3.18.1
+Version:3.19
 Release:0
 Summary:Service daemon for mediating access to a GPS
 License:BSD-3-Clause
@@ -33,7 +33,6 @@
 Source3:sysconfig.gpsd
 Source98:   
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz.sig
 Source99:   %{name}.keyring
-Source100:  gpsd-declaration-in-for-loop.patch
 BuildRequires:  chrpath
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -161,12 +160,6 @@
 mkdir -p %{name}-%{version}/python3
 tar -xf %{SOURCE0} -C %{name}-%{version}/python2
 tar -xf %{SOURCE0} -C %{name}-%{version}/python3
-pushd %{name}-%{version}/python2/%{name}-%{version}
-patch -p1 < %{SOURCE100}
-popd
-pushd %{name}-%{version}/python3/%{name}-%{version}
-patch -p1 < %{SOURCE100}
-popd
 cd %{name}-%{version}
 
 # fix systemd path
@@ -355,6 +348,7 @@
 %{_mandir}/man?/gpxlogger.*
 %{_mandir}/man?/ubxtool.*
 %{_mandir}/man?/zerk.*
+%{_mandir}/man?/gpsrinex.*
 %{_bindir}/gegps
 %{_bindir}/xgps
 %{_bindir}/xgpsspeed
@@ -368,6 +362,7 @@
 %{_bindir}/ppscheck
 %{_bindir}/ubxtool
 %{_bindir}/zerk
+%{_bindir}/gpsrinex
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/apps/*
 

++ gpsd-3.18.1.tar.gz -> gpsd-3.19.tar.gz ++
/work/SRC/openSUSE:Factory/gpsd/gpsd-3.18.1.tar.gz 
/work/SRC/openSUSE:Factory/.gpsd.new.7948/gpsd-3.19.tar.gz differ: char 5, line 
1





commit gpsd for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2018-12-19 13:29:57

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new.28833 (New)


Package is "gpsd"

Wed Dec 19 13:29:57 2018 rev:48 rq:657406 version:3.18.1

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2018-07-04 
23:53:35.779993743 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new.28833/gpsd.changes 2018-12-19 
13:30:00.300885207 +0100
@@ -1,0 +2,52 @@
+Mon Dec 10 19:12:14 UTC 2018 - Arjen de Korte 
+
+- 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})
+
+---
+Sun Nov 25 16:07:56 UTC 2018 - mar...@gmx.de
+
+- 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 )
+
+---

Old:

  gpsd-3.17.tar.gz
  gpsd-3.17.tar.gz.sig
  gpsd-python3.patch

New:

  gpsd-3.18.1.tar.gz
  gpsd-3.18.1.tar.gz.sig
  gpsd-declaration-in-for-loop.patch



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.dPsL88/_old  2018-12-19 13:30:01.248883970 +0100
+++ /var/tmp/diff_new_pack.dPsL88/_new  2018-12-19 13:30:01.248883970 +0100
@@ -12,16 +12,16 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define sover 23
+%define sover 24
 %definelibgps libgps%{sover}
 %definelibQgps libQgpsmm%{sover}
 %define _udevdir %(pkg-config --variable udevdir udev)
 Name:   gpsd
-Version:3.17
+Version:3.18.1
 Release:0
 Summary:Service daemon for mediating access to a GPS
 License:BSD-3-Clause
@@ -33,7 +33,7 @@
 Source3:sysconfig.gpsd
 Source98:   
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz.sig
 Source99:   %{name}.keyring
-Source100:  gpsd-python3.patch
+Source100:  gpsd-declaration-in-for-loop.patch
 BuildRequires:  chrpath
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -41,6 +41,9 @@
 BuildRequires:  libcap-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
+BuildRequires:  python3-cairo-devel
+BuildRequires:  python3-gobject-devel
+BuildRequires:  python3-pyserial
 BuildRequires:  scons >= 2.3.0
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  update-desktop-files
@@ -138,6 +141,7 @@
 Requires:   python3-gobject
 Requires:   python3-gobject-Gdk
 Requires:   python3-gpsd
+Requires:   python3-serial
 
 %description clients
 xgps is a simple test client for gpsd 

commit gpsd for openSUSE:Factory

2018-07-04 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2018-07-04 23:52:23

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is "gpsd"

Wed Jul  4 23:52:23 2018 rev:47 rq:619549 version:3.17

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2017-12-08 
12:48:26.605067440 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2018-07-04 
23:53:35.779993743 +0200
@@ -1,0 +2,12 @@
+Thu Jun 28 07:57:08 UTC 2018 - mplus...@suse.com
+
+- Fix requires for gpsd-clients
+- Cleanup spec file a bit
+
+---
+Fri Jun 15 16:03:49 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Require python3 versions for packages importing python modules, all
+  scripts use python3 as interpreter.
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.nntWCg/_old  2018-07-04 23:53:36.547992894 +0200
+++ /var/tmp/diff_new_pack.nntWCg/_new  2018-07-04 23:53:36.551992890 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,17 +20,13 @@
 %definelibgps libgps%{sover}
 %definelibQgps libQgpsmm%{sover}
 %define _udevdir %(pkg-config --variable udevdir udev)
-#Compat macro for new _fillupdir macro introduced in Nov 2017
-%if ! %{defined _fillupdir}
-  %define _fillupdir %{_localstatedir}/adm/fillup-templates
-%endif
 Name:   gpsd
 Version:3.17
 Release:0
 Summary:Service daemon for mediating access to a GPS
 License:BSD-3-Clause
 Group:  Hardware/Other
-Url:http://www.catb.org/gpsd/
+URL:http://www.catb.org/gpsd/
 Source0:
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
 Source1:rules.gpsd
 Source2:udev.gpsd
@@ -91,8 +87,8 @@
 Requires:   %{libgps}
 Requires:   %{name} = %{version}
 Requires:   pkgconfig
-Requires:   python-curses
-Requires:   python-gpsd = %{version}
+Requires:   python3-curses
+Requires:   python3-gpsd = %{version}
 
 %description devel
 This package provides C header files for the gpsd shared libraries that
@@ -136,10 +132,12 @@
 You will need to have gpsd installed for it to work.
 
 %package clients
-Summary:Clients for gpsd with an X interface
+Summary:Example clients for gpsd
 Group:  Hardware/Other
-Requires:   python-gpsd
-Requires:   python-gtk
+Requires:   python3-cairo
+Requires:   python3-gobject
+Requires:   python3-gobject-Gdk
+Requires:   python3-gpsd
 
 %description clients
 xgps is a simple test client for gpsd with an X interface. It displays
@@ -212,7 +210,7 @@
 build
 
 # Fix python interpreter path.
-sed -e "s,#!/usr/bin/\(python[23]\?\|env 
\+python[23]\?\),#!%{_bindir}/${pyversions[i]},g" -i \
+sed -e "s,#!%{_bindir}/\(python[23]\?\|env 
\+python[23]\?\),#!%{_bindir}/${pyversions[i]},g" -i \
 gegps gpscat gpsfake xgps xgpsspeed gpsprof gps/*.py
 
 popd
@@ -252,9 +250,6 @@
 install -D -m 644 systemd/gpsdctl@.service 
%{buildroot}/%{_unitdir}/gpsdctl@.service
 ln -s  %{_sbindir}/service %{buildroot}%{_sbindir}/rcgpsd
 
-# Use correct python2 paths
-sed -i "s|env python|python2|g" %{buildroot}%{_bindir}/*
-
 %fdupes -s %{buildroot}%{_mandir}
 
 # strip absolute path and suffix
@@ -284,7 +279,8 @@
 %postun -n %{libQgps} -p /sbin/ldconfig
 
 %files
-%doc %{name}-%{version}/python3/%{name}-%{version}/README 
%{name}-%{version}/python3/%{name}-%{version}/COPYING
+%license %{name}-%{version}/python3/%{name}-%{version}/COPYING
+%doc %{name}-%{version}/python3/%{name}-%{version}/README
 %{_mandir}/man?/gpsd.*
 %{_mandir}/man?/gpsdctl.*
 %{_mandir}/man?/gpsctl.*
@@ -341,7 +337,7 @@
 %{_mandir}/man?/gps.*
 %{_mandir}/man?/gegps.*
 %{_mandir}/man?/cgps.*
-%{_mandir}/man?/lcdgps.1.*
+%{_mandir}/man?/lcdgps.*
 %{_mandir}/man?/xgps.*
 %{_mandir}/man?/xgpsspeed.*
 %{_mandir}/man?/gpspipe.*






commit gpsd for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2017-12-08 12:48:23

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is "gpsd"

Fri Dec  8 12:48:23 2017 rev:46 rq:547419 version:3.17

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2017-11-29 
10:50:55.580423832 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2017-12-08 
12:48:26.605067440 +0100
@@ -1,0 +2,6 @@
+Fri Dec  1 15:05:22 UTC 2017 - mimi...@gmail.com
+
+- build with Qt5
+- refreshed gpsd-python3.patch
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.NBfpJw/_old  2017-12-08 12:48:27.673028870 +0100
+++ /var/tmp/diff_new_pack.NBfpJw/_new  2017-12-08 12:48:27.673028870 +0100
@@ -49,8 +49,9 @@
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
-BuildRequires:  pkgconfig(QtCore) >= 4.5.3
-BuildRequires:  pkgconfig(QtNetwork) >= 4.5.3
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(libusb-1.0)
@@ -100,7 +101,7 @@
 
 %package -n %{libgps}
 Summary:Shared library for GPS applications
-Group:  Development/Libraries/Python
+Group:  System/Libraries
 
 %description -n %{libgps}
 This package provides the shared library for gpsd and other GPS aware
@@ -108,7 +109,7 @@
 
 %package -n %{libQgps}
 Summary:Shared Qt library for GPS applications
-Group:  Development/Libraries/Python
+Group:  System/Libraries
 
 %description -n %{libQgps}
 This package provides the shared Qt library for gpsd and other GPS aware
@@ -177,8 +178,9 @@
 
 %build
 # The SCons description does not handle CXXFLAGS correctly, pass C++ flags 
also in CFLAGS
-export CFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
-export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
+export CPPFLAGS="%{optflags}"
 
 pyversions=( python2 python3 )
 pylibdir=( %{python2_sitearch} %{python3_sitearch} )
@@ -192,7 +194,8 @@
 dbus_export=yes \
 systemd=yes \
 libQgpsmm=yes \
-debug=yes \
+qt=yes \
+qt_versioned=5 \
 leapfetch=no \
 prefix="" \
 sysconfdif=%{_sysconfdir} \
@@ -217,8 +220,9 @@
 
 %install
 # The SCons description does not handle CXXFLAGS correctly, pass C++ flags 
also in CFLAGS
-export CFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
-export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
+export CPPFLAGS="%{optflags}"
 # Install python2 first
 pushd %{name}-%{version}/python2/%{name}-%{version}
 
@@ -306,7 +310,6 @@
 %doc %{name}-%{version}/python3/%{name}-%{version}/TODO
 %{_mandir}/man?/gpsfake.*
 %{_mandir}/man?/gpscat.*
-%{_mandir}/man?/libQgps*
 %{_mandir}/man?/libgps.*
 %{_mandir}/man?/libgpsmm.*
 %{_mandir}/man?/srec*
@@ -320,10 +323,11 @@
 %{_includedir}/gps.h
 %{_includedir}/libgpsmm.h
 %{_libdir}/libgps.so
+%{_libdir}/pkgconfig/libgps.pc
 %{_libdir}/libQgpsmm.so
 %{_libdir}/libQgpsmm.prl
-%{_libdir}/pkgconfig/libgps*.pc
 %{_libdir}/pkgconfig/Qgpsmm.pc
+%{_mandir}/man?/libQgps*
 
 %files -n python2-gpsd
 %{python_sitearch}/gps/


++ gpsd-python3.patch ++
--- /var/tmp/diff_new_pack.NBfpJw/_old  2017-12-08 12:48:27.701027859 +0100
+++ /var/tmp/diff_new_pack.NBfpJw/_new  2017-12-08 12:48:27.701027859 +0100
@@ -17,7 +17,16 @@
  
  # Release identification begins here
  gpsd_version = "3.17"
-@@ -354,7 +362,7 @@ for flag in ["LDFLAGS", "SHLINKFLAGS", "
+@@ -111,6 +119,8 @@ def filtered_spawn(sh, escape, cmd, args
+ # Build-control options
+ #
+
++Decider('timestamp-match')
++
+ # Start by reading configuration variables from the cache
+ opts = Variables('.scons-option-cache')
+
+@@ -354,7 +364,7 @@ for flag in ["LDFLAGS", "SHLINKFLAGS", "
  
  
  # Keep scan-build options in the environment





commit gpsd for openSUSE:Factory

2017-11-29 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2017-11-29 10:50:50

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is "gpsd"

Wed Nov 29 10:50:50 2017 rev:45 rq:546210 version:3.17

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2017-11-19 
11:10:26.173476565 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2017-11-29 
10:50:55.580423832 +0100
@@ -1,0 +2,32 @@
+Tue Nov 28 10:40:51 UTC 2017 - mimi...@gmail.com
+
+- removed  gpsd-fix-shebang.patch
+- reworked gpsd-python3.patch
+- build python3 subpackage
+
+---
+Thu Nov 23 13:50:05 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+---
+Mon Nov 20 13:48:01 UTC 2017 - mplus...@suse.com
+
+- 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
+- Fix shebangs of python script (currently still python2)
+- Refresh gpsd-fix-shebang.patch
+
+---

Old:

  gpsd-3.16.tar.gz
  gpsd-3.16.tar.gz.sig
  gpsd-fix-shebang.patch

New:

  gpsd-3.17.tar.gz
  gpsd-3.17.tar.gz.sig
  gpsd-python3.patch



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.8SlaeN/_old  2017-11-29 10:50:57.004372173 +0100
+++ /var/tmp/diff_new_pack.8SlaeN/_new  2017-11-29 10:50:57.012371882 +0100
@@ -16,11 +16,16 @@
 #
 
 
-%definelibgps libgps22
-%definelibQgps libQgpsmm22
+%define sover 23
+%definelibgps libgps%{sover}
+%definelibQgps libQgpsmm%{sover}
 %define _udevdir %(pkg-config --variable udevdir udev)
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir %{_localstatedir}/adm/fillup-templates
+%endif
 Name:   gpsd
-Version:3.16
+Version:3.17
 Release:0
 Summary:Service daemon for mediating access to a GPS
 License:BSD-3-Clause
@@ -32,7 +37,7 @@
 Source3:sysconfig.gpsd
 Source98:   
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz.sig
 Source99:   %{name}.keyring
-Patch0: gpsd-fix-shebang.patch
+Source100:  gpsd-python3.patch
 BuildRequires:  chrpath
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -40,7 +45,7 @@
 BuildRequires:  libcap-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
-BuildRequires:  scons >= 2.0.1
+BuildRequires:  scons >= 2.3.0
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
@@ -50,6 +55,7 @@
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(python2)
+BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(udev)
 Requires:   udev
 Requires(pre):  %fillup_prereq
@@ -111,14 +117,23 @@
 %package -n python2-gpsd
 Summary:Client libraries in C and Python for talking to a running gpsd 
or GPS
 Group:  Development/Libraries/Python
+Requires:   %{name} = %{version}
 Provides:   python-gpsd = %{version}-%{release}
 Obsoletes:  python-gpsd < %{version}-%{release}
-Requires:   %{name} = %{version}
 
 %description -n python2-gpsd
 This package provides python modules and tools for the gpsd shared libraries.
 You will need to have gpsd installed for it to work.
 
+%package -n python3-gpsd
+Summary:Client libraries in C and Python3 for talking to a running 
gpsd or GPS
+Group:  Development/Libraries/Python
+Requires:   %{name} = %{version}
+
+%description -n python3-gpsd
+This package provides python3 modules and tools for the gpsd shared libraries.
+You will need to have gpsd installed for it to work.
+
 %package clients
 Summary:Clients for gpsd with an X interface
 Group:  Hardware/Other
@@ -139,34 +154,91 @@
 can run on a serial terminal or terminal emulator.
 
 %prep
-%setup -q

commit gpsd for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2017-11-19 11:10:22

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is "gpsd"

Sun Nov 19 11:10:22 2017 rev:44 rq:542188 version:3.16

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2017-04-11 
12:42:45.414993620 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2017-11-19 
11:10:26.173476565 +0100
@@ -1,0 +2,5 @@
+Mon Nov 13 13:12:40 UTC 2017 - mplus...@suse.com
+
+- Rename python subpackage to python2
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.R23HHF/_old  2017-11-19 11:10:27.505428000 +0100
+++ /var/tmp/diff_new_pack.R23HHF/_new  2017-11-19 11:10:27.509427854 +0100
@@ -49,7 +49,7 @@
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(libusb-1.0)
-BuildRequires:  pkgconfig(python)
+BuildRequires:  pkgconfig(python2)
 BuildRequires:  pkgconfig(udev)
 Requires:   udev
 Requires(pre):  %fillup_prereq
@@ -108,13 +108,14 @@
 This package provides the shared Qt library for gpsd and other GPS aware
 applications.
 
-%package -n python-gpsd
+%package -n python2-gpsd
 Summary:Client libraries in C and Python for talking to a running gpsd 
or GPS
 Group:  Development/Libraries/Python
+Provides:   python-gpsd = %{version}-%{release}
+Obsoletes:  python-gpsd < %{version}-%{release}
 Requires:   %{name} = %{version}
-%py_requires
 
-%description -n python-gpsd
+%description -n python2-gpsd
 This package provides python modules and tools for the gpsd shared libraries.
 You will need to have gpsd installed for it to work.
 
@@ -252,7 +253,7 @@
 %{_libdir}/pkgconfig/libgps*.pc
 %{_libdir}/pkgconfig/Qgpsmm.pc
 
-%files -n python-gpsd
+%files -n python2-gpsd
 %defattr(-,root,root)
 %{python_sitearch}/gps/
 






commit gpsd for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2017-04-11 12:42:44

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is "gpsd"

Tue Apr 11 12:42:44 2017 rev:43 rq:486294 version:3.16

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2017-03-05 
17:55:06.383379113 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2017-04-11 
12:42:45.414993620 +0200
@@ -1,0 +2,7 @@
+Thu Apr  6 20:56:37 UTC 2017 - tchva...@suse.com
+
+- Remove conditionals for 1210 and older (oldest codebase built is SLE12)
+- run scons in multiple threads
+- convert to pkgconfig dependencies
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.p8M7Uu/_old  2017-04-11 12:42:47.062760796 +0200
+++ /var/tmp/diff_new_pack.p8M7Uu/_new  2017-04-11 12:42:47.082757971 +0200
@@ -27,38 +27,37 @@
 Group:  Hardware/Other
 Url:http://www.catb.org/gpsd/
 Source0:
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
-Source98:   
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz.sig
 Source1:rules.gpsd
 Source2:udev.gpsd
 Source3:sysconfig.gpsd
+Source98:   
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz.sig
 Source99:   %{name}.keyring
 Patch0: gpsd-fix-shebang.patch
-BuildRequires:  bluez-devel
 BuildRequires:  chrpath
-BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libcap-devel
-BuildRequires:  libqt4-devel >= 4.5.3
-BuildRequires:  libusb-1_0-devel
 BuildRequires:  ncurses-devel
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
-BuildRequires:  pps-tools-devel
-%endif
-BuildRequires:  python-devel
+BuildRequires:  pkgconfig
 BuildRequires:  scons >= 2.0.1
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
+BuildRequires:  pkgconfig(QtCore) >= 4.5.3
+BuildRequires:  pkgconfig(QtNetwork) >= 4.5.3
+BuildRequires:  pkgconfig(bluez)
+BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(libusb-1.0)
+BuildRequires:  pkgconfig(python)
 BuildRequires:  pkgconfig(udev)
-%if 0%{?suse_version} >= 1210
-BuildRequires:  systemd-rpm-macros
-%systemd_requires
-%endif
 Requires:   udev
 Requires(pre):  %fillup_prereq
 Requires(pre):  coreutils
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{?systemd_requires}
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+BuildRequires:  pps-tools-devel
+%endif
 
 %description
 gpsd is a service daemon that mediates access to a GPS sensor connected
@@ -149,9 +148,10 @@
 # The SCons description does not handle CXXFLAGS correctly, pass C++ flags 
also in CFLAGS
 export CFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
-scons prefix=%{_prefix} libdir=%{_libdir} nostrip=True
+scons prefix=%{_prefix} libdir=%{_libdir} nostrip=True %{?_smp_mflags}
 
 %install
+# The SCons description does not handle CXXFLAGS correctly, pass C++ flags 
also in CFLAGS
 export CFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
 DESTDIR=%{buildroot} scons prefix=%{_prefix} libdir=%{_libdir} strip=False 
install
@@ -170,12 +170,10 @@
 install -D -m 644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/ 
packaging/X11/gpsd-logo.png
 install -D -m 644 -t %{buildroot}%{_datadir}/applications/ 
packaging/X11/xgps.desktop
 install -D -m 644 -t %{buildroot}%{_datadir}/applications/ 
packaging/X11/xgpsspeed.desktop
-%if 0%{?suse_version} >= 1210
 install -D -m 644 systemd/gpsd.service %{buildroot}/%{_unitdir}/gpsd.service
 install -D -m 644 systemd/gpsd.socket %{buildroot}/%{_unitdir}/gpsd.socket
 install -D -m 644 systemd/gpsdctl@.service 
%{buildroot}/%{_unitdir}/gpsdctl@.service
 ln -s  %{_sbindir}/service %{buildroot}%{_sbindir}/rcgpsd
-%endif
 
 # strip absolute path and suffix
 sed -i -e 's#Icon=.*/\([^/]\+\)\(\..\+\)#Icon=\1#' 
%{buildroot}%{_datadir}/applications/xgps{,speed}.desktop
@@ -185,35 +183,24 @@
 %fdupes -s %{buildroot}
 
 %pre
-%if 0%{?suse_version} >= 1210
 %service_add_pre gpsd.service gpsdctl@.service
-%endif
 
 %post
 /sbin/ldconfig
 %fillup_only -n gpsd
-%if 0%{?suse_version} >= 1210
 %service_add_post gpsd.service gpsdctl@.service
 %udev_rules_update
-%endif
 
 %preun
-%if 0%{?suse_version} >= 1210
 %service_del_preun gpsd.service gpsdctl@.service
-%endif
 
 

commit gpsd for openSUSE:Factory

2017-03-05 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2017-03-05 17:55:05

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is "gpsd"

Sun Mar  5 17:55:05 2017 rev:42 rq:461003 version:3.16

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2016-08-29 
14:26:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2017-03-05 
17:55:06.383379113 +0100
@@ -1,0 +2,7 @@
+Tue Feb 28 19:21:14 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Cleanup build/spec file:
+  * Use .desktop files and PNG icon from tarball
+  * correct flag to disable stripping (nostrip=True)
+
+---

Old:

  gpsd.xpm
  xgps.desktop
  xgpsspeed.desktop



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.yOa7Zt/_old  2017-03-05 17:55:07.191264765 +0100
+++ /var/tmp/diff_new_pack.yOa7Zt/_new  2017-03-05 17:55:07.195264199 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,9 +31,6 @@
 Source1:rules.gpsd
 Source2:udev.gpsd
 Source3:sysconfig.gpsd
-Source4:gpsd.xpm
-Source5:xgps.desktop
-Source6:xgpsspeed.desktop
 Source99:   %{name}.keyring
 Patch0: gpsd-fix-shebang.patch
 BuildRequires:  bluez-devel
@@ -41,6 +38,7 @@
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libcap-devel
 BuildRequires:  libqt4-devel >= 4.5.3
 BuildRequires:  libusb-1_0-devel
@@ -148,9 +146,10 @@
 sed -i 's|env.Prepend.*RPATH.*|pass #\0|' SConstruct
 
 %build
+# The SCons description does not handle CXXFLAGS correctly, pass C++ flags 
also in CFLAGS
 export CFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
-scons prefix=%{_prefix} libdir=%{_libdir} strip=False
+scons prefix=%{_prefix} libdir=%{_libdir} nostrip=True
 
 %install
 export CFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
@@ -159,7 +158,7 @@
 install -d -m 755 %{buildroot}%{_udevdir}
 install -d -m 755 %{buildroot}%{_udevdir}/rules.d
 install -d -m 755 %{buildroot}%{_localstatedir}/adm/fillup-templates
-install -d -m 755 %{buildroot}%{_datadir}/{applications,pixmaps}
+install -d -m 755 %{buildroot}%{_datadir}/applications
 install -m 644 %{SOURCE1} %{buildroot}%{_udevdir}/rules.d/51-gpsd.rules
 install -m 755 %{SOURCE2} %{buildroot}%{_udevdir}/gpsd.sh
 install -m 644 %{SOURCE3} %{buildroot}%{_localstatedir}/adm/fillup-templates
@@ -168,9 +167,9 @@
 fi
 chmod 755 %{buildroot}%{python_sitearch}/gps/gps.py
 # install desktop entries
-install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
-install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/applications/
-install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/applications/
+install -D -m 644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/ 
packaging/X11/gpsd-logo.png
+install -D -m 644 -t %{buildroot}%{_datadir}/applications/ 
packaging/X11/xgps.desktop
+install -D -m 644 -t %{buildroot}%{_datadir}/applications/ 
packaging/X11/xgpsspeed.desktop
 %if 0%{?suse_version} >= 1210
 install -D -m 644 systemd/gpsd.service %{buildroot}/%{_unitdir}/gpsd.service
 install -D -m 644 systemd/gpsd.socket %{buildroot}/%{_unitdir}/gpsd.socket
@@ -178,8 +177,10 @@
 ln -s  %{_sbindir}/service %{buildroot}%{_sbindir}/rcgpsd
 %endif
 
-%suse_update_desktop_file xgpsspeed
-%suse_update_desktop_file xgps
+# strip absolute path and suffix
+sed -i -e 's#Icon=.*/\([^/]\+\)\(\..\+\)#Icon=\1#' 
%{buildroot}%{_datadir}/applications/xgps{,speed}.desktop
+%suse_update_desktop_file -r xgpsspeed System Monitor
+%suse_update_desktop_file -r xgps System Monitor
 # save some space, create symlinks
 %fdupes -s %{buildroot}
 
@@ -293,6 +294,6 @@
 %{_bindir}/gpxlogger
 %{_bindir}/ntpshmmon
 %{_datadir}/applications/*.desktop
-%{_datadir}/pixmaps/*.xpm
+%{_datadir}/icons/hicolor/*/apps/*
 
 %changelog






commit gpsd for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2016-08-29 14:26:05

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is "gpsd"

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2016-08-18 
09:15:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2016-08-29 
14:26:06.0 +0200
@@ -1,0 +2,28 @@
+Fri Aug 26 12:17:03 UTC 2016 - mar...@gmx.de
+
+- 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.
+
+---
@@ -141 +169 @@
-
+1

Old:

  gpsd-3.15.tar.gz
  gpsd-3.15.tar.gz.sig

New:

  gpsd-3.16.tar.gz
  gpsd-3.16.tar.gz.sig



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.jwQuRC/_old  2016-08-29 14:26:07.0 +0200
+++ /var/tmp/diff_new_pack.jwQuRC/_new  2016-08-29 14:26:07.0 +0200
@@ -20,7 +20,7 @@
 %definelibQgps libQgpsmm22
 %define _udevdir %(pkg-config --variable udevdir udev)
 Name:   gpsd
-Version:3.15
+Version:3.16
 Release:0
 Summary:Service daemon for mediating access to a GPS
 License:BSD-3-Clause
@@ -45,7 +45,9 @@
 BuildRequires:  libqt4-devel >= 4.5.3
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  ncurses-devel
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 BuildRequires:  pps-tools-devel
+%endif
 BuildRequires:  python-devel
 BuildRequires:  scons >= 2.0.1
 BuildRequires:  update-desktop-files
@@ -146,13 +148,13 @@
 sed -i 's|env.Prepend.*RPATH.*|pass #\0|' SConstruct
 
 %build
-export CFLAGS="%{optflags} -fvisibility-inlines-hidden"
-export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
+export CFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
+export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
 scons prefix=%{_prefix} libdir=%{_libdir} strip=False
 
 %install
-export CFLAGS="%{optflags} -fvisibility-inlines-hidden"
-export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
+export CFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
+export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden -std=gnu++98"
 DESTDIR=%{buildroot} scons prefix=%{_prefix} libdir=%{_libdir} strip=False 
install
 install -d -m 755 %{buildroot}%{_udevdir}
 install -d -m 755 %{buildroot}%{_udevdir}/rules.d

++ gpsd-3.15.tar.gz -> gpsd-3.16.tar.gz ++
/work/SRC/openSUSE:Factory/gpsd/gpsd-3.15.tar.gz 
/work/SRC/openSUSE:Factory/.gpsd.new/gpsd-3.16.tar.gz differ: char 5, line 1

++ gpsd.keyring ++
--- /var/tmp/diff_new_pack.jwQuRC/_old  2016-08-29 14:26:08.0 +0200
+++ /var/tmp/diff_new_pack.jwQuRC/_new  2016-08-29 14:26:08.0 +0200
@@ -1,299 +1,77 @@
 -BEGIN PGP PUBLIC KEY BLOCK-
 Version: GnuPG v2
 
-mQGiBDQ3/EsRBADCqXcufnvTFebaLFr2ZVr52JuakrIlu+oJISHBXzVr8hbEtdrw
-6hVoD/q6E4uFFYISAuxlPCQV1eyACx/gowjaO38kKT20u9xCfYBKYGwk8/ogkgPn
-rTHMgcPWErWYY4YZWLp7jFdCXqxa2yy6RFRqoJ1Ufucbu10NJOmNwEkXZwCg//JR
-ByKNQRL96lnB0xj4Y3BFJccD/RR4eXRCz/b/GDcu+Lqw9ygUqNK/QzDYEtp9xWdU
-2h7nPLvb7LibpiL0OPz8sozOAEo9FQ/aOrGFPxbmn3L+WDPyh0kaH54LNqH0nhyH
-wbXZx8GJPax7Dqj2789RDyoh2gbrCailDb5eugv+S7G02rUdOPbNbArxaRoTg+4A
-sZ3dBAClqLw9w6MvaKE9CEpMLPdzDiDl3Nit1aX05fsup7CSq/7Te5FShgwt3VJB
-L864MdvAw7/qFOFj0FXNoh5oWnYXtV0YJywi/oDBWSbI2Dj6oBcY/4vt80RHdKbd

commit gpsd for openSUSE:Factory

2016-08-18 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2016-08-18 09:14:58

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is "gpsd"

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2016-08-05 
18:13:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2016-08-18 
09:15:00.0 +0200
@@ -1,0 +2,10 @@
+Tue Aug  9 09:19:54 UTC 2016 - lnus...@suse.de
+
+- use pkgconfig(udev) to always allow using udev-mini
+
+---
+Mon Aug  8 18:04:20 UTC 2016 - benoit.mo...@gmx.fr
+
+- add pps-tools-devel as BuildRequires to enable kernel PPS
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.opmCcr/_old  2016-08-18 09:15:01.0 +0200
+++ /var/tmp/diff_new_pack.opmCcr/_new  2016-08-18 09:15:01.0 +0200
@@ -45,11 +45,12 @@
 BuildRequires:  libqt4-devel >= 4.5.3
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  pps-tools-devel
 BuildRequires:  python-devel
 BuildRequires:  scons >= 2.0.1
-BuildRequires:  udev
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
+BuildRequires:  pkgconfig(udev)
 %if 0%{?suse_version} >= 1210
 BuildRequires:  systemd-rpm-macros
 %systemd_requires






commit gpsd for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2016-08-05 18:13:26

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is "gpsd"

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2015-12-01 
09:18:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2016-08-05 
18:13:35.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  1 09:42:57 UTC 2016 - lnus...@suse.de
+
+- use pkg-config to figure out udevdir. Fixes bootstrapping with
+  udev-mini
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.PkIDpS/_old  2016-08-05 18:13:36.0 +0200
+++ /var/tmp/diff_new_pack.PkIDpS/_new  2016-08-05 18:13:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,7 @@
 
 %definelibgps libgps22
 %definelibQgps libQgpsmm22
-%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
-%define _udevdir %{_libexecdir}/udev/
-%else
-%define _udevdir /lib/udev/
-%endif
+%define _udevdir %(pkg-config --variable udevdir udev)
 Name:   gpsd
 Version:3.15
 Release:0






commit gpsd for openSUSE:Factory

2015-12-01 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2015-12-01 09:17:58

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is "gpsd"

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2015-03-16 
06:56:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2015-12-01 
09:18:00.0 +0100
@@ -1,0 +2,23 @@
+Tue Nov 24 09:58:15 UTC 2015 - joop.boo...@opensuse.org
+
+- Added missing requirements %{libgps} and %{libQgps} for devel package 
+
+---
+Sun Nov  8 14:43:27 UTC 2015 - p.drou...@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
+
+---

Old:

  gpsd-3.13-ntpshm.patch
  gpsd-3.13.tar.gz
  gpsd-3.13.tar.gz.sig

New:

  gpsd-3.15.tar.gz
  gpsd-3.15.tar.gz.sig



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.k4EWGl/_old  2015-12-01 09:18:01.0 +0100
+++ /var/tmp/diff_new_pack.k4EWGl/_new  2015-12-01 09:18:01.0 +0100
@@ -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 @@
 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 @@
 %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 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 # don't set RPATH
 sed -i 's|env.Prepend.*RPATH.*|pass #\0|' SConstruct
@@ -234,7 +234,6 @@
 %{_sbindir}/gpsd
 %{_sbindir}/gpsdctl
 %{_bindir}/gpsctl
-%{_libdir}/libgpsd.so.*
 %{_localstatedir}/adm/fillup-templates/sysconfig.gpsd
 
 %files -n %{libgps}
@@ -263,7 +262,6 @@
 %{_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 @@
 %{_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 @@
 %{_bindir}/gpspipe
 %{_bindir}/gps2udp
 %{_bindir}/gpxlogger
+%{_bindir}/ntpshmmon
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/*.xpm
 

++ gpsd-3.13.tar.gz -> gpsd-3.15.tar.gz ++
 38361 lines of diff (skipped)





commit gpsd for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2015-03-16 06:56:33

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is gpsd

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2015-01-22 
21:48:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2015-03-16 
06:56:34.0 +0100
@@ -1,0 +2,38 @@
+Sat Mar  7 12:13:48 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Add gpg signature
+- Add gpsd-3.13-ntpshm.patch
+- Install unit files
+- Update to 3.13
+  * compiler.h inclusion removed for gps.h so it's standalone 
+for /usr/include.
+  * TOFF JSON report gives the offset between GPS top of second and 
+clock time.
+  * A new ntpmon tool supports capturing clock samples from NTP 
+SHM segments.
+- Changes for 3.12
+  * The daemon's power utilization has been reduced by changing 
+from non-blocking to blocking I/O; this may be significant 
+on mobile devices.
+  * Better protection against false matches of Inland AIS messages; 
+thisrequired a libgps version bump to 22 (as a side effect, 
+per-devicefootprint has decreased). 
+  * PPS feature is no longer markedexperimental/unstable.  
+  * Sentence tag fields have been dropped from the JSON reports. 
+  * GNSS and GLONASS SKY reports are now merged. 
+  * Addressed versions of AIS Type 25 and 26 are now handled. 
+  * The 'nmea' build option is now 'nmea0183'.
+  * New 'minimal' option sets all boolean options not explicitly 
+set on the build command line to false.  
+  * The 'limited_max_devices' option is now 'max_devices'; the 
+'limited_max_clients' option is now 'max_clients'
+  * The previously deprecated 'libQgpsmm' option has been 
+removed; use 'qt'.
+  * A bug fix for error modeling when NMEA 0183 reports empty DOP fields.  
+  * On OS X, the osx-pl203 driver has been explicitly listed 
+as unsupported. 
+  * The last remnants of the old pre-JSON query protocol have 
+been removed from the client library.
+
+---

Old:

  gpsd-3.11.tar.gz

New:

  gpsd-3.13-ntpshm.patch
  gpsd-3.13.tar.gz
  gpsd-3.13.tar.gz.sig
  gpsd.keyring



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.InYJ0D/_old  2015-03-16 06:56:35.0 +0100
+++ /var/tmp/diff_new_pack.InYJ0D/_new  2015-03-16 06:56:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsd
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,31 @@
 #
 
 
+%definelibgps libgps22
+%definelibQgps libQgpsmm22
 %if %( echo `rpm -q --queryformat %%{version} udev` )  190
-%define _udevdir /usr/lib/udev/
+%define _udevdir %{_libexecdir}/udev/
 %else
 %define _udevdir /lib/udev/
 %endif
-
 Name:   gpsd
+Version:3.13
+Release:0
 Summary:Service daemon for mediating access to a GPS
 License:BSD-3-Clause
 Group:  Hardware/Other
 Url:http://www.catb.org/gpsd/
-Version:3.11
-Release:0
-%definelibgps libgps21
-%definelibQgps libQgpsmm21
-Requires:   udev
-Requires(pre):  coreutils %fillup_prereq
+Source0:
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
+Source98:   
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz.sig
+Source1:rules.gpsd
+Source2:udev.gpsd
+Source3:sysconfig.gpsd
+Source4:gpsd.xpm
+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
@@ -47,14 +55,13 @@
 BuildRequires:  udev
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
-Source: 
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
-Source1:rules.gpsd
-Source2:udev.gpsd
-Source3:sysconfig.gpsd
-Source4:gpsd.xpm
-Source5:xgps.desktop
-Source6:xgpsspeed.desktop
-Patch0: gpsd-fix-shebang.patch
+%if 0%{?suse_version} = 1210
+BuildRequires:  systemd-rpm-macros
+%systemd_requires
+%endif
+Requires:   udev
+Requires(pre):  %fillup_prereq
+Requires(pre):  coreutils
 BuildRoot:  

commit gpsd for openSUSE:Factory

2015-01-22 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2015-01-22 21:47:59

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is gpsd

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2014-12-03 
22:52:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2015-01-22 
21:48:08.0 +0100
@@ -1,0 +2,15 @@
+Thu Jan 15 20:03:35 UTC 2015 - p.drou...@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
+
+---

Old:

  gpsd-3.10.tar.gz

New:

  gpsd-3.11.tar.gz



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.TNriiE/_old  2015-01-22 21:48:09.0 +0100
+++ /var/tmp/diff_new_pack.TNriiE/_new  2015-01-22 21:48:09.0 +0100
@@ -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 @@
 License:BSD-3-Clause
 Group:  Hardware/Other
 Url:http://www.catb.org/gpsd/
-Version:3.10
+Version:3.11
 Release:0
 %definelibgps libgps21
 %definelibQgps libQgpsmm21
@@ -142,6 +142,9 @@
 %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 @@
 %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 @@
 %{_bindir}/gpsmon
 %{_bindir}/gpspipe
 %{_bindir}/gps2udp
-%if 0%{?suse_version}  1020
 %{_bindir}/gpxlogger
-%endif
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/*.xpm
 

++ gpsd-3.10.tar.gz - gpsd-3.11.tar.gz ++
 15904 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gpsd for openSUSE:Factory

2014-12-03 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2014-12-03 22:52:20

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is gpsd

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2014-10-09 
12:52:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2014-12-03 
22:52:23.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 25 11:48:06 UTC 2014 - dl8...@darc.de
+
+- Added python-gpsd requires for gpsd-clients
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.1fMgnU/_old  2014-12-03 22:52:24.0 +0100
+++ /var/tmp/diff_new_pack.1fMgnU/_new  2014-12-03 22:52:24.0 +0100
@@ -122,6 +122,7 @@
 %package clients
 Summary:Clients for gpsd with an X interface
 Group:  Hardware/Other
+Requires:   python-gpsd
 Requires:   python-gtk
 
 %description clients

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gpsd for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2014-10-09 12:52:09

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is gpsd

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2013-12-11 
11:28:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2014-10-09 
12:52:17.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct  6 18:13:09 UTC 2014 - crrodrig...@opensuse.org
+
+- 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.
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.QEitlr/_old  2014-10-09 12:52:18.0 +0200
+++ /var/tmp/diff_new_pack.QEitlr/_new  2014-10-09 12:52:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsd
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -47,8 +47,6 @@
 BuildRequires:  udev
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
-BuildRequires:  xorg-x11-devel
-BuildRequires:  xorg-x11-libXpm-devel
 Source: 
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
 Source1:rules.gpsd
 Source2:udev.gpsd
@@ -144,9 +142,13 @@
 %patch0 -p1
 
 %build
+export CFLAGS=%optflags -fvisibility-inlines-hidden
+export CXXFLAGS=%optflags -fvisibility-inlines-hidden
 scons prefix=%{_prefix} libdir=%{_libdir} strip=False
 
 %install
+export CFLAGS=%optflags -fvisibility-inlines-hidden
+export CXXFLAGS=%optflags -fvisibility-inlines-hidden
 DESTDIR=%{buildroot} scons prefix=%{_prefix} libdir=%{_libdir} strip=False 
install
 install -d -m 755 %{buildroot}%{_udevdir}
 install -d -m 755 %{buildroot}%{_udevdir}/rules.d

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gpsd for openSUSE:Factory

2013-12-11 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2013-12-11 11:28:19

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is gpsd

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2012-10-23 
21:24:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2013-12-11 
11:28:20.0 +0100
@@ -1,0 +2,32 @@
+Mon Dec  9 12:11:26 UTC 2013 - opens...@dstoecker.de
+
+- update to version 3.10
+  AIS: Adds gps2udp, an AIS data relay, split24 option supports
+  passing through Type 24 halves; support for Inland AIS; scaled no
+  longer controls dumping of controlled-vocabulary fields; instead,
+  the're always dumped numerically and as text, with text in an
+  attribute name generated by appending _text to the name of the
+  base attribute. The packetizer's handling of write boundaries not
+  coinciding with packet boundaries is improved.  Better support for
+  mode and speed switching in the UBX driver.  PPS message now ships
+  nsec. PPS events are visible in gpsmon. Time-reporting fix to TSIP.
+
+---
+Wed Nov 20 13:19:27 UTC 2013 - s...@bugs.jan.ritzerfeld.org
+
+- Fixed typo in udev rule (bnc#848936) 
+
+---
+Mon Oct 28 13:56:07 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 3.9
+  + Note to packagers: this is an urgent release that fixes a possible
+DoS or security hole!  Armor the AIS driver against an implausible
+overrun attack.  A (different) fix for our first malformed-packet
+crash since about 2007. Minor improvements to the NMEA2000
+driver. New FAQ entry on how to know WAAS/EGNOS is working.
+  + New -u and -uu options enable usec timestamps on gpspipe output.
+For more please read usr/share/doc/packages/gpsd/NEWS
+- Clean specfile and remove AUTHORS section
+
+---

Old:

  gpsd-3.5.tar.bz2

New:

  gpsd-3.10.tar.gz



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.o2WxCB/_old  2013-12-11 11:28:21.0 +0100
+++ /var/tmp/diff_new_pack.o2WxCB/_new  2013-12-11 11:28:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,14 +27,16 @@
 License:BSD-3-Clause
 Group:  Hardware/Other
 Url:http://www.catb.org/gpsd/
-Version:3.5
+Version:3.10
 Release:0
-%definelibgps libgps20
-%definelibQgps libQgpsmm20
+%definelibgps libgps21
+%definelibQgps libQgpsmm21
 Requires:   udev
-PreReq: coreutils %fillup_prereq
+Requires(pre):  coreutils %fillup_prereq
 BuildRequires:  bluez-devel
 BuildRequires:  chrpath
+BuildRequires:  dbus-1-glib-devel
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libcap-devel
 BuildRequires:  libqt4-devel = 4.5.3
@@ -47,11 +49,7 @@
 BuildRequires:  xmlto
 BuildRequires:  xorg-x11-devel
 BuildRequires:  xorg-x11-libXpm-devel
-%if 0%{?suse_version}  1020
-BuildRequires:  dbus-1-glib-devel
-BuildRequires:  fdupes
-%endif
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
 Source1:rules.gpsd
 Source2:udev.gpsd
 Source3:sysconfig.gpsd
@@ -60,11 +58,6 @@
 Source6:xgpsspeed.desktop
 Patch0: gpsd-fix-shebang.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}  1110
-%else
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
-%endif
 
 %description
 gpsd is a service daemon that mediates access to a GPS sensor connected
@@ -84,20 +77,6 @@
 location information, and copes gracefully when the GPS is unplugged
 and replugged.
 
-
-
-Authors:
-
-Remco Treffkorn re...@rvt.com
-Derrick J. Brashear sha...@dementia.org
-Russ Nelson nel...@crynwyr.com
-Eric S. Raymond e...@thyrsus.com
-Gary E. Miller g...@rellim.com 
-Jeff Francis j...@gritch.org
-Amaury Jacquot sxp...@esitcom.org
-Chris Kuethe 

commit gpsd for openSUSE:Factory

2012-10-23 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2012-10-23 21:24:37

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is gpsd, Maintainer is jreu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2012-05-08 
06:45:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2012-10-23 
21:24:40.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 17 11:48:10 UTC 2012 - fcro...@suse.com
+
+- Fix build and adapt udev rule to new udev location.
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.DUFcbd/_old  2012-10-23 21:24:45.0 +0200
+++ /var/tmp/diff_new_pack.DUFcbd/_new  2012-10-23 21:24:45.0 +0200
@@ -16,6 +16,12 @@
 #
 
 
+%if %( echo `rpm -q --queryformat %%{version} udev` )  190
+%define _udevdir /usr/lib/udev/
+%else
+%define _udevdir /lib/udev/
+%endif
+
 Name:   gpsd
 Summary:Service daemon for mediating access to a GPS
 License:BSD-3-Clause
@@ -224,12 +230,12 @@
 
 %install
 DESTDIR=%{buildroot} scons prefix=%{_prefix} libdir=%{_libdir} strip=False 
install
-install -d -m 755 %{buildroot}/lib/udev
-install -d -m 755 %{buildroot}/lib/udev/rules.d
+install -d -m 755 %{buildroot}%{_udevdir}
+install -d -m 755 %{buildroot}%{_udevdir}/rules.d
 install -d -m 755 %{buildroot}/var/adm/fillup-templates
 install -d -m 755 %{buildroot}%{_datadir}/{applications,pixmaps}
-install -m 644 %{SOURCE1} %{buildroot}/lib/udev/rules.d/51-gpsd.rules
-install -m 755 %{SOURCE2} %{buildroot}/lib/udev/gpsd.sh
+install -m 644 %{SOURCE1} %{buildroot}%{_udevdir}/rules.d/51-gpsd.rules
+install -m 755 %{SOURCE2} %{buildroot}%{_udevdir}/gpsd.sh
 install -m 644 %{SOURCE3} %{buildroot}/var/adm/fillup-templates
 if [ -f %{buildroot}%{python_sitearch}/*.egg-info ] ; then
   rm -f %{buildroot}%{python_sitearch}/*.egg-info
@@ -270,8 +276,8 @@
 %{_mandir}/man?/gpsd.*
 %{_mandir}/man?/gpsdctl.*
 %{_mandir}/man?/gpsctl.*
-/lib/udev/gpsd.sh
-/lib/udev/rules.d/*
+%{_udevdir}/gpsd.sh
+%{_udevdir}/rules.d/*
 %{_sbindir}/gpsd
 %{_sbindir}/gpsdctl
 %{_bindir}/gpsctl

++ rules.gpsd ++
--- /var/tmp/diff_new_pack.DUFcbd/_old  2012-10-23 21:24:45.0 +0200
+++ /var/tmp/diff_new_pack.DUFcbd/_new  2012-10-23 21:24:45.0 +0200
@@ -1,21 +1,21 @@
 SUBSYSTEM != tty, GOTO=gpsd_end
 
 ACTION != remove, GOTO=gpsd_add
-KERNEL==ttyUSB*, RUN=/lib/udev/gpsd.sh
+KERNEL==ttyUSB*, RUN=gpsd.sh
 
 LABEL=gpsd_add
 ACTION != add, GOTO=gpsd_end
 
 # Prolific Technology 2303 (commonly in tandem with SiRF chips)
-KERNEL==ttyUSB*, ATTR{idVendor}==067b, ATTR{idProduct}==2303, 
RUN=/lib/udev/gpsd.sh
+KERNEL==ttyUSB*, ATTR{idVendor}==067b, ATTR{idProduct}==2303, 
RUN=gpsd.sh
 # FTDI 8U232AM
-KERNEL==ttyUSB*, ATTR{idVendor}==0403, ATTR{idProduct}==6001, 
RUN=/lib/udev/gpsd.sh
+KERNEL==ttyUSB*, ATTR{idVendor}==0403, ATTR{idProduct}==6001, 
RUN=gpsd.sh
 # Cypress M8/CY7C64013 (DeLorme uses these)
-KERNEL==ttyUSB*, ATTR{idVendor}==1163, ATTR{idProduct}==0100, 
RUN=/lib/udev/gpsd.sh
-KERNEL==ttyUSB*, ATTR{idVendor}==1163, ATTR{idProduct}==0200, 
RUN=/lib/udev/gpsd.sh
+KERNEL==ttyUSB*, ATTR{idVendor}==1163, ATTR{idProduct}==0100, 
RUN=gpsd.sh
+KERNEL==ttyUSB*, ATTR{idVendor}==1163, ATTR{idProduct}==0200, 
RUN=gpsd.sh
 # PS-360 OEM (Microsoft GPS sold with Street and Trips 2005)
-KERNEL==ttyUSB*, ATTR{idVendor}==067b, ATTR{idProduct}==aaa0, 
RUN=/lib/udev/gpsd.sh
+KERNEL==ttyUSB*, ATTR{idVendor}==067b, ATTR{idProduct}==aaa0, 
RUN=gpsd.sh
 # SiRF Star III 20ch Gmouse GPS (a.k.a Cygnal Integrated Products, Inc.)
-KERNEL==ttyUSB*, ATTR{idVendor}==10c4, ATTR{idProduct}==ea60, 
RUN=/lib/udev/gpsd.sh
+KERNEL==ttyUSB*, ATTR{idVendor}==10c4, ATTR{idProduct}==ea60, 
RUN=gpsd.sh
 
 LABEL=gpsd_end

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gpsd for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2011-12-06 17:59:01

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new (New)


Package is gpsd, Maintainer is jreu...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2011-09-23 
02:01:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2011-12-06 
17:59:36.0 +0100
@@ -1,0 +2,10 @@
+Fri Dec  2 16:27:13 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
+Sat Oct 15 12:21:55 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typos in gpsd.spec
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.BoP0aF/_old  2011-12-06 17:59:38.0 +0100
+++ /var/tmp/diff_new_pack.BoP0aF/_new  2011-12-06 17:59:38.0 +0100
@@ -15,20 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   gpsd
 Summary:Service daemon for mediating access to a GPS
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Url:http://gpsd.berlios.de/
 Group:  Hardware/Other
 Version:2.96
-Release:5
+Release:0
 %definelibgps libgps20
 Requires:   udev
 PreReq: coreutils %fillup_prereq
-BuildRequires:  gcc-c++ ncurses-devel python-devel udev update-desktop-files 
xmlto xorg-x11-devel xorg-x11-libXpm-devel
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  ncurses-devel
+BuildRequires:  python-devel
+BuildRequires:  udev
+BuildRequires:  update-desktop-files
+BuildRequires:  xmlto
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xorg-x11-libXpm-devel
 %if 0%{?suse_version}  1020
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
@@ -82,7 +87,6 @@
 Ville Nuorvala vnuor...@tcs.hut.fi
 
 %package devel
-License:BSD3c(or similar)
 Summary:Client libraries in C and Python for talking to a running gpsd 
or GPS
 Group:  Development/Libraries/C and C++
 Requires:   %name = %version
@@ -109,13 +113,12 @@
 
 
 %package -n libgps20
-License:BSD3c(or similar)
 Summary:Shared library for GPS applications
 Group:  Development/Libraries/Python
 
 %description -n %libgps
 This package provides the shared library for gpsd and other GPS aware
-applications
+applications.
 
 Authors:
 
@@ -131,14 +134,13 @@
 
 
 %package -n python-gpsd
-License:BSD3c(or similar)
 Summary:Client libraries in C and Python for talking to a running gpsd 
or GPS
 Group:  Development/Libraries/Python
 Requires:   %name = %version
 %{py_requires}
 
 %description -n python-gpsd
-This package provides python modules and tools for the gpsd shared
+This package provides python modules and tools for the gpsd shared libraries.
 You will need to have gpsd installed for it to work.
 
 Authors:
@@ -154,9 +156,7 @@
 Ville Nuorvala vnuor...@tcs.hut.fi
 
 %package clients
-License:BSD3c(or similar)
 Summary:Clients for gpsd with an X interface
-Group:  Hardware/Other
 Requires:   python-gtk
 
 %description clients

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gpsd for openSUSE:Factory

2011-07-04 Thread h_root

Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory
checked in at Mon Jul 4 14:23:00 CEST 2011.




--- gpsd/gpsd.changes   2011-04-30 20:12:35.0 +0200
+++ gpsd/gpsd.changes   2011-07-04 14:22:21.851459000 +0200
@@ -1,0 +2,7 @@
+Sat May 14 14:00:06 CEST 2011 - dmuel...@suse.de
+
+- move libgpsd.so.0 from the shlib subpackage to the main package,
+  as it fileconflicts with other versions of it. the library is
+  internal only anyway.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.60Oz0j/_old  2011-07-04 14:22:45.0 +0200
+++ /var/tmp/diff_new_pack.60Oz0j/_new  2011-07-04 14:22:45.0 +0200
@@ -24,7 +24,7 @@
 Url:http://gpsd.berlios.de/
 Group:  Hardware/Other
 Version:2.96
-Release:3
+Release:5
 %definelibgps libgps20
 Requires:   udev
 PreReq: coreutils %fillup_prereq
@@ -243,12 +243,12 @@
 /lib/udev/rules.d/*
 %{_sbindir}/gpsd
 %{_bindir}/gpsctl
+%{_libdir}/libgpsd.so.*
 /var/adm/fillup-templates/sysconfig.gpsd
 
 %files -n %libgps
 %defattr(-,root,root)
 %{_libdir}/libgps.so.*
-%{_libdir}/libgpsd.so.*
 
 %files devel
 %defattr(-,root,root)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gpsd for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory
checked in at Mon May 2 12:39:25 CEST 2011.




--- gpsd/gpsd.changes   2011-04-04 15:17:11.0 +0200
+++ /mounts/work_src_done/STABLE/gpsd/gpsd.changes  2011-04-30 
20:12:35.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 30 18:11:34 UTC 2011 - j...@novell.com
+
+- gpsd-devel depends on python-gpsd too.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.94ZLG8/_old  2011-05-02 12:38:56.0 +0200
+++ /var/tmp/diff_new_pack.94ZLG8/_new  2011-05-02 12:38:56.0 +0200
@@ -24,7 +24,7 @@
 Url:http://gpsd.berlios.de/
 Group:  Hardware/Other
 Version:2.96
-Release:1
+Release:3
 %definelibgps libgps20
 Requires:   udev
 PreReq: coreutils %fillup_prereq
@@ -86,6 +86,7 @@
 Summary:Client libraries in C and Python for talking to a running gpsd 
or GPS
 Group:  Development/Libraries/C and C++
 Requires:   %name = %version
+Requires:   python-gpsd = %version
 Requires:   pkgconfig, python-curses
 
 %description devel






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org