- Add patch for Gnome.org bug #356828 (lingering file on uninstall).

This commit is contained in:
Matthew Barnes 2006-09-20 11:41:22 +00:00
parent 8b83c5bc54
commit 04a7c48c88

View File

@ -22,7 +22,7 @@
Name: evolution-data-server
Version: 1.8.0
Release: 5%{?dist}
Release: 6%{?dist}
License: LGPL
Group: System Environment/Libraries
Summary: Backend data server for Evolution
@ -56,6 +56,9 @@ Patch18: evolution-data-server-1.8.0-emsgport.patch
# RH bug #205187 / Gnome.org bug #356927
Patch19: evolution-data-server-1.8.0-fix-ecal-crash.patch
# Gnome.org bug #356828
Patch20: evolution-data-server-1.8.0-uninstall.patch
### Dependencies ###
Requires: GConf2
@ -142,6 +145,7 @@ evolution-data-server.
%patch17 -p1 -b .chain-finalize
%patch18 -p1 -b .emsgport
%patch19 -p1 -b .fix-ecal-crash
%patch20 -p1 -b .uninstall
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -344,6 +348,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
%changelog
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-6.fc6
- Add patch for Gnome.org bug #356828 (lingering file on uninstall).
* Mon Sep 18 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-5.fc6
- Revise patch for RH bug #205187 (use upstream's version).