diff --git a/desktop-file-utils.spec b/desktop-file-utils.spec index f256469..08e973d 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: 2 +Release: 3 URL: http://www.freedesktop.org/software/desktop-file-utils Source0: %{name}-%{version}.tar.gz License: GPL @@ -14,6 +14,8 @@ BuildRequires: popt Obsoletes: desktop-file-validator Patch0: desktop-file-utils-0.8-null-entry-free-fix.patch +Patch1: desktop-file-utils-0.8-fix-list-remove-func.patch + %description .desktop files are used to describe an application for inclusion in @@ -26,6 +28,7 @@ fixing it up in the process. %prep %setup -q %patch0 -p1 -b .null-entry-free-fix +%patch1 -p1 -b .fix-list-remove-func %build @@ -49,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/emacs/site-lisp/ %changelog +* Thu Sep 23 2004 Ray Strode 0.8-3 +- Fix --remove-show-in option + * Mon Sep 13 2004 Dan Williams 0.8-2 - Fix RH #131983 (annoying log message about "entries != NULL")