- Swap if and else in egg_desktop_entries_get_locale_encoding to prevent

allocating massive amounts of unneeded ram.
f38
Ray Strode 20 years ago
parent 144e939783
commit 710503b710

@ -10,7 +10,7 @@
Summary: The GNOME virtual file-system libraries.
Name: gnome-vfs2
Version: 2.8.1
Release: 2
Release: 3
License: LGPL
Group: System Environment/Libraries
Source: gnome-vfs-%{version}.tar.bz2
@ -55,6 +55,8 @@ Patch9: gnome-vfs-2.1.6-no-private-methods.patch
Patch10: gnome-vfs2-2.5.5-vfolder-hacks.patch
Patch11: gnome-vfs-2.8.1-locale-component-mem-fix.patch
# desktop-file-utils patches
Patch50: desktop-file-utils-0.8-gnomevfs-embed.patch
Patch51: desktop-file-utils-0.8-pleasecreate.patch
@ -126,6 +128,8 @@ perl -pi -e 's/favorites:\s+libvfolder-desktop.so//g' $DMC
%patch10 -p1 -b .vfolder-hacks
%patch11 -p1 -b .locale-component-mem-fix
# desktop-file-utils patches
%patch50 -p0 -b .embedded
%patch51 -p0 -b .pleasecreate
@ -245,6 +249,10 @@ done
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Wed Sep 29 2004 Ray Strode <rstrode@redhat.com> 2.8.1-3
- Swap if and else in egg_desktop_entries_get_locale_encoding
to prevent allocating massive amounts of unneeded ram.
* Mon Sep 27 2004 Mark McLoughlin <markmc@redhat.com> 2.8.1-2
- Remove menu-only-show-in patch - latest KDE packages don't use
non-standard <OnlyShowIn> anymore

Loading…
Cancel
Save