From ee73b868a884af51f51f75130cd334e4aaf3fb9d7d5d0d64fe10f2d69b23bc8a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 16 Feb 2016 11:40:55 +0000 Subject: [PATCH] Accepting request 359543 from home:Zaitor:branches:GNOME:Factory New stable rel, not buildtested OBS-URL: https://build.opensuse.org/request/show/359543 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=286 --- evolution-3.18.4.tar.xz | 3 --- evolution-3.18.5.tar.xz | 3 +++ evolution.changes | 30 ++++++++++++++++++++++++++++++ evolution.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.18.4.tar.xz create mode 100644 evolution-3.18.5.tar.xz diff --git a/evolution-3.18.4.tar.xz b/evolution-3.18.4.tar.xz deleted file mode 100644 index cbfc51c..0000000 --- a/evolution-3.18.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8161a0ebc77e61904dfaca9745595fefbf84d834a07ee1132d1f8d030dabfefb -size 12062432 diff --git a/evolution-3.18.5.tar.xz b/evolution-3.18.5.tar.xz new file mode 100644 index 0000000..d921fa5 --- /dev/null +++ b/evolution-3.18.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01506b0d3f1290295b5bef3c51e3f8c759cb5b3b2e44c9d53ec2764ca768717 +size 12068292 diff --git a/evolution.changes b/evolution.changes index ea87938..feb2969 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Feb 15 19:36:24 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.18.5: + + Do not let itip-formatter plugin disable. + + Use icaltzutil_set_exact_vtimezones_support(), if available. + + Show composer when processing mailto: only after From account + is set. + + [EMinicard]: Release grab when started drag of the contact. + + EHTMLEditorUtils: prev_parent variable can be used + uninitialized. + + 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. + + Bugs fixed: bgo#758977, bgo#760971, bgo#761166, bgo#759201, + bgo#760638, bgo#759873, bgo#761394, bgo#761496, bgo#761883. + + Updated translations. + ------------------------------------------------------------------- Mon Jan 18 13:42:06 UTC 2016 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index 534ce92..62bbc1d 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.18 -Version: 3.18.4 +Version: 3.18.5 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]+')