diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 321f35b..d219669 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -22,7 +22,7 @@ Name: evolution-data-server Version: 1.7.92 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries Summary: Backend data server for Evolution @@ -47,6 +47,9 @@ Patch16: evolution-data-server-1.7.91-maybe-fix-crash.patch # Gnome.org bug #349847 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 + ### Dependencies ### Requires: GConf2 @@ -131,6 +134,7 @@ evolution-data-server. %patch15 -p1 -b .fix-edataserverui-libs %patch16 -p1 -b .maybe-fix-crash %patch17 -p1 -b .uninitialized-gerror +%patch18 -p1 -b .fix-fd-leak mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -333,6 +337,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc %changelog +* Mon Aug 28 2006 Ray Strode - 1.7.92-3.fc6 +- Add patch from Veerapuram Varadhan to fix fd leak (bug 198935). + * Tue Aug 22 2006 Matthew Barnes - 1.7.92-2 - Add patch for Gnome.org bug #349847.