- Swap if and else in egg_desktop_entries_get_locale_encoding to prevent
allocating massive amounts of unneeded ram.
This commit is contained in:
parent
ff53c2b0fd
commit
bad39102d4
@ -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 <rstrode@redhat.com> 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 <rstrode@redhat.com> 0.8-5
|
||||
- Swap if and else in egg_desktop_entries_get_locale_country
|
||||
to prevent allocating massive amounts of unneeded ram.
|
||||
|
Loading…
Reference in New Issue
Block a user