Accepting request 434086 from GNOME:Next

New stable rel

OBS-URL: https://build.opensuse.org/request/show/434086
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=314
This commit is contained in:
Bjørn Lie 2016-10-14 19:22:53 +00:00 committed by Git OBS Bridge
parent 0d769f1234
commit 982b5fc031
4 changed files with 34 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Oct 10 09:20:10 UTC 2016 - zaitor@opensuse.org
- Update to version 3.22.1:
+ Missing declaration for DOMGetActiveSignatureUid.
+ Extra new line on the end of mail and after citation end.
+ Introduce new debug domains for WebKit parts.
+ Cannot switch the list type when it has just one level.
+ Simplify a bit how the selection is saved.
+ Only update the composer colors when the web extension is
ready.
+ Correct external editor plugin to work again.
+ Optimise how a quote element is created.
+ Optimize various DOM operations when searching elements.
+ Some text could be skipped when converting the HTML to
plain text.
+ Pressing the Backspace key to decrease indentation level is
wrong for content that was not written in Evolution.
+ Correctly process a WebKitDOMHTMLCollection objects.
+ When creating a plain text version of a message process the
nodes in right order.
+ Correctly process and remove the BODY attributes.
+ Deleting a quoted content could leave paragraph that cannot
be focused.
+ Correct possible uninitialized variable usage.
+ Bugs fixed: bgo#771347, bgo#771493, bgo#771651, bgo#771268,
bgo#770662, bgo#772015, bgo#772171, bgo#770067, bgo#769752,
bgo#772233, bgo#772513.
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 19 08:44:55 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.22
Version: 3.22.0
Version: 3.22.1
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]+')