rpms/gnome-session/F-12 gnome-session.spec,1.252,1.253

Matthias Clasen mclasen at fedoraproject.org
Sat Oct 24 03:41:53 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-session/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24804

Modified Files:
	gnome-session.spec 
Log Message:
fix a possible crash



Index: gnome-session.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-session/F-12/gnome-session.spec,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -p -r1.252 -r1.253
--- gnome-session.spec	24 Sep 2009 00:55:22 -0000	1.252
+++ gnome-session.spec	24 Oct 2009 03:41:46 -0000	1.253
@@ -10,7 +10,7 @@
 Summary: GNOME session manager
 Name: gnome-session
 Version: 2.28.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-session/2.28/%{name}-%{version}.tar.bz2
 Source2: gnome.desktop
@@ -67,6 +67,12 @@ Requires(pre): GConf2 >= %{gconf2_versio
 Requires(post): GConf2 >= %{gconf2_version}
 Requires(preun): GConf2 >= %{gconf2_version}
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=592520
+#Patch0: unresponsive-timeout.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=592519
+#Patch1: show-lock.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=598211
+Patch2: xsmp-stop.patch
 
 %description
 gnome-session manages a GNOME desktop or GDM login session. It starts up
@@ -82,6 +88,9 @@ Desktop file to add GNOME to display man
 
 %prep
 %setup -q
+#%patch0 -p1 -b .unresponsive-timeout
+#%patch1 -p1 -b .show-lock
+%patch2 -p1 -b .xsmp-stop
 
 echo "ACLOCAL_AMFLAGS = -I m4" >> Makefile.am
 
@@ -169,6 +178,9 @@ fi
 
 
 %changelog
+* Fri Oct 23 2009 Matthias Clasen  <mclasen at redhat.com> - 2.28.0-2
+- Avoid a crash on certain xsmp error conditions
+
 * Wed Sep 23 2009 Matthias Clasen  <mclasen at redhat.com> - 2.28.0-1
 - Update to 2.28.0
 




More information about the fedora-extras-commits mailing list