From 04a7c48c889d778c80fb03ec209129fa7443ca9d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sep 20 2006 11:41:22 +0000 Subject: - Add patch for Gnome.org bug #356828 (lingering file on uninstall). --- diff --git a/evolution-data-server.spec b/evolution-data-server.spec index b830f6f..67b8806 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -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 - 1.8.0-6.fc6 +- Add patch for Gnome.org bug #356828 (lingering file on uninstall). + * Mon Sep 18 2006 Matthew Barnes - 1.8.0-5.fc6 - Revise patch for RH bug #205187 (use upstream's version).