summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@fedoraproject.org>2009-12-17 23:35:48 +0000
committerOwen Taylor <otaylor@fedoraproject.org>2009-12-17 23:35:48 +0000
commit891e460d37fc62e96d18877c31df3ad1ecf9cc98 (patch)
treeb7400554347cf81f0eba3901fa3ee210fb49c7b0 /metacity.spec
parent97b03230fda37fecb08ffb38d83e33d4c86aa7be (diff)
downloadmetacity-891e460d37fc62e96d18877c31df3ad1ecf9cc98.tar.gz
metacity-891e460d37fc62e96d18877c31df3ad1ecf9cc98.tar.xz
metacity-891e460d37fc62e96d18877c31df3ad1ecf9cc98.zip
- Fix crash in in tooltip on_style_set() (rhbz 546509)
- Fix Crash in SmcSetProperties() on exit (rhbz 539905, gnome 604867)
Diffstat (limited to 'metacity.spec')
-rw-r--r--metacity.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/metacity.spec b/metacity.spec
index eea0c4a..1bd3da0 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -3,7 +3,7 @@
Summary: Unobtrusive window manager
Name: metacity
Version: 2.28.0
-Release: 13%{?dist}
+Release: 14%{?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
@@ -52,6 +52,8 @@ Patch23: metacity-2.28-visual-bell.patch
Patch24: metacity-2.28-empty-keybindings.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=604319
Patch25: metacity-2.28-xioerror-unknown-display.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=604867
+Patch26: metacity-2.28-IceCloseConnection.patch
License: GPLv2+
Group: User Interface/Desktops
@@ -134,6 +136,7 @@ API. This package exists purely for technical reasons.
%patch23 -p1 -b .visual-bell
%patch24 -p1 -b .empty-keybindings
%patch25 -p1 -b .xioerror-unknown-display
+%patch26 -p1 -b .IceCloseConnection
# force regeneration
rm src/metacity.schemas
@@ -241,21 +244,25 @@ fi
%{_mandir}/man1/metacity-window-demo.1.gz
%changelog
+* Thu Dec 17 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-13
+- Fix crash in in tooltip on_style_set() (rhbz 546509)
+- Fix Crash in SmcSetProperties() on exit (rhbz 539905, gnome 604867)
+
* 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)
+ 559816 - Doesn't update keybindings being disabled/cleared (rhbz 473224)
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)
+ 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)
+ 604319 - Handle XError and XIOError for unknown displays (rhbz 537845)
* Thu Nov 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-11
- Fix a problem with the previous change