Accepting request 133148 from GNOME:Next

Push G:N - Resubmit after adjusting based on the comments

OBS-URL: https://build.opensuse.org/request/show/133148
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=159
This commit is contained in:
Vincent Untz 2012-09-07 16:45:52 +00:00 committed by Git OBS Bridge
parent 13c431af2c
commit a8df5c6eed
4 changed files with 56 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Thu Sep 6 07:40:45 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.91:
+ Updated translations.
-------------------------------------------------------------------
Tue Aug 7 06:54:16 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.5:
+ Make XSMP error messages more clear
+ Be more careful in systemd code when session fails to get
registered
+ Require newer glib
+ Make gconf build time optional
+ Updated translations.
- For now we keep pkgconfig(gconf-2.0) BuildRequires for continued
Support of gconf-based autostart.
- Drop pkgconfig(polkit-gobject-1) BuildRequires: no longer needed.
-------------------------------------------------------------------
Tue Jul 17 20:22:53 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.4:
+ Session Manager:
- Add command for showing reboot dialog
- Inhibitor API / mechanism improvements
+ Systemd integration fixes
- Updated man pages
- Fail whale in more failure cases
- Fix duplicate logout dialog when user hits cancel
+ Updated translations.
-------------------------------------------------------------------
Tue Jul 3 17:04:04 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.2:
+ Session Manager:
- Require new logind version
- Remove markup from translatable string
- Fail softer in the face of spotty session bus
- Consider that required component that exits with 1 has
crashed
+ Updated translations.
-------------------------------------------------------------------
Mon Jul 2 09:04:43 CEST 2012 - vuntz@opensuse.org

View File

@ -17,13 +17,13 @@
Name: gnome-session
Version: 3.4.2.1
Version: 3.5.91
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.4/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gnome-session/3.5/%{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.
@ -39,20 +39,20 @@ BuildRequires: intltool
BuildRequires: tcpd-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(dbus-glib-1) >= 0.76
# Support gconf-based autostart
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.33.4
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(json-glib-1.0) >= 0.10
%if 0%{?suse_version} >= 1220
BuildRequires: pkgconfig(libsystemd-daemon)
BuildRequires: pkgconfig(libsystemd-login) >= 38
BuildRequires: pkgconfig(libsystemd-login)
%endif
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(upower-glib)
BuildRequires: pkgconfig(upower-glib) >= 0.9.0
BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xext)