Mailinglist Archive: opensuse-commit (779 mails)

< Previous Next >
commit gnome-session for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 24 Apr 2009 19:55:30 +0200
  • Message-id: <20090424175530.D5C3A67807E@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory
checked in at Fri Apr 24 19:55:30 CEST 2009.


--------
--- GNOME/gnome-session/gnome-session.changes 2009-03-19 03:37:58.000000000
+0100
+++ gnome-session/gnome-session.changes 2009-04-14 21:17:03.000000000 +0200
@@ -1,0 +2,53 @@
+Tue Apr 14 21:15:49 CEST 2009 - vuntz@xxxxxxxxxx
+
+- 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@xxxxxxxxxx
+
+- 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.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
gnome-session-2.26.0.tar.bz2

New:
----
gnome-session-2.26.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.F22582/_old 2009-04-24 19:54:03.000000000 +0200
+++ /var/tmp/diff_new_pack.F22582/_new 2009-04-24 19:54:03.000000000 +0200
@@ -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.
#
@@ -32,7 +32,7 @@
BuildRequires: update-desktop-files
License: GPL v2 or later; LGPL v2.1 or later
Group: System/GUI/GNOME
-Version: 2.26.0
+Version: 2.26.1
Release: 1
Summary: Session Tools for the GNOME 2.x Desktop
Url: http://www.gnome.org
@@ -54,13 +54,16 @@
# PATCH-FEATURE-OPENSUSE gnome-session-compiz-as-default-wm.patch fate304762
rodrigo@xxxxxxxxxx -- Run compiz as default WM whenever possible
Patch6: gnome-session-compiz-as-default-wm.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Recommends: control-center2
Obsoletes: gnome-core
Requires: dbus-1-x11
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}-lang = %{version}
-Suggests: rsh
%gconf_schemas_prereq

%description
@@ -180,6 +183,53 @@
##%endif

%changelog
+* Tue Apr 14 2009 vuntz@xxxxxxxxxx
+- 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@xxxxxxxxxx
+- 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@xxxxxxxxxx
- Remove workaround adding gnomesu to live-installer.desktop. It's
not needed anymore. Will fix bnc#486644.
@@ -605,7 +655,7 @@
* Fri Sep 07 2007 lewing@xxxxxxx
- Copy GnomeOnlineHelp.desktop to ~/Desktop the first time 10.3
runs. Part of bnc #300773
-* Thu Sep 06 2007 cgaisford@xxxxxxxxxx
+* Fri Sep 07 2007 cgaisford@xxxxxxxxxx
- Created a patch to fix login and logout sounds in gnome-session
Novell bug 294396 and bugzilla.gnome.org #466458
* Tue Sep 04 2007 maw@xxxxxxx
@@ -824,9 +874,9 @@
* Use Program instead of Command in the capplet (Tom Tromey)
* Fri Mar 02 2007 sbrabec@xxxxxxx
- Do not own /usr/share/xsessions (#229172).
-* Mon Feb 12 2007 cgaisford@xxxxxxxxxx
+* Tue Feb 13 2007 cgaisford@xxxxxxxxxx
- updated the UI from changes make in SLED.
-* Sun Jan 07 2007 sbrabec@xxxxxxx
+* Mon Jan 08 2007 sbrabec@xxxxxxx
- Prefix changed to /usr.
- Spec file cleanup.
* Fri Dec 22 2006 federico@xxxxxxxxxx
@@ -941,7 +991,7 @@
- Removed gnome-session-default-applications.patch, all needed
applications are now started, if installed, via the autostart
mechanism.
-* Mon Mar 06 2006 rodrigo@xxxxxxx
+* Tue Mar 07 2006 rodrigo@xxxxxxx
- Fixed support for multiple system autostart directories.
- Disable GUI operations for system-wide files (#154755).
* Thu Mar 02 2006 rodrigo@xxxxxxx
@@ -949,7 +999,7 @@
- Use g_strlcpy instead of strcpy when copying passwords.
* Wed Feb 22 2006 rodrigo@xxxxxxx
- Added gnome-session-gsd-early-start.patch that fixes #150256.
-* Thu Feb 16 2006 rodrigo@xxxxxxx
+* Fri Feb 17 2006 rodrigo@xxxxxxx
- Don't try to remove non-existing files (#145870)
* Thu Feb 16 2006 rodrigo@xxxxxxx
- Updated gnome-session-suspend-patch to make suspend work as
@@ -1168,9 +1218,9 @@
- Don't set the wallpaper or font in the gnome startup script.
* Fri Jun 11 2004 clahey@xxxxxxx
- Added gnome-session-use-gdmctl.patch.
-* Thu Jun 03 2004 clahey@xxxxxxx
+* Fri Jun 04 2004 clahey@xxxxxxx
- Switch to Novell session splash screen.
-* Wed Jun 02 2004 mibarra@xxxxxxx
+* Thu Jun 03 2004 mibarra@xxxxxxx
- Make GNOME use suseplugger
* Tue May 11 2004 clahey@xxxxxxx
- Added gnome-session-2.0.5-dithering.patch to use MAX dithering.
@@ -1268,7 +1318,7 @@
- Added libjpeg to neededforbuild.
* Thu Nov 28 2002 hhetter@xxxxxxx
- updated to version 2.0.9 [GNOME 2.0.3]
-* Mon Nov 11 2002 ro@xxxxxxx
+* Tue Nov 12 2002 ro@xxxxxxx
- changed neededforbuild <xf86 xdevel> to <x-devel-packages>
* Wed Nov 06 2002 hhetter@xxxxxxx
- use correct kde-datadir
@@ -1318,7 +1368,7 @@
* Thu Jun 20 2002 hhetter@xxxxxxx
- updated to version 2.0.1
- don't install schemas while make install
-* Sun Jun 16 2002 ro@xxxxxxx
+* Mon Jun 17 2002 ro@xxxxxxx
- use libpng-devel-packages in neededforbuild
* Fri Jun 14 2002 hhetter@xxxxxxx
- provide schema file

++++++ gnome-session-2.26.0.tar.bz2 -> gnome-session-2.26.1.tar.bz2 ++++++
++++ 8072 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages