- update from upstream 1.0.2 to 1.0.3:

Address Book
- prevent e_book_commit_contact from crashing on multiple calls (Diego
    Gonzalez)
- prevent file backend from crashing if uid of vcard is NULL (Diego
    Gonzalez)
Calendar #XB59904 - Speed up calendar queries (Rodrigo) #XB69624 - make
    changes in evo corresponding to soap schema changes (Siva)
- fix libical build for automake 1.9 (Rodney)
- fix putenv usage for portability (Julio M. Merino Vidal)
- sv (Christian Rose)
- Removed patches to fix build on x86_64 and calendar optimisation for
    XB59004 as these are in the upstream tarball
This commit is contained in:
dmalcolm 2004-12-16 00:16:23 +00:00
parent 3d417fee14
commit 3be68b450c
3 changed files with 24 additions and 17 deletions

View File

@ -1,4 +1 @@
evolution-data-server-0.0.99.tar.bz2
evolution-data-server-1.0.0.tar.bz2
evolution-data-server-1.0.1.tar.bz2
evolution-data-server-1.0.2.tar.bz2
evolution-data-server-1.0.3.tar.bz2

View File

@ -5,20 +5,17 @@
Summary: Backend data server for evolution
Name: evolution-data-server
Version: 1.0.2
Release: 6
Version: 1.0.3
Release: 1
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
#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
# Patch for another part of bug #141283 (in Ximian bugzilla as 70267)
# Patch for part of bug #141283 not in upstream tarball (in Ximian bugzilla as 70267)
Patch6: evolution-data-server-1.0.2-calendar-optimisation-XB70267.patch
BuildRoot: %{_tmppath}/%{name}-root
@ -47,16 +44,12 @@ evolution-data-server.
%prep
%setup -q
%patch1 -p1 -b .fix-64-bit-build
#%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
cd ..
%patch6 -p0 -b .calendar-optimisation-XB70267
%build
@ -101,6 +94,23 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-1
- update from upstream 1.0.2 to 1.0.3:
* Address Book
- prevent e_book_commit_contact from crashing on multiple calls (Diego Gonzalez)
- prevent file backend from crashing if uid of vcard is NULL (Diego Gonzalez)
* Calendar
#XB59904 - Speed up calendar queries (Rodrigo)
#XB69624 - make changes in evo corresponding to soap schema changes (Siva)
- fix libical build for automake 1.9 (Rodney)
- fix putenv usage for portability (Julio M. Merino Vidal)
* Updated Translations:
- sv (Christian Rose)
- Removed patches to fix build on x86_64 and calendar optimisation for XB59004 as these are in the upstream tarball
* Tue Dec 7 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-6
- Amortize writes to a local cache of a webcal calendar, fixing further aspect of #141283 (upstream bugzilla #70267), as posted to mailing list here:
http://lists.ximian.com/archives/public/evolution-patches/2004-December/008338.html

View File

@ -1 +1 @@
ca13b5dd751cd30c55e889d9a07e70fb evolution-data-server-1.0.2.tar.bz2
6fc9aa8178540828c0056e2b070b7546 evolution-data-server-1.0.3.tar.bz2