From 859f6245c6d2aba7cbf689141d9f9d30cd8591fea5693abe0d4147ca96310641 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 28 Mar 2017 19:53:55 +0000 Subject: [PATCH] Accepting request 483183 from GNOME:Next New upstream release. OBS-URL: https://build.opensuse.org/request/show/483183 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=59 --- geoclue-2.4.5.tar.xz | 3 --- geoclue-2.4.6.tar.xz | 3 +++ geoclue2-permit-Night-Light.patch | 32 ------------------------------- geoclue2-permit-gnome-maps.patch | 12 ------------ geoclue2.changes | 12 ++++++++++++ geoclue2.spec | 8 +------- 6 files changed, 16 insertions(+), 54 deletions(-) delete mode 100644 geoclue-2.4.5.tar.xz create mode 100644 geoclue-2.4.6.tar.xz delete mode 100644 geoclue2-permit-Night-Light.patch delete mode 100644 geoclue2-permit-gnome-maps.patch diff --git a/geoclue-2.4.5.tar.xz b/geoclue-2.4.5.tar.xz deleted file mode 100644 index 7ec4c5e..0000000 --- a/geoclue-2.4.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78162d33a2d42477ec241db7fc082439b0e0f9a791eb3a41e5a2aa1eae9145a1 -size 368140 diff --git a/geoclue-2.4.6.tar.xz b/geoclue-2.4.6.tar.xz new file mode 100644 index 0000000..edee2c1 --- /dev/null +++ b/geoclue-2.4.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57df7455c9b4b2f43b0f5d9be14d52f5ff9897236df768f6ca9044b79b6d3b6 +size 368376 diff --git a/geoclue2-permit-Night-Light.patch b/geoclue2-permit-Night-Light.patch deleted file mode 100644 index 87da187..0000000 --- a/geoclue2-permit-Night-Light.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 37b18f20abc044689b8a493da859b3fcf174c407 Mon Sep 17 00:00:00 2001 -From: Bastien Nocera -Date: Tue, 28 Feb 2017 16:12:29 +0100 -Subject: data: Add "Night Light" functionality to the whitelist - -The gnome-settings-daemon color plugin uses Geoclue to guess the current -location and deduce the sunset and sunrise times. Make sure that the -functionality does not require a dialogue on startup when enabled. - -See https://bugzilla.gnome.org/show_bug.cgi?id=779343 - -https://bugs.freedesktop.org/show_bug.cgi?id=100008 - -diff --git a/data/geoclue.conf.in b/data/geoclue.conf.in -index 5009ebf..7ee15c0 100644 ---- a/data/geoclue.conf.in -+++ b/data/geoclue.conf.in -@@ -68,6 +68,11 @@ allowed=true - system=true - users= - -+[gnome-color-panel] -+allowed=true -+system=true -+users= -+ - [epiphany] - allowed=true - system=false --- -cgit v0.10.2 - diff --git a/geoclue2-permit-gnome-maps.patch b/geoclue2-permit-gnome-maps.patch deleted file mode 100644 index 6b3bc89..0000000 --- a/geoclue2-permit-gnome-maps.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- geoclue-2.3.0-orig/data/geoclue.conf.in 2015-09-07 14:17:11.000000000 +0200 -+++ geoclue-2.3.0/data/geoclue.conf.in 2015-11-05 22:30:08.142708396 +0100 -@@ -77,3 +77,9 @@ - allowed=true - system=false - users= -+ -+[gnome-maps] -+allowed=true -+system=false -+users= -+ diff --git a/geoclue2.changes b/geoclue2.changes index 8073b33..af80ac3 100644 --- a/geoclue2.changes +++ b/geoclue2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Mar 28 18:40:11 UTC 2017 - zaitor@opensuse.org + +- Update to version 2.4.6: + + Add to white-list: + - gnome-color-panel for "Night Light" functionality. + - gnome-shell for new weather view in the calendar. + + Other minor fixes. +- Drop geoclue2-permit-Night-Light.patch: Fixed upstream. +- Drop geoclue2-permit-gnome-maps.patch: No longer needed due to + changes in location settings in gnome. + ------------------------------------------------------------------- Wed Mar 15 20:19:10 UTC 2017 - dimstar@opensuse.org diff --git a/geoclue2.spec b/geoclue2.spec index e726f34..1f193f4 100644 --- a/geoclue2.spec +++ b/geoclue2.spec @@ -18,7 +18,7 @@ %define _name geoclue Name: geoclue2 -Version: 2.4.5 +Version: 2.4.6 Release: 0 Summary: GeoLocation Framework License: GPL-2.0+ @@ -27,10 +27,6 @@ Url: http://people.freedesktop.org/~zeenix/releases/ Source: http://www.freedesktop.org/software/geoclue/releases/2.4/%{_name}-%{version}.tar.xz Source1: srvGeoClue.conf Source99: geoclue2-rpmlintrc -# PATCH-FIX-UPSTREAM geoclue2-permit-gnome-maps.patch dimstar@opensuse.org -- Allow gnome-maps to access geoclue -Patch0: geoclue2-permit-gnome-maps.patch -# PATCH-FIX-UPSTREAM geoclue2-permit-Night-Light.patch zaitor@opensuse.org -- Add "Night Light" functionality to the whitelist -Patch1: geoclue2-permit-Night-Light.patch BuildRequires: gtk-doc BuildRequires: intltool >= 0.40.0 BuildRequires: pkg-config @@ -91,8 +87,6 @@ communication mechanism to provide location information %prep %setup -q -n %{_name}-%{version} -%patch0 -p1 -%patch1 -p1 %build %configure \