OBS User unknown 2009-03-11 20:41:59 +00:00 committed by Git OBS Bridge
parent 7e72a17906
commit 0ce3500203
4 changed files with 32 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71127fc6e6880f3cf52bc84926636e1d0fa237459002b564dc4b16075224885e
size 827918

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 6 16:51:46 CET 2009 - vuntz@novell.com
- Update to version 2.25.92:
+ Ensure treeview is included in a scrolled window with a shadow
in the inhibit dialog
+ Use system-log-out icon instead of deprecated gnome-logout
+ Implement session saving
+ Use close button instead of ok button for error dialog
+ Fix the logout dialog not being themed
+ Code cleanup
+ Updated translations.
-------------------------------------------------------------------
Sat Feb 28 01:27:57 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package gnome-session (Version 2.25.91)
# spec file for package gnome-session (Version 2.25.92)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -32,8 +32,8 @@ BuildRequires: tcpd-devel
BuildRequires: update-desktop-files
License: GPL v2 or later; LGPL v2.1 or later
Group: System/GUI/GNOME
Version: 2.25.91
Release: 2
Version: 2.25.92
Release: 1
Summary: Session Tools for the GNOME 2.x Desktop
Url: http://www.gnome.org
Source: %{name}-%{version}.tar.bz2
@ -45,7 +45,7 @@ Source7: gnome-session-sleep.svg
Patch0: gnome-session-ice-auth-for-suid.patch
# PATCH-FIX-UPSTREAM gnome-session-kdm-support.patch hpj@novell.com -- Adds support for KDM logout commands.
Patch1: gnome-session-kdm-support.patch
# PATCH-FIX-OPENSUSE gnome-session-wm-switch.patch bnc180506 danw@novell.com -- Fixes legacy sessions to use gnome-wm instead of metacity/compiz.
# PATCH-NEEDS-REBASE gnome-session-wm-switch.patch bnc180506 danw@novell.com -- Fixes legacy sessions to use gnome-wm instead of metacity/compiz. Legacy sessions are not really supported anymore -- do we need to handle a similar case for current saved sessions, though? (was PATCH-FIX-OPENSUSE)
Patch2: gnome-session-wm-switch.patch
# PATCH-FIX-UPSTREAM gnome-session-bgo507101-tile-ui.patch bgo507101 vuntz@novell.com -- Tile UI for logout dialog.
Patch3: gnome-session-bgo507101-tile-ui.patch
@ -108,7 +108,8 @@ Authors:
gnome-patch-translation-prepare
%patch0 -p1
%patch1 -p1
%patch2 -p1
# needs-rebase
#%patch2 -p1
%patch3 -p0
%patch4 -p1
%patch6 -p0
@ -179,6 +180,16 @@ rm -rf $RPM_BUILD_ROOT
##%endif
%changelog
* Fri Mar 06 2009 vuntz@novell.com
- Update to version 2.25.92:
+ Ensure treeview is included in a scrolled window with a shadow
in the inhibit dialog
+ Use system-log-out icon instead of deprecated gnome-logout
+ Implement session saving
+ Use close button instead of ok button for error dialog
+ Fix the logout dialog not being themed
+ Code cleanup
+ Updated translations.
* Sat Feb 28 2009 vuntz@novell.com
- Requires dbus-1-x11: gnome-session needs dbus-launch.
* Mon Feb 23 2009 vuntz@novell.com