From b7a5376b782b1e716ad6682d0519fef23cdc6b2e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:23:18 +0100 Subject: [PATCH] rebuilt with python3 == 3.11 [release 3.25-3mamba;Mon Oct 16 2023] --- gpsd.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gpsd.spec b/gpsd.spec index d3fbd32..84dfcb5 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -1,6 +1,6 @@ Name: gpsd Version: 3.25 -Release: 2mamba +Release: 3mamba Summary: A service daemon that monitors one or more GPSes attached to a host computer Group: Graphical Desktop/Applications/Utilities Vendor: openmamba @@ -10,6 +10,7 @@ URL: https://www.berlios.de/software/gpsd/ Source: http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-%{version}.tar.gz Source1: gpsd.conf Patch0: gpsd-3.7-rpath.patch +License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libbluetooth-devel @@ -17,12 +18,12 @@ BuildRequires: libdbus-devel BuildRequires: libgcc BuildRequires: libncurses-devel BuildRequires: libnsl-devel -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel BuildRequires: libstdc++6-devel BuildRequires: libusb-devel BuildRequires: qt5-qtbase-devel ## AUTOBUILDREQ-END -License: GPL +BuildRequires: libpython3-devel Requires: libgps = %{?epoch:%epoch:}%{version}-%{release} %description @@ -191,6 +192,9 @@ install -D -m0644 gpsd-%{version}/systemd/{gpsd.service,gpsd.socket,gpsdctl@.ser %{_libdir}/pkgconfig/Qgpsmm.pc %changelog +* Mon Oct 16 2023 Silvan Calarco 3.25-3mamba +- rebuilt with python3 == 3.11 + * Sat Feb 25 2023 Silvan Calarco 3.25-2mamba - install systemd and udev files; added xgps and -debug packages