From 473d2ad80efc960ec6b237d745bcadda374c760d Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 23 Sep 2004 19:31:42 +0000 Subject: [PATCH] - Fix --remove-show-in option --- desktop-file-utils.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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")