rpms/metacity/FC-5 metacity-2.13.144-bling.patch, 1.2, 1.3 metacity.spec, 1.63, 1.64

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 11 02:29:24 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/metacity/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv29285

Modified Files:
	metacity-2.13.144-bling.patch metacity.spec 
Log Message:
- Fix from Elijah Newren for crash when minimizing 
  decorationless windows, 
  http://bugzilla.gnome.org/show_bug.cgi?id=337954


metacity-2.13.144-bling.patch:
 Makefile.am         |    4 
 c-screen.c          |  520 +++++++++++++++++++
 c-screen.h          |   40 +
 compositor.c        | 1360 ++++++++++++----------------------------------------
 display.c           |  103 +++
 errors.c            |   40 +
 errors.h            |    8 
 metacity.schemas.in |   14 
 prefs.c             |   46 +
 prefs.h             |    4 
 screen.c            |  117 +++-
 spring-model.c      |  410 +++++++++++++++
 spring-model.h      |   31 +
 window.c            |   64 +-
 14 files changed, 1653 insertions(+), 1108 deletions(-)

Index: metacity-2.13.144-bling.patch
===================================================================
RCS file: /cvs/dist/rpms/metacity/FC-5/metacity-2.13.144-bling.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metacity-2.13.144-bling.patch	13 Mar 2006 23:48:36 -0000	1.2
+++ metacity-2.13.144-bling.patch	11 Apr 2006 02:29:21 -0000	1.3
@@ -38,13 +38,6 @@
                                  gboolean     last_request_was_roundtrip);
 --- metacity-2.13.144/src/window.c.bling	2006-03-06 23:10:00.000000000 -0500
 +++ metacity-2.13.144/src/window.c	2006-03-06 23:18:42.000000000 -0500
-@@ -1319,6 +1320,7 @@ finish_minimize (gpointer data)
-   meta_window_hide (window);
-   if (window->has_focus)
-     {
-+	g_print ("focusing something other than %lx\n", window->frame->xwindow);
-       meta_workspace_focus_default_window
- 	(window->screen->active_workspace,
  	 window,
 @@ -6670,22 +6672,23 @@ update_move (MetaWindow  *window,
    int new_x, new_y;


Index: metacity.spec
===================================================================
RCS file: /cvs/dist/rpms/metacity/FC-5/metacity.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- metacity.spec	13 Mar 2006 23:48:36 -0000	1.63
+++ metacity.spec	11 Apr 2006 02:29:21 -0000	1.64
@@ -7,7 +7,7 @@
 Summary: Metacity window manager
 Name: metacity
 Version: %{metacity_version}
-Release: 1
+Release: 1.fc5.1
 URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
 Source0: metacity-%{metacity_version}.tar.bz2
 Source1: libcm-%{libcm_version}.0.%{libcm_snapshot_date}.tar.bz2
@@ -142,6 +142,11 @@
 %{_mandir}/man1/*
 
 %changelog
+* Mon Mar 13 2006 Ray Strode <rstrode at redhat.com> - 2.14.0-1.fc5.1
+- Fix from Elijah Newren for crash when minimizing 
+  decorationless windows, 
+  http://bugzilla.gnome.org/show_bug.cgi?id=337954
+
 * Mon Mar 13 2006 Ray Strode <rstrode at redhat.com> - 2.14.0-1
 - update to 2.14.0
 




More information about the fedora-cvs-commits mailing list