From f07032ac309fcf9acc17e1fedccbab773538a30e2acd8465fe38c0ab2f4f293f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Feb 2016 14:51:13 +0000 Subject: [PATCH 1/4] Accepting request 360377 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360377 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=288 --- evolution-3.18.5.1.tar.xz | 3 - evolution-3.19.90.tar.xz | 3 + evolution.changes | 202 +++++++++++++++++++++++++++++++++++++- evolution.spec | 21 +++- 4 files changed, 221 insertions(+), 8 deletions(-) delete mode 100644 evolution-3.18.5.1.tar.xz create mode 100644 evolution-3.19.90.tar.xz diff --git a/evolution-3.18.5.1.tar.xz b/evolution-3.18.5.1.tar.xz deleted file mode 100644 index a83d47f..0000000 --- a/evolution-3.18.5.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20e5acd345107fdfe19ac28cd1ea4252014f28428a59d273890944c415f0590b -size 12067580 diff --git a/evolution-3.19.90.tar.xz b/evolution-3.19.90.tar.xz new file mode 100644 index 0000000..bafdefe --- /dev/null +++ b/evolution-3.19.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb12dbe6f1a019d0d39d462565922633ad11e6aee5d1bf63e181d786e5061b4e +size 12114144 diff --git a/evolution.changes b/evolution.changes index 06976bd..044fcc8 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,203 @@ +------------------------------------------------------------------- +Fri Feb 19 03:19:57 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.90: + + EHTMLEditorView: + - It's not possible to change formatting from Blockquote to + list. + - Some of the Evolution's composer attributes are sent in HTML + messages. + - Avoid possible critical warnings when sending HTML messages. + - Avoid critical warnings when deleting a text smiley. + - Fragment can be used uninitialized when saving history while + deleting. + - Undoing the citation split does not re-wrap and re-quote the + block. + - Pressing the Return key in the beginning of list item will + delete the item. + - Don't send the empty signature placeholder in the HTML + messages. + + EHTMLEditorUtils - prev_parent variable can be used + uninitialized. + + EMinicard: Release grab when started drag of the contact. + + Do not let itip-formatter plugin disable. + + Use icaltzutil_set_exact_vtimezones_support(), if available. + + Update the AppData to spec version 0.7+. + + Add a missing tag to the AppData file. + + Do not require gnome-common to run autogen.sh. + + Show composer when processing mailto: only after From account + is set. + + Address some compiler warnings. + + Avoid delay when going online with --force-online command-line + option. + + Cancel editing when change notification comes in the Day View. + + Use UTF-8 default composer-charset, if not set. + + Bugs fixed: bgo#725320, bgo#758977, bgo#759201, bgo#759474, + bgo#759618, bgo#759873, bgo#760520, bgo#760563, bgo#760638, + bgo#760971, bgo#761166, bgo#761346, bgo#761394, bgo#761453, + bgo#761483, bgo#761496, bgo#761506, bgo#761883. + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 19 03:19:04 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.4: + + EHTMLEditorView: + - Cannot append text to links if non-breaking space is + presented. + - Extra new line added after pressing the Backspace in a list + item with one character. + - History can be overwritten when redoing the Return key press + in an empty list item. + - Redoing the Return key press in the list can fail. + - Pressing the Return key in the bulleted list does not end it. + - Cannot remove an empty bulleted list item with Backspace key. + - Only change a smiley to plain text when the node is smiley. + + Enhance workaround for bgo#737949. + + Add metainfo.xml files for pst-import plugin. + + Add "Message->Mailing List->Copy Message Archive URL" for + Archived-At header. + + Bugs fixed: bgo#755743, bgo#759536, bgo#759564, bgo#759584, + bgo#759665, bgo#760365. + + Updated translations. +- Split out new package evolution-plugin-pst-import, containing + the Outlook PST Import plugin. + +------------------------------------------------------------------- +Fri Feb 19 03:19:03 UTC 2016 - damjanovic.ivo@gmail.com + +- Update to version 3.19.3: + + Mail Preferences->Junk page incorrectly referenced in the code. + + Fix crash on quit in gtk_application_impl_uninhibit(). + + Ask for a forced quit when a user tries to re-close the window. + + Attachments List View passes mouse events to the parent widget. + + Add into appdata/metainfo files. + + Visualize incorrect values in account/source editors. + + Composer: + - Last empty block in pasted content could be inaccessible. + - Set GObject's data on history event instead on its data and + rename them. + - Partially revert previous commit as EHTMLEditorHistoryEvent + is not GObject. + + EHTMLEditorSelection: + - Editor is not marked as changed after doing paste action. + + EHTMLEditorView: + - Add an debug message when inserting a new history event. + - Warning printed on console after pressing Enter & Tabulator. + - Don't save history when undoing/redoing a paste of content. + - Check if the Backspace or Delete operation can remove + anything. + - Don't include non-breaking space while recognizing links. + - Links could not be recognized after deleting them and later + undoing it. + - Caret is put on wrong place when pasting into quoted content. + - Note a type of DOMRange comparison in comment. + - Don't include non-breaking space while recognizing links. + - Don't check for links if we cannot obtain valid block. + - Undoing and redoing Return press in the beginning of + citation is wrong. + - 'Paste Quotation' action in HTML mode is not setting the + caret to the right position. + - Replace the preedit-* signals with compositionstart and + compositionend HTML events. + - Rename variables and functions to more reflect previous change. + + EMailPrinter - Clean the unused variables. + + Bugs fixed: bgo#758089, bgo#758152, bgo#758650, bgo#758665, + bgo#752543, bgo#758827, bgo#758752, bgo#758827, bgo#758851, + bgo#758846, bgo#758849, bgo#758747, bgo#758856, bgo#757939, + bgo#759046, bgo#759337, bgo#749712. + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 19 03:19:02 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.2: + + EHTMLEditorSelection: Remove previously inserted BR if + correcting wrapping around selection markers. + + EHTMLEditorView: + - Fix a link detection when ending a link with the Return key. + - Don't leak the WebKitDOMRange object when undoing the Return + key press. + - New lines could be skipped when parsing the mail content into + the composer. + - Allow to append a query to the link. + - Correctly remove the HISTORY_AND events from history. + - Post-process every HISTORY_DELETE event. + - After undoing the HISTORY_DELETE operation always re-wrap and + re-quote current block. + + Make calendar editors modular and non-UI-blocking. + + Updated German screen-shots. + + Forward ETable/ETree background events to an ETableItem. + + Task view's "Assign task" doesn't open editor with attendees. + + [ECompEditor] Store attachments to calendar's local store on + save. + + [ECompEditor] Always enable the editor after the save is + complete. + + [EActivityBar] Do not remove timeout GSource twice in dispose. + + [libgnomecanvas] Drag end not recognized with gtk+ 3.18.x. + + [EMailBrowser] Free MessageList on close. + + Do not leak a GalView in a GalViewInstance. + + Read link/visited-link colors also from the style context + flags. + + [EMailLabelListStore] Avoid circular dependency in a tag cache. + + Preferences window never freed. + + EShell not finalized on exit. + + [EMeetingTimeSelector] Expects wrong objects in detach menu + callbacks. + + [ECompEditor] Disable editing of some parts when the user is + not the organizer. + + Disable animation of the GtkInfoBar's revealer. + + [ECompEditor] Change order of an alert add and remove. + + Free EMailFormatter/Parser extension caches on application + exit. + + Fix possible memory leak with attachments in message preview. + + EAttachment/Store not freed in the message preview panel. + + Bugs fixed: bgo#735747, bgo#757246, bgo#757188, bgo#757348, + bgo#216130, bgo#272854, bgo#639299, bgo#757342, bgo#755418, + bgo#757594, bgo#757660, bgo#757658, bgo#598037, bgo#692713, + bgo#744859, bgo#241050, bgo#710761, bgo#757654, bgo#758015, + bgo#757887, bgo#616931, bgo#758191. + + Updated translations. +- Changes from version 3.19.1: + + Fix the name of GNOME Calendar. + + Fix translation of default:mm. + + Use set date/time format in Tasks/Memos previews. + + Add also evolution-mail-formatter into Libs of + evolution-mail.pc. + + Pack address book importers' selector into a scrollable window. + + EHTMLEditorSelection: + - Selection start marker could be wrongly saved before the + quote character. + - Selection is wrongly restored when it is on the end of block. + - Blocks are wrongly wrapped around selection markers. + - Font color can't be set. + - Current font color is discarded after modifying the font + size. + - Font formats are reported wrongly if the are nested FONT + elements. + - build fix. + - Make sure we really wrap when ending a line. + - Trailing and leading spaces could be lost. + - Replace g_strstr_len usage with strstr. + + EHTMLEditorView: + - Only process the Heading elements in HTML mode. + - When merging siblings repeat until none is left. + - Improve the undo/redo in composer. + - Pasting HTML content with new lines between elements inserts + these lines into composer. + - Extra new line added after credentials. + - Busy loop when replying to certain mail. + - Very long strings without spaces can overflow the paragraph. + - Quote symbols could be inserted twice around tabulator. + - Correct indentation. + + Bugs fixed: bgo#749974, bgo#544813, bgo#754999, bgo#749158, + bgo#754872, bgo#255032, bgo#677862, bgo#754693, bgo#442398, + bgo#513779, bgo#756535, bgo#755730, bgo#756664, bgo#676151, + bgo#682565, bgo#687326, bgo#688368, bgo#687427, bgo#688796, + bgo#756707, bgo#756883. + + Updated translations. +- Bump %define evolution_base_version to 3.20. + ------------------------------------------------------------------- Thu Feb 18 11:24:09 UTC 2016 - zaitor@opensuse.org @@ -228,7 +428,7 @@ Mon Aug 31 17:13:02 UTC 2015 - zaitor@opensuse.org - Connect HTML events handlers after converting composer content. - Don't disable the HTML events callback when removing content - with BackSpace key. (Tomas Popela) + with BackSpace key. - History for Delete could not be saved. + Bugs fixed: bgo#733877, bgo#753764, bgo#753620, bgo#753652, bgo#753702, bgo#708319, bgo#241050, bgo#754039, bgo#753911, diff --git a/evolution.spec b/evolution.spec index 84a2bae..2501803 100644 --- a/evolution.spec +++ b/evolution.spec @@ -23,8 +23,8 @@ Name: evolution # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. -%define evolution_base_version 3.18 -Version: 3.18.5.1 +%define evolution_base_version 3.20 +Version: 3.19.90 Release: 0 # _version needs to be %{version} stripped to major.minor.micro only... %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+') @@ -35,7 +35,7 @@ License: LGPL-2.0 and LGPL-3.0 Group: Productivity/Networking/Email/Clients # NOTE: Some files are currently GPL-2.0 but pending relicensing, see bnc#749859 Url: http://wiki.gnome.org/Apps/Evolution/ -Source0: http://download.gnome.org/sources/evolution/3.18/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution/3.19/%{name}-%{version}.tar.xz # PATCH-NEEDS-REBASE evolution-migrate-kmail-kcontact.patch fate#316619 dliang@suse.com -- Migrate Kmail/Kcontact into evolution (WAS:PATCH-FEATURE-OPENSUSE) Patch0: evolution-migrate-kmail-kcontact.patch # The icon we rely on is from adwaita-icon-theme @@ -129,6 +129,15 @@ Enhances: %{name} %description -n evolution-plugin-bogofilter Adds support for junk-mail filtering via bogofilter. +%package -n evolution-plugin-pst-import +Summary: Evolution extension -- Outlook PST Import +Group: Productivity/Networking/Email/Clients +Requires: %{name} +Enhances: %{name} + +%description -n evolution-plugin-pst-import +Adds support to import messages from Outlook PST files. + %package -n evolution-plugin-spamassassin Summary: Evolution extension -- spamassassin Group: Productivity/Networking/Email/Clients @@ -278,7 +287,6 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de %{_libdir}/evolution/plugins/*-mail-to-task.* %{_libdir}/evolution/plugins/*-prefer-plain.* %{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.prefer-plain.gschema.xml -%{_libdir}/evolution/plugins/*-pst-import.* %{_libdir}/evolution/plugins/*-publish-calendar.* %{_libdir}/evolution/plugins/*-save-calendar.* %{_libdir}/evolution/plugins/*-templates.* @@ -306,6 +314,11 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de %{_datadir}/appdata/evolution-spamassassin.metainfo.xml %{_libdir}/evolution/modules/module-spamassassin.so +%files -n evolution-plugin-pst-import +%defattr(-,root,root) +%{_libdir}/evolution/plugins/*-pst-import.* +%{_datadir}/appdata/evolution-pst.metainfo.xml + %files devel %defattr(-,root,root) %{_includedir}/evolution* From 3d1eb25582d7136f2a0ec91e132127e1a4484868638e41b33f7b14a492a6d5d7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 2 Mar 2016 10:26:51 +0000 Subject: [PATCH 2/4] Accepting request 363068 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/363068 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=290 --- evolution-3.19.90.tar.xz | 3 --- evolution-3.19.91.tar.xz | 3 +++ evolution.changes | 17 +++++++++++++++++ evolution.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.19.90.tar.xz create mode 100644 evolution-3.19.91.tar.xz diff --git a/evolution-3.19.90.tar.xz b/evolution-3.19.90.tar.xz deleted file mode 100644 index bafdefe..0000000 --- a/evolution-3.19.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb12dbe6f1a019d0d39d462565922633ad11e6aee5d1bf63e181d786e5061b4e -size 12114144 diff --git a/evolution-3.19.91.tar.xz b/evolution-3.19.91.tar.xz new file mode 100644 index 0000000..46d437a --- /dev/null +++ b/evolution-3.19.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb82080234d49601eb704da3d957bef4536c57b64e7741a368a6091fb4869d7 +size 12145652 diff --git a/evolution.changes b/evolution.changes index 044fcc8..d32a540 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Feb 29 15:36:01 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.91: + + Correct typo in the fix for bgo#761883. + + Pressing the Return key in the image wrapper will duplicate + the image wrapper structure. + + EHTMLEditorSelection - Turning off the bold formatting can + leave unnecessary nodes in the DOM. + + EHTMLEditorView: + - List item is deleted when enter is pressed on the end of it. + - Avoid extra selection save/restore in list manipulation. + + Bugs fixed: bgo#203026, bgo#579675, bgo#614557, bgo#759101, + bgo#761159, bgo#761301, bgo#761497, bgo#761596, bgo#761993, + bgo#762022, bgo#762075, bgo#762205, bgo#762376, bgo#762396. + + Updated translations. + ------------------------------------------------------------------- Fri Feb 19 03:19:57 UTC 2016 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index 2501803..9c4ce00 100644 --- a/evolution.spec +++ b/evolution.spec @@ -24,7 +24,7 @@ Name: evolution # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 3.20 -Version: 3.19.90 +Version: 3.19.91 Release: 0 # _version needs to be %{version} stripped to major.minor.micro only... %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+') From e893ca1060c83dcea0d7bfdf858f8205cde55cc54ce2b4cc86b2fadcacfe5c48 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 18 Mar 2016 10:06:17 +0000 Subject: [PATCH 3/4] Accepting request 374442 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/374442 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=291 --- evolution-3.19.91.tar.xz | 3 --- evolution-3.19.92.tar.xz | 3 +++ evolution.changes | 14 ++++++++++++++ evolution.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.19.91.tar.xz create mode 100644 evolution-3.19.92.tar.xz diff --git a/evolution-3.19.91.tar.xz b/evolution-3.19.91.tar.xz deleted file mode 100644 index 46d437a..0000000 --- a/evolution-3.19.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5eb82080234d49601eb704da3d957bef4536c57b64e7741a368a6091fb4869d7 -size 12145652 diff --git a/evolution-3.19.92.tar.xz b/evolution-3.19.92.tar.xz new file mode 100644 index 0000000..d19f0ca --- /dev/null +++ b/evolution-3.19.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb65e253f60252523484438b8d13bd1206ed05801bb57424abf0166c5b15d8c +size 12138664 diff --git a/evolution.changes b/evolution.changes index d32a540..9fa9dbc 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Mar 15 10:28:45 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.92: + + Update README file. + + Plain text signature is opened as an HTML one. + + Some HTML signatures lost line breaks when inserted to the + composer. + + EHTMLEditorView - Signature in a message can lost its line + breaks after sending it. + + bgo#762759: Crash on start when ~/.cache is not accessible. + + bgo#762477: Add .desktop file actions to open respective parts. + + Updated translations. + ------------------------------------------------------------------- Mon Feb 29 15:36:01 UTC 2016 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index 9c4ce00..9b6dd14 100644 --- a/evolution.spec +++ b/evolution.spec @@ -24,7 +24,7 @@ Name: evolution # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 3.20 -Version: 3.19.91 +Version: 3.19.92 Release: 0 # _version needs to be %{version} stripped to major.minor.micro only... %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+') From aafb299c0a1ba74bc59e4d5aa1bbcec56ee5dec6a6a569a8e4be7efa43f2fb43 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 21 Mar 2016 17:10:46 +0000 Subject: [PATCH 4/4] Accepting request 376581 from GNOME:Next Update to 3.20.0 OBS-URL: https://build.opensuse.org/request/show/376581 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=292 --- evolution-3.19.92.tar.xz | 3 --- evolution-3.20.0.tar.xz | 3 +++ evolution.changes | 8 ++++++++ evolution.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 evolution-3.19.92.tar.xz create mode 100644 evolution-3.20.0.tar.xz diff --git a/evolution-3.19.92.tar.xz b/evolution-3.19.92.tar.xz deleted file mode 100644 index d19f0ca..0000000 --- a/evolution-3.19.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcb65e253f60252523484438b8d13bd1206ed05801bb57424abf0166c5b15d8c -size 12138664 diff --git a/evolution-3.20.0.tar.xz b/evolution-3.20.0.tar.xz new file mode 100644 index 0000000..6a65291 --- /dev/null +++ b/evolution-3.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd0cc0c077363a29026a5194062d981d0b0aa9ffea9e7ffcec1f1fdbe9b502e +size 12114388 diff --git a/evolution.changes b/evolution.changes index 9fa9dbc..86dda65 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 21 12:33:40 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.20.0: + + bgo#763631: Folder->Subscriptions opened empty with + gtk+3.19.11. + + Updated translations. + ------------------------------------------------------------------- Tue Mar 15 10:28:45 UTC 2016 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index 9b6dd14..d76209a 100644 --- a/evolution.spec +++ b/evolution.spec @@ -24,7 +24,7 @@ Name: evolution # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 3.20 -Version: 3.19.92 +Version: 3.20.0 Release: 0 # _version needs to be %{version} stripped to major.minor.micro only... %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+') @@ -35,7 +35,7 @@ License: LGPL-2.0 and LGPL-3.0 Group: Productivity/Networking/Email/Clients # NOTE: Some files are currently GPL-2.0 but pending relicensing, see bnc#749859 Url: http://wiki.gnome.org/Apps/Evolution/ -Source0: http://download.gnome.org/sources/evolution/3.19/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution/3.20/%{name}-%{version}.tar.xz # PATCH-NEEDS-REBASE evolution-migrate-kmail-kcontact.patch fate#316619 dliang@suse.com -- Migrate Kmail/Kcontact into evolution (WAS:PATCH-FEATURE-OPENSUSE) Patch0: evolution-migrate-kmail-kcontact.patch # The icon we rely on is from adwaita-icon-theme