rpms/metacity/F-9 maximization.patch, NONE, 1.1 metacity.spec, 1.151, 1.152

Soren Sandmann Pedersen ssp at fedoraproject.org
Sat Aug 23 17:21:28 UTC 2008


Author: ssp

Update of /cvs/pkgs/rpms/metacity/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22529

Modified Files:
	metacity.spec 
Added Files:
	maximization.patch 
Log Message:
Bump release

maximization.patch:

--- NEW FILE maximization.patch ---
--- trunk/src/core/workspace.c	2008/08/16 03:09:40	3816
+++ trunk/src/core/workspace.c	2008/08/18 02:48:36	3817
@@ -514,9 +514,12 @@
       MetaWindow *win = tmp->data;
       GSList *s_iter;
 
-      for (s_iter = win->struts; s_iter != NULL; s_iter = s_iter->next)
+      for (s_iter = win->struts; s_iter != NULL; s_iter = s_iter->next) {
+        MetaStrut *cpy = g_new (MetaStrut, 1);
+        *cpy = *((MetaStrut *)s_iter->data);
         workspace->all_struts = g_slist_prepend (workspace->all_struts,
-                                                 s_iter->data);
+                                                 cpy);
+      }
     }
   g_list_free (windows);
 



Index: metacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/metacity/F-9/metacity.spec,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- metacity.spec	23 Aug 2008 17:08:09 -0000	1.151
+++ metacity.spec	23 Aug 2008 17:20:58 -0000	1.152
@@ -1,7 +1,7 @@
 Summary: Metacity window manager
 Name: metacity
 Version: 2.22.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://download.gnome.org/sources/metacity/
 Source0: http://download.gnome.org/sources/metacity/2.22/metacity-%{version}.tar.bz2
 Patch0: default-theme.patch




More information about the fedora-extras-commits mailing list