From 595fc0d76e67513d743af16f50e22f84d6366a81016c776fb0d7b0ccda9e32b2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 19 Oct 2015 09:58:50 +0000 Subject: [PATCH] Accepting request 339415 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/339415 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=278 --- evolution-3.18.0.tar.xz | 3 --- evolution-3.18.1.tar.xz | 3 +++ evolution.changes | 27 +++++++++++++++++++++++++++ evolution.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.18.0.tar.xz create mode 100644 evolution-3.18.1.tar.xz diff --git a/evolution-3.18.0.tar.xz b/evolution-3.18.0.tar.xz deleted file mode 100644 index 9aa1a05..0000000 --- a/evolution-3.18.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3efe42a861200c0463476e0a02e566fde74a0d4a699d8cc6514c031d5cad410 -size 11975036 diff --git a/evolution-3.18.1.tar.xz b/evolution-3.18.1.tar.xz new file mode 100644 index 0000000..bdc6985 --- /dev/null +++ b/evolution-3.18.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31aa63c1b6e08ed07af92ffa104ef711d317cd91f9fb9d89fc1be33e09995aa4 +size 11990368 diff --git a/evolution.changes b/evolution.changes index 8e03d83..510552b 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Oct 12 07:58:42 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.18.1: + + Use set date/time format in Tasks/Memos previews. + + Add also evolution-mail-formatter into Libs of + evolution-mail.pc. + + Fix translation of default:mm. + + 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. + - Make sure we really wrap when ending a line. + - 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. + + EHTMLEditorView: + - Only process the Heading elements in HTML mode. + - When merging siblings repeat until none is left. + - Improve the undo/redo in composer. + + Bugs fixed: bgo#544813, bgo#677862, bgo#754693. + + Updated translations. + ------------------------------------------------------------------- Mon Sep 21 11:36:13 UTC 2015 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index 1587736..9dbd6be 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.0 +Version: 3.18.1 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]+')