From ce32e8338b1535733a49fcec9f4a5d78b95817f9ed68ee53fc6339a01c159b51 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 14 Mar 2017 18:41:58 +0000 Subject: [PATCH] Accepting request 479047 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/479047 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=328 --- evolution-3.23.91.tar.xz | 3 --- evolution-3.23.92.tar.xz | 3 +++ evolution.changes | 18 ++++++++++++++++++ evolution.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.23.91.tar.xz create mode 100644 evolution-3.23.92.tar.xz diff --git a/evolution-3.23.91.tar.xz b/evolution-3.23.91.tar.xz deleted file mode 100644 index 0fe150e..0000000 --- a/evolution-3.23.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e458bae9f1e5cc249946e3bbb1b47cd1fb643c9f152dab5d6f822f14647ed037 -size 12098880 diff --git a/evolution-3.23.92.tar.xz b/evolution-3.23.92.tar.xz new file mode 100644 index 0000000..172b327 --- /dev/null +++ b/evolution-3.23.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb766da630141a0b637e614611f998fd980826ab57da94af6297752213723b8 +size 12114776 diff --git a/evolution.changes b/evolution.changes index b1811c4..38e58fa 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Mar 13 10:44:25 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.92: + + e_msg_composer_setup_with_message: Doesn't use + override_alias_name/_address. + + Fix various editor's unit tests. + + Don't preserve 'Preformatted' format if moving an empty block + out of the quoted content. + + Possible crash while refreshing spellcheck. + + Print the history stack after removing item from it. + + History could be saved twice if inserting HTML content. + + Print current EEditorWebExtension method if CAMEL_DEBUG is + active. + + Bugs fixed: bgo#778541, bgo#779156, bgo#779687, bgo#779688, + bgo#779738, bgo#779746. + + Updated translations. + ------------------------------------------------------------------- Mon Feb 27 12:40:23 UTC 2017 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index a6fb87a..4073e13 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.24 -Version: 3.23.91 +Version: 3.23.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]+')