From 85f5c843bdc5ce3c3fef2dfe98892f60c9335911 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 27 Oct 2006 14:34:29 +0000 Subject: [PATCH] - actually apply the patch writte in 0.11-2 --- desktop-file-utils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/desktop-file-utils.spec b/desktop-file-utils.spec index 62b383d..37b4570 100644 --- a/desktop-file-utils.spec +++ b/desktop-file-utils.spec @@ -1,10 +1,11 @@ Summary: Utilities for manipulating .desktop files Name: desktop-file-utils Version: 0.11 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.freedesktop.org/software/desktop-file-utils Source0: %{name}-%{version}.tar.gz Patch1: desktop-file-utils-0.10-dont-use-unintialized-memory.patch +Patch2: desktop-file-utils-0.11-make-category-validation-non-fatal.patch License: GPL Group: Development/Tools BuildRoot: %{_tmppath}/%{name}-root @@ -26,6 +27,7 @@ fixing it up in the process. %prep %setup -q %patch1 -p1 -b .dont-use-uninitialized-memory +%patch2 -p1 -b .make-category-validation-non-fatal %build @@ -55,6 +57,9 @@ update-desktop-database %{_datadir}/applications || : %{_datadir}/emacs/site-lisp/ %changelog +* Fri Oct 27 2006 Ray Strode - 0.11-3 +- actually apply the patch writte in 0.11-2 + * Thu Oct 26 2006 Ray Strode - 0.11-2 - make desktop file validation non-fatal until we add support for categories beginning with X- and clean up