From 0511e7940822ab43076558fc83769220acd9a8d8 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mar 06 2006 21:11:40 +0000 Subject: - Patch from Vincent Untz to fix session editing (upstream bug 333641) - Desensitize buttons for operations that the user isn't allowed to do (bug 179479). --- diff --git a/gnome-session.spec b/gnome-session.spec index c399fe5..2e42f7d 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -14,7 +14,7 @@ Summary: GNOME session manager Name: gnome-session Version: 2.13.92 -Release: 2 +Release: 3 URL: http://www.gnome.org Source0: %{name}-%{version}.tar.bz2 Source1: redhat-default-session @@ -52,6 +52,8 @@ Patch8: gnome-session-2.12.0-shaped.patch # too much crashing Patch9: gnome-session-2.13.4-no-crashes.patch Patch10: gnome-session-2.13.92-preserve-backward-compat.patch +Patch11: gnome-session-2.13.92-fix-session-editing.patch +Patch12: gnome-session-2.13.92-desensitize-invalid-buttons.patch BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pango-devel >= %{pango_version} @@ -85,6 +87,9 @@ GNOME components and handles logout and saving the session. %patch8 -p1 -b .shaped %patch9 -p1 -b .no-crashes %patch10 -p1 -b .preserve-backward-compat +%patch11 -p1 -b .fix-session-editing +%patch12 -p1 -b .desensitize-invalid-buttons + %build #workaround broken perl-XML-Parser on 64bit arches @@ -161,6 +166,11 @@ done %{_datadir}/gnome/autostart %changelog +* Mon Mar 06 2006 Ray Strode - 2.13.92-3 +- Patch from Vincent Untz to fix session editing (upstream bug 333641) +- Desensitize buttons for operations that the user isn't allowed + to do (bug 179479). + * Wed Mar 01 2006 Karsten Hopp 2.13.92-2 - BuildRequires: gnome-desktop-devel, libX11-devel, libXt-devel