summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@fedoraproject.org>2010-01-03 16:32:56 +0000
committerOwen Taylor <otaylor@fedoraproject.org>2010-01-03 16:32:56 +0000
commit0445ab37636cda6fd856912cbc26a191ca2be62c (patch)
treead948d199761950038de29c0521787a2b7162864 /metacity.spec
parent27a699f32c0bef7f4b8300e536e2ee34b40622a4 (diff)
downloadmetacity-0445ab37636cda6fd856912cbc26a191ca2be62c.tar.gz
metacity-0445ab37636cda6fd856912cbc26a191ca2be62c.tar.xz
metacity-0445ab37636cda6fd856912cbc26a191ca2be62c.zip
- Fix crash in _IceTransClose (rhbz 551994) The previous patch for rhbzmetacity-2_28_0-15_fc13
539905 didn't actually fix the problem; the ICE connection was still being closed twice.
Diffstat (limited to 'metacity.spec')
-rw-r--r--metacity.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/metacity.spec b/metacity.spec
index db43019..57e4bd9 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -3,7 +3,7 @@
Summary: Unobtrusive window manager
Name: metacity
Version: 2.28.0
-Release: 14%{?dist}
+Release: 15%{?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
@@ -244,6 +244,11 @@ fi
%{_mandir}/man1/metacity-window-demo.1.gz
%changelog
+* Sun Jan 3 2010 Owen Taylor <otaylor@redhat.com> - 2.28.0-15
+- Fix crash in _IceTransClose (rhbz 551994)
+ The previous patch for rhbz 539905 didn't actually fix the
+ problem; the ICE connection was still being closed twice.
+
* Thu Dec 17 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-14
- Fix crash in in tooltip on_style_set() (rhbz 546509)
- Fix Crash in SmcSetProperties() on exit (rhbz 539905, gnome 604867)