Accepting request 316428 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/316428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=171
This commit is contained in:
Stephan Kulow 2015-07-16 15:16:29 +00:00 committed by Git OBS Bridge
commit 62014a78df
4 changed files with 62 additions and 4 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60d90c4f36cc05f925f50dc7e8dcc4f83edd6d9b5476f14e75c1d10ce7fbd67f
size 11946404

View File

@ -1,3 +1,61 @@
-------------------------------------------------------------------
Mon Jul 13 08:59:58 UTC 2015 - zaitor@opensuse.org
- Update to version 3.16.4:
+ Soft-depend on gtk+ 3.12 and 3.16.
+ Composer: Leave copy&pasting inside the composer on WebKit.
+ Editor: Width limits are wrong for lists when switching
composer modes.
+ EHTMLEditor: Improve lists formats.
+ EHTMLEditorSelection:
- Get CSSStyleDeclaration from element instead of DOMWindow.
- Remove unused variable.
- Text in quoted content is wrongly wrapped when contains
tabulator.
- Blocks are wrongly wrapped when the last character is space.
- Alignment cannot be set back to left in list.
- Width limit is set when indenting block.
- Fix indentation.
- Alignment could be wrong.
- Current block format is wrong for nested lists.
- Fix the change of a list formatting to another list
formatting.
- Fix the formatting change from list to block.
- Roman Numeral and Alphabetical list formats are not detected.
+ EHTMLEditorView:
- Don't try to unref non-existing DOMRange object.
- Magic links are not working anymore.
- Appending text to the link is broken.
- Improve debug output of undo/redo history.
- Remove debug outputs committed by mistake.
- Nodes from undo/redo history could be modified.
- Undo/Redo around links is wrong.
- Extra new line in the beginning of quoted content.
- Fix appending a text to the link.
- Current block is removed when Backspace is pressed on its
end.
- If deleting quoted content, other content can be deleted as
well.
- Fix indentation.
- Fix leaks discovered by Valgrind.
- Allow links to be wrapped on any character, not just on dash.
- Inserting space after the link appends it to the link.
+ Don't save the history for various HTML formatting dialogs if
the formatting didn't changed.
+ Use configured Date/Time format in Tasks/Memos tooltips.
+ [Publish Calendar] Disconnect free-busy-data signal handler.
+ [EMailAccountStore] Unnecessary ESource writes on start.
+ EShell: Do not require Authentication extension for trust
prompts.
+ Ignore "Service unavailable" errors in Send/Receive routines.
+ Bugs fixed: bgo#750560, bgo#750487, bgo#750299, bgo#750661,
bgo#676974, bgo#750710, bgo#677495, bgo#540157, bgo#750753,
bgo#329869, bgo#587476, bgo#231967, bgo#471791, bgo#747290,
bgo#701483, bgo#750615, bgo#751381, bgo#510970, bgo#751424,
bgo#751594, bgo#751194, bgo#751225, bgo#751186, bgo#751915,
bgo#752018, bgo#752119, bgo#752086.
+ Updated translations.
-------------------------------------------------------------------
Mon Jun 8 11:41:12 UTC 2015 - 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.16
Version: 3.16.3
Version: 3.16.4
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]+')