diff --git a/evolution-2.22.1.1.tar.bz2 b/evolution-2.22.1.1.tar.bz2 new file mode 100644 index 0000000..3d6bbd6 --- /dev/null +++ b/evolution-2.22.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5d387a9bdd8f89f46a49bbf2b7bf63b2a117e15e2c7472fe4dc365cbb2c1f9 +size 30907929 diff --git a/evolution-2.22.1.tar.bz2 b/evolution-2.22.1.tar.bz2 deleted file mode 100644 index f2f710b..0000000 --- a/evolution-2.22.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58faeba0039a935f39aa1ab6e58adc3a4f2182486afcc6f1cace3402181a70dc -size 30951821 diff --git a/evolution.changes b/evolution.changes index 9431c3d..2bd31b7 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu May 8 08:22:01 CEST 2008 - psankar@suse.de + +- Push 2.22.1.1 tarball. +- No crypto changes +- Contains bug fixes for bgo bugs as follows: + + #334444: Add the attachments and draw the bar (Srinivasa Ragavan) + #338330: (Novell Bugzilla) Internet Based Calendar Events Are Declined By Evolution/GroupWise (Chenthill Palanisamy) + #358644: (Novell Bugzilla) Retracted groupwise appointments should disappear as soon as they are retracted. (Chenthill Palanisamy) + #363908: Fix a crash at exit (Srinivasa Ragavan) + #368277: Allow copy & paste of email addresses from an appointment to a mail message (Ashish Shrivastava) + #378203: Return sanely if the path value is corrupted (Bharath Acharya) + #382687: (Novell Bugzilla) Fixed a deadlock when downloading data on a rather loaded system (Srinivasa Ragavan) + #451976: Try to find text/html part in multipart/alternative when in normal mode (Milan Crha) + #467892: Do not inherit search filters when opening messages in new window (Milan Crha) + #502913: Make Always carbon-copy (cc) option work again (Bharath Acharya) + #511337: Fixed a crash when simultaneously pressing the "show" preview/arrow button on several very large image attachments in an e-mail. (Milan Crha) + #518103: Check online status from NetworkManager at startup instead of using the last-used-state. (James Westby) + #523402: Fixed a crash on paste event in calendar (Milan Crha) + #524121: Fixed a typo (Milan Crha) + #528817: Fix a typo in the logic that caused Exchange Operations disabled on startup (Matthew Barnes) + #529375: Look up in local address book for addresses to exclude mail sent by known contacts from junk filtering if said so (Milan Crha) + #529893: Properly set type hint on tooltip window. (Danny Baumann) + #530245: Let searches work with labels again. (Milan Crha) + #530672: Fix Evolution crash when viewing pgp-signed message (Shuai Liu) + +- print-preview-crash.patch: Crash on print preview + +Updated Translations: + Ilkka Tuohela (fi) + Yair Hershkovitz (he) + Stanislav Brabec (cs) + Leonardo Ferreira Fontenelle (pt_BR) + Mark Krapivner (he) + Takeshi AIHANA (ja) + ------------------------------------------------------------------- Fri May 2 15:08:14 CEST 2008 - sbrabec@suse.cz diff --git a/evolution.spec b/evolution.spec index fb22d98..0a701c1 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,5 +1,5 @@ # -# spec file for package evolution (Version 2.22.1) +# spec file for package evolution (Version 2.22.1.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -21,10 +21,10 @@ AutoReqProv: on # This should be updated upon major version changes, and used in place of # BASE_VERSION (as defined in configure.in). %define evolution_base_version 2.22 -Version: 2.22.1 -Release: 7 +Version: 2.22.1.1 +Release: 1 Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite -#Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.10/%{name}-%{version}.tar.bz2 +#Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.22/%{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2 Source1: summerdance-about2.png Source2: evolution-email.desktop @@ -64,6 +64,7 @@ Patch93: build-fixes.diff Patch94: bnc-188523-evo-fix-authenticated-proxy-support.diff # PATCH-FIX-UPSTREAM SVN po update Patch95: evolution-po-update.patch +Patch96: print-preview-crash.patch Url: http://gnome.org/projects/evolution/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: yelp @@ -295,12 +296,13 @@ Authors: %patch24 %patch25 %patch31 -%patch45 +#%patch45 %patch65 %patch66 -%patch93 +#%patch93 %patch94 -%patch95 +#%patch95 +%patch96 %build autoreconf -f -i @@ -412,6 +414,37 @@ fi %{_libdir}/evolution/*/conduits/*.so %changelog +* Thu May 08 2008 psankar@suse.de +- Push 2.22.1.1 tarball. +- No crypto changes +- Contains bug fixes for bgo bugs as follows: + [#334444]: Add the attachments and draw the bar (Srinivasa Ragavan) + [#338330]: (Novell Bugzilla) Internet Based Calendar Events Are Declined By Evolution/GroupWise (Chenthill Palanisamy) + [#358644]: (Novell Bugzilla) Retracted groupwise appointments should disappear as soon as they are retracted. (Chenthill Palanisamy) + [#363908]: Fix a crash at exit (Srinivasa Ragavan) + [#368277]: Allow copy & paste of email addresses from an appointment to a mail message (Ashish Shrivastava) + [#378203]: Return sanely if the path value is corrupted (Bharath Acharya) + [#382687]: (Novell Bugzilla) Fixed a deadlock when downloading data on a rather loaded system (Srinivasa Ragavan) + [#451976]: Try to find text/html part in multipart/alternative when in normal mode (Milan Crha) + [#467892]: Do not inherit search filters when opening messages in new window (Milan Crha) + [#502913]: Make Always carbon-copy (cc) option work again (Bharath Acharya) + [#511337]: Fixed a crash when simultaneously pressing the "show" preview/arrow button on several very large image attachments in an e-mail. (Milan Crha) + [#518103]: Check online status from NetworkManager at startup instead of using the last-used-state. (James Westby) + [#523402]: Fixed a crash on paste event in calendar (Milan Crha) + [#524121]: Fixed a typo (Milan Crha) + [#528817]: Fix a typo in the logic that caused Exchange Operations disabled on startup (Matthew Barnes) + [#529375]: Look up in local address book for addresses to exclude mail sent by known contacts from junk filtering if said so (Milan Crha) + [#529893]: Properly set type hint on tooltip window. (Danny Baumann) + [#530245]: Let searches work with labels again. (Milan Crha) + [#530672]: Fix Evolution crash when viewing pgp-signed message (Shuai Liu) +- print-preview-crash.patch: Crash on print preview + Updated Translations: + Ilkka Tuohela (fi) + Yair Hershkovitz (he) + Stanislav Brabec (cs) + Leonardo Ferreira Fontenelle (pt_BR) + Mark Krapivner (he) + Takeshi AIHANA (ja) * Fri May 02 2008 sbrabec@suse.cz - Translations update from SVN. * Thu Apr 24 2008 maw@suse.de diff --git a/print-preview-crash.patch b/print-preview-crash.patch new file mode 100644 index 0000000..cc4af16 --- /dev/null +++ b/print-preview-crash.patch @@ -0,0 +1,11 @@ +--- mail/em-format-html-display.c ++++ mail/em-format-html-display.c +@@ -2273,7 +2273,7 @@ efhd_message_update_bar(EMFormat *emf, CamelStream *stream, CamelMimePart *part, + EMFormatHTMLDisplay *efhd = (EMFormatHTMLDisplay *) emf; + const char *classid = "attachment-bar-refresh"; + +- if (efhd->nobar || efhd->priv->updated ) ++ if (efhd->nobar || efhd->priv->updated || !efhd->priv->attachment_bar) + return; + + efhd->priv->files = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);