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

New stable rel

OBS-URL: https://build.opensuse.org/request/show/596018
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=66
This commit is contained in:
Martin Pluskal 2018-04-13 07:54:37 +00:00 committed by Git OBS Bridge
parent daa8da3dee
commit 37a943dbbe
4 changed files with 15 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 12 16:27:52 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.4.8:
+ Fix threshold for detecting too old location update.
+ Explain in the configuration what the applications white-list
is meant for.
+ Allow instant location updates from modem-based GPS.
+ Fix a deadlock case in the helper library.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 28 16:26:22 UTC 2018 - dimstar@opensuse.org Wed Feb 28 16:26:22 UTC 2018 - dimstar@opensuse.org

View File

@ -18,7 +18,7 @@
%define _name geoclue %define _name geoclue
Name: geoclue2 Name: geoclue2
Version: 2.4.7 Version: 2.4.8
Release: 0 Release: 0
Summary: GeoLocation Framework Summary: GeoLocation Framework
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -41,7 +41,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.34.0
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(json-glib-1.0) >= 0.14 BuildRequires: pkgconfig(json-glib-1.0) >= 0.14
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42 BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
BuildRequires: pkgconfig(mm-glib) >= 1.0 BuildRequires: pkgconfig(mm-glib) >= 1.6
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
# This daemon runs as srvGeoClue # This daemon runs as srvGeoClue
Requires: user(srvGeoClue) Requires: user(srvGeoClue)