Update to 2.4.7
This commit is contained in:
parent
f99200208b
commit
c2fc2df235
@ -1,35 +0,0 @@
|
|||||||
From 37b18f20abc044689b8a493da859b3fcf174c407 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Bastien Nocera <hadess@hadess.net>
|
|
||||||
Date: Tue, 28 Feb 2017 16:12:29 +0100
|
|
||||||
Subject: [PATCH] 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
|
|
||||||
---
|
|
||||||
data/geoclue.conf.in | 5 +++++
|
|
||||||
1 file changed, 5 insertions(+)
|
|
||||||
|
|
||||||
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
|
|
||||||
--
|
|
||||||
2.12.0
|
|
||||||
|
|
@ -1,35 +0,0 @@
|
|||||||
From a4cef6c0ad08f1c2dc0b002c77bf41669f4ede98 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
|
||||||
Date: Fri, 17 Mar 2017 21:09:09 +0100
|
|
||||||
Subject: [PATCH] data: Add gnome-shell to the whitelist
|
|
||||||
|
|
||||||
gnome-shell now uses Geoclue to show weather information in the calendar
|
|
||||||
drop-down. While it can easily bypass the authorization dialog (being
|
|
||||||
the agent itself), the location indicator loses its usefulness when
|
|
||||||
permanently visible, so add it to the other system components in the
|
|
||||||
whitelist.
|
|
||||||
|
|
||||||
https://bugs.freedesktop.org/show_bug.cgi?id=100263
|
|
||||||
---
|
|
||||||
data/geoclue.conf.in | 5 +++++
|
|
||||||
1 file changed, 5 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/data/geoclue.conf.in b/data/geoclue.conf.in
|
|
||||||
index 7ee15c0..bf77038 100644
|
|
||||||
--- a/data/geoclue.conf.in
|
|
||||||
+++ b/data/geoclue.conf.in
|
|
||||||
@@ -73,6 +73,11 @@ allowed=true
|
|
||||||
system=true
|
|
||||||
users=
|
|
||||||
|
|
||||||
+[org.gnome.Shell]
|
|
||||||
+allowed=true
|
|
||||||
+system=true
|
|
||||||
+users=
|
|
||||||
+
|
|
||||||
[epiphany]
|
|
||||||
allowed=true
|
|
||||||
system=false
|
|
||||||
--
|
|
||||||
2.12.0
|
|
||||||
|
|
@ -1,14 +1,11 @@
|
|||||||
Name: geoclue2
|
Name: geoclue2
|
||||||
Version: 2.4.5
|
Version: 2.4.7
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Geolocation service
|
Summary: Geolocation service
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.freedesktop.org/wiki/Software/GeoClue/
|
URL: http://www.freedesktop.org/wiki/Software/GeoClue/
|
||||||
Source0: http://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-%{version}.tar.xz
|
Source0: http://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-%{version}.tar.xz
|
||||||
# Backported from upstream
|
|
||||||
Patch0: 0001-data-Add-Night-Light-functionality-to-the-whitelist.patch
|
|
||||||
Patch1: 0001-data-Add-gnome-shell-to-the-whitelist.patch
|
|
||||||
|
|
||||||
BuildRequires: avahi-glib-devel
|
BuildRequires: avahi-glib-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -65,8 +62,6 @@ The %{name}-demos package contains demo applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n geoclue-%{version}
|
%setup -q -n geoclue-%{version}
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -141,6 +136,9 @@ exit 0
|
|||||||
%{_datadir}/applications/geoclue-where-am-i.desktop
|
%{_datadir}/applications/geoclue-where-am-i.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 2.4.7-1
|
||||||
|
- Update to 2.4.7
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.5-6
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.5-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (geoclue-2.4.5.tar.xz) = 083195d64e2f392a07d67aedc2af1e68f39f99f021d7c491df241b61f91db5c12666337f8aad00e549c2f2753ac2a36db90f46e514db625e08796d77bc5f4e95
|
SHA512 (geoclue-2.4.7.tar.xz) = 472cf923abfd40dee296eee2e6888c47f273ad709e1bdcce534bd794cf9f7073ceabd6addf918277e10498e094af5a6e9539b5cf24171577e78bc3b0b2d17b72
|
||||||
|
Loading…
Reference in New Issue
Block a user