diff --git a/_service:download_files:gpsd-3.9.tar.gz b/_service:download_files:gpsd-3.9.tar.gz new file mode 100644 index 0000000..5376246 --- /dev/null +++ b/_service:download_files:gpsd-3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b24be838b48db5e8eba66f74edf32d1982fe0fb018c9d9a7ad1ada9f189d5a +size 1518775 diff --git a/gpsd-3.5.tar.bz2 b/gpsd-3.5.tar.bz2 deleted file mode 100644 index 20aac01..0000000 --- a/gpsd-3.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b17143bcbb318147a807ece52045b618b6a1d37aab254f3db0d9fac72952e99d -size 1183060 diff --git a/gpsd.changes b/gpsd.changes index cc4c769..9b506f8 100644 --- a/gpsd.changes +++ b/gpsd.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Oct 28 13:56:07 UTC 2013 - p.drouand@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 + ------------------------------------------------------------------- Wed Oct 17 11:48:10 UTC 2012 - fcrozat@suse.com diff --git a/gpsd.spec b/gpsd.spec index fb8613f..5639579 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -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,12 +27,12 @@ Summary: Service daemon for mediating access to a GPS License: BSD-3-Clause Group: Hardware/Other Url: http://www.catb.org/gpsd/ -Version: 3.5 +Version: 3.9 Release: 0 %define libgps libgps20 %define libQgps libQgpsmm20 Requires: udev -PreReq: coreutils %fillup_prereq +Requires(pre): coreutils %fillup_prereq BuildRequires: bluez-devel BuildRequires: chrpath BuildRequires: gcc-c++ @@ -47,11 +47,9 @@ 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 -%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 @@ Source5: xgps.desktop 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 @@ The daemon will be quiescent when there are no clients asking for location information, and copes gracefully when the GPS is unplugged and replugged. - - -Authors: --------- - Remco Treffkorn - Derrick J. Brashear - Russ Nelson - Eric S. Raymond - Gary E. Miller - Jeff Francis - Amaury Jacquot - Chris Kuethe - Ville Nuorvala - %package devel Summary: Client libraries in C and Python for talking to a running gpsd or GPS Group: Development/Libraries/C and C++ @@ -112,19 +91,6 @@ manage access to a GPS for applications and debugging tools. You will need to have gpsd installed for it to work. -Authors: --------- - Remco Treffkorn - Derrick J. Brashear - Russ Nelson - Eric S. Raymond - Gary E. Miller - Jeff Francis - Amaury Jacquot - Chris Kuethe - Ville Nuorvala - - %package -n %libgps Summary: Shared library for GPS applications Group: Development/Libraries/Python @@ -133,18 +99,6 @@ Group: Development/Libraries/Python This package provides the shared library for gpsd and other GPS aware applications. -Authors: --------- - Remco Treffkorn - Derrick J. Brashear - Russ Nelson - Eric S. Raymond - Gary E. Miller - Jeff Francis - Amaury Jacquot - Chris Kuethe - Ville Nuorvala - %package -n %libQgps Summary: Shared Qt library for GPS applications @@ -154,17 +108,6 @@ Group: Development/Libraries/Python This package provides the shared Qt library for gpsd and other GPS aware applications. -Authors: --------- - Remco Treffkorn - Derrick J. Brashear - Russ Nelson - Eric S. Raymond - Gary E. Miller - Jeff Francis - Amaury Jacquot - Chris Kuethe - Ville Nuorvala %package -n python-gpsd @@ -177,17 +120,6 @@ Requires: %name = %version This package provides python modules and tools for the gpsd shared libraries. You will need to have gpsd installed for it to work. -Authors: --------- - Remco Treffkorn - Derrick J. Brashear - Russ Nelson - Eric S. Raymond - Gary E. Miller - Jeff Francis - Amaury Jacquot - Chris Kuethe - Ville Nuorvala %package clients Summary: Clients for gpsd with an X interface @@ -207,20 +139,6 @@ option to dump the package version and exit. Additionally, it accepts cgps resembles xgps, but without the pictorial satellite display. It can run on a serial terminal or terminal emulator. - - -Authors: --------- - Remco Treffkorn - Derrick J. Brashear - Russ Nelson - Eric S. Raymond - Gary E. Miller - Jeff Francis - Amaury Jacquot - Chris Kuethe - Ville Nuorvala - %prep %setup -q %patch0 -p1 @@ -248,14 +166,9 @@ install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/applications/ %suse_update_desktop_file xgpsspeed %suse_update_desktop_file xgps # save some space, create symlinks -%if 0%{?suse_version} > 1020 %fdupes -s %buildroot -%endif chrpath -r %{_libdir} %{buildroot}%{python_sitearch}/gps/*.so -%clean -rm -rf %{buildroot} - %post /sbin/ldconfig %fillup_only -n gpsd @@ -272,10 +185,11 @@ rm -rf %{buildroot} %files %defattr(-,root,root) -%doc README INSTALL COPYING gpsd.php +%doc README COPYING gpsd.php %{_mandir}/man?/gpsd.* %{_mandir}/man?/gpsdctl.* %{_mandir}/man?/gpsctl.* +%{_mandir}/man?/gpsinit.* %{_udevdir}/gpsd.sh %{_udevdir}/rules.d/* %{_sbindir}/gpsd @@ -294,7 +208,7 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root) -%doc README INSTALL COPYING TODO +%doc README COPYING TODO %{_mandir}/man?/gpsfake.* %{_mandir}/man?/gpscat.* %{_mandir}/man?/libQgps*.*