From 9950c942fd793ee060287a0f8d46e463c5a03ed1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:23:15 +0100 Subject: [PATCH] automatic version update by autodist [release 3.25-1mamba;Tue Jan 17 2023] --- gpsd.spec | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/gpsd.spec b/gpsd.spec index 9beddcf..2f3624f 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -1,30 +1,28 @@ Name: gpsd -Version: 3.21 +Version: 3.25 Release: 1mamba Summary: A service daemon that monitors one or more GPSes attached to a host computer Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://gpsd.berlios.de +URL: https://www.berlios.de/software/gpsd/ Source: http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-%{version}.tar.gz Patch0: gpsd-3.7-rpath.patch ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libbluetooth-devel BuildRequires: libdbus-devel BuildRequires: libgcc BuildRequires: libncurses-devel BuildRequires: libnsl-devel -BuildRequires: libpython-devel -BuildRequires: libqt5-devel +BuildRequires: libpython3-devel BuildRequires: libstdc++6-devel BuildRequires: libusb-devel +BuildRequires: qt5-qtbase-devel ## AUTOBUILDREQ-END License: GPL Requires: libgps = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description gpsd is a service daemon that monitors one or more GPSes attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share access to GPSes without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the NMEA 0183 emitted by most GPSes. The gpsd distribution includes a linkable C service library, a C++ wrapper class, and a Python module that developers of gpsd-aware applications can use to encapsulate all communication with gpsd. @@ -44,7 +42,7 @@ Summary: Devel package for libgps Group: Development/Libraries Requires: libgps = %{?epoch:%epoch:}%{version}-%{release} Provides: %{name}-devel -Obsoletes: %{name}-devel +Obsoletes: %{name}-devel < 3.25 %description -n libgps-devel gpsd is a service daemon that monitors one or more GPSes attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share access to GPSes without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the NMEA 0183 emitted by most GPSes. The gpsd distribution includes a linkable C service library, a C++ wrapper class, and a Python module that developers of gpsd-aware applications can use to encapsulate all communication with gpsd. @@ -103,6 +101,7 @@ scons install prefix=%{_prefix} libdir=%{_lib} %{_datadir}/gpsd/icons/gpsd-logo.png %dir %{_datadir}/gpsd/doc %{_datadir}/gpsd/doc/* +%{_datadir}/snmp/mibs/gpsd/GPSD-MIB %{_mandir}/man1/* %{_mandir}/man8/* @@ -134,6 +133,21 @@ scons install prefix=%{_prefix} libdir=%{_lib} %{_libdir}/pkgconfig/Qgpsmm.pc %changelog +* Tue Jan 17 2023 Automatic Build System 3.25-1mamba +- automatic version update by autodist + +* Thu Apr 28 2022 Automatic Build System 3.24-1mamba +- automatic version update by autodist + +* Wed Sep 22 2021 Automatic Build System 3.23.1-1mamba +- automatic version update by autodist + +* Sat Aug 07 2021 Automatic Build System 3.23-1mamba +- automatic version update by autodist + +* Sat Jan 09 2021 Automatic Build System 3.22-1mamba +- automatic version update by autodist + * Fri Aug 14 2020 Automatic Build System 3.21-1mamba - automatic version update by autodist