From e9573b8406137a796778b56a8b43b9d58419d9ed Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Apr 06 2005 06:50:30 +0000 Subject: - Backport patch from CVS to fix large memory leak on re-loading the menus (gnome #172472) --- diff --git a/gnome-menus.spec b/gnome-menus.spec index 7f94c49..6e7212f 100644 --- a/gnome-menus.spec +++ b/gnome-menus.spec @@ -4,7 +4,7 @@ Summary: A menu system for the GNOME project Name: gnome-menus Version: 2.10.1 -Release: 1 +Release: 2 License: LGPL Group: System Environment/Libraries URL: http://www.gnome.org/ @@ -12,6 +12,8 @@ Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: redhat-menus >= 1.0 +Patch0: gnome-menus-2.10.1-fix-parent-references.patch + %description gnome-menus is an implementation of the draft "Desktop Menu Specification" from freedesktop.org. This package @@ -30,6 +32,8 @@ writing applications that use the GNOME menu system. %prep %setup -q +%patch0 -p1 -b .fix-parent-references + %build %configure \ %if %{enable_debugging} @@ -70,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Apr 6 2005 Mark McLoughlin 2.10.1-2 +- Backport patch from CVS to fix large memory leak on re-loading + the menus (gnome #172472) + * Wed Mar 23 2005 Mark McLoughlin 2.10.1-1 - Update to 2.10.1