From bad39102d4c7ec06aa231c46ad3fbdbfc75de53f Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 28 Sep 2004 03:52:40 +0000 Subject: [PATCH] - Swap if and else in egg_desktop_entries_get_locale_encoding to prevent allocating massive amounts of unneeded ram. --- desktop-file-utils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/desktop-file-utils.spec b/desktop-file-utils.spec index c3999ed..8353f61 100644 --- a/desktop-file-utils.spec +++ b/desktop-file-utils.spec @@ -1,7 +1,7 @@ Summary: Utilities for manipulating .desktop files Name: desktop-file-utils Version: 0.8 -Release: 5 +Release: 6 URL: http://www.freedesktop.org/software/desktop-file-utils Source0: %{name}-%{version}.tar.gz License: GPL @@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/emacs/site-lisp/ %changelog +* Mon Sep 27 2004 Ray Strode 0.8-6 +- Swap if and else in egg_desktop_entries_get_locale_encoding + to prevent allocating massive amounts of unneeded ram. + * Mon Sep 27 2004 Ray Strode 0.8-5 - Swap if and else in egg_desktop_entries_get_locale_country to prevent allocating massive amounts of unneeded ram.