rpms/metacity/F-9 metacity.spec,1.150,1.151

Soren Sandmann Pedersen ssp at fedoraproject.org
Sat Aug 23 17:08:40 UTC 2008


Author: ssp

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

Modified Files:
	metacity.spec 
Log Message:
Add fix for memory corruption that made vertical maximization flaky.



Index: metacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/metacity/F-9/metacity.spec,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- metacity.spec	24 Apr 2008 05:11:09 -0000	1.150
+++ metacity.spec	23 Aug 2008 17:08:09 -0000	1.151
@@ -13,6 +13,7 @@
 Patch4: metacity-2.22.0-keepabove.patch
 # fixed in upstream svn
 Patch5: metacity-theme-crash.patch
+Patch6: maximization.patch
 
 License: GPLv2+
 Group: User Interface/Desktops
@@ -72,6 +73,7 @@
 %patch3 -p0 -b .dont-move-windows
 %patch4 -p0 -b .keepabove
 %patch5 -p0 -b .theme-crash
+%patch6 -p1 -b .maximization
 
 %build
 rm -rf $RPM_BUILD_ROOT
@@ -158,6 +160,10 @@
 %{_mandir}/man1/metacity-window-demo.1.gz
 
 %changelog
+* Sat Aug 23 2008 Soren Sandmann <sandmann at redhat.com> - 2.22.0-4
+- Fix memory corruption that caused vertical maximization to be flaky.
+  (GNOME bug 468075)
+
 * Thu Apr 24 2008 Matthias Clasen <mclasen at redhat.com> - 2.22.0-3
 - Fix a possible crash in the appearance capplet with
   invalid metacity themes (launchpad #199402)




More information about the fedora-extras-commits mailing list