Accepting request 481625 from GNOME:Factory

Update to 3.24.0 (forwarded request 481612 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/481625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=167
This commit is contained in:
Dominique Leuenberger 2017-03-22 22:11:43 +00:00 committed by Git OBS Bridge
commit c20a4ca952
5 changed files with 56 additions and 42 deletions

View File

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

View File

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

View File

@ -1,31 +0,0 @@
From 73dba36e0d4f9129683caa85b4cd9b012d8e68c8 Mon Sep 17 00:00:00 2001
From: "Owen W. Taylor" <otaylor@fishsoup.net>
Date: Thu, 2 Feb 2017 13:03:20 -0500
Subject: gsm-systemd.c: Restrict the login monitor to the "session" category
We only are interested in changes to sd_session_get_active(), so only
listen for changes in the "session" category. This reduces overhead
by a small amount, and also reduces the amount of /var/run/systemd
that needs to be read. (Bug 772537 is a failure because of a SELinux
policy preventint reading /var/run/systemd/machines - which we don't
need to monitor anyways.)
---
gnome-session/gsm-systemd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnome-session/gsm-systemd.c b/gnome-session/gsm-systemd.c
index 69971b8..539e991 100644
--- a/gnome-session/gsm-systemd.c
+++ b/gnome-session/gsm-systemd.c
@@ -231,7 +231,7 @@ sd_source_new (void)
source = g_source_new (&sd_source_funcs, sizeof (SdSource));
sd_source = (SdSource *)source;
- if ((ret = sd_login_monitor_new (NULL, &sd_source->monitor)) < 0) {
+ if ((ret = sd_login_monitor_new ("session", &sd_source->monitor)) < 0) {
g_warning ("Error getting login monitor: %d", ret);
} else {
sd_source->pollfd.fd = sd_login_monitor_get_fd (sd_source->monitor);
--
cgit v0.12

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Mon Mar 20 21:30:35 UTC 2017 - dimstar@opensuse.org
- Update to version 3.24.0:
+ No changes.
-------------------------------------------------------------------
Mon Mar 13 19:43:03 UTC 2017 - zaitor@opensuse.org
- Update to version 3.23.92:
+ Updated translations.
-------------------------------------------------------------------
Tue Feb 28 01:11:14 UTC 2017 - zaitor@opensuse.org
- Update to version 3.23.91:
+ Fix VT monitor to work with restrictive SELinux policies.
+ Disable extensions in a less destructive way from fail whale.
+ Add support for absolute paths to AutostartCondition.
+ Updated translations.
- Drop gnome-session-Restrict-the-login-monitor.patch: Fixed
upstream.
-------------------------------------------------------------------
Fri Feb 17 03:23:05 UTC 2017 - dimstar@opensuse.org
- Update to version 3.23.4.1:
+ Redo login shell for wayland handling to be more functional and
crossplatform.
-------------------------------------------------------------------
Fri Feb 17 03:23:04 UTC 2017 - dimstar@opensuse.org
- Update to version 3.23.4:
+ Fix warnings at startup in check accelerated helper.
+ Print the renderer under wayland in check accelerated helper.
+ Fix gpu info caching logic.
+ Better error checking.
+ Don't tell Qt applications to look like GNOME anymore.
+ Make sure a login shell runs for wayland sessions at startup.
- Changes from version 3.23.3:
+ Update session desktop files for gnome-settings-daemon changes,
the big daemon is now split up into smaller daemons.
+ Updated translations.
-------------------------------------------------------------------
Thu Feb 16 10:29:25 UTC 2017 - dimstar@opensuse.org
- Do not try to bootstrap on SLE neither: there are no patches
applied.
-------------------------------------------------------------------
Wed Feb 15 19:22:06 UTC 2017 - zaitor@opensuse.org

View File

@ -17,17 +17,15 @@
Name: gnome-session
Version: 3.22.2
Version: 3.24.0
Release: 0
Summary: Session Tools for the GNOME Desktop
License: GPL-2.0+
Group: System/GUI/GNOME
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/gnome-session/3.22/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gnome-session/3.24/%{name}-%{version}.tar.xz
Source1: gnome
Source2: gnome.desktop
# PATCH-FIX-UPSTREAM gnome-session-Restrict-the-login-monitor.patch zaitor@opensuse.org -- Restrict the login monitor to the "session" category
Patch0: gnome-session-Restrict-the-login-monitor.patch
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: tcpd-devel
@ -107,15 +105,11 @@ functional GNOME desktop.
%prep
%setup -q
%patch0 -p1
%if !0%{?is_opensuse}
translation-update-upstream
%endif
%build
%if !0%{?is_opensuse}
autoconf
%endif
%configure \
--enable-systemd \
%if !0%{?is_opensuse}