From c548692322524047d5355f81c4f941ba46c39e64 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Aug 29 2006 21:56:06 +0000 Subject: - Revise patch for RH bug #198935. - Add patch for Gnome.org bug #353478. --- diff --git a/evolution-data-server.spec b/evolution-data-server.spec index d219669..fa6ef58 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -22,7 +22,7 @@ Name: evolution-data-server Version: 1.7.92 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries Summary: Backend data server for Evolution @@ -50,6 +50,9 @@ Patch17: evolution-data-server-1.7.92-uninitialized-gerror.patch # RH bug #198935 / Gnome.org bug #350907 Patch18: evolution-data-server-1.7.92-fix-fd-leak.patch +# Gnome.org bug #353478 +Patch19: evolution-data-server-1.7.92-chain-finalize.patch + ### Dependencies ### Requires: GConf2 @@ -135,6 +138,7 @@ evolution-data-server. %patch16 -p1 -b .maybe-fix-crash %patch17 -p1 -b .uninitialized-gerror %patch18 -p1 -b .fix-fd-leak +%patch19 -p1 -b .chain-finalize mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -337,6 +341,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc %changelog +* Tue Aug 29 2006 Matthew Barnes - 1.7.92-4.fc6 +- Revise patch for RH bug #198935. +- Add patch for Gnome.org bug #353478. + * Mon Aug 28 2006 Ray Strode - 1.7.92-3.fc6 - Add patch from Veerapuram Varadhan to fix fd leak (bug 198935).