Hello community, here is the log from the commit of package evolution for openSUSE:Factory checked in at 2015-03-30 19:22:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-02-16 21:21:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2015-03-30 19:22:58.000000000 +0200 @@ -1,0 +2,356 @@ +Mon Mar 23 11:13:55 UTC 2015 - [email protected] + +- Update to version 3.16.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 16 14:00:15 UTC 2015 - [email protected] + +- Update to version 3.15.92: + + Add comment about signature delimiter. + + Add two new user doc files to Makefile. + + Also check for 'help' uri scheme handler availability. + + Avoid crash when moving away from a meeting invitation email. + + Clarify embedding / displaying of faces / X-Face in outgoing + email. + + Cover using an external text editor application for composing + mail. + + Document "Archive Folder" option. + + Documentation: Fix typo in + mail-composer-mail-signatures-manage.page. + + Document 'From field override' functionality. + + Document Mail Composer tool bar changes. + + Document placeholders for the quotation string in the mail + composer. + + Document Send Account Overrides. + + Do not force icon size for attachment button. + + EAttachmentPaned - Margins are not correctly set when composer + is opened. + + EColorCombo - Cannot choose a color from a popup palette. + + EContactEditorFullName - Do not realize the dialog in init(). + + EHTMLEditorActions: + - Actions from context menu don't work. + - Fix build. + + EHTMLEditor: + - Don't insert new HR element when trying to change properties + of existing one. + - Don't leak the WebKitDOMHTMLCollection objects. + + EHTMLEditorPageDialog: Dialog shows wrong link color. + + EHTMLEditorSelection: + - Normalize nodes after restoring selection. + - Not possible to remove smiley if selected. + - Remove the old functions that manipulated with caret. + - Return the right font color when is set on body. + + EHTMLEditorTableDialog: + - Change how the table is inserted. + - When creating new table move caret to its first cell. + + EHTMLEditorTextDialog: Font sinze in combo box is off by one. + + EHTMLEditorView: + - Add a way how to insert new block above table where there is + none. + - Avoid runtime warnings when manipulating with text in table + cell. + - Avoid unnecessary g_utf8_strlen call. + - Clean the e_html_editor_view_init function. + - Crash in selection_is_in_table function. + - Deleting a character from the beginning of line in quoted + content moves caret to wrong place. + - Deleting a selection and undoing it will restore the + selection wrongly. + - Don't replace tabulators with spaces when pasting clipboard. + - Don't try to preserve the text blocks when parsing content. + - Fix Paste Quotation action. + - Fix Table Delete->Cell Contents action. + - If a text version of smiley is edited, replace a smiley + wrapper by its text. + - Implement undo and redo on text operations in table. + - Improve tables handling in composer. + - Make get_parent_block_element public. + - Move between the table cells with tabulator. + - Move the undo/redo debug functions to the beginning of module + so we can use them in the whole module. + - Newly inserted tables have nearly zero height. + - Only process the "Magic Smileys" and "Magic Links" when they + are allowed. + - Only stop propagating the key press event when we moved to + different table cell. + - Print undo/redo operations if debug output is activated. + - Remove print_fragment_inner_html as it is duplicate of + print_node_inner_html. + - Remove unneeded webkit_dom_dom_selection_get_range_at call. + - Return right value from selection_is_in_table when no + parameters are passed. + - Rework how the possibility of de-indenting a block is + detected. + - Selection is lost when showing context menu. + - Set text/css type on Evolution style sheets in HEAD. + - Setting the link color doesn't work. + - Undo behaves wrongly when undoing smiley. + - When incidentally writing into smiley, move out just the + newly written character but not the entire smiley text out of + smiley. + - When replying on message with links they don't have the + WebKit link color set. + - When switch composer mode from HTML on template that was + written in WebKit composer the Lose formatting dialog is + shown. + + e_shell_quit() called twice at the end of application. + + ETMLEditorSelection - Font color in picker is not changed when + moving between different font colors. + + Fails to find nested message's attachment bar in WebKitWebView. + + Fix instructions related to creating / exchanging public GPG + keys. + + Fix typo 'contributers' (in untranslatable string). + + Link to Seahorse documentation for how to get someone's public + key. + + MBOX import preview is always empty. + + Mention free form filter/search expressions and link to its + list. + + Provide Seahorse steps instead of Terminal; update UI string. + + Recommend to use physical folders for GMail accounts. + + Remove "Minimize to system tray" help page. + + Show online help when the local is not installed. + + Split a string so we can reuse it in a different page. + + [Templates] Various fixes. + + Update calendar preferences pages (now that bgo#657233 is + fixed). + + Update mail notification screenshot for 3.16. + + Use full stop in <desc> for consistency. + + use proper markup + + Use translated window titles in HTML editor dialogs + + Bugs fixed: bgo#440661, bgo#692566, bgo#692577, bgo#692578, + bgo#695825, bgo#697650, bgo#720189, bgo#723614, bgo#724651, + bgo#726203, bgo#726539, bgo#728788, bgo#729241, bgo#735956, + bgo#736432, bgo#736824, bgo#740476, bgo#743953, bgo#744009, + bgo#745338, bgo#745486, bgo#745551, bgo#745869, bgo#745899, + bgo#745925, bgo#745946, bgo#745951, bgo#746072. + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 4 15:20:13 UTC 2015 - [email protected] + +- Update to version 3.15.91: + + Avoid crash when validating a new filter rule. + + Use CalDAV to get list of available Google calendars. + + Special-case Google 'caldav' calendars to use 'google' editor. + + Remove declaration of nonexistent + e_cal_model_get_extension_name(). + + EHTMLEditorSelection: + - Add missing colon in properties documentation. + - Don't unref the EHTMLEditorView when it is used afterwards. + - The font color for selected text is wrong. + - After settings for size to some value and back to the default + the font is a little bit smaller. + - Spell check is lost after some font style operations. + - Try to remove the link only when we find anchor. + - Don't unref the EHTMLEditorView object when it is used + afterwards. + - Rework how the monospaced style is set. + - Use create_selection_marker function when saving selection. + + Simplify e-web-view.c:add_css_rule_into_style_sheet(). + + handle_http_request: Skip invalid URIs. + + Use a secure URL for queries from gravatar.com. + + Address few more WebKitDOM objects memory leaks. + + MessageList - Localize global string arrays only once. + + Use thread safe variants of g_object_bind_property*() functions + from evolution-data-server. + + Update devel-doc Since from 3.14 to 3.16. + + itip_send_comp_sync: Initialize all members of a stack + allocated structure. + + Fix a crash when 'Check for supported authentication types' + clicked. + + [ETree/ETable] Implement GtkScrollableInterface::get_border() + for Gtk 3.15.9+. + + HTML events callbacks are not called. + + EMailDisplay - Fix more leaks of WebKit objects. + + EMailReader - Fix more leaks of WebKit objects. + + ITIP - Fix more leaks of WebKit objects. + + EHTMLEditorActions - Activating the Paste as Text and Paste + Quotation from context menu does nothing. + + EHTMLEditorView: + - When inserting inline image refresh spell check just in + current block. + - Emoticons can be resizable just in HTML mode. + - Fix the Past Quotation action. + - Be more efficient when trying to get if we are going to + remove last element in body. + - Block is wrongly preserved in the beginning of quoted + content. + - When pasting text with space on end ends with space lost. + + EHTMLEditorSelection - Use variable that holds if the range is + collapsed. + + EWebView - Fix wrong indentation. + + Sync version with GNOME 3.15 series. + + Bugs fixed: bgo#744471, bgo#744541, bgo#744444, bgo#681877, + bgo#744550, bgo#743410, bgo#741093, bgo#740169, bgo#744562, + bgo#619449, bgo#744401, bgo#744401, bgo#741013, bgo#744849, + bgo#744848, bgo#745013, bgo#743404, bgo#237917, bgo#745044, + bgo#745029, bgo#737300, bgo#737300, bgo#738080, bgo#621751. + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 16 15:27:26 UTC 2015 - [email protected] + +- Update to version 3.13.90: + + Avoid busy loop on Calendar's Month view select. + + Avoid/workaround usage of an EAsyncClosure when opening an + EClient. ++++ 197 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/evolution/evolution.changes ++++ and /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes Old: ---- evolution-3.12.11.tar.xz New: ---- evolution-3.16.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution.spec ++++++ --- /var/tmp/diff_new_pack.iwZb37/_old 2015-03-30 19:22:59.000000000 +0200 +++ /var/tmp/diff_new_pack.iwZb37/_new 2015-03-30 19:22:59.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.12 -Version: 3.12.11 +%define evolution_base_version 3.16 +Version: 3.16.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.12/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution/3.16/%{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 @@ -58,12 +58,13 @@ BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(atk) +BuildRequires: pkgconfig(cryptui-0.0) BuildRequires: pkgconfig(gail-3.0) >= 3.2.0 BuildRequires: pkgconfig(gcr-3) >= 3.4 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.24.0 BuildRequires: pkgconfig(geoclue) >= 0.12.0 BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.10 -BuildRequires: pkgconfig(gio-2.0) >= 2.36.0 +BuildRequires: pkgconfig(gio-2.0) >= 2.40.0 BuildRequires: pkgconfig(gladeui-2.0) >= 3.10.0 BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.91.3 BuildRequires: pkgconfig(gtk+-3.0) >= 3.8.0 @@ -87,7 +88,7 @@ BuildRequires: pkgconfig(pangoft2) BuildRequires: pkgconfig(shared-mime-info) >= 0.22 BuildRequires: pkgconfig(sm) -Requires: evolution-data-server +Requires: evolution-data-server >= %{_version} Recommends: %{name}-lang Recommends: bogofilter # Mono and python plugins were available until evo 3.5.x @@ -149,7 +150,8 @@ --disable-image-inline \ %endif --disable-static \ - --disable-text-highlight + --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 @@ -197,79 +199,76 @@ %{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.external-editor.gschema.xml %dir %{_libdir}/evolution %dir %{_libdir}/evolution/* -%{_libdir}/evolution/*/*.so -%dir %{_libdir}/evolution/%{evolution_base_version}/modules -%{_libdir}/evolution/%{evolution_base_version}/modules/module-addressbook.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-backup-restore.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-bogofilter.so +%{_libdir}/evolution/*.so +%{_libdir}/evolution/modules/module-addressbook.so +%{_libdir}/evolution/modules/module-backup-restore.so +%{_libdir}/evolution/modules/module-bogofilter.so %{_datadir}/glib-2.0/schemas/org.gnome.evolution.bogofilter.gschema.xml -%{_libdir}/evolution/%{evolution_base_version}/modules/module-book-config-google.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-book-config-ldap.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-book-config-local.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-book-config-webdav.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-cal-config-caldav.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-cal-config-contacts.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-cal-config-google.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-cal-config-local.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-cal-config-weather.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-cal-config-webcal.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-calendar.so +%{_libdir}/evolution/modules/module-book-config-google.so +%{_libdir}/evolution/modules/module-book-config-ldap.so +%{_libdir}/evolution/modules/module-book-config-local.so +%{_libdir}/evolution/modules/module-book-config-webdav.so +%{_libdir}/evolution/modules/module-cal-config-caldav.so +%{_libdir}/evolution/modules/module-cal-config-contacts.so +%{_libdir}/evolution/modules/module-cal-config-google.so +%{_libdir}/evolution/modules/module-cal-config-local.so +%{_libdir}/evolution/modules/module-cal-config-weather.so +%{_libdir}/evolution/modules/module-cal-config-webcal.so +%{_libdir}/evolution/modules/module-calendar.so %{_datadir}/glib-2.0/schemas/org.gnome.evolution.calendar.gschema.xml -%{_libdir}/evolution/%{evolution_base_version}/modules/module-composer-autosave.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-contact-photos.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-gravatar.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-itip-formatter.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-mail-config.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-mail.so +%{_libdir}/evolution/modules/module-composer-autosave.so +%{_libdir}/evolution/modules/module-contact-photos.so +%{_libdir}/evolution/modules/module-gravatar.so +%{_libdir}/evolution/modules/module-itip-formatter.so +%{_libdir}/evolution/modules/module-mail-config.so +%{_libdir}/evolution/modules/module-mail.so %{_datadir}/glib-2.0/schemas/org.gnome.evolution.mail.gschema.xml -%{_libdir}/evolution/%{evolution_base_version}/modules/module-mailto-handler.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-mdn.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-offline-alert.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-plugin-lib.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-plugin-manager.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-prefer-plain.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-settings.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-spamassassin.so +%{_libdir}/evolution/modules/module-mailto-handler.so +%{_libdir}/evolution/modules/module-mdn.so +%{_libdir}/evolution/modules/module-offline-alert.so +%{_libdir}/evolution/modules/module-plugin-lib.so +%{_libdir}/evolution/modules/module-plugin-manager.so +%{_libdir}/evolution/modules/module-prefer-plain.so +%{_libdir}/evolution/modules/module-settings.so +%{_libdir}/evolution/modules/module-spamassassin.so %{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml -%{_libdir}/evolution/%{evolution_base_version}/modules/module-startup-wizard.so +%{_libdir}/evolution/modules/module-startup-wizard.so #{_libdir}/evolution/%{evolution_base_version}/modules/module-text-highlight.so -%{_libdir}/evolution/%{evolution_base_version}/modules/module-vcard-inline.so -%{_libdir}/evolution/%{evolution_base_version}/modules/*-web-inspector.* +%{_libdir}/evolution/modules/module-vcard-inline.so +%{_libdir}/evolution/modules/*-web-inspector.* %{_datadir}/glib-2.0/schemas/org.gnome.evolution.addressbook.gschema.xml -%dir %{_libdir}/evolution/*/plugins -%{_libdir}/evolution/*/plugins/*-email-custom-header.* +%{_libdir}/evolution/plugins/*-email-custom-header.* %{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.email-custom-header.gschema.xml -%{_libdir}/evolution/*/plugins/*-evolution-attachment-reminder.* +%{_libdir}/evolution/plugins/*-evolution-attachment-reminder.* %{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.attachment-reminder.gschema.xml -%{_libdir}/evolution/*/plugins/*-evolution-bbdb.* +%{_libdir}/evolution/plugins/*-evolution-bbdb.* %{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.autocontacts.gschema.xml -%{_libdir}/evolution/*/plugins/*-gnome-dbx-import.* -%{_libdir}/evolution/*/plugins/*-gnome-face.* +%{_libdir}/evolution/plugins/*-gnome-dbx-import.* +%{_libdir}/evolution/plugins/*-gnome-face.* %{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.face-picture.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.publish-calendar.gschema.xml -%{_libdir}/evolution/*/plugins/liborg-gnome-external-editor.so -%{_libdir}/evolution/*/plugins/org-gnome-external-editor.eplug +%{_libdir}/evolution/plugins/liborg-gnome-external-editor.so +%{_libdir}/evolution/plugins/org-gnome-external-editor.eplug %if %{use_gtkimageview} -%{_libdir}/evolution/*/plugins/*-gnome-image-inline.* +%{_libdir}/evolution/plugins/*-gnome-image-inline.* %endif -%{_libdir}/evolution/*/plugins/*-itip-formatter.* +%{_libdir}/evolution/plugins/*-itip-formatter.* %{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.itip.gschema.xml -%{_libdir}/evolution/*/plugins/*-mailing-list-actions.* -%{_libdir}/evolution/*/plugins/*-mail-notification.* +%{_libdir}/evolution/plugins/*-mailing-list-actions.* +%{_libdir}/evolution/plugins/*-mail-notification.* %{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.mail-notification.gschema.xml -%{_libdir}/evolution/*/plugins/*-mail-to-task.* -%{_libdir}/evolution/*/plugins/*-prefer-plain.* +%{_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.* +%{_libdir}/evolution/plugins/*-pst-import.* +%{_libdir}/evolution/plugins/*-publish-calendar.* +%{_libdir}/evolution/plugins/*-save-calendar.* +%{_libdir}/evolution/plugins/*-templates.* %{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.templates.gschema.xml %dir %{_libexecdir}/evolution -%dir %{_libexecdir}/evolution/* -%{_libexecdir}/evolution/*/csv2vcard -%{_libexecdir}/evolution/*/evolution-* -%{_libexecdir}/evolution/*/killev +%{_libexecdir}/evolution/csv2vcard +%{_libexecdir}/evolution/evolution-* +%{_libexecdir}/evolution/killev %{_sysconfdir}/xdg/autostart/evolution-alarm-notify.desktop %files lang -f evolution-%evolution_base_version.lang @@ -281,7 +280,7 @@ %files devel %defattr(-,root,root) -%{_includedir}/evolution-* +%{_includedir}/evolution* %{_libdir}/pkgconfig/evolution-calendar-3.0.pc %{_libdir}/pkgconfig/evolution-mail-3.0.pc %{_libdir}/pkgconfig/evolution-shell-3.0.pc ++++++ evolution-3.12.11.tar.xz -> evolution-3.16.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/evolution/evolution-3.12.11.tar.xz /work/SRC/openSUSE:Factory/.evolution.new/evolution-3.16.0.tar.xz differ: char 26, line 1
