rpms/gnome-session/devel gnome-session-2.18.0-dont-use-iris-with-cm.patch, 1.1, 1.2 gnome-session.spec, 1.122, 1.123

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue May 22 15:32:34 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gnome-session/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2461

Modified Files:
	gnome-session-2.18.0-dont-use-iris-with-cm.patch 
	gnome-session.spec 
Log Message:
* Tue May 22 2007 - Bastien Nocera <bnocera at redhat.com> - 2.19.2-2
- Fix up logic in iris patch


gnome-session-2.18.0-dont-use-iris-with-cm.patch:

Index: gnome-session-2.18.0-dont-use-iris-with-cm.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-session/devel/gnome-session-2.18.0-dont-use-iris-with-cm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-session-2.18.0-dont-use-iris-with-cm.patch	15 May 2007 13:57:06 -0000	1.1
+++ gnome-session-2.18.0-dont-use-iris-with-cm.patch	22 May 2007 15:31:59 -0000	1.2
@@ -19,7 +19,7 @@
 -  /* Only create a managed window if a11y is enabled */
 -  if (!a11y_enabled)
 +  /* Only create a managed window if a11y/compositing manager is enabled */
-+  if (!iris_effect_enabled)
++  if (iris_effect_enabled)
      {
        while (1)
  	{
@@ -37,7 +37,7 @@
    gtk_widget_show_all (box);
  
 -  if (!a11y_enabled)
-+  if (!iris_effect_enabled)
++  if (iris_effect_enabled)
      {
        /* Move the grabs to our message box */
        gdk_pointer_grab (box->window, TRUE, 0,


Index: gnome-session.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-session/devel/gnome-session.spec,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- gnome-session.spec	21 May 2007 02:49:31 -0000	1.122
+++ gnome-session.spec	22 May 2007 15:31:59 -0000	1.123
@@ -12,7 +12,7 @@
 Summary: GNOME session manager
 Name: gnome-session
 Version: 2.19.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-session/2.19/%{name}-%{version}.tar.bz2
 Source1: redhat-default-session
@@ -194,6 +194,9 @@
 %{_datadir}/icons/hicolor/scalable/apps/session-properties.svg
 
 %changelog
+* Tue May 22 2007 - Bastien Nocera <bnocera at redhat.com> - 2.19.2-2
+- Fix up logic in iris patch
+
 * Sun May 20 2007 Matthias Clasen <mclasen at redhat.com> - 2.19.2-1
 - Update to 2.19.2
 




More information about the fedora-extras-commits mailing list