- Update to version 2.7.1:
+ Add 'age' field to MLS locate queries
+ Location updates now always have an accuracy value
+ Improvements to NMEA parsing:
- Parse NMEA timestamps with sub-second accuracy
- Add default accuracy to NMEA RMC locations
- Ignore locations from GGA and RMC sentences if the GNSS fix
is not valid
+ Prioritize GNSS sources with a recent fix over other sources,
preventing location jumps
+ Install D-Bus policy in /usr/share, not /etc
+ Upgrade GLib / Gio dependency to version 2.68.0
+ Correct gi annotations in GClueSimple
+ Various small fixes
- Use ldconfig_scriptlets macro for post(un) handling.
OBS-URL: https://build.opensuse.org/request/show/1114548
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=101
- Update to version 2.7.0:
+ Multiple config files named *.conf are now read from the config
directory at @sysconfdir@/geoclue/conf.d.
+ HTTP requests are now made via libsoup3.0 instead of
libsoup2.4.
+ A static location can now be set in @sysconfdir@/geolocation
for immobile systems.
+ Web source requests are now submitted with combined WiFi and
3GPP tower data.
+ Web source now checks connectivity in a way that allows
location and submission servers running on localhost.
+ Web source submissions are now made using /v2/geosubmit API.
+ Web source cell tower submissions now have the correct radio
type.
+ Web source requests now submit the BSS age property.
+ Web source submissions now contain the location speed.
+ Web source cache now respects WiFi signal tolerance strictly.
+ NMEA source now supports both '\n' and '\r' NMEA delimiters.
+ NMEA source can now be made the Web source submit source.
+ ModemManager now use signaled calls to get cached location
information to avoid performing explicit modem query.
+ Location description now contains information about its source.
+ GSettings backend no longer complains about being run from a
read-only filesystem.
+ Many small improvements and fixes, some memory safety related.
- Drop 129.patch: Fixed upstream.
OBS-URL: https://build.opensuse.org/request/show/1069617
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=99
- Update to version 2.6.0:
+ Stop the client for system applications when accuracy is set to
NONE.
+ NMEA: add a unix socket file option.
+ Client info: support cgroup v2.
+ Don't compute movements for low accuracy sources.
+ Add an option to generate vapi.
+ Send the 3G tower type as part of the Mozilla location service
requests.
+ Add phosh & lipstick as allowed agents.
+ Use GeoIP when no WiFi device is available.
+ Modem manager: add polkit rule to allow GPS access.
+ Allow disabling compass at build and at runtime.
+ Fix heading computation for identical locations.
+ Be strict with time and distance threshold.
+ Fix the XDG location portal integration.
+ Replace agent wait timeout with a queue.
+ Other bugs fixes.
- Drop geoclue2-geoip-when-wifi-unavailable.patch: fixed upstream.
- Minor tweaks to rpmlintrc file: systemd_service changed from
warnings to error (but still don't apply here, as it's a dbus
enabled service).
OBS-URL: https://build.opensuse.org/request/show/980122
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=93
- Update to version 2.5.2:
+ Scan for WiFi networks, greatly improving accuracy of WiFi
source.
+ Allow multiple clients on the same D-Bus connection and add API
for it. This is mainly targetted for Flatpak location portal.
+ Add API for apps to explicitly delete their client objects.
Long running apps, like gnome-settings-daemon and Flatpak
location portal, should use that to ensure Geoclue knows when
these apps are not actually using it and hence it doesn't need
to keep running needlessly.
+ Restore accidently removed, build of modem sources.
+ Update location on connectivity actually changing.
+ Try not spamming Mozilla Location Service.
+ Fix unexpected exit when non-active clients are connected.
+ Fix a check for system apps.
+ Use absolute paths for sysconfdir.
+ Fix links in docs.
+ More debug log.
+ A bunch of internal and/or non-functional fixes & improvements.
- Drop geoclue2-Fix-duplicate-decl-specifier.patch: The entire code
was removed from geoclue.
OBS-URL: https://build.opensuse.org/request/show/663851
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=80
- Update to version 2.5.1:
+ Fix libgeoclue ABI break in 2.5.0.
+ Use absolute paths for libexecdir.
- Changes from version 2.5.0:
+ Drop authorization for system (non-flatpak) apps.
+ Switch from autotools to meson build system.
+ Use WiFi-based geolocation for city level accuracy.
+ Provide Vala API.
+ Don't enable all warnings from C compiler by default.
+ No need to mark translatable strings in desktop files.
- Changes from version 2.4.13:
+ Configuration file related changes:
- Allow absence of agent if agent white-list is empty.
- Add elementary-desktop-agent to whitelist.
- Allow disabling of all sources.
- Warn about use of Google's services.
- Document that all settings are mandatory.
+ Increase default inactivity timeout to 60s.
+ Increase agent timeout from 100ms to 20s.
+ Console message on inactivity timeout.
- Switch to meson buildsystem, add meson BuildRequires and macros.
OBS-URL: https://build.opensuse.org/request/show/657608
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=77
- Update to version 2.4.11:
+ Don't crash on invalid accuracy level request.
+ The demo agent now watches for geoclue on D-Bus if it's not
running already, instead of giving up. This solves a
race-condition, which makes geoclue completely unusable.
+ Provide Vala bindings for libgeoclue.
+ Add gclue_client_get/set_time_threshold() to docs.
- Drop geoclue2-Fix-safety-header-name.patch and
geoclue2-Fix-potentially-unused-variable.patch: Fixed upstream.
- Add vala BuildRequires: New optional dependency, build vala
bindings.
- No longer nuke during build geoclue-demo-agent.desktop files,
upstream wants us to package them.
OBS-URL: https://build.opensuse.org/request/show/625860
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=73
- Update to version 2.4.9:
+ Modem GPS refresh rate is now based on the location refresh
rate of apps.
+ Refuse location access if no app-auth agent is registered. This
fixes a security hole where an app requests location access
before the agent gets to register itself and we end up giving
out location access even though user has disabled it.
+ Port desktop ID detection to Flatpak >= 0.6.10.
+ The default timeout on the service binary is now the same as
the service itself: 5 seconds.
+ Demo applications:
- where-am-i now allows setting location refresh-rate.
- Only install demo agent's desktop file if it's enabled.
- Build and install demo agent unless disabled explicitly.
- Autostart the demo agent by default on non-GNOME platforms,
since an agent is required now and no one other than GNOME
yet provides one.
- Add pkgconfig(libnotify) BuildRequires: New dependency.
OBS-URL: https://build.opensuse.org/request/show/603338
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=68