Accepting request 298445 from GNOME:Factory

Scripted push of project GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/298445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=168
This commit is contained in:
Dominique Leuenberger 2015-04-23 05:59:35 +00:00 committed by Git OBS Bridge
commit b60cf4ce1d
4 changed files with 87 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,82 @@
-------------------------------------------------------------------
Thu Apr 16 06:15:19 UTC 2015 - dimstar@opensuse.org
- Move the glib schemas from the plugin subpackages to the main
package. Despite the plugins not being installed, the schemas
must be present.
-------------------------------------------------------------------
Mon Apr 13 16:15:08 UTC 2015 - zaitor@opensuse.org
- Update to version 3.16.1:
+ EHTMLEditorActions: Remove debug prints that were introduces
with undo/redo implementation.
+ EHTMLEditorView:
- Don't perform spell check on empty body.
- Some message text lost when replying on mail from GMail.
- Introduce function that performs spell check just in current
viewport.
- Just check if the element has attribute instead of checking
its value.
- Image smileys are sent as base64 data
- Smiley image doesn't have the filename set.
- Don't try to quote the content when creating the plain text
version of HTML mail.
- Spell check is lost when pressing Enter.
- Fix formatting.
- Caret is moved on end of block when pressing Backspace on its
start.
- Punctuation is added to the link.
- HTML scroll event callback is not called.
- Remove unused function.
- Rework how the indented block is detected.
+ EHTMLEditorSelection:
- When restoring selection correctly restore the anchor point.
- Use type macro to check if element is blockquote.
- Space after link is lost when wrapping block.
- Trailing space is lost when wrapping content.
- When restoring selection and no range is in composer, create
it.
- Remove unneeded code.
- Remove code that was committed by mistake.
- When wrapping the block take the Tab characters into account.
- History saved wrongly when setting Blockquote format.
- Recalculate just plain text properties when selection changes
in plain text mode.
- Improve history selection saving on various places.
+ EMailSignatureEditor: Use correct alert sink.
+ Add a safety check to e-tree-table-adapter.c:resort_node()
function.
+ Remove Bcc header from 'Sender or Recipients' filter search
condition.
+ Fix few memory leaks from webkit_dom_element_get_attribute()
calls.
+ Fix various leaks of WebKit DOM objects.
+ Fix few memory leaks around composer and e-widget-undo.c.
+ Fix regressions after "Fix various leaks of WebKit DOM
objects".
+ Composer: Fix various leaks.
+ Add a 'list' option to the Mail Free Form expression.
+ Suggest the best authentication method after checking supported
auths.
+ Use own thread pool for WebKit content download.
+ [EHTTPRequest]: Immediately cancel ongoing download on request
cancel.
+ Retrieved list of Google calendars opened empty.
+ Avoid use of uninitialized variables.
Composer:
- Fix code around block wrapping.
- Don't remove wrapping from user wrapped blocks.
- Extra new line added on the end of reply.
+ Correct mismatch of gtk_style_context_save() and
gtk_style_context_restore().
+ EMComposerUtils: Remove unneeded variable.
+ Bugs fixed: bgo#746277, bgo#746349, bgo#339511, bgo#746641,
bgo#746733, bgo#747056, bgo#746686, bgo#746950, bgo#747018,
bgo#747167, bgo#724227, bgo#747055, bgo#746876, bgo#747031,
bgo#746763, bgo#731579, bgo#747461, bgo#709715, bgo#747473.
+ Updated translations.
-------------------------------------------------------------------
Wed Apr 8 17:23:32 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.0
Version: 3.16.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]+')
@ -211,11 +211,15 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de
%{_datadir}/applications/*.desktop
%{_datadir}/evolution
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/icons/hicolor/*/apps/evolution-symbolic.svg
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.importer.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.gschema.xml
# Should not be installed as the plugin is not installed (bgo#666613)
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.external-editor.gschema.xml
# despite the plugins being split in their own packages, the schema must be present in any case
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.bogofilter.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml
%dir %{_libdir}/evolution
%dir %{_libdir}/evolution/*
%{_libdir}/evolution/*.so
@ -297,13 +301,11 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de
%defattr(-,root,root)
%{_datadir}/appdata/evolution-bogofilter.metainfo.xml
%{_libdir}/evolution/modules/module-bogofilter.so
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.bogofilter.gschema.xml
%files -n evolution-plugin-spamassassin
%defattr(-,root,root)
%{_datadir}/appdata/evolution-spamassassin.metainfo.xml
%{_libdir}/evolution/modules/module-spamassassin.so
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml
%files devel
%defattr(-,root,root)