Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2016-03-29 14:34:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2016-02-22 
08:57:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2016-03-29 
14:34:10.000000000 +0200
@@ -1,0 +2,239 @@
+Mon Mar 21 12:33:40 UTC 2016 - [email protected]
+
+- Update to version 3.20.0:
+  + bgo#763631: Folder->Subscriptions opened empty with
+    gtk+3.19.11.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 15 10:28:45 UTC 2016 - [email protected]
+
+- Update to version 3.19.92:
+  + Update README file.
+  + Plain text signature is opened as an HTML one.
+  + Some HTML signatures lost line breaks when inserted to the
+    composer.
+  + EHTMLEditorView - Signature in a message can lost its line
+    breaks after sending it.
+  + bgo#762759: Crash on start when ~/.cache is not accessible.
+  + bgo#762477: Add .desktop file actions to open respective parts.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 29 15:36:01 UTC 2016 - [email protected]
+
+- Update to version 3.19.91:
+  + Correct typo in the fix for bgo#761883.
+  + Pressing the Return key in the image wrapper will duplicate
+    the image wrapper structure.
+  + EHTMLEditorSelection - Turning off the bold formatting can
+    leave unnecessary nodes in the DOM.
+  + EHTMLEditorView:
+    - List item is deleted when enter is pressed on the end of it.
+    - Avoid extra selection save/restore in list manipulation.
+  + Bugs fixed: bgo#203026, bgo#579675, bgo#614557, bgo#759101,
+    bgo#761159, bgo#761301, bgo#761497, bgo#761596, bgo#761993,
+    bgo#762022, bgo#762075, bgo#762205, bgo#762376, bgo#762396.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 19 03:19:57 UTC 2016 - [email protected]
+
+- Update to version 3.19.90:
+  + EHTMLEditorView:
+    - It's not possible to change formatting from Blockquote to
+      list.
+    - Some of the Evolution's composer attributes are sent in HTML
+      messages.
+    - Avoid possible critical warnings when sending HTML messages.
+    - Avoid critical warnings when deleting a text smiley.
+    - Fragment can be used uninitialized when saving history while
+      deleting.
+    - Undoing the citation split does not re-wrap and re-quote the
+      block.
+    - Pressing the Return key in the beginning of list item will
+      delete the item.
+    - Don't send the empty signature placeholder in the HTML
+      messages.
+  + EHTMLEditorUtils - prev_parent variable can be used
+    uninitialized.
+  + EMinicard: Release grab when started drag of the contact.
+  + Do not let itip-formatter plugin disable.
+  + Use icaltzutil_set_exact_vtimezones_support(), if available.
+  + Update the AppData to spec version 0.7+.
+  + Add a missing tag to the AppData file.
+  + Do not require gnome-common to run autogen.sh.
+  + Show composer when processing mailto: only after From account
+    is set.
+  + Address some compiler warnings.
+  + Avoid delay when going online with --force-online command-line
+    option.
+  + Cancel editing when change notification comes in the Day View.
+  + Use UTF-8 default composer-charset, if not set.
+  + Bugs fixed: bgo#725320, bgo#758977, bgo#759201, bgo#759474,
+    bgo#759618, bgo#759873, bgo#760520, bgo#760563, bgo#760638,
+    bgo#760971, bgo#761166, bgo#761346, bgo#761394, bgo#761453,
+    bgo#761483, bgo#761496, bgo#761506, bgo#761883.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 19 03:19:04 UTC 2016 - [email protected]
+
+- Update to version 3.19.4:
+  + EHTMLEditorView:
+    - Cannot append text to links if non-breaking space is
+      presented.
+    - Extra new line added after pressing the Backspace in a list
+      item with one character.
+    - History can be overwritten when redoing the Return key press
+      in an empty list item.
+    - Redoing the Return key press in the list can fail.
+    - Pressing the Return key in the bulleted list does not end it.
+    - Cannot remove an empty bulleted list item with Backspace key.
+    - Only change a smiley to plain text when the node is smiley.
+  + Enhance workaround for bgo#737949.
+  + Add metainfo.xml files for pst-import plugin.
+  + Add "Message->Mailing List->Copy Message Archive URL" for
+    Archived-At header.
+  + Bugs fixed: bgo#755743, bgo#759536, bgo#759564, bgo#759584,
+    bgo#759665, bgo#760365.
+  + Updated translations.
+- Split out new package evolution-plugin-pst-import, containing
+  the Outlook PST Import plugin.
+
+-------------------------------------------------------------------
+Fri Feb 19 03:19:03 UTC 2016 - [email protected]
+
+- Update to version 3.19.3:
+  + Mail Preferences->Junk page incorrectly referenced in the code.
+  + Fix crash on quit in gtk_application_impl_uninhibit().
+  + Ask for a forced quit when a user tries to re-close the window.
+  + Attachments List View passes mouse events to the parent widget.
+  + Add <kudos/> into appdata/metainfo files.
+  + Visualize incorrect values in account/source editors.
+  + Composer:
+    - Last empty block in pasted content could be inaccessible.
+    - Set GObject's data on history event instead on its data and
+      rename them.
+    - Partially revert previous commit as EHTMLEditorHistoryEvent
+      is not GObject.
+  + EHTMLEditorSelection:
+    - Editor is not marked as changed after doing paste action.
+  + EHTMLEditorView:
+    - Add an debug message when inserting a new history event.
+    - Warning printed on console after pressing Enter & Tabulator.
+    - Don't save history when undoing/redoing a paste of content.
+    - Check if the Backspace or Delete operation can remove
+      anything.
+    - Don't include non-breaking space while recognizing links.
+    - Links could not be recognized after deleting them and later
+      undoing it.
+    - Caret is put on wrong place when pasting into quoted content.
+    - Note a type of DOMRange comparison in comment.
+    - Don't include non-breaking space while recognizing links.
+    - Don't check for links if we cannot obtain valid block.
+    - Undoing and redoing Return press in the beginning of
+      citation is wrong.
+    - 'Paste Quotation' action in HTML mode is not setting the
+      caret to the right position.
+    - Replace the preedit-* signals with compositionstart and
+      compositionend HTML events.
+    - Rename variables and functions to more reflect previous change.
+  + EMailPrinter - Clean the unused variables.
+  + Bugs fixed: bgo#758089, bgo#758152, bgo#758650, bgo#758665,
+    bgo#752543, bgo#758827, bgo#758752, bgo#758827, bgo#758851,
+    bgo#758846, bgo#758849, bgo#758747, bgo#758856, bgo#757939,
+    bgo#759046, bgo#759337, bgo#749712.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 19 03:19:02 UTC 2016 - [email protected]
+
+- Update to version 3.19.2:
+  + EHTMLEditorSelection: Remove previously inserted BR if
+    correcting wrapping around selection markers.
+  + EHTMLEditorView:
+    - Fix a link detection when ending a link with the Return key.
+    - Don't leak the WebKitDOMRange object when undoing the Return
+      key press.
+    - New lines could be skipped when parsing the mail content into
+      the composer.
+    - Allow to append a query to the link.
+    - Correctly remove the HISTORY_AND events from history.
+    - Post-process every HISTORY_DELETE event.
+    - After undoing the HISTORY_DELETE operation always re-wrap and
+      re-quote current block.
+  + Make calendar editors modular and non-UI-blocking.
+  + Updated German screen-shots.
+  + Forward ETable/ETree background events to an ETableItem.
+  + Task view's "Assign task" doesn't open editor with attendees.
+  + [ECompEditor] Store attachments to calendar's local store on
+    save.
+  + [ECompEditor] Always enable the editor after the save is
+    complete.
+  + [EActivityBar] Do not remove timeout GSource twice in dispose.
+  + [libgnomecanvas] Drag end not recognized with gtk+ 3.18.x.
+  + [EMailBrowser] Free MessageList on close.
+  + Do not leak a GalView in a GalViewInstance.
+  + Read link/visited-link colors also from the style context
+    flags.
+  + [EMailLabelListStore] Avoid circular dependency in a tag cache.
+  + Preferences window never freed.
+  + EShell not finalized on exit.
+  + [EMeetingTimeSelector] Expects wrong objects in detach menu
+    callbacks.
+  + [ECompEditor] Disable editing of some parts when the user is
+    not the organizer.
+  + Disable animation of the GtkInfoBar's revealer.
+  + [ECompEditor] Change order of an alert add and remove.
+  + Free EMailFormatter/Parser extension caches on application
+    exit.
+  + Fix possible memory leak with attachments in message preview.
+  + EAttachment/Store not freed in the message preview panel.
+  + Bugs fixed: bgo#735747, bgo#757246, bgo#757188, bgo#757348,
+    bgo#216130, bgo#272854, bgo#639299, bgo#757342, bgo#755418,
+    bgo#757594, bgo#757660, bgo#757658, bgo#598037, bgo#692713,
+    bgo#744859, bgo#241050, bgo#710761, bgo#757654, bgo#758015,
+    bgo#757887, bgo#616931, bgo#758191.
++++ 45 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/evolution/evolution.changes
++++ and /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes

Old:
----
  evolution-3.18.5.1.tar.xz

New:
----
  evolution-3.20.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ evolution.spec ++++++
--- /var/tmp/diff_new_pack.HvPdWt/_old  2016-03-29 14:34:11.000000000 +0200
+++ /var/tmp/diff_new_pack.HvPdWt/_new  2016-03-29 14:34:11.000000000 +0200
@@ -23,8 +23,8 @@
 
 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.18
-Version:        3.18.5.1
+%define evolution_base_version 3.20
+Version:        3.20.0
 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]+')
@@ -35,7 +35,7 @@
 Group:          Productivity/Networking/Email/Clients
 # NOTE: Some files are currently GPL-2.0 but pending relicensing, see 
bnc#749859
 Url:            http://wiki.gnome.org/Apps/Evolution/
-Source0:        
http://download.gnome.org/sources/evolution/3.18/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/evolution/3.20/%{name}-%{version}.tar.xz
 # PATCH-NEEDS-REBASE evolution-migrate-kmail-kcontact.patch fate#316619 
[email protected] -- Migrate Kmail/Kcontact into evolution 
(WAS:PATCH-FEATURE-OPENSUSE)
 Patch0:         evolution-migrate-kmail-kcontact.patch
 # The icon we rely on is from adwaita-icon-theme
@@ -129,6 +129,15 @@
 %description -n evolution-plugin-bogofilter
 Adds support for junk-mail filtering via bogofilter.
 
+%package -n evolution-plugin-pst-import
+Summary:        Evolution extension -- Outlook PST Import
+Group:          Productivity/Networking/Email/Clients
+Requires:       %{name}
+Enhances:       %{name}
+
+%description -n evolution-plugin-pst-import
+Adds support to import messages from Outlook PST files.
+
 %package -n evolution-plugin-spamassassin
 Summary:        Evolution extension -- spamassassin
 Group:          Productivity/Networking/Email/Clients
@@ -278,7 +287,6 @@
 %{_libdir}/evolution/plugins/*-mail-to-task.*
 %{_libdir}/evolution/plugins/*-prefer-plain.*
 
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.prefer-plain.gschema.xml
-%{_libdir}/evolution/plugins/*-pst-import.*
 %{_libdir}/evolution/plugins/*-publish-calendar.*
 %{_libdir}/evolution/plugins/*-save-calendar.*
 %{_libdir}/evolution/plugins/*-templates.*
@@ -306,6 +314,11 @@
 %{_datadir}/appdata/evolution-spamassassin.metainfo.xml
 %{_libdir}/evolution/modules/module-spamassassin.so
 
+%files -n evolution-plugin-pst-import
+%defattr(-,root,root)
+%{_libdir}/evolution/plugins/*-pst-import.*
+%{_datadir}/appdata/evolution-pst.metainfo.xml
+
 %files devel
 %defattr(-,root,root)
 %{_includedir}/evolution*

++++++ evolution-3.18.5.1.tar.xz -> evolution-3.20.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/evolution/evolution-3.18.5.1.tar.xz 
/work/SRC/openSUSE:Factory/.evolution.new/evolution-3.20.0.tar.xz differ: char 
26, line 1


Reply via email to