summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
Diffstat (limited to 'metacity.spec')
-rw-r--r--metacity.spec57
1 files changed, 55 insertions, 2 deletions
diff --git a/metacity.spec b/metacity.spec
index 604cf7d..eea0c4a 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -3,7 +3,7 @@
Summary: Unobtrusive window manager
Name: metacity
Version: 2.28.0
-Release: 11%{?dist}
+Release: 13%{?dist}
URL: http://download.gnome.org/sources/metacity/
Source0: http://download.gnome.org/sources/metacity/2.28/metacity-%{version}.tar.bz2
# http://bugzilla.gnome.org/show_bug.cgi?id=558723
@@ -28,6 +28,30 @@ Patch12: fresh-tooltips.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=600864
# https://bugzilla.redhat.com/show_bug.cgi?id=533239
Patch13: metacity-dont-do-bad-stuff-on-sigterm.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=567528
+Patch14: Allow-explicit-raises-from-same-client-not-just-sa.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=445447
+Patch15: Allow-applications-to-raise-windows-when-raise_on_cl.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=598995
+Patch16: Dont-focus-ancestor-window-on-a-different-workspac.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=599262
+Patch17: Add-XFCE-Terminal-as-a-terminal.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=599097
+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
+# https://bugzilla.gnome.org/show_bug.cgi?id=599261
+Patch20: Add-a-newwindowsalwaysontop-preference.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=530702
+Patch22: cm-selection-timestamp.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=598231
+Patch23: metacity-2.28-visual-bell.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=559816
+Patch24: metacity-2.28-empty-keybindings.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=604319
+Patch25: metacity-2.28-xioerror-unknown-display.patch
License: GPLv2+
Group: User Interface/Desktops
@@ -55,7 +79,7 @@ BuildRequires: dbus-devel
BuildRequires: libcanberra-devel
Requires: startup-notification >= 0.7
-Requires: nodoka-metacity-theme
+Requires: gnome-themes
# for /usr/share/control-center/keybindings, /usr/share/gnome/wm-properties
Requires: control-center-filesystem
# for /etc/gconf/schemas
@@ -98,6 +122,19 @@ API. This package exists purely for technical reasons.
%patch12 -p1 -b .fresh-tooltips
%patch13 -p1 -b .sigterm
+%patch14 -p1 -b .raises-from-same-client
+%patch15 -p1 -b .raise-on-click-stacking
+%patch16 -p1 -b .focus-different-workspace
+%patch17 -p1 -b .xfce-terminal
+%patch18 -p1 -b .focus-on-motion
+%patch19 -p1 -b .no-focus-windows
+%patch20 -p1 -b .always-on-top
+%patch21 -p1 -b .missing-session
+%patch22 -p1 -b .cm-selection-timestamp
+%patch23 -p1 -b .visual-bell
+%patch24 -p1 -b .empty-keybindings
+%patch25 -p1 -b .xioerror-unknown-display
+
# force regeneration
rm src/metacity.schemas
@@ -204,6 +241,22 @@ fi
%{_mandir}/man1/metacity-window-demo.1.gz
%changelog
+* Thu Dec 10 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-12
+- Require gnome-themes rather than nodoka-metacity-theme (rhbz 532455, Stijn Hoop)
+- Add patches for GNOME bugs
+ 445447 - Application-induced window raise fails when raise_on_click off (rhbz 526045)
+ 530702 - compiz doesn't start if metacity compositor is enabled (rhbz 537791)
+ 559816 - Doesn't update keybindings being disabled/cleared (rhbz 532282)
+ 567528 - Cannot raise windows from applications in Tcl/Tk and Java (rhbz 503522)
+ 577576 - Failed to read saved session file warning on new sessions (rhbz 493245)
+ 598231 - When Chromium rings the bell, metacity quits(rhbz 532282)
+ 598995 - Don't focus ancestor window on a different workspace (rhbz 237158)
+ 599097 - For mouse and sloppy focus, return to "mouse mode" on motion (rhbz 530261)
+ 599248 - Add no_focus_windows preference to list windows that shouldn't be focused (rhbz 530262)
+ 599261 - Add a new_windows_always_on_top preference (rhbz 530263)
+ 599262 - Add XFCE Terminal as a terminal
+ 604319 - XIOError unknown display (rhbz 537845)
+
* Thu Nov 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-11
- Fix a problem with the previous change