Hello community, here is the log from the commit of package evolution for openSUSE:Factory checked in at 2016-09-21 18:34:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-08-12 15:35:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2016-09-21 18:34:09.000000000 +0200 @@ -1,0 +2,303 @@ +Mon Sep 19 08:44:55 UTC 2016 - [email protected] + +- Update to version 3.22.0: + + bgo#771420: [WK2]: Printing an email does not work. + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 12 12:29:42 UTC 2016 - [email protected] + +- Update to version 3.21.92: + + [itip-formatter]: Guess meeting time zone when not provided in + the invitation. + + Remove CSS sheet from the DOM only when it exists. + + Critical warning could be printed when replying on message + with inline images. + + Adapt to WebKit Unstable DOM API changes in WebKitGTK+ 2.13.90. + + Replace usage of deprecated WebKit DOM API functions. + + Replace last usage of deprecated WebKit DOM API functions. + + Fix archives support in attachments. + + Undoing a citation split could fail. + + When removing empty blocks from citations, don't remove BR + elements. + + Extra new line is inserted on the end of converted content. + + Save selection in save_history_for_delete_or_backspace(). + + Selection end marker could be saved wrong in the quoted + content. + + Correctly handle the undo operation the Backspace was pressed + in the beginning of LI element. + + e_editor_dom_move_quoted_block_level_up() is wrong for HTML + mode. + + Try to fix the "NL between tags" when inserting HTML into the + editor. + + Update the tests expectations. + + Change URL and e-mail pattern regular expressions. + + Prefer OAuth2 authentication for Mail-only Google accounts. + + Add 'OAuth2 Google' authentication type to Google-based + accounts. + + Use DIV instead of P element for 'Normal' block. + + After pressing the return key, caret is moved to a wrong place. + + An extra quote character is inserted on the end of an empty PRE + element. + + Bugs fixed: bgo#770496, bgo#771044, bgo#770380, bgo#771131. + + Updated translations. +- Drop evolution-webkit2gtk3-adaptation.patch and + evolution-gnome-autoar.patch: Fixed upstream. Flip need_autogen + to 0 again, no longer needed. + +------------------------------------------------------------------- +Thu Sep 1 19:01:46 UTC 2016 - [email protected] + +- Add evolution-webkit2gtk3-adaptation.patch: Make evolution work + with new webkit2gtk3-2.13.90, patch from git. +- Add highlight BuildRequires: Build highlight source-code in + mailbody support, we now have the needed package. Following + this: Stop passing --disable-text-highlight to configure. +- Conditionally apply translations-update-upstream BuildRequires + and macro for non-openSUSE only. +- Add pkgconfig(gnome-autoar-gtk-0) BuildRequires: Build archive + support for attachments. Following this: Stop passing + --disable-autoar to configure. +- Add evolution-gnome-autoar.patch: Fix configure to look for the + correct name. Also flip define need_autogen to 1, as the patch + touches the buildsystem (bgo#770380). + +------------------------------------------------------------------- +Mon Aug 29 15:54:33 UTC 2016 - [email protected] + +- Update to version 3.21.91: + + Context menu above EWebView hides on button release. + + Correctly free the WebKit DOM GObject instaces. + + Don't try to convert the 'None' signature. + + Paragraphs with just BR element could not be quoted properly. + + Use a faster way of quoting an element if possible when + converting the content. + + Remove the zero width space characters from the HTML output. + + New line after heading and other elements could be lost. + + Fix various issues with parse_html_into_blocks() - mostly not + processing part of the input. + + Make a magic-spacebar (partly) work again. + + Open link in HTML editor only when Ctrl+left-click above it. + + EEditorUndoRedoManager - Fix some FIXME WK2 comments. + + Redoing the input history item could be wrong. + + Element could be quoted in the HTML mode as in the plain text + mode. + + Redoing of "Pasting a link and pressing the Return key after + it" is wrong. + + Don't try to insert selection marks if they are already + presented. + + Remove an empty blockquote if presented after removing from the + quoted content. + + No need to recognize links in the element where it was already + done (by parse_html_into_blocks()). + + Remove special id used for BLOCKQUOTEs when generating the HTML + version of the content. + + Always use the faster version of quoting when we previously + wrapped the content. + + Properly check if the current node is indeed the HR element + before processing it. + + Correct the indentation. + + Font style cannot be set. + + Cast warning printed when trying to cast non-element node to + element in the get_parent_block_element(). + + Fix various extra new lines errors when processing the content. + + Ensure EMailConfigPage::changed signal is emitted in the + main/UI thread. + + Make ECompEditor an extensible. + + Turning off the font formatting could leave empty elements in + DOM. + + Redoing the input event should remove the BR if it was the only + node there. + + Redoing a font style change will not set the correct values to + the EEditorPage. + + Undoing the style change should act like the separate history + event. + + test-htlm-editor-units - Do not focus window on show. + + Cut/Copy/Paste in EHTMLEditor shows a runtime warning on the + console. + + PRE element could not be wrapped quoted correctly. + + Redoing some events could fail. + + Undoing or redoing the font format changes does not reflect the + changes in the UI. + + Avoid vertical scrolling in the filtering rules editor dialog. + + Some editor unit tests fail after commit d3fc71. + + Add --background option for test-html-editor-units. + + Report errors from D-Bus calls to WebExtension-s. + + Bugs fixed: bgo#769618, bgo#769753, bgo#769912, bgo#770083, + bgo#770086, bgo#770369, bgo#770494. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 15 17:10:22 UTC 2016 - [email protected] + +- Update to version 3.21.90: + + Correct order of "assign value" and "call function" when saving + to drafts. + + Simplify and fix how the HTML is parsed into composer's DOM + structure. + + Update devel-doc build scripts to work after the WebKit2 port + merge. + + The "headers-collapsed" change not propagated into the + settings. + + Add TestKeyfileSettingsBackend for test-html-editor-units. + + Update homepage GNOME wiki URL to save us a redirect. + + Make translation type value more generic; no need for branch + numbers. + + test-html-editor-units: Increase default command delay to 25ms. + + EHTMLEditorView: + - Redoing unquoting does not work. + - Extra new line could be added to the quoted text when parsing + HTML. + - Replace citation marks to actual citation in one round. + - Remove accidentally committed debug prints. + + EWebKitEditor: Tabulator key does not insert the tabulator, but + changes focus. + + Bugs fixed: bgo#768449, bgo#767283, bgo#769354, bgo#769338, + bgo#769062, bgo#768683, bgo#624604, bgo#769388, bgo#769044, + bgo#769072, bgo#769152, bgo#769288, bgo#751588, bgo#769707, + bgo#769908. + + Updated translations. +- Replace pkgconfig(webkitgtk-3.0) for pkgconfig(webkit2gtk-4.0) + BuildRequires following upstreams port. + +------------------------------------------------------------------- +Mon Aug 8 09:57:33 UTC 2016 - [email protected] + +- Update to version 3.21.4: + + GalA11yETableItem can have stored incorrect row count + sometimes. + + Build developer documentation sections and types on the fly. + + When pressing the Return key to end a list a new empty list is + created. + + Make it easier to change evolution .ui files by the users. + + Busy-loop when printing specifically formatted HTML message. + + Enhance timezone lookup for the event editor. + + [ETimezoneDialog] Show timezones as a tree, not as a flat list. + + EHTMLEditorActions: Disable HTML actions in plain text mode. + + EHTMLEditorSelection: + - List alignment not detected properly. + - Indented block style could not be set properly. + + EHTMLEditorUtils: Correctly remove class when it is surrounded + by spaces. + + EHTMLEditorView: + - Critical warning could be seen in console after pasting the + content. + - Don't leak a WebKitDOMNodeList instance. + - Pasting content into the indented block will not preserve + formatting. + - Don't add a new line for the empty list when generating a + plain text version of the content. + - Don't leak a WebKitODMNodeList instance. + - Always try to process the CID images when loading a content. + - Correct the situations when the 'Lose formatting' dialog is + showed. + - When the content is converted set the editor as changed. + - Plain text version of draft could lose formatting. + - Improve how the content is processed. + - Changing a top signature to another one will place it on ++++ 106 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/evolution/evolution.changes ++++ and /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes Old: ---- evolution-3.20.5.tar.xz New: ---- evolution-3.22.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution.spec ++++++ --- /var/tmp/diff_new_pack.6cMJMe/_old 2016-09-21 18:34:11.000000000 +0200 +++ /var/tmp/diff_new_pack.6cMJMe/_new 2016-09-21 18:34:11.000000000 +0200 @@ -23,19 +23,18 @@ 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.20 -Version: 3.20.5 +%define evolution_base_version 3.22 +Version: 3.22.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]+') -# FIXME: enable text-highligh once we have a package for it. # FIXME: check if note on license is still valid (comment before license) Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite License: LGPL-2.0 and LGPL-3.0 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.20/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution/3.22/%{name}-%{version}.tar.xz # The icon we rely on is from adwaita-icon-theme BuildRequires: adwaita-icon-theme BuildRequires: bison @@ -46,13 +45,16 @@ BuildRequires: gnome-common %endif BuildRequires: gtk-doc +BuildRequires: highlight BuildRequires: intltool # don't you ever enable this! It's experimental and insecure (bnc#609013) #BuildRequires: libytnef-devel BuildRequires: psmisc BuildRequires: spamassassin BuildRequires: sqlite3-devel +%if !0%{?is_opensuse} BuildRequires: translation-update-upstream +%endif BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(atk) @@ -63,10 +65,11 @@ BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.10 BuildRequires: pkgconfig(gio-2.0) >= 2.40.0 BuildRequires: pkgconfig(gladeui-2.0) >= 3.10.0 +BuildRequires: pkgconfig(gnome-autoar-gtk-0) >= 0.1.1 BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.91.3 BuildRequires: pkgconfig(gtk+-3.0) >= 3.8.0 BuildRequires: pkgconfig(gtkspell3-3.0) -BuildRequires: pkgconfig(webkitgtk-3.0) >= 2.0.1 +BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.13.90 %if %{use_gtkimageview} BuildRequires: pkgconfig(gtkimageview-3.0) %endif @@ -160,7 +163,9 @@ %lang_package %prep %setup -q +%if !0%{?is_opensuse} translation-update-upstream +%endif %build %if %{need_autogen} @@ -175,13 +180,11 @@ --disable-image-inline \ %endif --disable-static \ - --disable-text-highlight \ - --disable-autoar # FIXME: remove when gnome-autoar is packaged # Processing the files in help uses _lots_ of memory, so running that part in parallel is bad. pushd help make popd -make %{?_smp_flags} V=1 +make %{?_smp_flags} %install %{makeinstall} @@ -257,9 +260,10 @@ %{_libdir}/evolution/modules/module-prefer-plain.so %{_libdir}/evolution/modules/module-settings.so %{_libdir}/evolution/modules/module-startup-wizard.so -#{_libdir}/evolution/%{evolution_base_version}/modules/module-text-highlight.so +%{_libdir}/evolution/modules/module-text-highlight.so %{_libdir}/evolution/modules/module-vcard-inline.so -%{_libdir}/evolution/modules/*-web-inspector.* +%{_libdir}/evolution/modules/module-webkit-editor.so +%{_libdir}/evolution/modules/module-webkit-inspector.so %{_datadir}/glib-2.0/schemas/org.gnome.evolution.addressbook.gschema.xml %{_libdir}/evolution/plugins/*-email-custom-header.* %{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.email-custom-header.gschema.xml @@ -286,8 +290,13 @@ %{_libdir}/evolution/plugins/*-save-calendar.* %{_libdir}/evolution/plugins/*-templates.* %{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.templates.gschema.xml +%{_libdir}/evolution/web-extensions/libedomutils* +%{_libdir}/evolution/web-extensions/libewebextension.so +%{_libdir}/evolution/web-extensions/libmoduleitipformatterwebextension.so +%dir %{_libdir}/evolution/web-extensions/webkit-editor +%{_libdir}/evolution/web-extensions/webkit-editor/libewebkiteditorwebextension.so +%{_libdir}/evolution/test-gio-modules/libevolutiontestsettings.so %dir %{_libexecdir}/evolution -%{_libexecdir}/evolution/csv2vcard %{_libexecdir}/evolution/evolution-* %{_libexecdir}/evolution/killev %{_sysconfdir}/xdg/autostart/evolution-alarm-notify.desktop ++++++ evolution-3.20.5.tar.xz -> evolution-3.22.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/evolution/evolution-3.20.5.tar.xz /work/SRC/openSUSE:Factory/.evolution.new/evolution-3.22.0.tar.xz differ: char 26, line 1
