diff --git a/gnome-session.changes b/gnome-session.changes index 363c380..2287893 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 27 21:49:55 CEST 2007 - cgaisford@novell.com + +- Added patch to move the a11y initialization lower in the startup + so the session-manager has a chance to get started. + Novell Bug #302316 + ------------------------------------------------------------------- Fri Aug 24 19:21:14 CEST 2007 - cgaisford@novell.com diff --git a/gnome-session.spec b/gnome-session.spec index 60ab79a..ec2c467 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -16,7 +16,7 @@ BuildRequires: CASA-devel control-center2-devel fdupes gnome-common gnome-deskt License: GPL v2 or later, LGPL v2 or later Group: System/GUI/GNOME Version: 2.19.6 -Release: 14 +Release: 18 Summary: Session Tools for the GNOME 2.x Desktop Source: %{name}-%{version}.tar.bz2 Source1: gnome @@ -106,7 +106,7 @@ gnome-patch-translation-prepare %patch12 %patch13 %patch14 -p1 -#%patch15 -p1 +%patch15 -p1 %endif gnome-patch-translation-update @@ -161,6 +161,10 @@ rm -rf $RPM_BUILD_ROOT %files lang -f %{name}-2.0.lang %changelog +* Mon Aug 27 2007 - cgaisford@novell.com +- Added patch to move the a11y initialization lower in the startup + so the session-manager has a chance to get started. + Novell Bug #302316 * Fri Aug 24 2007 - cgaisford@novell.com - Changed logout UI to always show options but to disable them if they are not available. Fix for Novell Bug 238299