summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2008-09-19 23:06:30 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2008-09-19 23:06:30 +0000
commit1a70e8059ab3667baf231923a8377901611e7dc5 (patch)
tree23c70932c12fd01f3cd599707eea7fa1e53dd926 /metacity.spec
parent7d89b1f781e65638f433dae64f8d8af8ed8ba7a0 (diff)
downloadmetacity-1a70e8059ab3667baf231923a8377901611e7dc5.tar.gz
metacity-1a70e8059ab3667baf231923a8377901611e7dc5.tar.xz
metacity-1a70e8059ab3667baf231923a8377901611e7dc5.zip
fix memory leaks
Diffstat (limited to 'metacity.spec')
-rw-r--r--metacity.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/metacity.spec b/metacity.spec
index 860865e..f32a577 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -1,12 +1,16 @@
Summary: Metacity window manager
Name: metacity
Version: 2.23.610
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: http://download.gnome.org/sources/metacity/
Source0: http://download.gnome.org/sources/metacity/2.23/metacity-%{version}.tar.bz2
Patch0: default-theme.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=482354
Patch1: metacity-2.21.13-dont-move-windows.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=552303
+Patch2: leaks.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=552307
+Patch3: string-leak.patch
License: GPLv2+
Group: User Interface/Desktops
@@ -63,6 +67,8 @@ API. This package exists purely for technical reasons.
%setup -q
%patch0 -p1 -b .default-theme
%patch1 -p0 -b .dont-move-windows
+%patch2 -p1 -b .leaks
+%patch3 -p1 -b .string-leak
%build
rm -rf $RPM_BUILD_ROOT
@@ -155,6 +161,9 @@ fi
%{_mandir}/man1/metacity-window-demo.1.gz
%changelog
+* FRi Sep 19 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.610-2
+- Fix some memory leaks
+
* Tue Sep 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.610-1
- Update to 2.23.610