diff --git a/geoclue-2.7.1.tar.bz2 b/geoclue-2.7.1.tar.bz2 deleted file mode 100644 index 3d3bf31..0000000 --- a/geoclue-2.7.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5624cd41148643c46d681d39153c7d26fdb8831e7e7c8601c300732fa8a6db1c -size 106458 diff --git a/geoclue-2.7.2.tar.bz2 b/geoclue-2.7.2.tar.bz2 new file mode 100644 index 0000000..f0814ef --- /dev/null +++ b/geoclue-2.7.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d24a44a036769049411899ae83c9a86f73d272cca3df6af5a03bfac32456d2 +size 108472 diff --git a/geoclue2.changes b/geoclue2.changes index 786235b..059c46f 100644 --- a/geoclue2.changes +++ b/geoclue2.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Dec 13 06:34:35 UTC 2024 - ming li + +- Update to version 2.7.2: + * Don't warn about missing conf.d directory + * Accept 11-part RMC NMEA sentences from pre NMEA v2.3 GPS sources + * Log the service client list on SIGUSR1 + * Read GPS locations from non-enabled ModemManager modem, enabling + GPS use without a SIM card + * Bump ModemManager dependency to version 1.12 + * Mozilla Location Service (MLS) has been retired, remove MLS + related constants and configs: + Remove DEFAULT_WIFI_URL and DEFAULT_WIFI_SUBMIT_URL + If wifi URL is not set in config, disable wifi and 3g sources + Remove Mozilla URLs from default config file + Remove mozilla-api-key option from meson build + * Allow specifying default Ichnaea-compatible locate and submit + URLs in meson build + * Allow setting an empty submission-nick in config + * Add User-Agent header to locate and submit queries + * Upgrade GLib / Gio dependency to version 2.74.0 + * Use GApplication in demo agent, ensuring a unique, user session + bound process + * The async constructor gclue_simple_new in libgeoclue now can be + canceled properly + ------------------------------------------------------------------- Tue May 21 09:30:03 UTC 2024 - Richard Brown diff --git a/geoclue2.spec b/geoclue2.spec index e7d2581..ae926c1 100644 --- a/geoclue2.spec +++ b/geoclue2.spec @@ -19,7 +19,7 @@ %define _name geoclue Name: geoclue2 -Version: 2.7.1 +Version: 2.7.2 Release: 0 Summary: GeoLocation Framework License: GPL-2.0-or-later @@ -40,7 +40,7 @@ BuildRequires: pkgconfig(avahi-client) >= 0.6.10 BuildRequires: pkgconfig(avahi-glib) >= 0.6.10 BuildRequires: pkgconfig(gio-2.0) >= 2.68.0 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.68.0 -BuildRequires: pkgconfig(glib-2.0) >= 2.68.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.74.0 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(json-glib-1.0) >= 0.14 BuildRequires: pkgconfig(libnotify)