- actually apply the patch writte in 0.11-2

This commit is contained in:
Ray Strode 2006-10-27 14:34:29 +00:00
parent fde022b509
commit 85f5c843bd

View File

@ -1,10 +1,11 @@
Summary: Utilities for manipulating .desktop files Summary: Utilities for manipulating .desktop files
Name: desktop-file-utils Name: desktop-file-utils
Version: 0.11 Version: 0.11
Release: 2%{?dist} Release: 3%{?dist}
URL: http://www.freedesktop.org/software/desktop-file-utils URL: http://www.freedesktop.org/software/desktop-file-utils
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
Patch1: desktop-file-utils-0.10-dont-use-unintialized-memory.patch 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 License: GPL
Group: Development/Tools Group: Development/Tools
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
@ -26,6 +27,7 @@ fixing it up in the process.
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .dont-use-uninitialized-memory %patch1 -p1 -b .dont-use-uninitialized-memory
%patch2 -p1 -b .make-category-validation-non-fatal
%build %build
@ -55,6 +57,9 @@ update-desktop-database %{_datadir}/applications || :
%{_datadir}/emacs/site-lisp/ %{_datadir}/emacs/site-lisp/
%changelog %changelog
* Fri Oct 27 2006 Ray Strode <rstrode@redhat.com> - 0.11-3
- actually apply the patch writte in 0.11-2
* Thu Oct 26 2006 Ray Strode <rstrode@redhat.com> - 0.11-2 * Thu Oct 26 2006 Ray Strode <rstrode@redhat.com> - 0.11-2
- make desktop file validation non-fatal until we - make desktop file validation non-fatal until we
add support for categories beginning with X- and clean up add support for categories beginning with X- and clean up