From 1dd869065280f6ec8f39939d6290fc61eccbd8d4 Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Thu, 16 Dec 2004 01:23:56 +0000 Subject: [PATCH] - Update from upstream 2.0.2 to 2.0.3 with these bug fixes: Addressbook XB67656 - almost the same email address are considrered identical (Siva) XB69079 - Data repeated after save with bad date format (Siva) XB66854 - Some strings are missed to translation (Rodney) 00 AM show as ending at 12:00 pm (JP) XB67403 - wrong alarm time displayed (Rodrigo) XB68077 - appointment dialog re-size (Rodrigo) - leak fixes (Chen) - sensitize menu items in list view properly (JP) - redraw display when 24hr time setting changes (JP) Mail XB69533 - Unable to subscribe to the alt hierarchy (Michael) XB69776 - Signed Mail with attachments displays everything with multipart/boundaries stuff (Michael) XB69615 - delete certificate after viewing smime message (Michael) XB69109 - EHLO or HELO with ip addresses does not conform rfc 821 (Michael) XB69982 - During Newsgroup list refresh, it crashes (Michael) XB69446 - Mail shown as attachment if some headers are upper case (S. Caglar Onur) XB68556 - NNTP with SSL won't work, even with stunnel (Michael) XB69145 - toplevel message/rfc822 parts are broken for IMAP (Michael) XB69241 - base64 attachement holding PGP block (Jeff) XB67895 - nntp support not asking for password (Michael) XB67898 - Use of symbolic port-names is not guaranteed to work everywhere (Michael) XB69851 - remember password check doesn't stick (Michael) XB69623 - Moving a message from an IMAP INBOX to an IMAP folder caused crash (Radek) XB69339 - postscript and some other attachments not visable (Michael) XB69579 - vFoldersXBUNMATCHED generates errors (Michael) XB68958 - current message forgotten in vfolders (Michael) XB68974 - Wizard doesn't store smtp auth settings (Michael) XB67496 - html email not rendered in preview pane (Michael) XB67014 - Checking supported auth types doesn't work with new SSL certificate (Michael) XB68006 - Evo crashed after viewing previously-sent email and copying URL from it (Michael) XB68787 - Crash when migrating 1.4 data to 2.0.2 (Michael) XB67622 - SMTP auth usernames containing % character fail (Jeff) - fix pthread_key_delete args (Julio M. Merino Vidal) - Removed patch for "Unmatched" vfolder properties dialog (#141458) as this is now in upstream tarball (XB69579 above) - Update dependency on e-d-s from 1.0.2 to 1.0.3 - Update dependency on libgal2 from 2.2.3 to 2.2.4 --- .cvsignore | 1 + evolution.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++------ sources | 2 +- 3 files changed, 50 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index b8eb4d2..abcf180 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ evolution-1.5.94.1.tar.bz2 evolution-2.0.0.tar.bz2 evolution-2.0.1.tar.bz2 evolution-2.0.2.tar.bz2 +evolution-2.0.3.tar.bz2 diff --git a/evolution.spec b/evolution.spec index 2e8b8b8..09d904b 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,10 +1,10 @@ # no ppc64 mozilla ExcludeArch: ppc64 -%define gal_version 2:2.2.3 +%define gal_version 2:2.2.4 %define gtkhtml_version 3.3.2 %define soup_version 2.2.0 -%define eds_version 1.0.2 +%define eds_version 1.0.3 %define use_mozilla_nss 1 %define evo_major 2.0 %define libbonoboui_version 2.4.2 @@ -27,15 +27,14 @@ ExcludeArch: ppc64 %define nntp_support 1 Name: evolution -Version: 2.0.2 -Release: 6 +Version: 2.0.3 +Release: 1 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://www.ximian.com/ Source0: ftp://ftp.gnome.org/pub/gnome/stable/sources/evolution/2.0/%{name}-%{version}.tar.bz2 # patches pulled from upstream CVS -Patch0: evolution-2.0.2-unmatched-vfolder-properties-141458.patch # Red Hat Linux specific patches #Patch11: evolution-1.3.2-redhatify.patch @@ -149,7 +148,6 @@ Development files needed for building things which link against evolution. # these are in CVS already on the 1-4-branch # these are in CVS already on the gnome-2-8 branch -%patch0 -p0 -b .unmatched-vfolder-properties-141458 # Red Hat specific patches #patch11 -p1 -b .rhatify @@ -317,6 +315,50 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/*/*.a %changelog +* Wed Dec 15 2004 David Malcolm - 2.0.3-1 +- Update from upstream 2.0.2 to 2.0.3 with these bug fixes: + * Addressbook + XB67656 - almost the same email address are considrered identical (Siva) + XB69079 - Data repeated after save with bad date format (Siva) + XB66854 - Some strings are missed to translation (Rodney) + + * Calendar + XB47529 - Date in reminder window appears in UTF-8 in non-UTF-8 locale (Rodney) + XB68707 - Events ending at 12:00 AM show as ending at 12:00 pm (JP) + XB67403 - wrong alarm time displayed (Rodrigo) + XB68077 - appointment dialog re-size (Rodrigo) + - leak fixes (Chen) + - sensitize menu items in list view properly (JP) + - redraw display when 24hr time setting changes (JP) + + * Mail + XB69533 - Unable to subscribe to the alt hierarchy (Michael) + XB69776 - Signed Mail with attachments displays everything with multipart/boundaries stuff (Michael) + XB69615 - delete certificate after viewing smime message (Michael) + XB69109 - EHLO or HELO with ip addresses does not conform rfc 821 (Michael) + XB69982 - During Newsgroup list refresh, it crashes (Michael) + XB69446 - Mail shown as attachment if some headers are upper case (S. Caglar Onur) + XB68556 - NNTP with SSL won't work, even with stunnel (Michael) + XB69145 - toplevel message/rfc822 parts are broken for IMAP (Michael) + XB69241 - base64 attachement holding PGP block (Jeff) + XB67895 - nntp support not asking for password (Michael) + XB67898 - Use of symbolic port-names is not guaranteed to work everywhere (Michael) + XB69851 - remember password check doesn't stick (Michael) + XB69623 - Moving a message from an IMAP INBOX to an IMAP folder caused crash (Radek) + XB69339 - postscript and some other attachments not visable (Michael) + XB69579 - vFoldersXBUNMATCHED generates errors (Michael) + XB68958 - current message forgotten in vfolders (Michael) + XB68974 - Wizard doesn't store smtp auth settings (Michael) + XB67496 - html email not rendered in preview pane (Michael) + XB67014 - Checking supported auth types doesn't work with new SSL certificate (Michael) + XB68006 - Evo crashed after viewing previously-sent email and copying URL from it (Michael) + XB68787 - Crash when migrating 1.4 data to 2.0.2 (Michael) + XB67622 - SMTP auth usernames containing % character fail (Jeff) + - fix pthread_key_delete args (Julio M. Merino Vidal) +- Removed patch for "Unmatched" vfolder properties dialog (#141458) as this is now in upstream tarball (XB69579 above) +- Update dependency on e-d-s from 1.0.2 to 1.0.3 +- Update dependency on libgal2 from 2.2.3 to 2.2.4 + * Wed Dec 1 2004 David Malcolm - 2.0.2-6 - Fix broken properties dialog for "Unmatched" vfolder (#141458) diff --git a/sources b/sources index c6be9d3..11e5120 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3f12240ebb05dc6c984af68b5fe1955 evolution-2.0.2.tar.bz2 +0a6c15b022f001d52b8533c42e83a462 evolution-2.0.3.tar.bz2