diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 7b25719..171248d 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -23,7 +23,7 @@ ExcludeArch: ppc64 Summary: Backend data server for evolution Name: evolution-data-server Version: 1.2.2 -Release: 3 +Release: 4.fc5 License: GPL Group: System Environment/Libraries Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2 @@ -39,6 +39,10 @@ Patch98: evolution-1.4.4-ldap-x86_64-hack.patch Patch100: evolution-data-server-1.2.0-cope-with-a-macro-called-read.patch Patch101: evolution-data-server-1.2.2-fix_open_calendar_declaration.patch +# Leak fixes by Mark G. Adams +Patch200: gb-309079-attach-48376.patch +Patch201: gb-309079-attach-48377.patch + BuildRoot: %{_tmppath}/%{name}-root Requires: libsoup >= %{soup_version} Requires: ORBit2 >= %{orbit2_version} @@ -105,6 +109,8 @@ evolution-data-server. %patch98 -p1 -b .ldaphack %patch100 -p1 -b .cope-with-a-macro-called-read %patch101 -p1 -b .fix_open_calendar_declaration +%patch200 -p0 -b .fix-uid-leak +%patch201 -p0 -b .fix-comp-ref-leak mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -204,6 +210,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 27 2005 David Malcolm - 1.2.2-4.fc5 +- Added leak fixes for GNOME bug 309079 provided by Mark G. Adams + * Wed May 18 2005 David Malcolm - 1.2.2-3 - bumped libsoup requirement to 2.2.3; removed mozilla_build_version, using pkg-config instead for locating NSPRS and NSS headers/libraries (#158085)