Accepting request 291575 from GNOME:Next
resub OBS-URL: https://build.opensuse.org/request/show/291575 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=208
This commit is contained in:
parent
2f549c1ca6
commit
b338a5049e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1e6e805478b863eda58e61ecd0e13961f63dd76e2d49692affc5a1d00f2c184
|
||||
size 736128
|
3
gnome-session-3.15.92.tar.xz
Normal file
3
gnome-session-3.15.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b1b4c5e8bd80e890f1f1277ed246daee42c5fd72866924d49672c38f601fd62
|
||||
size 766064
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 13:06:36 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.92:
|
||||
+ Fix bug in tracking if the session is active.
|
||||
+ Fail whale fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 09:47:22 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.90:
|
||||
+ Don't try to failwhale when the wayland compositor fails to
|
||||
start.
|
||||
+ Support newer systemd client library layout.
|
||||
+ Cut out more vestigial dbus-glib remnants.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 15:57:22 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.4:
|
||||
+ Allow turning on debugging with an environment variable.
|
||||
+ Don't set DISPLAY in wayland sessions.
|
||||
+ Add back session-name property.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 20:13:32 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.15.3:
|
||||
+ Port to GDBus.
|
||||
+ Misc clean ups.
|
||||
+ Updated translations.
|
||||
- Pass --enable-systemd to configure to make sure we build with
|
||||
systemd support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 14:48:33 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-session
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,13 +19,13 @@
|
||||
%define with_systemd 1
|
||||
|
||||
Name: gnome-session
|
||||
Version: 3.14.0
|
||||
Version: 3.15.92
|
||||
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.14/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-session/3.15/%{name}-%{version}.tar.xz
|
||||
Source1: gnome
|
||||
Source2: gnome.desktop
|
||||
# PATCH-FIX-UPSTREAM gnome-session-ice-auth-for-suid.patch hpj@novell.com -- Carries ICE auth over to other UIDs in this session using an env var.
|
||||
@ -124,7 +124,7 @@ functional GNOME desktop.
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 gnome-autogen.sh
|
||||
%configure
|
||||
%configure --enable-systemd
|
||||
%__make %{?jobs:-j%jobs} V=1
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user