Accepting request 1230753 from Application:Geo

OBS-URL: https://build.opensuse.org/request/show/1230753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geoclue2?expand=0&rev=48
This commit is contained in:
Ana Guerrero 2024-12-15 11:34:19 +00:00 committed by Git OBS Bridge
commit 0848d61ed0
4 changed files with 31 additions and 5 deletions

BIN
geoclue-2.7.1.tar.bz2 (Stored with Git LFS)

Binary file not shown.

3
geoclue-2.7.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01d24a44a036769049411899ae83c9a86f73d272cca3df6af5a03bfac32456d2
size 108472

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Dec 13 06:34:35 UTC 2024 - ming li <mli@suse.com>
- 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 <rbrown@suse.com>

View File

@ -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)