From d35414c4b54607cdeb8409ec8461dbbd3d1264685fdabd0ab4760e628383636f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 7 Jun 2016 13:22:09 +0000 Subject: [PATCH] Accepting request 400452 from home:badshah400:branches:GNOME:Factory Update to version 3.20.3 OBS-URL: https://build.opensuse.org/request/show/400452 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=301 --- evolution-3.20.2.tar.xz | 3 --- evolution-3.20.3.tar.xz | 3 +++ evolution.changes | 16 ++++++++++++++++ evolution.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.20.2.tar.xz create mode 100644 evolution-3.20.3.tar.xz diff --git a/evolution-3.20.2.tar.xz b/evolution-3.20.2.tar.xz deleted file mode 100644 index 4c2f882..0000000 --- a/evolution-3.20.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66fa6e18c4e6a29c44870d5786e4dbb82507a8254bca9e27e802625081fca630 -size 12070916 diff --git a/evolution-3.20.3.tar.xz b/evolution-3.20.3.tar.xz new file mode 100644 index 0000000..8c062d4 --- /dev/null +++ b/evolution-3.20.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f85675c12dc2c8e3a3a4fb65348ab0b9b078fd06e026208f2efe60d885b970 +size 12077272 diff --git a/evolution.changes b/evolution.changes index f7aedb0..9c0dbc7 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jun 7 09:26:17 UTC 2016 - badshah400@gmail.com + +- Update to version 3.20.3: + + Fix some issues found by Coverity Scan, cppcheck and clang. + + Explicitly center attachment bar expander vertically. + + Avoid NULL dereference in mail-send-recv.c:free_send_data() + function. + + EHTMLEditorActions: Paste Quotation action is always active. + + EHTMLEditorImageDialog: Border and alignment are not set + properly. + + EHTMLEditorView: Background image from page is removed when + saving draft. + + Bugs fixed: bgo#766540, bgo#766713. + + Updated translations. + ------------------------------------------------------------------- Tue May 10 17:15:01 UTC 2016 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index a256c96..aa72ae1 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.20.2 +Version: 3.20.3 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]+')