Accepting request 603338 from home:iznogood:branches:Application:Geo

- 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
This commit is contained in:
Ismail Dönmez 2018-05-03 10:35:36 +00:00 committed by Git OBS Bridge
parent 37a943dbbe
commit 23fed74e4e
4 changed files with 27 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12175167a97f30cb9d739225b339a69a2237ebc4c91ccfb6e73059504f0ecf23
size 368404

3
geoclue-2.4.9.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38f14d1957a127c0f6977f07f23701bf80e222848c5a2f493cc94398de631c80
size 371668

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed May 2 23:24:52 UTC 2018 - bjorn.lie@gmail.com
- 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.
-------------------------------------------------------------------
Thu Apr 12 16:27:52 UTC 2018 - bjorn.lie@gmail.com

View File

@ -18,7 +18,7 @@
%define _name geoclue
Name: geoclue2
Version: 2.4.8
Version: 2.4.9
Release: 0
Summary: GeoLocation Framework
License: GPL-2.0-or-later
@ -40,6 +40,7 @@ BuildRequires: pkgconfig(gio-unix-2.0) >= 2.34.0
BuildRequires: pkgconfig(glib-2.0) >= 2.34.0
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(json-glib-1.0) >= 0.14
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
BuildRequires: pkgconfig(mm-glib) >= 1.6
BuildRequires: pkgconfig(systemd)