OBS User unknown 2009-04-24 17:55:33 +00:00 committed by Git OBS Bridge
parent cdd1b9a74a
commit 0e8ccd964b
4 changed files with 119 additions and 16 deletions

View File

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

View File

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

View File

@ -1,3 +1,56 @@
-------------------------------------------------------------------
Tue Apr 14 21:15:49 CEST 2009 - vuntz@novell.com
- Update to version 2.26.1:
+ Fix inhibitor dialog not showing the right action button when
shutting down
+ Make gnome-session-save --kill --silent work as --force-logout
+ Correctly use the arguments passed to gnome-session when
launched with no session dbus
+ Updated translations.
-------------------------------------------------------------------
Thu Apr 9 00:59:50 CEST 2009 - vuntz@novell.com
- Update to version 2.26.0.90:
+ New version with two main changes:
- gnome-session now lets applications properly exit on logout
- saving a session on logout is activated again
+ Detailed changes:
- Update man pages
- Let all processes exit cleanly on logout/reboot/shutdown
- Use smaller icon size in inhibit dialog
- Fix various crashes in inhibit dialog and during the logout
process
- Make the inhibit dialog look at desktop files from autostart
directories too
- Use XDG_CONFIG_HOME to save the session and create the
session directory with the right permissions
- Get the discard command from XSMP clients and save it when
saving a session, and use it when removing a saved session
- Properly handle XSMP clients that don't return a restart
command when saving the session
- Various XSMP protocol fixes
- When saving the session, ask the XSMP clients to save the
global and local states when needed instead of just asking
them to save their global states. Else, clients won't appear
on next login
- Allow XSMP clients to interact during the logout (and cancel
the logout), using the inhibit infrastructure
- Allow clients to specify that they want to be ended last
- Hide deprecated command-line options from gnome-session-save
--help
- Re-enable session saving
- Ignore XSyncAlarmDestroyed events, to avoid filling
~/.xsession-errors
- Various code cleanups
- Updated translations.
- Stop recommending control-center2: I see no reason why we'd want
to do this. Instead, recommend gnome-panel, metacity, nautilus
and gnome-settings-daemon.
since they are in the default session.
- Stop suggesting rsh: it's not used anymore.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 19 03:37:11 CET 2009 - vuntz@novell.com Thu Mar 19 03:37:11 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package gnome-session (Version 2.26.0) # spec file for package gnome-session (Version 2.26.1)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -32,7 +32,7 @@ BuildRequires: tcpd-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
License: GPL v2 or later; LGPL v2.1 or later License: GPL v2 or later; LGPL v2.1 or later
Group: System/GUI/GNOME Group: System/GUI/GNOME
Version: 2.26.0 Version: 2.26.1
Release: 1 Release: 1
Summary: Session Tools for the GNOME 2.x Desktop Summary: Session Tools for the GNOME 2.x Desktop
Url: http://www.gnome.org Url: http://www.gnome.org
@ -54,13 +54,16 @@ Patch4: gnome-session-gnome-wm-compiz-manager.patch
# PATCH-FEATURE-OPENSUSE gnome-session-compiz-as-default-wm.patch fate304762 rodrigo@novell.com -- Run compiz as default WM whenever possible # PATCH-FEATURE-OPENSUSE gnome-session-compiz-as-default-wm.patch fate304762 rodrigo@novell.com -- Run compiz as default WM whenever possible
Patch6: gnome-session-compiz-as-default-wm.patch Patch6: gnome-session-compiz-as-default-wm.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Recommends: control-center2
Obsoletes: gnome-core Obsoletes: gnome-core
Requires: dbus-1-x11 Requires: dbus-1-x11
Requires: hicolor-icon-theme Requires: hicolor-icon-theme
# Programs that are in the default session
Recommends: gnome-panel
Recommends: gnome-settings-daemon
Recommends: metacity
Recommends: nautilus
Requires: %{name}-branding Requires: %{name}-branding
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
Suggests: rsh
%gconf_schemas_prereq %gconf_schemas_prereq
%description %description
@ -180,6 +183,53 @@ rm -rf $RPM_BUILD_ROOT
##%endif ##%endif
%changelog %changelog
* Tue Apr 14 2009 vuntz@novell.com
- Update to version 2.26.1:
+ Fix inhibitor dialog not showing the right action button when
shutting down
+ Make gnome-session-save --kill --silent work as --force-logout
+ Correctly use the arguments passed to gnome-session when
launched with no session dbus
+ Updated translations.
* Thu Apr 09 2009 vuntz@novell.com
- Update to version 2.26.0.90:
+ New version with two main changes:
- gnome-session now lets applications properly exit on logout
- saving a session on logout is activated again
+ Detailed changes:
- Update man pages
- Let all processes exit cleanly on logout/reboot/shutdown
- Use smaller icon size in inhibit dialog
- Fix various crashes in inhibit dialog and during the logout
process
- Make the inhibit dialog look at desktop files from autostart
directories too
- Use XDG_CONFIG_HOME to save the session and create the
session directory with the right permissions
- Get the discard command from XSMP clients and save it when
saving a session, and use it when removing a saved session
- Properly handle XSMP clients that don't return a restart
command when saving the session
- Various XSMP protocol fixes
- When saving the session, ask the XSMP clients to save the
global and local states when needed instead of just asking
them to save their global states. Else, clients won't appear
on next login
- Allow XSMP clients to interact during the logout (and cancel
the logout), using the inhibit infrastructure
- Allow clients to specify that they want to be ended last
- Hide deprecated command-line options from gnome-session-save
--help
- Re-enable session saving
- Ignore XSyncAlarmDestroyed events, to avoid filling
~/.xsession-errors
- Various code cleanups
- Updated translations.
- Stop recommending control-center2: I see no reason why we'd want
to do this. Instead, recommend gnome-panel, metacity, nautilus
and gnome-settings-daemon.
since they are in the default session.
- Stop suggesting rsh: it's not used anymore.
* Thu Mar 19 2009 vuntz@novell.com * Thu Mar 19 2009 vuntz@novell.com
- Remove workaround adding gnomesu to live-installer.desktop. It's - Remove workaround adding gnomesu to live-installer.desktop. It's
not needed anymore. Will fix bnc#486644. not needed anymore. Will fix bnc#486644.
@ -605,7 +655,7 @@ rm -rf $RPM_BUILD_ROOT
* Fri Sep 07 2007 lewing@suse.de * Fri Sep 07 2007 lewing@suse.de
- Copy GnomeOnlineHelp.desktop to ~/Desktop the first time 10.3 - Copy GnomeOnlineHelp.desktop to ~/Desktop the first time 10.3
runs. Part of bnc #300773 runs. Part of bnc #300773
* Thu Sep 06 2007 cgaisford@novell.com * Fri Sep 07 2007 cgaisford@novell.com
- Created a patch to fix login and logout sounds in gnome-session - Created a patch to fix login and logout sounds in gnome-session
Novell bug 294396 and bugzilla.gnome.org #466458 Novell bug 294396 and bugzilla.gnome.org #466458
* Tue Sep 04 2007 maw@suse.de * Tue Sep 04 2007 maw@suse.de
@ -824,9 +874,9 @@ rm -rf $RPM_BUILD_ROOT
* Use Program instead of Command in the capplet (Tom Tromey) * Use Program instead of Command in the capplet (Tom Tromey)
* Fri Mar 02 2007 sbrabec@suse.cz * Fri Mar 02 2007 sbrabec@suse.cz
- Do not own /usr/share/xsessions (#229172). - Do not own /usr/share/xsessions (#229172).
* Mon Feb 12 2007 cgaisford@novell.com * Tue Feb 13 2007 cgaisford@novell.com
- updated the UI from changes make in SLED. - updated the UI from changes make in SLED.
* Sun Jan 07 2007 sbrabec@suse.cz * Mon Jan 08 2007 sbrabec@suse.cz
- Prefix changed to /usr. - Prefix changed to /usr.
- Spec file cleanup. - Spec file cleanup.
* Fri Dec 22 2006 federico@novell.com * Fri Dec 22 2006 federico@novell.com
@ -941,7 +991,7 @@ rm -rf $RPM_BUILD_ROOT
- Removed gnome-session-default-applications.patch, all needed - Removed gnome-session-default-applications.patch, all needed
applications are now started, if installed, via the autostart applications are now started, if installed, via the autostart
mechanism. mechanism.
* Mon Mar 06 2006 rodrigo@suse.de * Tue Mar 07 2006 rodrigo@suse.de
- Fixed support for multiple system autostart directories. - Fixed support for multiple system autostart directories.
- Disable GUI operations for system-wide files (#154755). - Disable GUI operations for system-wide files (#154755).
* Thu Mar 02 2006 rodrigo@suse.de * Thu Mar 02 2006 rodrigo@suse.de
@ -949,7 +999,7 @@ rm -rf $RPM_BUILD_ROOT
- Use g_strlcpy instead of strcpy when copying passwords. - Use g_strlcpy instead of strcpy when copying passwords.
* Wed Feb 22 2006 rodrigo@suse.de * Wed Feb 22 2006 rodrigo@suse.de
- Added gnome-session-gsd-early-start.patch that fixes #150256. - Added gnome-session-gsd-early-start.patch that fixes #150256.
* Thu Feb 16 2006 rodrigo@suse.de * Fri Feb 17 2006 rodrigo@suse.de
- Don't try to remove non-existing files (#145870) - Don't try to remove non-existing files (#145870)
* Thu Feb 16 2006 rodrigo@suse.de * Thu Feb 16 2006 rodrigo@suse.de
- Updated gnome-session-suspend-patch to make suspend work as - Updated gnome-session-suspend-patch to make suspend work as
@ -1168,9 +1218,9 @@ rm -rf $RPM_BUILD_ROOT
- Don't set the wallpaper or font in the gnome startup script. - Don't set the wallpaper or font in the gnome startup script.
* Fri Jun 11 2004 clahey@suse.de * Fri Jun 11 2004 clahey@suse.de
- Added gnome-session-use-gdmctl.patch. - Added gnome-session-use-gdmctl.patch.
* Thu Jun 03 2004 clahey@suse.de * Fri Jun 04 2004 clahey@suse.de
- Switch to Novell session splash screen. - Switch to Novell session splash screen.
* Wed Jun 02 2004 mibarra@suse.de * Thu Jun 03 2004 mibarra@suse.de
- Make GNOME use suseplugger - Make GNOME use suseplugger
* Tue May 11 2004 clahey@suse.de * Tue May 11 2004 clahey@suse.de
- Added gnome-session-2.0.5-dithering.patch to use MAX dithering. - Added gnome-session-2.0.5-dithering.patch to use MAX dithering.
@ -1268,7 +1318,7 @@ rm -rf $RPM_BUILD_ROOT
- Added libjpeg to neededforbuild. - Added libjpeg to neededforbuild.
* Thu Nov 28 2002 hhetter@suse.de * Thu Nov 28 2002 hhetter@suse.de
- updated to version 2.0.9 [GNOME 2.0.3] - updated to version 2.0.9 [GNOME 2.0.3]
* Mon Nov 11 2002 ro@suse.de * Tue Nov 12 2002 ro@suse.de
- changed neededforbuild <xf86 xdevel> to <x-devel-packages> - changed neededforbuild <xf86 xdevel> to <x-devel-packages>
* Wed Nov 06 2002 hhetter@suse.de * Wed Nov 06 2002 hhetter@suse.de
- use correct kde-datadir - use correct kde-datadir
@ -1318,7 +1368,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Jun 20 2002 hhetter@suse.de * Thu Jun 20 2002 hhetter@suse.de
- updated to version 2.0.1 - updated to version 2.0.1
- don't install schemas while make install - don't install schemas while make install
* Sun Jun 16 2002 ro@suse.de * Mon Jun 17 2002 ro@suse.de
- use libpng-devel-packages in neededforbuild - use libpng-devel-packages in neededforbuild
* Fri Jun 14 2002 hhetter@suse.de * Fri Jun 14 2002 hhetter@suse.de
- provide schema file - provide schema file