- 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 <dmalcolm@redhat.com> - 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)
This commit is contained in:
dmalcolm 2004-12-03 23:11:19 +00:00
parent 15c3980798
commit 020533969f

View File

@ -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 <dmalcolm@redhat.com> - 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 <dmalcolm@redhat.com> - 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 <dmalcolm@redhat.com> - 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: