Hello community, here is the log from the commit of package evolution for openSUSE:Factory checked in at 2015-04-23 07:59:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/evolution (Old) and /work/SRC/openSUSE:Factory/.evolution.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "evolution" Changes: -------- --- /work/SRC/openSUSE:Factory/evolution/evolution.changes 2015-04-10 09:49:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2015-04-23 07:59:36.000000000 +0200 @@ -1,0 +2,79 @@ +Thu Apr 16 06:15:19 UTC 2015 - [email protected] + +- 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 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- evolution-3.16.0.tar.xz New: ---- evolution-3.16.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution.spec ++++++ --- /var/tmp/diff_new_pack.MkVYVT/_old 2015-04-23 07:59:37.000000000 +0200 +++ /var/tmp/diff_new_pack.MkVYVT/_new 2015-04-23 07:59:37.000000000 +0200 @@ -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 @@ %{_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 @@ %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) ++++++ evolution-3.16.0.tar.xz -> evolution-3.16.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/evolution/evolution-3.16.0.tar.xz /work/SRC/openSUSE:Factory/.evolution.new/evolution-3.16.1.tar.xz differ: char 26, line 1
