Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2013-04-26 15:47:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-session (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-session.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-session", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes      
2013-04-05 17:28:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2013-04-26 15:47:49.000000000 +0200
@@ -1,0 +2,22 @@
+Mon Apr 15 20:23:55 UTC 2013 - [email protected]
+
+- Update to version 3.8.1:
+  + Check for logind, not systemd (bgo#696262).
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Apr 13 15:44:32 UTC 2013 - [email protected]
+
+- Modify gnome starter script: if the first parameter is
+  'gnome-classic', that means we want to start gnome-session with
+  --session gnome-classic (we need to inject --session into the
+  build command).
+
+-------------------------------------------------------------------
+Tue Apr  2 19:12:20 UTC 2013 - [email protected]
+
+- Drop gnome2-look-and-feel package and obsolete it from the main
+  package. The replacement is called gnome-shell-classic and is
+  built by gnome-shell-extensions.
+
+-------------------------------------------------------------------

Old:
----
  gnome-session-3.8.0.tar.xz

New:
----
  gnome-session-3.8.1.tar.xz

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

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.x8KnEU/_old  2013-04-26 15:47:51.000000000 +0200
+++ /var/tmp/diff_new_pack.x8KnEU/_new  2013-04-26 15:47:51.000000000 +0200
@@ -19,7 +19,7 @@
 %define with_systemd 1
 
 Name:           gnome-session
-Version:        3.8.0
+Version:        3.8.1
 Release:        0
 Summary:        Session Tools for the GNOME Desktop
 License:        GPL-2.0+
@@ -73,6 +73,8 @@
 Obsoletes:      gnome-session-splash <= 2.31
 # the fallback session was dropped in gnome 3.8.
 Obsoletes:      gnome-session-fallback-session < 3.8
+# Since GNOME 3.8.0, the 'classic' mode is provided by gnome-shell-extensions.
+Obsoletes:      gnome2-look-and-feel <= 3.8.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -89,15 +91,6 @@
 %description default-session
 This package contains the definition of the default GNOME session.
 
-%package -n gnome2-look-and-feel
-Summary:        GNOME Desktop with the GNOME 2 Look and Feel
-Group:          System/GUI/GNOME
-# TO BE DEFINED.. shoult require the correct classic extensions to make this up
-
-%description -n gnome2-look-and-feel
-This package contains the definition to choose in the display manager
-a GNOME 3 session that looks and feels like GNOME 2.
-
 %package core
 Summary:        Session Manager for GNOME -- Minimal Version
 Group:          System/GUI/GNOME
@@ -140,12 +133,8 @@
 install -m755 %SOURCE1 %{buildroot}%{_bindir}/gnome
 install -d -m755 %{buildroot}%{_datadir}/xsessions
 install -m644 %SOURCE2 %{buildroot}%{_datadir}/xsessions/gnome.desktop
-# Install a session file for gnome 2 look-and-feel (gnome3 with classic look 
and feel extensions)
-install -m644 %{S:2} 
%{buildroot}%{_datadir}/xsessions/gnome2-look-and-feel.desktop
-# FIXME: gnome2-look-and-feel.desktop needs to be corrected to know how to 
statr classic mode.
 %suse_update_desktop_file session-properties X-SuSE-ControlCenter-Personal
 %suse_update_desktop_file %{buildroot}%{_datadir}/xsessions/gnome.desktop
-%suse_update_desktop_file -N "GNOME 2 Look and Feel" 
%{buildroot}%{_datadir}/xsessions/gnome2-look-and-feel.desktop
 %find_lang %{name}-3.0 %{?no_lang_C}
 %fdupes %{buildroot}
 
@@ -184,10 +173,6 @@
 %{_datadir}/gnome-session/sessions/gnome.session
 %{_datadir}/gnome-session/sessions/gnome-dummy.session
 
-%files -n gnome2-look-and-feel
-%defattr(-, root, root)
-%{_datadir}/xsessions/gnome2-look-and-feel.desktop
-
 %files core
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README

++++++ gnome ++++++
--- /var/tmp/diff_new_pack.x8KnEU/_old  2013-04-26 15:47:51.000000000 +0200
+++ /var/tmp/diff_new_pack.x8KnEU/_new  2013-04-26 15:47:51.000000000 +0200
@@ -88,4 +88,9 @@
 # Uncomment after SLED12, remove after SLED14:
 #rm -f ~/.skel/gnome2-run ~/.skel/gnome2-run-9.2 ~/.skel/sled10-run
 
-exec /usr/bin/gnome-session $*
+# in case we want to start gnome-classic, we need to inject --session into the 
cmd line.
+if [ "$1" == "gnome-classic" ]; then
+       session="--session"
+fi
+
+exec /usr/bin/gnome-session ${session} $*

++++++ gnome-session-3.8.0.tar.xz -> gnome-session-3.8.1.tar.xz ++++++
++++ 3822 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to