- Fix --remove-show-in option

This commit is contained in:
Ray Strode 2004-09-23 19:31:42 +00:00
parent 425a075f14
commit 473d2ad80e

View File

@ -1,7 +1,7 @@
Summary: Utilities for manipulating .desktop files Summary: Utilities for manipulating .desktop files
Name: desktop-file-utils Name: desktop-file-utils
Version: 0.8 Version: 0.8
Release: 2 Release: 3
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
License: GPL License: GPL
@ -14,6 +14,8 @@ BuildRequires: popt
Obsoletes: desktop-file-validator Obsoletes: desktop-file-validator
Patch0: desktop-file-utils-0.8-null-entry-free-fix.patch Patch0: desktop-file-utils-0.8-null-entry-free-fix.patch
Patch1: desktop-file-utils-0.8-fix-list-remove-func.patch
%description %description
.desktop files are used to describe an application for inclusion in .desktop files are used to describe an application for inclusion in
@ -26,6 +28,7 @@ fixing it up in the process.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .null-entry-free-fix %patch0 -p1 -b .null-entry-free-fix
%patch1 -p1 -b .fix-list-remove-func
%build %build
@ -49,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/emacs/site-lisp/ %{_datadir}/emacs/site-lisp/
%changelog %changelog
* Thu Sep 23 2004 Ray Strode <rstrode@redhat.com> 0.8-3
- Fix --remove-show-in option
* Mon Sep 13 2004 Dan Williams <dcbw@redhat.com> 0.8-2 * Mon Sep 13 2004 Dan Williams <dcbw@redhat.com> 0.8-2
- Fix RH #131983 (annoying log message about "entries != NULL") - Fix RH #131983 (annoying log message about "entries != NULL")