rpms/metacity/devel metacity.spec,1.218,1.219

Owen Taylor otaylor at fedoraproject.org
Thu Jun 24 01:29:54 UTC 2010


Author: otaylor

Update of /cvs/extras/rpms/metacity/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19974

Modified Files:
	metacity.spec 
Log Message:
* Wed Jun  9 2010 Owen Taylor <otaylor at redhat.com> - 2.30.0-4
- Add a patch to fix confusion between windows (rhbz #533066)
- Add additional tweeks no_focus_windows and new_windows_always_on_top
  preferences (gnome bz 599248, gnome bz 599261)



Index: metacity.spec
===================================================================
RCS file: /cvs/extras/rpms/metacity/devel/metacity.spec,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -p -r1.218 -r1.219
--- metacity.spec	20 Apr 2010 05:13:10 -0000	1.218
+++ metacity.spec	24 Jun 2010 01:29:54 -0000	1.219
@@ -3,7 +3,7 @@
 Summary: Unobtrusive window manager
 Name: metacity
 Version: 2.30.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://download.gnome.org/sources/metacity/
 Source0: http://download.gnome.org/sources/metacity/2.30/metacity-%{version}.tar.bz2
 # http://bugzilla.gnome.org/show_bug.cgi?id=558723
@@ -29,8 +29,10 @@ Patch16: Dont-focus-ancestor-window-on-a
 Patch18: For-mouse-and-sloppy-focus-return-to-mouse-mode-on.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=599248
 Patch19: Add-nofocuswindows-preference-to-list-windows-that.patch
+Patch119: Exclude-the-current-application-from-no_focus_window.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=599261
 Patch20: Add-a-newwindowsalwaysontop-preference.patch
+Patch120: Apply-new_windows_always_on_top-to-newly-raised-acti.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=577576
 Patch21: Dont-warn-about-a-missing-session-file.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=559816
@@ -41,6 +43,8 @@ Patch25: metacity-2.28-xioerror-unknown-
 Patch26: libs.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=614592
 Patch27: title-click.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=599181
+Patch28: Stop-confusing-GDK-s-grab-tracking.patch
 
 # default window icon: https://bugzilla.gnome.org/show_bug.cgi?id=616246
 Patch30: default-window-icon.patch
@@ -117,12 +121,15 @@ API. This package exists purely for tech
 %patch16 -p1 -b .focus-different-workspace
 %patch18 -p1 -b .focus-on-motion
 %patch19 -p1 -b .no-focus-windows
+%patch119 -p1 -b .no-focus-windows-current-app
 %patch20 -p1 -b .always-on-top
+%patch120 -p1 -b .always-on-top-activate
 %patch21 -p1 -b .missing-session
 %patch24 -p1 -b .empty-keybindings
 %patch25 -p1 -b .xioerror-unknown-display
 %patch26 -p1 -b .libs
 %patch27 -p1 -b .title-click
+%patch28 -p1 -b .grab-tracking
 
 %patch30 -p1 -b .window-icon
 cp %{SOURCE1} %{SOURCE2} src/
@@ -233,6 +240,11 @@ fi
 %{_mandir}/man1/metacity-window-demo.1.gz
 
 %changelog
+* Wed Jun  9 2010 Owen Taylor <otaylor at redhat.com> - 2.30.0-4
+- Add a patch to fix confusion between windows (rhbz #533066)
+- Add additional tweeks no_focus_windows and new_windows_always_on_top
+  preferences (gnome bz 599248, gnome bz 599261)
+
 * Tue Apr 20 2010 Matthias Clasen <mclasen at redhat.com> - 2.30.0-3
 - Include the default window icon
 



More information about the scm-commits mailing list