Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory
checked in at Sun Oct 2 10:07:33 CEST 2011.



--------
--- openSUSE:Factory/gnome-session/gnome-session.changes        2011-09-23 
02:01:02.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-session/gnome-session.changes    
2011-09-26 12:44:44.000000000 +0200
@@ -1,0 +2,25 @@
+Mon Sep 26 10:44:11 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.0:
+  + Updated translations.
+- Update /usr/bin/gnome script to improve logging in twice on a
+  live image:
+  + Use -p with mkdir, to avoid failing when creating a directory
+    that already exists.
+  + Do not overwrite pre-existing user applications.menu.
+  + Do not add a second YaST2-live-installer.desktop favorite for
+    gnome-shell.
+
+-------------------------------------------------------------------
+Tue Sep 20 07:39:31 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.92:
+  + Session Manager:
+    - Never mark as handled the Disconnected signal from dbus
+    - Disconnect all dbus clients when dbus is disconnected
+    - Don't offer logout in the fail whale on the login screen
+    - Code improvements
+  + Updated translations.
+- Drop gnome-session-dbus-disconnected.patch: fixed upstream.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gnome-session-3.1.91.tar.bz2
  gnome-session-dbus-disconnected.patch

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

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

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.cWKdUF/_old  2011-10-02 10:07:30.000000000 +0200
+++ /var/tmp/diff_new_pack.cWKdUF/_new  2011-10-02 10:07:30.000000000 +0200
@@ -18,13 +18,13 @@
 
 
 Name:           gnome-session
-Version:        3.1.91
+Version:        3.2.0
 Release:        1
 License:        GPLv2+
 Summary:        Session Tools for the GNOME Desktop
 Url:            http://www.gnome.org
 Group:          System/GUI/GNOME
-Source:         
http://download.gnome.org/sources/gnome-session/3.1/%{name}-%{version}.tar.bz2
+Source:         
http://download.gnome.org/sources/gnome-session/3.2/%{name}-%{version}.tar.bz2
 Source1:        gnome
 Source2:        gnome.desktop
 # Temporarly needed until we get upstream to ship the right icon for suspend
@@ -37,8 +37,6 @@
 Patch2:         gnome-session-wm-switch.patch
 # PATCH-NEEDS-REBASE gnome-session-bgo507101-tile-ui.patch bgo507101 
vu...@novell.com -- Tile UI for logout dialog. (Was: PATCH-FIX-UPSTREAM)
 Patch3:         gnome-session-bgo507101-tile-ui.patch
-# PATCH-FIX-UPSTREAM gnome-session-dbus-disconnected.patch vu...@opensuse.org 
-- Various fixes for the case where dbus quits early; helps with the new gdm. 
Taken from git.
-Patch4:         gnome-session-dbus-disconnected.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 BuildRequires:  gnome-patch-translation
@@ -130,7 +128,6 @@
 #%patch2 -p1
 # needs-rebase
 #%patch3 -p0
-%patch4 -p1
 # gnome-patch-translation-update
 
 %build

++++++ gnome ++++++
--- /var/tmp/diff_new_pack.cWKdUF/_old  2011-10-02 10:07:30.000000000 +0200
+++ /var/tmp/diff_new_pack.cWKdUF/_new  2011-10-02 10:07:30.000000000 +0200
@@ -30,11 +30,11 @@
   ## the desktop, since the desktop is not managed by nautilus anymore (by
   ## default)
 
-  if test -f /etc/xdg/menus/${XDG_MENU_PREFIX}applications.menu; then
+  if test -f /etc/xdg/menus/${XDG_MENU_PREFIX}applications.menu -a ! -f 
"${XDG_CONFIG_HOME}/menus/${XDG_MENU_PREFIX}applications.menu"; then
     # Add live installer to the system tools menu (this is nice to have, and 
also
     # required for the favorite app change below)
     mkdir -p -m 0700 "${XDG_CONFIG_HOME}"
-    mkdir "${XDG_CONFIG_HOME}/menus"
+    mkdir -p "${XDG_CONFIG_HOME}/menus"
     cat > "${XDG_CONFIG_HOME}/menus/${XDG_MENU_PREFIX}applications.menu" << EOF
 <Menu>  
   <Name>Applications</Name>
@@ -47,17 +47,20 @@
   </Menu>
 </Menu>
 EOF
+  fi
 
-    # Add live installer as favorite application to gnome-shell dash
-    FAVORITES=`gsettings get org.gnome.shell favorite-apps`
-    if test $? -eq 0; then
+  # Add live installer as favorite application to gnome-shell dash
+  FAVORITES=`gsettings get org.gnome.shell favorite-apps`
+  if test $? -eq 0; then
+    echo ${FAVORITES} | grep -q YaST2-live-installer.desktop
+    if test $? -ne 0; then
       FAVORITES=`echo ${FAVORITES} | sed 
"s:^\[:\['YaST2-live-installer.desktop', :"`
       gsettings set org.gnome.shell favorite-apps "${FAVORITES}"
     fi
-
-    # FIXME: we need to add a launcher for gnome-panel (fallback mode)
   fi
 
+  # FIXME: we need to add a launcher for gnome-panel (fallback mode)
+
   ## Other tweaks
 
   # setup session to not have a lock-enabled screensaver

++++++ gnome-session-3.1.91.tar.bz2 -> gnome-session-3.2.0.tar.bz2 ++++++
++++ 15120 lines of diff (skipped)


continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to