- Backport patch from CVS to fix large memory leak on re-loading the menus
(gnome #172472)
This commit is contained in:
parent
197790c149
commit
e9573b8406
@ -4,7 +4,7 @@
|
|||||||
Summary: A menu system for the GNOME project
|
Summary: A menu system for the GNOME project
|
||||||
Name: gnome-menus
|
Name: gnome-menus
|
||||||
Version: 2.10.1
|
Version: 2.10.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
@ -12,6 +12,8 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
Requires: redhat-menus >= 1.0
|
Requires: redhat-menus >= 1.0
|
||||||
|
|
||||||
|
Patch0: gnome-menus-2.10.1-fix-parent-references.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-menus is an implementation of the draft "Desktop
|
gnome-menus is an implementation of the draft "Desktop
|
||||||
Menu Specification" from freedesktop.org. This package
|
Menu Specification" from freedesktop.org. This package
|
||||||
@ -30,6 +32,8 @@ writing applications that use the GNOME menu system.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%patch0 -p1 -b .fix-parent-references
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
%if %{enable_debugging}
|
%if %{enable_debugging}
|
||||||
@ -70,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 6 2005 Mark McLoughlin <markmc@redhat.com> 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 <markmc@redhat.com> 2.10.1-1
|
* Wed Mar 23 2005 Mark McLoughlin <markmc@redhat.com> 2.10.1-1
|
||||||
- Update to 2.10.1
|
- Update to 2.10.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user