From 30435c6959f99478234f6b4cf8a5127e485dd56986681bd1b2cab66fed886cb5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 10 May 2017 20:02:48 +0000 Subject: [PATCH] Accepting request 494396 from home:Zaitor New stable rel OBS-URL: https://build.opensuse.org/request/show/494396 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=333 --- evolution-3.24.1.tar.xz | 3 --- evolution-3.24.2.tar.xz | 3 +++ evolution.changes | 23 +++++++++++++++++++++++ evolution.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.24.1.tar.xz create mode 100644 evolution-3.24.2.tar.xz diff --git a/evolution-3.24.1.tar.xz b/evolution-3.24.1.tar.xz deleted file mode 100644 index 67e8854..0000000 --- a/evolution-3.24.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2da4996285a3fe2eb48edf604772677e19ac91a44d2b776698141013c4c610f -size 12127140 diff --git a/evolution-3.24.2.tar.xz b/evolution-3.24.2.tar.xz new file mode 100644 index 0000000..488b36b --- /dev/null +++ b/evolution-3.24.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b35a60f4ad53bb5416d8e96390aa79c8601b09a71e635c1de730b94f3aebdf +size 12132032 diff --git a/evolution.changes b/evolution.changes index 9af7441..43bd8a8 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed May 10 17:06:13 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.24.2: + + Crash under e_meeting_time_selector_refresh_cb(). + + Drag and drop to the editor can lock the Evolution. + + Dropping text/* content to the editor is not handled by WebKit. + + Fix the compilation warning with gcc 7. + + [ENameSelectorEntry] Avoid fake "changed" signals on focus-in. + + Calendar Print skips print dialog. + + Show VERSION_SUBSTRING and VERSION_COMMENT in Help->About. + + Fix occasional runtime warning from + e_web_extension_set_clipboard_flags(). + + Mark editor as changed if using 'Wrap lines' action. + + Mark editor as changed if deleting a selection. + + MailFolderCache can sometimes block folder 'changed' + notifications. + + Correct possible ref/unref imbalance of a CamelFolder instance. + + Bugs fixed: bgo#781404, bgo#781557, bgo#781570, bgo#781660, + bgo#781647, bgo#781722, bgo#781833, bgo#781890, bgo#781116, + bgo#778423, bgo#780088, bgo#569684, bgo#782153. + + Updated translations. + ------------------------------------------------------------------- Wed Apr 19 10:10:52 UTC 2017 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index de06c2f..fe444d0 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.24.1 +Version: 3.24.2 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]+')