Accepting request 394795 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/394795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=182
This commit is contained in:
Dominique Leuenberger 2016-05-16 10:01:58 +00:00 committed by Git OBS Bridge
commit 809b902a61
4 changed files with 31 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:029567e20fa62263c5fcd2e7f3a0dff96364b647cf9d36a5b99a3abe3b0027d3
size 12108464

3
evolution-3.20.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66fa6e18c4e6a29c44870d5786e4dbb82507a8254bca9e27e802625081fca630
size 12070916

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue May 10 17:15:01 UTC 2016 - zaitor@opensuse.org
- Update to version 3.20.2:
+ Optimize some of the DOM functions related to selection.
+ EMsgComposer: Move the DOM manipulation to EHTMLEditorView.
+ EHTMLEditorActions: 'Select All' action is always disabled.
+ EHTMLEditorView:
- Deleting a content in a PRE element could wrap the content in
SPAN element.
- Moving a Preformatted block one level up in the quoted
content will change it to Normal.
- Restore the selection end mark correctly when processing HTML
to plain text.
- Redoing a citation split removes an extra text.
- Simplify and improve how the undo/redo of delete operation in
quoted content is performed.
+ Recognize special folders for a global mail view also based on
flags.
+ Rather hide, than disable, items in Taskpad/Memopad context
menus.
+ Correct placement of emoticon and color chooser in composer
under Wayland.
+ Bugs fixed: bgo#765090, bgo#765102, bgo#765202, bgo#765446,
bgo#765665, bgo#765636, bgo#435219, bgo#765950, bgo#766017.
+ Updated translations.
-------------------------------------------------------------------
Mon Apr 25 20:21:39 UTC 2016 - zaitor@opensuse.org

View File

@ -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.1
Version: 3.20.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]+')