metacity.spec
changeset 5060 3e97464b9a8c
parent 4980 85937bad1b09
child 5082 3c9cc14f6bfe
--- a/metacity.spec	Fri Feb 11 06:44:31 2005 +0000
+++ b/metacity.spec	Fri Feb 11 09:21:01 2005 +0000
@@ -2,7 +2,7 @@
 License:      GPL
 Group:        System/GUI/GNOME
 Version:      2.8.0
-Release:      33 
+Release:      34 
 Distribution: Java Desktop System, Release 3
 Vendor:       Sun Microsystems, Inc.
 Summary:      GNOME Window Manager
@@ -22,6 +22,7 @@
 Patch7:       metacity-07-logout-shortcut.diff
 Patch8:       metacity-08-wireframe-ally.diff
 Patch9:       metacity-09-wireframe-double-click.diff
+Patch10:      metacity-10-window-title.diff
 URL:          http://www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_defaultdocdir}/doc
@@ -54,6 +55,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 bzcat %SOURCE1 | tar xf -
 
@@ -129,6 +131,10 @@
 %{_mandir}/man1/*
 
 %changelog
+* Fri Feb 11 2005 - [email protected]
+- Added metacity-10-window-title.diff to enable user to edit 
+  window title using font capplet. Fixes bug #6227065.
+
 * Thu Jan 20 2005 - [email protected]
 - Added metacity-09-wireframe-double-click.diff to restore window on
   double-clicking the title-bar to unmaximize. Fixes bug 6204338.