rpms/gnome-session/F-7 gnome-session-2.18.0-dont-use-iris-with-cm.patch, 1.1, 1.2 gnome-session.spec, 1.121, 1.122

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


Author: hadess

Update of /cvs/pkgs/rpms/gnome-session/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1651

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.18.0-8
- 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/F-7/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:25: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/F-7/gnome-session.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- gnome-session.spec	15 May 2007 14:55:28 -0000	1.121
+++ gnome-session.spec	22 May 2007 15:25:59 -0000	1.122
@@ -12,7 +12,7 @@
 Summary: GNOME session manager
 Name: gnome-session
 Version: 2.18.0
-Release: 7%{?dist}
+Release: 8%{?dist}
 URL: http://www.gnome.org
 Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-session/2.18/%{name}-%{version}.tar.bz2
 Source1: redhat-default-session
@@ -206,6 +206,9 @@
 %{_datadir}/icons/hicolor/scalable/apps/session-properties.svg
 
 %changelog
+* Tue May 22 2007 - Bastien Nocera <bnocera at redhat.com> - 2.18.0-8
+- Fix up logic in iris patch
+
 * Tue May 15 2007 Ray Strode <rstrode at redhat.com> - 2.18.0-7
 - Don't show iris animation when using compiz (bug 237842)
 




More information about the fedora-extras-commits mailing list