From 020533969fa9a1be6de8aa869b1a0c5374e55da9 Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Dec 03 2004 23:11:19 +0000 Subject: - Added fix for #141283 (upstream bugzilla XB 59904), a backported calendar optimisation patch posted to upstream development mailing list here: http://lists.ximian.com/archives/public/evolution-patches/2004-November /008139.html Wed Nov 3 2004 David Malcolm - 1.0.2-4 - Added patch to fix usage of GINT_TO_POINTER/GPOINTER_TO_INT for calendar backend GType hash table, breaking on ia64 (#136914) --- diff --git a/evolution-data-server.spec b/evolution-data-server.spec index eb036ef..a721fba 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -6,13 +6,18 @@ Summary: Backend data server for evolution Name: evolution-data-server Version: 1.0.2 -Release: 3 +Release: 5 License: GPL Group: System Environment/Libraries Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2 Patch1: evolution-data-server-1.0.2-fix-64-bit-build.patch #Patch2: fix_contact_leaks.patch Patch3: evolution-data-server-1.0.2-workaround-cal-backend-leak.patch +Patch4: evolution-data-server-1.0.2-fix-calendar-factory-GType.patch + +# Patch for Red Hat bug #141283 (in Ximian bugzilla as 59904) +Patch5: evolution-data-server-1.0.2-calendar-optimisation-XB59904.patch + BuildRoot: %{_tmppath}/%{name}-root Requires: libsoup >= %{soup_version} Requires: ORBit2 >= %{orbit2_version} @@ -42,6 +47,10 @@ evolution-data-server. %patch1 -p1 -b .fix-64-bit-build #%patch2 -p1 -b .fix_contact_leaks %patch3 -p1 -b .workaround-cal-backend-leak +%patch4 -p1 -b .fix-calendar-factory-GType + +cd calendar +%patch5 -p0 -b .calendar-optimisation-XB59904 %build export tagname=CC @@ -85,6 +94,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 2 2004 David Malcolm - 1.0.2-5 +- Added fix for #141283 (upstream bugzilla XB 59904), a backported calendar +optimisation patch posted to upstream development mailing list here: +http://lists.ximian.com/archives/public/evolution-patches/2004-November/008139.html + +* Wed Nov 3 2004 David Malcolm - 1.0.2-4 +- Added patch to fix usage of GINT_TO_POINTER/GPOINTER_TO_INT for calendar backend GType hash table, breaking on ia64 (#136914) + * Wed Oct 20 2004 David Malcolm - 1.0.2-3 - added workaround for a backend leak that causes the "contacts" calendar backend to hold open an EBook for the local contacts (filed upstream at: