update to 3.24
This commit is contained in:
parent
3229b494fa
commit
e4ae38aac2
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/gpsd-3.22.tar.gz
|
/gpsd-3.22.tar.gz
|
||||||
/gpsd-3.23.tar.gz
|
/gpsd-3.23.tar.gz
|
||||||
/gpsd-3.23.1.tar.gz
|
/gpsd-3.23.1.tar.gz
|
||||||
|
/gpsd-3.24.tar.gz
|
||||||
|
@ -11,6 +11,6 @@ index 55b9aa621..e5935304d 100644
|
|||||||
+#define STATUS_FIX STATUS_GPS
|
+#define STATUS_FIX STATUS_GPS
|
||||||
+#define STATUS_DGPS_FIX STATUS_DGPS
|
+#define STATUS_DGPS_FIX STATUS_DGPS
|
||||||
+
|
+
|
||||||
double ept; /* Expected time uncertainty, seconds */
|
double ept; // Expected time uncertainty, seconds
|
||||||
double latitude; /* Latitude in degrees (valid if mode >= 2) */
|
double latitude; // Latitude in degrees (valid if mode >= 2)
|
||||||
double epy; /* Latitude position uncertainty, meters */
|
double epy; // Latitude position uncertainty, meters
|
||||||
|
12
gpsd-soname.patch
Normal file
12
gpsd-soname.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up gpsd-3.24/SConscript.soname gpsd-3.24/SConscript
|
||||||
|
--- gpsd-3.24/SConscript.soname 2022-05-04 15:50:30.809931444 +0200
|
||||||
|
+++ gpsd-3.24/SConscript 2022-05-04 16:15:14.022203240 +0200
|
||||||
|
@@ -221,7 +221,7 @@ api_version_major = 3
|
||||||
|
api_version_minor = 15
|
||||||
|
|
||||||
|
# client library version
|
||||||
|
-libgps_version_current = 29
|
||||||
|
+libgps_version_current = 291
|
||||||
|
libgps_version_revision = 1
|
||||||
|
libgps_version_age = 0
|
||||||
|
libgps_version = "%d.%d.%d" % (libgps_version_current, libgps_version_age,
|
@ -3,7 +3,7 @@
|
|||||||
%global with_qt 1
|
%global with_qt 1
|
||||||
|
|
||||||
Name: gpsd
|
Name: gpsd
|
||||||
Version: 3.23.1
|
Version: 3.24
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Service daemon for mediating access to a GPS
|
Summary: Service daemon for mediating access to a GPS
|
||||||
@ -15,6 +15,8 @@ Source11: gpsd.sysconfig
|
|||||||
|
|
||||||
# Add old status names to gps.h for compatibility
|
# Add old status names to gps.h for compatibility
|
||||||
Patch1: gpsd-apistatus.patch
|
Patch1: gpsd-apistatus.patch
|
||||||
|
# Change soname to mark ABI break
|
||||||
|
Patch2: gpsd-soname.patch
|
||||||
|
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
@ -108,6 +110,7 @@ This package contains various clients using gpsd.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .apistatus
|
%patch1 -p1 -b .apistatus
|
||||||
|
%patch2 -p1 -b .soname
|
||||||
|
|
||||||
# don't try reloading systemd when installing in the build root
|
# don't try reloading systemd when installing in the build root
|
||||||
sed -i 's|systemctl daemon-reload|true|' SConscript
|
sed -i 's|systemctl daemon-reload|true|' SConscript
|
||||||
@ -219,7 +222,7 @@ rm -rf %{buildroot}%{_docdir}/gpsd
|
|||||||
%{_mandir}/man1/ntpshmmon.1*
|
%{_mandir}/man1/ntpshmmon.1*
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%{_libdir}/libgps.so.29*
|
%{_libdir}/libgps.so.291*
|
||||||
|
|
||||||
%files -n python3-%{name}
|
%files -n python3-%{name}
|
||||||
%{_libdir}/libgpsdpacket.so*
|
%{_libdir}/libgpsdpacket.so*
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gpsd-3.23.1.tar.gz) = fccfac363103282581e4ea8236ce40e4600a01f02489c1aaec721a13deac556bac046a3b76f8a5e21fe8c736056e872d8c7f2e4ed2d38a164323dd9738f00388
|
SHA512 (gpsd-3.24.tar.gz) = 250bae709e19ac10421d5a537e68dcdf4c025071c152cf3c84a2f6977615bd7e445a45f3b1e5f3b64123fad3c11e1ec256bae5afc1b869f499b187116f8b028b
|
||||||
|
Loading…
Reference in New Issue
Block a user