diff --git a/.evolution.metadata b/.evolution.metadata new file mode 100644 index 0000000..ccc03b1 --- /dev/null +++ b/.evolution.metadata @@ -0,0 +1 @@ +4e88744b1ae02e2d49c220b2e981007eae701bb0 SOURCES/evolution-3.28.5.tar.xz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..acb2fe6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/evolution-3.28.5.tar.xz diff --git a/SOURCES/evolution-3.28.2-cmake-version.patch b/SOURCES/evolution-3.28.2-cmake-version.patch new file mode 100644 index 0000000..ff37df9 --- /dev/null +++ b/SOURCES/evolution-3.28.2-cmake-version.patch @@ -0,0 +1,60 @@ +diff -up evolution-3.28.2/CMakeLists.txt.cmake-version evolution-3.28.2/CMakeLists.txt +--- evolution-3.28.2/CMakeLists.txt.cmake-version 2018-05-07 04:10:55.000000000 -0400 ++++ evolution-3.28.2/CMakeLists.txt 2018-06-01 04:24:26.509659160 -0400 +@@ -1,11 +1,15 @@ + # Evolution build script + +-cmake_minimum_required(VERSION 3.1) +-cmake_policy(VERSION 3.1) ++cmake_minimum_required(VERSION 2.8) ++cmake_policy(VERSION 2.8) ++ ++project(evolution C) ++set(PROJECT_VERSION_MAJOR 3) ++set(PROJECT_VERSION_MINOR 28) ++set(PROJECT_VERSION_PATCH 5) ++set(PROJECT_VERSION_TWEAK 0) ++set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}) + +-project(evolution +- VERSION 3.28.5 +- LANGUAGES C) + set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution/issues/") + set(PROJECT_URL "http://wiki.gnome.org/Apps/Evolution/") + +diff -up evolution-3.28.2/cmake/modules/FindIntltool.cmake.cmake-version evolution-3.28.2/cmake/modules/FindIntltool.cmake +--- evolution-3.28.2/cmake/modules/FindIntltool.cmake.cmake-version 2018-05-07 04:10:55.000000000 -0400 ++++ evolution-3.28.2/cmake/modules/FindIntltool.cmake 2018-06-01 04:24:26.510659154 -0400 +@@ -92,7 +92,7 @@ macro(intltool_add_pot_file_target) + endif(NOT CMAKE_CURRENT_SOURCE_DIR STREQUAL GETTEXT_PO_DIR) + + add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${GETTEXT_PACKAGE}.pot +- COMMAND ${CMAKE_COMMAND} -E env INTLTOOL_EXTRACT="${INTLTOOL_EXTRACT}" XGETTEXT="${XGETTEXT}" srcdir=${CMAKE_CURRENT_SOURCE_DIR} ${INTLTOOL_UPDATE} --gettext-package ${GETTEXT_PACKAGE} --pot ++ COMMAND env INTLTOOL_EXTRACT="${INTLTOOL_EXTRACT}" XGETTEXT="${XGETTEXT}" srcdir=${CMAKE_CURRENT_SOURCE_DIR} ${INTLTOOL_UPDATE} --gettext-package ${GETTEXT_PACKAGE} --pot + ) + + add_custom_target(pot-file +diff -up evolution-3.28.2/cmake/modules/GtkDoc.cmake.cmake-version evolution-3.28.2/cmake/modules/GtkDoc.cmake +--- evolution-3.28.2/cmake/modules/GtkDoc.cmake.cmake-version 2018-05-07 04:10:55.000000000 -0400 ++++ evolution-3.28.2/cmake/modules/GtkDoc.cmake 2018-06-01 04:24:26.510659154 -0400 +@@ -60,7 +60,7 @@ macro(add_gtkdoc _module _namespace _dep + + set(_mkhtml_prefix "") + if(APPLE) +- set(_mkhtml_prefix "${CMAKE_COMMAND} -E env XML_CATALOG_FILES=\"/usr/local/etc/xml/catalog\"") ++ set(_mkhtml_prefix "env XML_CATALOG_FILES=\"/usr/local/etc/xml/catalog\"") + endif(APPLE) + + add_custom_command(OUTPUT html/index.html +diff -up evolution-3.28.2/help/CMakeLists.txt.cmake-version evolution-3.28.2/help/CMakeLists.txt +--- evolution-3.28.2/help/CMakeLists.txt.cmake-version 2018-06-01 04:26:12.959982887 -0400 ++++ evolution-3.28.2/help/CMakeLists.txt 2018-06-01 04:26:31.499863232 -0400 +@@ -264,7 +264,7 @@ macro(create_help_files_for_lang _lang _ + add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_lang}/index.page + COMMAND ${CMAKE_COMMAND} -E make_directory "${CMAKE_CURRENT_BINARY_DIR}/${_lang}" + COMMAND ${GETTEXT_MSGFMT_EXECUTABLE} -o "${mofile}" "${pofile}" +- COMMAND ${CMAKE_COMMAND} -E env d="${CMAKE_CURRENT_SOURCE_DIR}/C" ++ COMMAND env d="${CMAKE_CURRENT_SOURCE_DIR}/C" + itstool -m "${mofile}" ${${_helpfilesvar}} --output ${CMAKE_CURRENT_BINARY_DIR}/${_lang}/ + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/C + COMMENT "Generating '${_lang}' help files" diff --git a/SOURCES/evolution-3.28.5-composer-extra-nl-url.patch b/SOURCES/evolution-3.28.5-composer-extra-nl-url.patch new file mode 100644 index 0000000..6486d36 --- /dev/null +++ b/SOURCES/evolution-3.28.5-composer-extra-nl-url.patch @@ -0,0 +1,66 @@ +diff -up evolution-3.28.5/src/e-util/test-html-editor-units-bugs.c.composer-extra-nl-url evolution-3.28.5/src/e-util/test-html-editor-units-bugs.c +--- evolution-3.28.5/src/e-util/test-html-editor-units-bugs.c.composer-extra-nl-url 2018-11-09 13:34:49.430164229 +0100 ++++ evolution-3.28.5/src/e-util/test-html-editor-units-bugs.c 2018-11-09 13:34:49.432164229 +0100 +@@ -1319,6 +1319,44 @@ test_issue_86 (TestFixture *fixture) + g_free (converted); + } + ++static void ++test_issue_103 (TestFixture *fixture) ++{ ++ #define LONG_URL "https://www.example.com/123456789012345678901234567890123456789012345678901234567890" ++ #define SHORTER_URL "https://www.example.com/1234567890123456789012345678901234567890" ++ #define SHORT_URL "https://www.example.com/" ++ ++ if (!test_utils_run_simple_test (fixture, ++ "mode:plain\n" ++ "type:before\\n" ++ LONG_URL "\\n" ++ "after\\n" ++ "prefix text " SHORTER_URL " suffix\\n" ++ "prefix " SHORT_URL " suffix\\n" ++ "end\n", ++ HTML_PREFIX "
" ++ "" HTML_SUFFIX, ++ "On Today, User wrote:\n" ++ "> normal text\n" ++ "> \n" ++ "> > level 1\n" ++ "> > level 1\n" ++ "> > > level 2\n" ++ "> > > level 2\n" ++ "> > > \n" ++ "> > > level 2\n" ++ "> > \n" ++ "> > level 1\n" ++ "> > level 1\n" ++ "> > \n" ++ "> > > > level 3\n" ++ "> > > > level 3\n" ++ "> > \n" ++ "> > > level 2\n" ++ "> > > level 2\n" ++ "> > \n" ++ "> > level 1\n" ++ "> \n" ++ "> back normal text")) ++ g_test_fail (); ++ ++ g_free (to_insert); ++ g_free (converted); ++} ++ + void + test_add_html_editor_bug_tests (void) + { +@@ -1234,4 +1348,5 @@ test_add_html_editor_bug_tests (void) + test_utils_add_test ("/bug/780088", test_bug_780088); + test_utils_add_test ("/bug/788829", test_bug_788829); + test_utils_add_test ("/bug/750636", test_bug_750636); ++ test_utils_add_test ("/issue/86", test_issue_86); + } +diff -up evolution-3.28.5/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c.composer-mangled-quotation evolution-3.28.5/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c +--- evolution-3.28.5/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c.composer-mangled-quotation 2018-07-30 15:37:05.000000000 +0200 ++++ evolution-3.28.5/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c 2018-11-09 13:29:06.551168971 +0100 +@@ -6230,7 +6230,6 @@ e_editor_dom_convert_content (EEditorPag + WEBKIT_DOM_NODE (content_wrapper), + WEBKIT_DOM_NODE (e_editor_dom_prepare_paragraph (editor_page, FALSE)), + NULL); +- + if (!cite_body) { + if (!empty) { + WebKitDOMNode *child; +@@ -8754,6 +8753,133 @@ adapt_to_editor_dom_changes (WebKitDOMDo + g_clear_object (&collection); + } + ++static void ++traverse_nodes_to_split_pre (WebKitDOMDocument *document, ++ WebKitDOMNode *node, ++ WebKitDOMNode *new_parent, /* can be NULL, then prepend to out_new_nodes */ ++ gboolean is_in_pre, ++ GSList **out_new_nodes) /* WebKitDOMNode * */ ++{ ++ if (is_in_pre && WEBKIT_DOM_IS_TEXT (node)) { ++ gchar *text; ++ ++ text = webkit_dom_text_get_whole_text (WEBKIT_DOM_TEXT (node)); ++ if (text) { ++ WebKitDOMElement *pre; ++ gint ii; ++ gchar **strv; ++ ++ strv = g_strsplit (text, "\n", -1); ++ ++ for (ii = 0; strv && strv[ii]; ii++) { ++ if (*(strv[ii])) { ++ gint len = strlen (strv[ii]); ++ ++ if (strv[ii][len - 1] == '\r') { ++ strv[ii][len - 1] = '\0'; ++ } ++ } ++ ++ /*normal text" ++ "" ++ "" ++ "" ++ "level 1" ++ "level 1" ++ "" ++ "" ++ "level 2" ++ "level 2" ++ "" ++ "level 2" ++ "" ++ "level 1" ++ "level 1" ++ "" ++ "" ++ "" ++ "" ++ "" ++ "level 3" ++ "level 3" ++ "" ++ "" ++ "" ++ "level 2" ++ "level 2" ++ "" ++ "level 1" ++ "" ++ "back normal text" ++ "
is shown as a block, thus adding a new line at the end behaves like two
-s */ ++ if (!*(strv[ii]) && !strv[ii + 1]) ++ break; ++ ++ pre = webkit_dom_document_create_element (document, "pre", NULL); ++ ++ if (*(strv[ii])) { ++ webkit_dom_html_element_set_inner_text (WEBKIT_DOM_HTML_ELEMENT (pre), strv[ii], NULL); ++ } else { ++ WebKitDOMElement *br; ++ ++ br = webkit_dom_document_create_element (document, "br", NULL); ++ webkit_dom_node_append_child (WEBKIT_DOM_NODE (pre), WEBKIT_DOM_NODE (br), NULL); ++ } ++ ++ if (new_parent) ++ webkit_dom_node_append_child (new_parent, WEBKIT_DOM_NODE (pre), NULL); ++ else ++ *out_new_nodes = g_slist_prepend (*out_new_nodes, pre); ++ } ++ ++ g_strfreev (strv); ++ } ++ ++ g_free (text); ++ } else if (WEBKIT_DOM_IS_HTML_PRE_ELEMENT (node)) { ++ is_in_pre = TRUE; ++ } else { ++ WebKitDOMNode *nd; ++ GError *error = NULL; ++ ++ nd = webkit_dom_node_clone_node_with_error (node, FALSE, &error); ++ if (nd) { ++ if (new_parent) ++ webkit_dom_node_append_child (new_parent, nd, NULL); ++ else ++ *out_new_nodes = g_slist_prepend (*out_new_nodes, nd); ++ ++ new_parent = nd; ++ } else { ++ g_warning ("%s: Failed to clone node %s: %s\n", G_STRFUNC, G_OBJECT_TYPE_NAME (node), error ? error->message : "Unknown error"); ++ } ++ } ++ ++ for (node = webkit_dom_node_get_first_child (node); ++ node; ++ node = webkit_dom_node_get_next_sibling (node)) { ++ traverse_nodes_to_split_pre (document, node, new_parent, is_in_pre, out_new_nodes); ++ } ++} ++ ++static void ++maybe_split_pre_paragraphs (WebKitDOMDocument *document) ++{ ++ WebKitDOMHTMLElement *body; ++ WebKitDOMNodeList *list; ++ ++ body = webkit_dom_document_get_body (document); ++ if (!body) ++ return; ++ ++ list = webkit_dom_document_query_selector_all (document, "pre", NULL); ++ if (webkit_dom_node_list_get_length (list)) { ++ WebKitDOMNode *body_node, *node, *current; ++ GSList *new_nodes = NULL, *to_remove = NULL, *link; ++ ++ g_clear_object (&list); ++ ++ body_node = WEBKIT_DOM_NODE (body); ++ webkit_dom_node_normalize (body_node); ++ ++ for (current = webkit_dom_node_get_first_child (body_node); ++ current; ++ current = webkit_dom_node_get_next_sibling (current)) { ++ traverse_nodes_to_split_pre (document, current, NULL, FALSE, &new_nodes); ++ to_remove = g_slist_prepend (to_remove, current); ++ } ++ ++ for (link = to_remove; link; link = g_slist_next (link)) { ++ node = link->data; ++ ++ webkit_dom_node_remove_child (body_node, node, NULL); ++ } ++ ++ /* They are in reverse order, thus reverse it */ ++ new_nodes = g_slist_reverse (new_nodes); ++ ++ for (link = new_nodes; link; link = g_slist_next (link)) { ++ node = link->data; ++ ++ webkit_dom_node_append_child (body_node, node, NULL); ++ } ++ ++ g_slist_free (to_remove); ++ g_slist_free (new_nodes); ++ } ++ ++ g_clear_object (&list); ++} ++ + void + e_editor_dom_process_content_after_load (EEditorPage *editor_page) + { +@@ -8803,60 +8929,8 @@ e_editor_dom_process_content_after_load + } + + goto out; +- } else { +- WebKitDOMNodeList *list; +- gulong ii; +- +- list = webkit_dom_document_query_selector_all (document, "pre", NULL); +- for (ii = webkit_dom_node_list_get_length (list); ii--;) { +- WebKitDOMNode *node = webkit_dom_node_list_item (list, ii), *parent; +- WebKitDOMElement *element; +- gchar *inner_html; +- +- element = WEBKIT_DOM_ELEMENT (node); +- parent = webkit_dom_node_get_parent_node (node); +- inner_html = webkit_dom_element_get_inner_html (element); +- +- if (inner_html && *inner_html) { +- gchar **strv; +- +- strv = g_strsplit (inner_html, "\n", -1); +- if (strv && strv[0] && strv[1]) { +- WebKitDOMElement *pre; +- gint jj; +- +- for (jj = 0; strv[jj]; jj++) { +- pre = webkit_dom_document_create_element (document, "pre", NULL); +- if (*(strv[jj])) { +- gint len = strlen (strv[jj]); +- +- if (strv[jj][len - 1] == '\r') { +- strv[jj][len - 1] = '\0'; +- } +- } +- +- if (*(strv[jj])) { +- webkit_dom_html_element_set_inner_html (WEBKIT_DOM_HTML_ELEMENT (pre), strv[jj], NULL); +- } else { +- WebKitDOMElement *br; +- +- br = webkit_dom_document_create_element (document, "br", NULL); +- webkit_dom_node_append_child (WEBKIT_DOM_NODE (pre), WEBKIT_DOM_NODE (br), NULL); +- } +- +- webkit_dom_node_insert_before (parent, WEBKIT_DOM_NODE (pre), node, NULL); +- } +- +- remove_node (node); +- } +- +- g_strfreev (strv); +- } +- +- g_free (inner_html); +- } +- +- g_clear_object (&list); ++ } else if (!webkit_dom_element_has_attribute (WEBKIT_DOM_ELEMENT (body), "data-evo-draft")) { ++ maybe_split_pre_paragraphs (document); + } + + adapt_to_editor_dom_changes (document); diff --git a/SOURCES/evolution-3.28.5-config-lookup-crash.patch b/SOURCES/evolution-3.28.5-config-lookup-crash.patch new file mode 100644 index 0000000..3453251 --- /dev/null +++ b/SOURCES/evolution-3.28.5-config-lookup-crash.patch @@ -0,0 +1,37 @@ +diff --git a/src/e-util/e-collection-account-wizard.c b/src/e-util/e-collection-account-wizard.c +index 49b1ac4a96..84ccd3fd53 100644 +--- a/src/e-util/e-collection-account-wizard.c ++++ b/src/e-util/e-collection-account-wizard.c +@@ -1858,8 +1858,6 @@ collection_account_wizard_dispose (GObject *object) + wizard->priv->store_passwords = NULL; + } + +- g_warn_if_fail (wizard->priv->running_result == NULL); +- + if (wizard->priv->running_result) { + e_simple_async_result_complete_idle (wizard->priv->running_result); + g_clear_object (&wizard->priv->running_result); +diff --git a/src/e-util/e-config-lookup.c b/src/e-util/e-config-lookup.c +index d0eff38ef2..3b68fa6876 100644 +--- a/src/e-util/e-config-lookup.c ++++ b/src/e-util/e-config-lookup.c +@@ -277,6 +277,11 @@ config_lookup_dispose (GObject *object) + + e_config_lookup_cancel_all (config_lookup); + ++ if (config_lookup->priv->pool) { ++ g_thread_pool_free (config_lookup->priv->pool, TRUE, TRUE); ++ config_lookup->priv->pool = NULL; ++ } ++ + g_mutex_lock (&config_lookup->priv->property_lock); + + g_clear_object (&config_lookup->priv->run_cancellable); +@@ -305,7 +310,6 @@ config_lookup_finalize (GObject *object) + EConfigLookup *config_lookup = E_CONFIG_LOOKUP (object); + + g_slist_free_full (config_lookup->priv->results, g_object_unref); +- g_thread_pool_free (config_lookup->priv->pool, TRUE, FALSE); + g_mutex_clear (&config_lookup->priv->property_lock); + + /* Chain up to parent's method. */ diff --git a/SOURCES/evolution-3.28.5-gala11yetableitem-ref-child.patch b/SOURCES/evolution-3.28.5-gala11yetableitem-ref-child.patch new file mode 100644 index 0000000..d4ecebf --- /dev/null +++ b/SOURCES/evolution-3.28.5-gala11yetableitem-ref-child.patch @@ -0,0 +1,200 @@ +From d928258bb4f3e21973089183463c4dab11558b73 Mon Sep 17 00:00:00 2001 +From: Milan Crha+Date: Wed, 18 Sep 2019 14:12:44 +0200 +Subject: I#624 - GalA11yETableItem: Incorrect implementation of + AtkObjectClass::ref_child() + +Closes https://gitlab.gnome.org/GNOME/evolution/issues/624 + +diff --git a/src/e-util/gal-a11y-e-table-item.c b/src/e-util/gal-a11y-e-table-item.c +index cf06fb3f4f..be302ed09d 100644 +--- a/src/e-util/gal-a11y-e-table-item.c ++++ b/src/e-util/gal-a11y-e-table-item.c +@@ -61,6 +61,7 @@ struct _GalA11yETableItemPrivate { + ESelectionModel *selection; + AtkStateSet *state_set; + GtkWidget *widget; ++ GHashTable *a11y_column_headers; /* ETableCol * ~> GalA11yETableColumnHeader * */ + }; + + static gboolean gal_a11y_e_table_item_ref_selection (GalA11yETableItem *a11y, +@@ -124,6 +125,11 @@ item_finalized (gpointer user_data, + if (priv->selection) + gal_a11y_e_table_item_unref_selection (a11y); + ++ if (priv->columns) { ++ free_columns (priv->columns); ++ priv->columns = NULL; ++ } ++ + g_object_unref (a11y); + } + +@@ -273,11 +279,60 @@ eti_a11y_reset_focus_object (GalA11yETableItem *a11y, + g_signal_emit_by_name (a11y, "active-descendant-changed", cell); + } + ++static void eti_column_header_a11y_gone (gpointer user_data, GObject *a11y_col_header); ++ ++static void ++eti_table_column_gone (gpointer user_data, ++ GObject *col) ++{ ++ GalA11yETableItem *a11y = user_data; ++ GalA11yETableItemPrivate *priv; ++ GalA11yETableColumnHeader *a11y_col_header; ++ ++ g_return_if_fail (GAL_A11Y_IS_E_TABLE_ITEM (a11y)); ++ ++ priv = GET_PRIVATE (a11y); ++ ++ a11y_col_header = g_hash_table_lookup (priv->a11y_column_headers, col); ++ g_hash_table_remove (priv->a11y_column_headers, col); ++ ++ if (a11y_col_header) ++ g_object_weak_unref (G_OBJECT (a11y_col_header), eti_column_header_a11y_gone, a11y); ++} ++ ++static void ++eti_column_header_a11y_gone (gpointer user_data, ++ GObject *a11y_col_header) ++{ ++ GalA11yETableItem *a11y = user_data; ++ GalA11yETableItemPrivate *priv; ++ GHashTableIter iter; ++ gpointer key, value; ++ ++ g_return_if_fail (GAL_A11Y_IS_E_TABLE_ITEM (a11y)); ++ ++ priv = GET_PRIVATE (a11y); ++ ++ g_hash_table_iter_init (&iter, priv->a11y_column_headers); ++ while (g_hash_table_iter_next (&iter, &key, &value)) { ++ ETableCol *col = key; ++ GalA11yETableColumnHeader *stored_a11y_col_header = value; ++ ++ if (((GObject *) stored_a11y_col_header) == a11y_col_header) { ++ g_object_weak_unref (G_OBJECT (col), eti_table_column_gone, a11y); ++ g_hash_table_remove (priv->a11y_column_headers, col); ++ break; ++ } ++ } ++} ++ + static void + eti_dispose (GObject *object) + { + GalA11yETableItem *a11y = GAL_A11Y_E_TABLE_ITEM (object); + GalA11yETableItemPrivate *priv = GET_PRIVATE (a11y); ++ GHashTableIter iter; ++ gpointer key, value; + + if (priv->columns) { + free_columns (priv->columns); +@@ -289,10 +344,35 @@ eti_dispose (GObject *object) + priv->item = NULL; + } + ++ g_clear_object (&priv->state_set); ++ ++ g_hash_table_iter_init (&iter, priv->a11y_column_headers); ++ while (g_hash_table_iter_next (&iter, &key, &value)) { ++ ETableCol *col = key; ++ GalA11yETableColumnHeader *a11y_col_header = value; ++ ++ g_object_weak_unref (G_OBJECT (col), eti_table_column_gone, a11y); ++ g_object_weak_unref (G_OBJECT (a11y_col_header), eti_column_header_a11y_gone, a11y); ++ } ++ ++ g_hash_table_remove_all (priv->a11y_column_headers); ++ + if (parent_class->dispose) + parent_class->dispose (object); + } + ++static void ++eti_finalize (GObject *object) ++{ ++ GalA11yETableItem *a11y = GAL_A11Y_E_TABLE_ITEM (object); ++ GalA11yETableItemPrivate *priv = GET_PRIVATE (a11y); ++ ++ g_hash_table_destroy (priv->a11y_column_headers); ++ ++ if (parent_class->finalize) ++ parent_class->finalize (object); ++} ++ + /* Static functions */ + static gint + eti_get_n_children (AtkObject *accessible) +@@ -318,12 +398,24 @@ eti_ref_child (AtkObject *accessible, + return NULL; + + if (index < item->cols) { ++ GalA11yETableItemPrivate *priv = GET_PRIVATE (accessible); + ETableCol *ecol; + AtkObject *child; + + ecol = e_table_header_get_column (item->header, index); +- child = gal_a11y_e_table_column_header_new (ecol, item, accessible); +- return child; ++ child = g_hash_table_lookup (priv->a11y_column_headers, ecol); ++ ++ if (!child) { ++ child = gal_a11y_e_table_column_header_new (ecol, item, accessible); ++ if (child) { ++ g_hash_table_insert (priv->a11y_column_headers, ecol, child); ++ ++ g_object_weak_ref (G_OBJECT (ecol), eti_table_column_gone, accessible); ++ g_object_weak_ref (G_OBJECT (child), eti_column_header_a11y_gone, accessible); ++ } ++ } ++ ++ return child ? g_object_ref (child) : NULL; + } + index -= item->cols; + +@@ -966,6 +1058,7 @@ eti_header_structure_changed (ETableHeader *eth, + g_free (state); + g_free (reorder); + g_free (prev_state); ++ free_columns (cols); + return; + } + +@@ -1051,6 +1144,7 @@ eti_class_init (GalA11yETableItemClass *class) + parent_class = g_type_class_ref (PARENT_TYPE); + + object_class->dispose = eti_dispose; ++ object_class->finalize = eti_finalize; + + atk_object_class->get_n_children = eti_get_n_children; + atk_object_class->ref_child = eti_ref_child; +@@ -1069,6 +1163,7 @@ eti_init (GalA11yETableItem *a11y) + priv->selection_row_changed_id = 0; + priv->cursor_changed_id = 0; + priv->selection = NULL; ++ priv->a11y_column_headers = g_hash_table_new (g_direct_hash, g_direct_equal); + } + + /* atk selection */ +@@ -1189,14 +1284,17 @@ gal_a11y_e_table_item_new (ETableItem *item) + + accessible = ATK_OBJECT (a11y); + +- GET_PRIVATE (a11y)->item = item; + /* Initialize cell data. */ + GET_PRIVATE (a11y)->cols = item->cols; + GET_PRIVATE (a11y)->rows = item->rows >= 0 ? item->rows : 0; + + GET_PRIVATE (a11y)->columns = e_table_header_get_columns (item->header); +- if (GET_PRIVATE (a11y)->columns == NULL) ++ if (GET_PRIVATE (a11y)->columns == NULL) { ++ g_clear_object (&a11y); + return NULL; ++ } ++ ++ GET_PRIVATE (a11y)->item = item; + + g_signal_connect ( + item, "selection_model_removed", diff --git a/SOURCES/evolution-3.28.5-intltool-cache.patch b/SOURCES/evolution-3.28.5-intltool-cache.patch new file mode 100644 index 0000000..2476af2 --- /dev/null +++ b/SOURCES/evolution-3.28.5-intltool-cache.patch @@ -0,0 +1,42 @@ +From f315ca6a601e77220323bff4ac7782b54c862a0c Mon Sep 17 00:00:00 2001 +From: Milan Crha +Date: Tue, 30 Oct 2018 15:50:58 +0100 +Subject: [PATCH] Make sure intltool-merge cache is created only once + +Similar to https://gitlab.gnome.org/GNOME/evolution/issues/196 +when intltool-merge is called in parallel, it could either rewrite +the ongoing attempt to build it or use an incomplete data, which +results in broken output files (.desktop, .metainfo and so on). +This change ensures the intltool-merge cache is created only once +and any other requests which would use it will wait until it's created. +--- + cmake/modules/FindIntltool.cmake | 11 ++++++++++- + 1 file changed, 10 insertions(+), 1 deletion(-) + +diff --git a/cmake/modules/FindIntltool.cmake b/cmake/modules/FindIntltool.cmake +index 2cda2549eb..8e223e9d7f 100644 +--- a/cmake/modules/FindIntltool.cmake ++++ b/cmake/modules/FindIntltool.cmake +@@ -176,9 +176,18 @@ macro(intltool_merge _in_filename _out_filename) + DEPENDS ${_in} + ) + else(_has_no_translations) ++ if(NOT TARGET intltool-merge-cache) ++ add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/po/.intltool-merge-cache ++ COMMAND ${INTLTOOL_MERGE} ${_args} --quiet --cache="${CMAKE_BINARY_DIR}/po/.intltool-merge-cache" "${GETTEXT_PO_DIR}" "${_in}" "${_out}" ++ DEPENDS ${_in} ++ ) ++ add_custom_target(intltool-merge-cache ALL ++ DEPENDS ${CMAKE_BINARY_DIR}/po/.intltool-merge-cache) ++ endif(NOT TARGET intltool-merge-cache) ++ + add_custom_command(OUTPUT ${_out} + COMMAND ${INTLTOOL_MERGE} ${_args} --quiet --cache="${CMAKE_BINARY_DIR}/po/.intltool-merge-cache" "${GETTEXT_PO_DIR}" "${_in}" "${_out}" +- DEPENDS ${_in} ++ DEPENDS ${_in} intltool-merge-cache + ) + endif(_has_no_translations) + endmacro(intltool_merge) +-- +2.18.1 + diff --git a/SOURCES/evolution-3.28.5-task-memo-list-deselect.patch b/SOURCES/evolution-3.28.5-task-memo-list-deselect.patch new file mode 100644 index 0000000..99a7014 --- /dev/null +++ b/SOURCES/evolution-3.28.5-task-memo-list-deselect.patch @@ -0,0 +1,46 @@ +diff -up evolution-3.28.5/src/modules/calendar/e-cal-base-shell-sidebar.c.task-memo-list-deselect evolution-3.28.5/src/modules/calendar/e-cal-base-shell-sidebar.c +--- evolution-3.28.5/src/modules/calendar/e-cal-base-shell-sidebar.c.task-memo-list-deselect 2018-07-30 15:37:05.000000000 +0200 ++++ evolution-3.28.5/src/modules/calendar/e-cal-base-shell-sidebar.c 2019-03-07 17:47:19.948348049 +0100 +@@ -296,6 +296,7 @@ typedef struct _OpenClientData { + ECalBaseShellSidebar *sidebar; + ESource *source; + EClient *client; ++ gboolean was_cancelled; + } OpenClientData; + + static void +@@ -304,9 +305,14 @@ open_client_data_free (gpointer pdata) + OpenClientData *data = pdata; + + if (data) { ++ /* To free the cancellable in the 'value' pair, which is useless now */ ++ g_hash_table_insert (data->sidebar->priv->selected_uids, ++ g_strdup (e_source_get_uid (data->source)), ++ NULL); ++ + if (data->client) { + g_signal_emit (data->sidebar, signals[CLIENT_OPENED], 0, data->client); +- } else { ++ } else if (!data->was_cancelled) { + ESourceSelector *selector = e_cal_base_shell_sidebar_get_selector (data->sidebar); + e_source_selector_unselect_source (selector, data->source); + } +@@ -333,6 +339,7 @@ e_cal_base_shell_sidebar_open_client_thr + selector = E_CLIENT_SELECTOR (e_cal_base_shell_sidebar_get_selector (data->sidebar)); + data->client = e_client_selector_get_client_sync ( + selector, data->source, TRUE, (guint32) -1, cancellable, &local_error); ++ data->was_cancelled = g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_CANCELLED); + + e_util_propagate_open_source_job_error (job_data, data->extension_name, local_error, error); + } +@@ -350,6 +357,10 @@ e_cal_base_shell_sidebar_ensure_source_o + g_return_if_fail (E_IS_CAL_BASE_SHELL_SIDEBAR (sidebar)); + g_return_if_fail (E_IS_SOURCE (source)); + ++ /* Skip it when it's already opening or opened */ ++ if (g_hash_table_contains (sidebar->priv->selected_uids, e_source_get_uid (source))) ++ return; ++ + shell_view = e_shell_sidebar_get_shell_view (E_SHELL_SIDEBAR (sidebar)); + + switch (e_cal_base_shell_view_get_source_type (shell_view)) { diff --git a/SPECS/evolution.spec b/SPECS/evolution.spec new file mode 100644 index 0000000..8e10827 --- /dev/null +++ b/SPECS/evolution.spec @@ -0,0 +1,3173 @@ +%global _changelog_trimtime %(date +%s -d "1 year ago") + +# correct Obsoletes for evolution-tests when this is changed +%global enable_installed_tests 0 + +%define glib2_version 2.46.0 +%define gtk3_version 3.10.0 +%define gnome_autoar_version 0.1.1 +%define gnome_desktop_version 2.91.3 +%define intltool_version 0.35.5 +%define libgdata_version 0.10.0 +%define libgweather_version 3.5.0 +%define libsoup_version 2.42 +%define webkit2gtk_version 2.13.90 + +%define last_anjal_version 0.3.2-3 +%define last_libgal2_version 2:2.5.3-2 +%define last_evo_nm_version 3.5.0 +%define last_evo_perl_version 3.21.90 + +%define ldap_support 1 +%define libnotify_support 1 +%define libpst_support 1 + +# Coverity scan can override this to 0, to skip checking in gtk-doc generated code +%{!?with_docs: %global with_docs 1} + +%define evo_plugin_dir %{_libdir}/evolution/plugins + +### Abstract ### + +Name: evolution +Version: 3.28.5 +Release: 6%{?dist} +Group: Applications/Productivity +Summary: Mail and calendar client for GNOME +License: GPLv2+ and GFDL +URL: https://wiki.gnome.org/Apps/Evolution +Source: http://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz + +Obsoletes: anjal <= %{last_anjal_version} +Obsoletes: libgal2 <= %{last_libgal2_version} +Obsoletes: evolution-NetworkManager < %{last_evo_nm_version} +Obsoletes: evolution-perl < %{last_evo_perl_version} + +%if !%{enable_installed_tests} +Obsoletes: evolution-tests <= 3.28.5 +%endif + +%global eds_version %{version} + +### Patches ### + +Patch01: evolution-3.28.2-cmake-version.patch + +# RH-bug #1613813 +Patch02: evolution-3.28.5-config-lookup-crash.patch + +# RH bug #1624834 +Patch03: evolution-3.28.5-composer-mangled-quotation.patch + +# RH bug #1624866 +Patch04: evolution-3.28.5-composer-extra-nl-url.patch + +# RH bug #1634660 +Patch05: evolution-3.28.5-task-memo-list-deselect.patch + +# RH bug #1686614 +Patch06: evolution-3.28.5-intltool-cache.patch + +# RH bug #1753122 +Patch07: evolution-3.28.5-gala11yetableitem-ref-child.patch + +## Dependencies ### + +Requires: evolution-data-server >= %{eds_version} +Requires: gvfs +Requires: gtkspell3 +Requires: highlight +Requires: %{name}-langpacks = %{version}-%{release} + +### Build Dependencies ### + +BuildRequires: cmake +BuildRequires: gcc +BuildRequires: gettext +BuildRequires: gtk-doc +BuildRequires: highlight +BuildRequires: intltool >= %{intltool_version} +BuildRequires: itstool +BuildRequires: pkgconfig +BuildRequires: yelp-tools + +BuildRequires: pkgconfig(atk) +BuildRequires: pkgconfig(cairo-gobject) +BuildRequires: pkgconfig(camel-1.2) >= %{eds_version} +BuildRequires: pkgconfig(enchant) +BuildRequires: pkgconfig(gail-3.0) >= %{gtk3_version} +BuildRequires: pkgconfig(gcr-3) +BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version} +BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version} +#BuildRequires: pkgconfig(gnome-autoar-0) >= %%{gnome_autoar_version} +#BuildRequires: pkgconfig(gnome-autoar-gtk-0) >= %%{gnome_autoar_version} +BuildRequires: pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop_version} +BuildRequires: pkgconfig(gsettings-desktop-schemas) +BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version} +BuildRequires: pkgconfig(gtkspell3-3.0) +BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version} +BuildRequires: pkgconfig(iso-codes) +BuildRequires: pkgconfig(libcanberra-gtk3) +BuildRequires: pkgconfig(libebackend-1.2) >= %{eds_version} +BuildRequires: pkgconfig(libebook-1.2) >= %{eds_version} +BuildRequires: pkgconfig(libecal-1.2) >= %{eds_version} +BuildRequires: pkgconfig(libedataserver-1.2) >= %{eds_version} +BuildRequires: pkgconfig(libedataserverui-1.2) >= %{eds_version} +BuildRequires: pkgconfig(libgdata) >= %{libgdata_version} +BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version} +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(nspr) +BuildRequires: pkgconfig(nss) +BuildRequires: pkgconfig(shared-mime-info) +BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk_version} +BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= %{webkit2gtk_version} + +%if %{ldap_support} +BuildRequires: openldap-devel >= 2.0.11 +%endif + +%if %{libnotify_support} +BuildRequires: pkgconfig(libnotify) +%endif + +%if %{libpst_support} +BuildRequires: pkgconfig(libpst) +%endif + +%description +Evolution is the GNOME mailer, calendar, contact manager and +communications tool. The components which make up Evolution +are tightly integrated with one another and act as a seamless +personal information-management tool. + +%package devel +Group: Development/Libraries +Summary: Development files for building against %{name} +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig(camel-1.2) >= %{eds_version} +Requires: pkgconfig(enchant) +Requires: pkgconfig(gtk+-3.0) >= %{gtk3_version} +Requires: pkgconfig(gtkspell3-3.0) +Requires: pkgconfig(gweather-3.0) >= %{libgweather_version} +Requires: pkgconfig(libebackend-1.2) >= %{eds_version} +Requires: pkgconfig(libebook-1.2) >= %{eds_version} +Requires: pkgconfig(libecal-1.2) >= %{eds_version} +Requires: pkgconfig(libedataserver-1.2) >= %{eds_version} +Requires: pkgconfig(libgdata) >= %{libgdata_version} +Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version} +Requires: pkgconfig(libxml-2.0) +Obsoletes: libgal2-devel <= %{last_libgal2_version} + +%description devel +Development files needed for building things which link against %{name}. + +%package devel-docs +Summary: Developer documentation for Evolution +Group: Development/Libraries +Requires: devhelp +Requires: %{name}-devel = %{version}-%{release} +BuildArch: noarch + +%description devel-docs +This package contains developer documentation for Evolution. + +%package langpacks +Summary: Translations for %{name} +BuildArch: noarch +Requires: %{name} = %{version}-%{release} + +%description langpacks +This package contains translations for %{name}. + +%if %{with_docs} +%package help +Group: Applications/Productivity +Summary: Help files for %{name} +Requires: %{name} = %{version}-%{release} +Requires: yelp +BuildArch: noarch + +%description help +This package contains user documentation for %{name}. +%endif + +%package bogofilter +Group: Applications/Productivity +Summary: Bogofilter plugin for Evolution +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: bogofilter +BuildRequires: bogofilter + +%description bogofilter +This package contains the plugin to filter junk mail using Bogofilter. + +%package spamassassin +Group: Applications/Productivity +Summary: SpamAssassin plugin for Evolution +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: spamassassin +BuildRequires: spamassassin + +%description spamassassin +This package contains the plugin to filter junk mail using SpamAssassin. + +%if %{libpst_support} +%package pst +Group: Applications/Productivity +Summary: PST importer plugin for Evolution +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description pst +This package contains the plugin to import Microsoft Personal Storage Table +(PST) files used by Microsoft Outlook and Microsoft Exchange. +%endif + +%if %{enable_installed_tests} +%package tests +Summary: Tests for the %{name} package +Group: Development/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description tests +The %{name}-tests package contains tests that can be used to verify +the functionality of the installed %{name} package. +%endif + +%prep +%setup -q -n evolution-%{version} + +%patch01 -p1 -b .cmake-version +%patch02 -p1 -b .config-lookup-crash +%patch03 -p1 -b .composer-mangled-quotation +%patch04 -p1 -b .composer-extra-nl-url +%patch05 -p1 -b .task-memo-list-deselect +%patch06 -p1 -b .intltool-cache +%patch07 -p1 -b .gala11yetableitem-ref-child + +# Remove the welcome email from Novell +for inbox in src/mail/default/*/Inbox; do + echo -n "" > $inbox +done + +%build + +mkdir -p _build +cd _build + +# define all of our flags, this is kind of ugly :( +%if %{ldap_support} +%define ldap_flags -DWITH_OPENLDAP=ON +%else +%define ldap_flags -DWITH_OPENLDAP=OFF +%endif + +%define ssl_flags -DENABLE_SMIME=ON + +if ! pkg-config --exists nss; then + echo "Unable to find suitable version of mozilla nss to use!" + exit 1 +fi + +%if %{with_docs} +%define gtkdoc_flags -DENABLE_GTK_DOC=ON -DWITH_HELP=ON +%else +%define gtkdoc_flags -DENABLE_GTK_DOC=OFF -DWITH_HELP=OFF +%endif + +%if %{enable_installed_tests} +%define tests_flags -DENABLE_INSTALLED_TESTS=ON +%else +%define tests_flags -DENABLE_INSTALLED_TESTS=OFF +%endif + +CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated-declarations"; export CFLAGS + +%cmake -G "Unix Makefiles" \ + -DENABLE_MAINTAINER_MODE=OFF \ + -DVERSION_SUBSTRING=" (%{version}-%{release})" \ + %ldap_flags %ssl_flags %gtkdoc_flags %tests_flags \ + -DENABLE_PLUGINS=all \ + -DENABLE_AUTOAR=OFF \ + -DENABLE_YTNEF=OFF \ + .. + +make %{?_smp_mflags} + +%if %{with_docs} + +cd .. + +# Replace identical images in the help by links. +# This reduces the RPM size by several megabytes. +helpdir=$RPM_BUILD_ROOT%{_datadir}/gnome/help/%{name} +for f in $helpdir/C/figures/*.png; do + b="$(basename $f)" + for d in $helpdir/*; do + if [ -d "$d" -a "$d" != "$helpdir/C" ]; then + g="$d/figures/$b" + if [ -f "$g" ]; then + if cmp -s $f $g; then + rm "$g"; ln -s "../../C/figures/$b" "$g" + fi + fi + fi + done +done + +# %%{with_docs} +%endif + +%install +rm -rf $RPM_BUILD_ROOT +cd _build +make DESTDIR=$RPM_BUILD_ROOT install + +%find_lang evolution --all-name --with-gnome + +grep "/usr/share/locale" evolution.lang > translations.lang +%if %{with_docs} +grep -v "/usr/share/locale" evolution.lang > help.lang +%endif + +%post +/sbin/ldconfig +/usr/bin/update-desktop-database &> /dev/null || : +touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : + +%postun +/sbin/ldconfig +/usr/bin/update-desktop-database &> /dev/null || : +if [ $1 -eq 0 ] ; then + touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : + gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : + glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : +fi + +%posttrans +gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : +glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : + +%files +%license COPYING +%doc AUTHORS NEWS README + +# GSettings schemas: +%{_datadir}/GConf/gsettings/evolution.convert + +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.addressbook.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.calendar.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.mail.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.importer.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.bogofilter.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.text-highlight.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.attachment-reminder.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.autocontacts.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.email-custom-header.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.external-editor.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.face-picture.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.itip.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.mail-notification.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.prefer-plain.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.publish-calendar.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.templates.gschema.xml + +# The main executable +%{_bindir}/evolution + +%{_datadir}/metainfo/org.gnome.Evolution.appdata.xml + +# Desktop files: +%{_datadir}/applications/org.gnome.Evolution.desktop +%{_sysconfdir}/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop + +# Icons: +%{_datadir}/icons/hicolor/16x16/apps/* +%{_datadir}/icons/hicolor/22x22/apps/* +%{_datadir}/icons/hicolor/24x24/apps/* +%{_datadir}/icons/hicolor/32x32/apps/* +%{_datadir}/icons/hicolor/48x48/apps/* +%{_datadir}/icons/hicolor/256x256/apps/* +%{_datadir}/icons/hicolor/symbolic/apps/* + +# The main data directory +# (have not attempted to split this up into an explicit list) +%dir %{_datadir}/evolution +%{_datadir}/evolution + +# Modules: +%dir %{_libdir}/evolution +%dir %{_libdir}/evolution/modules +%{_libdir}/evolution/modules/module-accounts-window.so +%{_libdir}/evolution/modules/module-addressbook.so +%{_libdir}/evolution/modules/module-backup-restore.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 +%{_libdir}/evolution/modules/module-composer-autosave.so +%{_libdir}/evolution/modules/module-composer-to-meeting.so +%{_libdir}/evolution/modules/module-config-lookup.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 +%{_libdir}/evolution/modules/module-mailto-handler.so +%{_libdir}/evolution/modules/module-mdn.so +%{_libdir}/evolution/modules/module-offline-alert.so +%{_libdir}/evolution/modules/module-prefer-plain.so +%{_libdir}/evolution/modules/module-plugin-lib.so +%{_libdir}/evolution/modules/module-plugin-manager.so +%{_libdir}/evolution/modules/module-settings.so +%{_libdir}/evolution/modules/module-startup-wizard.so +%{_libdir}/evolution/modules/module-text-highlight.so +%{_libdir}/evolution/modules/module-vcard-inline.so +%{_libdir}/evolution/modules/module-webkit-editor.so +%{_libdir}/evolution/modules/module-webkit-inspector.so + +# Shared libraries: +%{_libdir}/evolution/libevolution-mail-composer.so +%{_libdir}/evolution/libeabutil.so +%{_libdir}/evolution/libeabwidgets.so +%{_libdir}/evolution/libecontacteditor.so +%{_libdir}/evolution/libecontactlisteditor.so +%{_libdir}/evolution/libecontactprint.so +%{_libdir}/evolution/libedomutils.so +%{_libdir}/evolution/libemail-engine.so +%{_libdir}/evolution/libevolution-mail-formatter.so +%{_libdir}/evolution/libevolution-shell.so +%{_libdir}/evolution/libessmime.so +%{_libdir}/evolution/libevolution-util.so +%{_libdir}/evolution/libevolution-addressbook-importers.so +%{_libdir}/evolution/libevolution-calendar.so +%{_libdir}/evolution/libevolution-calendar-importers.so +%{_libdir}/evolution/libevolution-mail-importers.so +%{_libdir}/evolution/libevolution-mail.so +%{_libdir}/evolution/libevolution-smime.so +%{_libdir}/evolution/libgnomecanvas.so + +# WebKit2 Extensions +%{_libdir}/evolution/web-extensions/libewebextension.so +%{_libdir}/evolution/web-extensions/module-itip-formatter-webextension.so +%{_libdir}/evolution/web-extensions/webkit-editor/module-webkit-editor-webextension.so + +# Various libexec programs: +%dir %{_libexecdir}/evolution +%{_libexecdir}/evolution/evolution-alarm-notify +%{_libexecdir}/evolution/evolution-backup +%{_libexecdir}/evolution/killev + +# The plugin directory: +%dir %{evo_plugin_dir} + +# The various plugins follow; they are all part of the main package: +# (note that there are various resources such as ui and pixmap files that +# are built as part of specific plugins but which are currently packaged using +# globs above; the purpose of the separation below is to be more explicit about +# which plugins we ship) +%{evo_plugin_dir}/org-gnome-evolution-attachment-reminder.eplug +%{evo_plugin_dir}/liborg-gnome-evolution-attachment-reminder.so + +%{evo_plugin_dir}/org-gnome-email-custom-header.eplug +%{evo_plugin_dir}/liborg-gnome-email-custom-header.so + +%{evo_plugin_dir}/org-gnome-evolution-bbdb.eplug +%{evo_plugin_dir}/liborg-gnome-evolution-bbdb.so + +%{evo_plugin_dir}/org-gnome-external-editor.eplug +%{evo_plugin_dir}/liborg-gnome-external-editor.so + +%{evo_plugin_dir}/org-gnome-face.eplug +%{evo_plugin_dir}/liborg-gnome-face.so + +%{evo_plugin_dir}/org-gnome-mailing-list-actions.eplug +%{evo_plugin_dir}/liborg-gnome-mailing-list-actions.so + +%{evo_plugin_dir}/org-gnome-mail-notification.eplug +%{evo_plugin_dir}/liborg-gnome-mail-notification.so + +%{evo_plugin_dir}/org-gnome-mail-to-task.eplug +%{evo_plugin_dir}/liborg-gnome-mail-to-task.so + +%{evo_plugin_dir}/org-gnome-prefer-plain.eplug +%{evo_plugin_dir}/liborg-gnome-prefer-plain.so + +%{evo_plugin_dir}/org-gnome-publish-calendar.eplug +%{evo_plugin_dir}/liborg-gnome-publish-calendar.so + +%{evo_plugin_dir}/org-gnome-save-calendar.eplug +%{evo_plugin_dir}/liborg-gnome-save-calendar.so + +%{evo_plugin_dir}/org-gnome-templates.eplug +%{evo_plugin_dir}/liborg-gnome-templates.so + +%{evo_plugin_dir}/org-gnome-dbx-import.eplug +%{evo_plugin_dir}/liborg-gnome-dbx-import.so + + +%files devel +%{_includedir}/evolution +%{_libdir}/pkgconfig/evolution-calendar-3.0.pc +%{_libdir}/pkgconfig/evolution-mail-3.0.pc +%{_libdir}/pkgconfig/evolution-shell-3.0.pc +%{_libdir}/pkgconfig/libemail-engine.pc + +%files devel-docs +%doc %{_datadir}/gtk-doc/html/evolution-mail-composer +%doc %{_datadir}/gtk-doc/html/evolution-mail-engine +%doc %{_datadir}/gtk-doc/html/evolution-mail-formatter +%doc %{_datadir}/gtk-doc/html/evolution-shell +%doc %{_datadir}/gtk-doc/html/evolution-util + +%files langpacks -f _build/translations.lang + +%if %{with_docs} +%files help -f _build/help.lang +%endif + +%files bogofilter +%{_libdir}/evolution/modules/module-bogofilter.so +%{_datadir}/metainfo/org.gnome.Evolution-bogofilter.metainfo.xml + +%files spamassassin +%{_libdir}/evolution/modules/module-spamassassin.so +%{_datadir}/metainfo/org.gnome.Evolution-spamassassin.metainfo.xml + +%if %{libpst_support} +%files pst +%{_datadir}/metainfo/org.gnome.Evolution-pst.metainfo.xml +%{evo_plugin_dir}/org-gnome-pst-import.eplug +%{evo_plugin_dir}/liborg-gnome-pst-import.so +%endif + +%if %{enable_installed_tests} +%files tests +%{_libexecdir}/%{name}/installed-tests +%{_datadir}/installed-tests +%endif + +%changelog +* Wed Sep 18 2019 Milan Crha - 3.28.5-6 +- Add patch for RH bug #1753122 (GalA11yETableItem: Incorrect implementation of AtkObjectClass::ref_child()) + +* Fri Mar 08 2019 Milan Crha - 3.28.5-5 +- Add patch for RH bug #1686614 (Make sure intltool-merge cache is created only once) + +* Thu Mar 07 2019 Milan Crha - 3.28.5-4 +- Add patch for RH bug #1634660 (Deselects task/memo list when started in Calendar view) +- Disable and obsolete tests subpackage (RH bug #1638479) + +* Fri Nov 09 2018 Milan Crha - 3.28.5-3 +- Add patch for RH bug #1624834 (Quoting of plain text mail into HTML mode mangles deeper levels) +- Add patch for RH bug #1624866 (Extra new line added in front of long URLs) + +* Thu Aug 23 2018 Milan Crha - 3.28.5-2 +- Add patch for RH bug #1613813 (Crash under config_lookup_thread() at e-config-lookup.c:179) + +* Mon Jul 30 2018 Milan Crha - 3.28.5-1 +- Update to 3.28.5 + +* Mon Jul 16 2018 Milan Crha - 3.28.4-1 +- Update to 3.28.4 +- Remove patch for GNOME bug #796174 (fixed upstream) + +* Tue Jun 19 2018 Milan Crha - 3.28.3-2 +- Add patch for GNOME bug #796174 (strcat() considered unsafe for buffer overflow) + +* Mon Jun 18 2018 Milan Crha - 3.28.3-1 +- Update to 3.28.3 + +* Wed May 30 2018 Milan Crha - 3.28.2-1 +- Update to 3.28.2 +- Resolves: #1504129 + +* Mon Jan 22 2018 Milan Crha - 3.22.6-14 +- Obsolete evolution-perl subpackage (RH bug #1516655) + +* Thu Nov 16 2017 Milan Crha - 3.22.6-13 +- Add patch for RH bug #1513962 ([Wayland] Alt-shown hidden menubar cannot be interacted with) + +* Thu Nov 16 2017 Milan Crha - 3.22.6-12 +- Add patch for RH bug #1512859 (Add workaround for glib type init deadlock) + +* Thu Oct 19 2017 Milan Crha - 3.22.6-11 +- Add patch for RH bug #1449283 (Repeated IMAP message download during folder update) + +* Mon May 29 2017 Milan Crha - 3.22.6-10 +- Add patch for RH bug #1444073 (Folders do not show correct unread message count) + +* Thu Apr 27 2017 Milan Crha - 3.22.6-9 +- Add patch for RH bug #1445467 (Component editor marked changed after open) + +* Wed Apr 19 2017 Milan Crha - 3.22.6-8 +- Add patch for RH bug #1443023 (Calendar Print skips print dialog) + +* Tue Apr 18 2017 Milan Crha - 3.22.6-7 +- Add patch for RH bug #1440835 (Upon draft saving evolution opens redundant warning message) + +* Thu Apr 13 2017 Milan Crha - 3.22.6-6 +- Add patch for RH bug #1441283 (Evolution drag and drop to composer ends in a freeze) + +* Wed Apr 12 2017 Milan Crha - 3.22.6-5 +- Add patch for RH bug #1441145 (Crash under e_meeting_time_selector_refresh_cb()) + +* Fri Mar 24 2017 Milan Crha - 3.22.6-4 +- Add patch for RH bug #1435137 (Cannot undo image insert in HTML composer body) +- Add patch for RH bug #1435586 (magic spacebar doesn't work with caret mode) +- Add patch for RH bug #1435589 (Can't change font color in HTML composer) +- Add patch for RH bug #1435598 (Cached remote content not always found in cache) + +* Thu Mar 16 2017 Milan Crha - 3.22.6-3 +- Add patch to address some of the Coverity scan issues + +* Tue Mar 14 2017 Milan Crha - 3.22.6-2 +- Correct multilib issue with .mo files and disable 'tests' subpackage + +* Mon Mar 13 2017 Milan Crha - 3.22.6-1 +- Update to 3.22.6 upstream release +- Add patch to add an option to hide menu bar + +* Thu Feb 16 2017 Kalev Lember - 3.22.5-3 +- Drop the workaround for RH bug #1422632 now that intltool is fixed + +* Thu Feb 16 2017 Milan Crha - 3.22.5-2 +- Require enchant development package in devel subpackage + +* Wed Feb 15 2017 Milan Crha - 3.22.5-1 +- Rebase to 3.22.5 + +* Tue Aug 23 2016 Milan Crha - 3.12.11-22 +- Update patch for RH bug #1261737 (Avoid vertical scrolling in the filtering rules editor dialog) + +* Thu Jun 23 2016 Milan Crha - 3.12.11-21 +- Update patch for RH bug #1221523 (Update translations) + +* Wed Jun 22 2016 Milan Crha - 3.12.11-20 +- Correct version check typo in Requires: + +* Mon Jun 20 2016 Milan Crha - 3.12.11-19 +- Add patch for RH bug #1347672 (GalA11yETableItem can have stored incorrect row count sometimes) + +* Wed Mar 23 2016 Milan Crha - 3.12.11-18 +- Add patch for RH bug #1320466 (Send/Receive dialog can be left opened with empty content) + +* Mon Mar 21 2016 Milan Crha - 3.12.11-17 +- Update patch for RH bug #1284563 (Searches for user avatars on gravatar cannot be disabled) +- Add patch for RH bug #1070749 ([IMAPx] Try to autodetect server folder variants for local folders and use them) + +* Thu Mar 17 2016 Milan Crha - 3.12.11-16 +- Add patch for RH bug #1221523 (Update translations) +- Add patch for RH bug #1261737 (Avoid vertical scrolling in the filtering rules editor dialog) +- Add patch for RH bug #1265613 (Use configured Date/Time format in Tasks/Memos Preview) +- Add patch for RH bug #1284563 (Searches for user avatars on gravatar cannot be disabled) +- Add patch for RH bug #1300358 (Do not let itip-formatter plugin disable) + +* Wed Aug 19 2015 Milan Crha - 3.12.11-15 +- Update patch for RH bug #1224758 (Parse attachments on demand, not on message open) + +* Fri Aug 14 2015 Milan Crha - 3.12.11-14 +- Add patch for RH bug #1252792 (Crash in ect_dispose() on quit) + +* Tue Aug 11 2015 Milan Crha - 3.12.11-13 +- Add patch for RH bug #1251846 ([ESpellEntry] Do not touch entry when its IM is in the preedit mode) + +* Mon Jul 27 2015 Milan Crha - 3.12.11-12 +- Add patch for RH bug #1246511 (Reminder dialog sometimes doesn't identify URLs correctly) + +* Wed Jul 15 2015 Milan Crha - 3.12.11-11 +- Update patch for RH bug #1226925 (e_client_cache_get_client_sync() gets stuck) + +* Wed Jul 08 2015 Milan Crha - 3.12.11-10 +- Rebuild against updated libical and evolution-data-server + +* Wed Jul 08 2015 Milan Crha - 3.12.11-9 +- Rebuild against updated libical and evolution-data-server + +* Tue Jun 16 2015 Milan Crha - 3.12.11-8 +- Add patch for RH bug #1231196 (Use configured Date/Time format in Tasks/Memos tooltips) +- Add patch for RH bug #1231201 (Distinguish events visually based on their accept status) + +* Mon Jun 08 2015 Milan Crha - 3.12.11-7 +- Fix RH bug #1227223 (Disable help build when gtk-doc is disabled) +- Add patch for RH bug #1177344 (Calendar event times not drawn with correct font) +- Add patch for RH bug #1228699 (Fails to drag&drop contacts between address books) + +* Mon Jun 01 2015 Milan Crha - 3.12.11-6 +- Add patch for RH bug #1226925 (e_client_cache_get_client_sync() gets stuck) + +* Fri May 29 2015 Milan Crha - 3.12.11-5 +- Update patch for RH bug #1224758 (Parse attachments on demand, not on message open) + +* Tue May 26 2015 Milan Crha - 3.12.11-4 +- Add patch for RH bug #1224758 (Parse attachments on demand, not on message open) + +* Fri May 22 2015 Milan Crha - 3.12.11-3 +- Add patch to address some of the Coverity Scan issues +- Add patch for RH bug #1214659 (Composer crash on close with shown Picture Gallery) + +* Thu May 14 2015 Milan Crha - 3.12.11-2 +- Add patch for RH bug #1221523 (Update translations) + +* Mon May 04 2015 Milan Crha - 3.12.11-1 +- Update to 3.12.11 +- Add patch for RH bug #1211583 (Skip Lookup button shown on subsequent new account stages) +- Add patch for RH bug #1204357 (Suggest the best authentication method when creating new account) +- Add patch for RH bug #1070842 (SVG images in HTML email are not displayed) + +* Mon Dec 08 2014 Milan Crha - 3.8.5-31 +- Add patch for RH bug #1002188 (Restart background processes after restore) +- Add patch for RH bug #1170671 (Remove calendar events on its delete) + +* Mon Dec 01 2014 Milan Crha - 3.8.5-30 +- Update patch for RH bug #1070850 (Correct EMailReader to use EWebView functions) + +* Thu Nov 27 2014 Milan Crha - 3.8.5-29 +- Add patch for RH bug #1166665 (Correct path in evolution.convert) +- Update patch for RH bug #1070850 (Increase lower zoom limit) + +* Thu Nov 06 2014 Milan Crha - 3.8.5-28 +- Update patch for RH bug #1091882 (Fix regression of a message composer autosave) + +* Wed Oct 08 2014 Milan Crha - 3.8.5-27 +- Add patch for RH bug #1122645 (Weather calendar doesn't work) + +* Mon Aug 25 2014 Milan Crha - 3.8.5-26 +- Add patch for RH bug #1123136 (Crash when selecting mail header to show) +- Add patch for RH bug #1118996 (Crash when customize mail view) +- Add patch for RH bug #1116938 (Correct SMTP mail account editor UI update) +- Add patch for RH bug #1110370 (Calendar view tooltip doesn't go away) +- Add patch for RH bug #1075109 (Correct caret mode navigation to message body) +- Add patch for RH bug #1070850 (Limit zoom value for previews) +- Add patch for RH bug #1103823 (Crash after migration to maildir) +- Add patch for RH bug #1033263 (Contact duplicate dialog auto expands indefinitely) +- Add patch for RH bug #1070833 (Correct message list selection with collapsed threads) + +* Wed Jul 23 2014 Milan Crha - 3.8.5-25 +- Add patch for RH bug #1098358 (Run mail formatter in the main thread) +- Add patch for RH bug #1113177 (Reply with selection can lose white-spaces) + +* Thu Jun 05 2014 Milan Crha - 3.8.5-24 +- Update patch for RH bug #1091882 (Labels GSettings busy loop) + +* Wed May 28 2014 Lubos Kocman - 3.8.5-23 +- Resolves: #1100332 (bump release against 0day) + +* Tue May 13 2014 Milan Crha - 3.8.5-22 +- Add patch for RH bug #1070764 (Auto-mark as seen sometimes doesn't work) +- Add patch for RH bug #1084414 (Fix various memory leaks) +- Add patch for RH bug #1090629 (Filtered message not opened in a separate window) +- Add patch for RH bug #1091882 (Labels GSettings busy loop) + +* Mon Apr 07 2014 Milan Crha - 3.8.5-21 +- Add patch for RH bug #1083584 (Disconnect stores on network outage) + +* Thu Feb 27 2014 Milan Crha - 3.8.5-20 +- Add patch for RH bug #1064288 (Missing icon for 'Save and Close') + +* Thu Feb 20 2014 Milan Crha - 3.8.5-19 +- Add patch for RH bug #1066113 (Show user name in smartcard pin prompt) + +* Tue Feb 18 2014 Milan Crha - 3.8.5-18 +- Add patch for RH bug #1066051 (Use-after-free on a reminder snooze) + +* Thu Jan 30 2014 Milan Crha - 3.8.5-17 +- Add patch for RH bug #1059559 (Avoid duplicate folder change save on quit) + +* Fri Jan 24 2014 Daniel Mach - 3.8.5-16 +- Mass rebuild 2014-01-24 + +* Thu Jan 23 2014 Milan Crha - 3.8.5-15 +- Add patch for RH bug #972595 (Crash after pine import) +- Add patch for RH bug #976483 (Crash on attachment add or remove) + +* Thu Jan 16 2014 Milan Crha - 3.8.5-14 +- Add patch for RH bug #1030326 (Updated translations) + +* Tue Jan 14 2014 Milan Crha - 3.8.5-13 +- Add patch for RH bug #1038509 (Correct time format in appointment editor) + +* Mon Jan 13 2014 Milan Crha - 3.8.5-12 +- Add patch for RH bug #1028428 (Preview "Other address" in Contacts view) + +* Fri Dec 27 2013 Daniel Mach - 3.8.5-11 +- Mass rebuild 2013-12-27 + +* Wed Nov 13 2013 Milan Crha - 3.8.5-10 +- Update patch to hide help related widgets when evolution-help is not installed + +* Tue Nov 05 2013 Milan Crha - 3.8.5-9 +- Update patch for RH bug #1026776 (Fix issues found by Coverity Scan introduced by this patch) + +* Tue Nov 05 2013 Milan Crha - 3.8.5-8 +- Add patch for RH bug #1026776 (Recurring event move/copy to other calendar breaks recurrence) + +* Thu Oct 17 2013 Milan Crha - 3.8.5-7 +- Disabled modification of .po files before build (it causes multilib issues, + though a disadvantage is a larger evolution package) +- Add patch for RH bug #965696 (Signature/encryption bar may not inherit text color from theme) + +* Thu Oct 10 2013 Milan Crha - 3.8.5-6 +- Remove the dependency on libytnef, which apparently isn't needed for the + PST importer and we don't build the experimental TNEF attachments plugin +- Update patch for RH bug #962756 (F1 launches help when evolution-help is not installed) +- Add patch for RH bug #864904 (Auto-wrap long anchors in message preview) + +* Wed Oct 09 2013 Milan Crha - 3.8.5-5 +- Add patch for RH bug #948321 (Custom message for alert is not displayed) + +* Thu Oct 03 2013 Milan Crha - 3.8.5-4 +- Rebuild for multilib regression in translation files + +* Tue Sep 24 2013 Milan Crha - 3.8.5-3 +- Remove explicit Requires on libpst in pst subpackage + +* Fri Aug 23 2013 Milan Crha - 3.8.5-2 +- Split developer documentation into evolution-devel-docs subpackage + +* Mon Aug 12 2013 Milan Crha - 3.8.5-1 +- Update to 3.8.5 +- Add patch for RH bug #995516 (Crash in certificate viewer) + +* Wed Jul 24 2013 Milan Crha - 3.8.4-1 +- Update to 3.8.4 + +* Sat Jun 22 2013 Matthias Clasen - 3.8.3-2 +- Don't install ChangeLog +- Trim %%changelog + +* Mon Jun 10 2013 Milan Crha - 3.8.3-1 +- Update to 3.8.3 + +* Sun May 12 2013 Matthew Barnes - 3.8.2-1 +- Update to 3.8.2 + +* Sun Apr 14 2013 Matthew Barnes - 3.8.1-1 +- Update to 3.8.1 + +* Mon Mar 25 2013 Milan Crha - 3.8.0-1 +- Update to 3.8.0 + +* Mon Mar 18 2013 Milan Crha - 3.7.92-1 +- Update to 3.7.92 + +* Mon Mar 04 2013 Milan Crha - 3.7.91-1 +- Update to 3.7.91 + +* Wed Feb 20 2013 Kalev Lember - 3.7.90-2 +- Rebuilt for libgnome-desktop soname bump + +* Mon Feb 18 2013 Milan Crha - 3.7.90-1 +- Update to 3.7.90 + +* Mon Feb 04 2013 Milan Crha - 3.7.5-1 +- Update to 3.7.5 + +* Fri Jan 18 2013 Milan Crha - 3.7.4-1 +- Correct help-context patch test path (Red Had bug #901341) + +* Mon Jan 14 2013 Milan Crha - 3.7.4-1 +- Update to 3.7.4 +- Add --add-missing to automake call + +* Tue Jan 01 2013 Matthew Barnes - 3.7.3.2-3 +- Re-enable translation size reduction (RH bug #628073 is long fixed). + +* Thu Dec 20 2012 Kalev Lember - 3.7.3.2-2 +- Rebuilt for libgnome-desktop3 3.7.3 soname bump + +* Wed Dec 19 2012 Matthew Barnes - 3.7.3.2-1 +- Update to 3.7.3.2 +- Remove obsolete BuildRequires: + bison + dbus-glib-devel + libSM-devel + rarian-compat + +* Mon Nov 19 2012 Milan Crha - 3.7.2-1 +- Update to 3.7.2 + +* Fri Nov 09 2012 Matthew Barnes - 3.7.1-2 +- Drop unique3-devel BR, it's an ancient artifact. + +* Mon Oct 22 2012 Milan Crha - 3.7.1-1 +- Update to 3.7.1 + +* Mon Sep 24 2012 Matthew Barnes - 3.6.0-1 +- Update to 3.6.0 +- Remove patch for GNOME #678408 (fixed upstream). + +* Mon Sep 24 2012 Bastien Nocera 3.5.92-4 +- Use GStreamer 1.0 instead of 0.10 + +* Sat Sep 22 2012 Adam Williamson - 3.5.92-3 +- backport fix for BGO #678408 (broken message display) + +* Wed Sep 19 2012 Kalev Lember - 3.5.92-2 +- Fix evolution-NetworkManager obsoletes + +* Mon Sep 17 2012 Milan Crha - 3.5.92-1 +- Update to 3.5.92 + +* Mon Sep 03 2012 Milan Crha - 3.5.91-1 +- Update to 3.5.91 + +* Mon Aug 20 2012 Milan Crha - 3.5.90-1 +- Update to 3.5.90 +- Remove patches for BGO #678408 and #681321 (fixed upstream) +- Add itstool and yelp-tools into BuildRequires + +* Wed Aug 15 2012 Adam Williamson - 3.5.5-2 +- backport the fix for BGO #678408 and #681321 (libxml2 build) + +* Mon Aug 06 2012 Milan Crha - 3.5.5-1 +- Update to 3.5.5 + +* Thu Jul 19 2012 Fedora Release Engineering - 3.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jul 16 2012 Milan Crha - 3.5.4-1 +- Update to 3.5.4 +- Enable weather plugin (fixed upstream) + +* Wed Jun 27 2012 Matthias Clasen - 2.5.3.1-4 +- Temporarily disable weather plugin (not ported to new libgweather yet) + +* Tue Jun 26 2012 Matthew Barnes - 2.5.3.1-3 +- Temporarily change e-d-s req in devel subpackage. + +* Tue Jun 26 2012 Matthew Barnes - 3.5.3.1-2 +- Remove unnecessary Requires: evolution-data-server. + +* Mon Jun 25 2012 Matthew Barnes - 3.5.3.1-1 +- Update to 3.5.3.1 (3.5.3, no build for you!) + +* Mon Jun 25 2012 Matthew Barnes - 3.5.3-1 +- Update to 3.5.3 +- Drop BR: GConf2-devel \o/ + +* Fri Jun 8 2012 Matthias Clasen - 3.5.2-2 +- Rebuild against new gnome-desktop + +* Mon Jun 04 2012 Milan Crha - 3.5.2-1 +- Update to 3.5.2 + +* Sun Apr 29 2012 Matthew Barnes - 3.5.1-1 +- Update to 3.5.1 +- Add BR: webkitgtk3-devel + +* Tue Apr 24 2012 Kalev Lember - 3.4.1-2 +- Silence rpm scriptlet output + +* Mon Apr 16 2012 Milan Crha - 3.4.1-1 +- Update to 3.4.1 + +* Tue Mar 27 2012 Milan Crha - 3.4.0.1-1 +- Update to 3.4.0.1 + +* Mon Mar 19 2012 Milan Crha - 3.3.92-1 +- Update to 3.3.92 + +* Tue Mar 06 2012 Milan Crha - 3.3.91-1 +- Update to 3.3.91 + +* Mon Feb 20 2012 Milan Crha - 3.3.90-1 +- Update to 3.3.90 + +* Mon Feb 06 2012 Milan Crha - 3.3.5-1 +- Update to 3.3.5 + +* Thu Jan 19 2012 Matthew Barnes - 3.3.4-2 +- Keep all GSettings schema files in the main evolution package, even the + ones for the Bogofilter and Spamassassin subpackages, since we just have + one .convert file and missing schemas makes gsettings-data-convert crash. + +* Mon Jan 16 2012 Milan Crha - 3.3.4-1 +- Update to 3.3.4 + +* Fri Jan 13 2012 Fedora Release Engineering - 3.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Dec 19 2011 Milan Crha - 3.3.3-1 +- Update to 3.3.3 + +* Mon Nov 21 2011 Milan Crha - 3.3.2-1 +- Update to 3.3.2 +- Remove patch to not call g_thread_init() (fixed upstream) + +* Fri Oct 28 2011 Matthew Barnes - 3.3.1-2 +- Fix detection of evolution-help (not using OMF files anymore). + +* Mon Oct 24 2011 Milan Crha - 3.3.1-1 +- Update to 3.3.1 +- Add patch to not call g_thread_init() + +* Mon Sep 26 2011 Milan Crha - 3.2.0-1 +- Update to 3.2.0 +- Manage properly schemas files for evolution-bogofilter/spamassassin + +* Mon Sep 19 2011 Milan Crha - 3.1.92-1 +- Update to 3.1.92 + +* Mon Sep 05 2011 Milan Crha - 3.1.91-1 +- Update to 3.1.91 + +* Mon Aug 29 2011 Milan Crha - 3.1.90-1 +- Update to 3.1.90 + +* Mon Aug 15 2011 Milan Crha - 3.1.5-1 +- Update to 3.1.5 + +* Sat Jul 23 2011 Matthew Barnes - 3.1.4-1 +- Update to 3.1.4 + +* Mon Jul 04 2011 Matthew Barnes - 3.1.3-1 +- Update to 3.1.3 +- Remove patch for building against libgdata-0.9.0 (fixed upstream). + +* Wed Jun 15 2011 Milan Crha - 3.1.2-2 +- Rebuild against newer gnome-desktop3 + +* Tue Jun 14 2011 Milan Crha - 3.1.2-1 +- Update to 3.1.2 +- Add patch by Philip Withnall to build against libgdata-0.9.0 +- Add patch to enable GLib deprecated stuff (due to G_CONST_RETURN deprecation) + +* Tue May 17 2011 Milan Crha - 3.1.1-3 +- Keep libevolution-mail-settings.so* from the previous change, + it is still used by other parts of evolution. + +* Mon May 09 2011 Matthew Barnes - 3.1.1-2 +- Drop the "Email Settings" capplet. + +* Mon May 09 2011 Milan Crha - 3.1.1-1 +- Update to 3.1.1 +- Drop groupwise plugin, as it was split out upstream + +* Mon Apr 04 2011 Milan Crha - 3.0.0-1 +- Update to 3.0.0 + +* Mon Mar 21 2011 Milan Crha - 2.91.92-1 +- Update to 2.91.92 + +* Mon Mar 14 2011 Matthew Barnes - 2.91.91-3 +- Remove some unnecessary BuildRequires: + gtkimageview-devel: No release available for gtk3. + libgnomecanvas-devel: Evolution bundles its own libgnomecanvas now. + +* Fri Mar 11 2011 Matthew Barnes - 2.91.91-2 +- Split off an evolution-NetworkManager subpackage containing the NM + integration module. Users that choose to bypass NetworkManager can + uninstall this subpackage so Evolution doesn't insist it's offline. + +* Mon Mar 07 2011 Milan Crha - 2.91.91-1 +- Update to 2.91.91 + +* Mon Feb 21 2011 Milan Crha - 2.91.90-1 +- Update to 2.91.90 + +* Fri Feb 11 2011 Matthew Barnes - 2.91.6.2-1 +- Update to 2.91.6.2 +- Fixes build breakage when using GTK+ 3.0. + +* Tue Feb 08 2011 Fedora Release Engineering - 2.91.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Feb 08 2011 Matthew Barnes - 2.91.6.1-2 +- Evolution uses gtk3 now; re-enable libnotify. + +* Wed Feb 2 2011 Matthias Clasen - 2.91.6.1-1 +- Update to 2.91.6.1 + +* Mon Jan 31 2011 Milan Crha - 2.91.6-1 +- Update to 2.91.6 +- Require gtk3 +- Remove patch for Red Hat bug #657254 (fixed upstream) + +* Fri Jan 21 2011 Dan Williams - 2.91.5-4 +- Fix crash at shutdown by finishing tasks before cleaning up (rh #657254) + +* Tue Jan 18 2011 Matthias Clasen - 2.91.5-3 +- Rebuild against newer libgdata + +* Thu Jan 13 2011 Matthias Clasen - 2.91.5-2 +- Drop gnome-themes dependency + +* Mon Jan 10 2011 Milan Crha - 2.91.5-1 +- Update to 2.91.5 + +* Mon Dec 20 2010 Milan Crha - 2.91.4-1 +- Update to 2.91.4 + +* Mon Nov 29 2010 Milan Crha - 2.91.3-1 +- Update to 2.91.3 +- Remove patch for Red Hat bug #176400 (fixed upstream) + +* Mon Nov 08 2010 Milan Crha - 2.91.2-1 +- Update to 2.91.2 + +* Fri Nov 05 2010 Milan Crha - 2.91.1-3 +- Rebuild against newer libxml2 +- Disable libnotify, it's gtk3 only, but evolution is not + +* Wed Nov 3 2010 Matthias Clasen - 2.91.1-2 +- Rebuild against new libnotify + +* Mon Oct 18 2010 Milan Crha - 2.91.1-1 +- Update to 2.91.1 + +* Mon Oct 11 2010 Milan Crha - 2.91.0-1 +- Update to 2.91.0 +- Remove patch for Gnome bug #626066 (fixed upstream) + +* Wed Sep 29 2010 jkeating - 2.31.92-3 +- Rebuilt for gcc bug 634757 + +* Tue Sep 14 2010 Milan Crha - 2.31.92-2.fc15 +- Add patch for Gnome bug #626066 (login to NSS on demand) + +* Mon Sep 13 2010 Milan Crha - 2.31.92-1.fc15 +- Update to 2.31.92 + +* Mon Aug 30 2010 Milan Crha - 2.31.91-1.fc14 +- Update to 2.31.91 +- Remove msgmerge calls due to a floating point exception there + +* Mon Aug 16 2010 Matthew Barnes - 2.31.90-1.fc14 +- Update to 2.31.90 + +* Fri Aug 06 2010 Matthew Barnes - 2.31.6-2.fc14 +- Fix handling of migrated signature files. + +* Tue Aug 03 2010 Matthew Barnes - 2.31.6-1.fc14 +- Update to 2.31.6 +- Drop dbus-glib requirement. +- Bump glib2 requirement to 2.25.12. +- Roll back evo_base_version to 2.32. +- Add clutter-gtk requirement (for express mode). +- Remove gtk-compat macro patch (fixed upstream). + +* Thu Jul 22 2010 Matthew Barnes - 2.31.5-2.fc14 +- Add patch to fix startup crash in gtk-compat macros. + +* Tue Jul 13 2010 Milan Crha - 2.31.5-1.fc14 +- Update to 2.31.5 +- Remove 'conduit' (removed upstream) + +* Mon Jun 07 2010 Milan Crha - 2.31.3-1.fc14 +- Update to 2.31.3 + +* Fri May 28 2010 Matthew Barnes - 2.31.2-2.fc14 +- Evolution Express supercedes Anjal. +- No need to undefine GNOME_DISABLE_DEPRECATED. +- Remove nntp_support flag; that got moved to E-D-S ages ago. +- Remove exchange_support flag; it's all in evolution-exchange now. + +* Mon May 24 2010 Milan Crha - 2.31.2-1.fc14 +- Update to 2.31.2 +- Bump gtkhtml3 requirement to 3.31.2 + +* Fri May 07 2010 Matthew Barnes - 2.31.1-2.fc14 +- Require yelp in evolution-help (RH bug #589555). +- Add patch for RH bug #589555 (hide Help->Contents if evolution-help + is not installed). + +* Mon May 03 2010 Milan Crha - 2.31.1-1.fc14 +- Update to 2.31.1 + +* Tue Feb 09 2010 Milan Crha - 2.29.90-2.fc13 +- Rebuild against evolution-data-server-2.29.90-3 + +* Mon Feb 08 2010 Milan Crha - 2.29.90-1.fc13 +- Update to 2.29.90 +- Removed unneeded BuildRequires. + +* Fri Jan 29 2010 Matthew Barnes - 2.29.6-2.fc13 +- Bump gtkhtml3 requirement to 3.29.6. + +* Mon Jan 25 2010 Milan Crha - 2.29.6-1.fc13 +- Update to 2.29.6 +- Remove patch for Gnome bug #606874 (fixed upstream). +- Add rarian-compat to BuildRequires for Scrollkeeper. + +* Mon Jan 18 2010 Matthias Clasen - 2.29.5-2.fc13 +- Rebuild against new gnome-desktop + +* Tue Jan 12 2010 Milan Crha - 2.29.5-1.fc13 +- Update to 2.29.5 +- Add patch for Gnome bug #606874 (mktemp removed in glibc-2.11.90-8) + +* Tue Dec 22 2009 Matthew Barnes - 2.29.4-2.fc13 +- Update Scrollkeeper and Icon Cache scriptlets to conform to guidelines. + (see: http://fedoraproject.org/wiki/Packaging:ScriptletSnippets) + +* Mon Dec 21 2009 Milan Crha - 2.29.4-1.fc13 +- Update to 2.29.4 +- Remove patch for missing m4 files from tarball (fixed upstream). + +* Mon Nov 30 2009 Milan Crha - 2.29.3-1.fc13 +- Update to 2.29.3 +- Add patch for missing m4 files from tarball. +- Disable autoreconf call. + +* Tue Nov 17 2009 Matthew Barnes - 2.29.2-1.fc13 +- Update to 2.29.2 +- Synchronize spec file with my kill-bonobo test package. + +* Tue Oct 27 2009 Matthew Barnes - 2.29.1-1.fc13 +- Update to 2.29.1 +- Bump evo_major to 2.30. +- Drop Bonobo + ORBit dependency (yay!). +- Remove option to use OpenSSL instead of NSS. +- Uninstall GConf schemas during %%pre and %%preun. + +* Mon Sep 21 2009 Milan Crha - 2.28.0-1.fc12 +- Update to 2.28.0 + +* Mon Sep 07 2009 Milan Crha - 2.27.92-1.fc12 +- Update to 2.27.92 + +* Mon Aug 24 2009 Milan Crha - 2.27.91-1.fc12 +- Update to 2.27.91 +- Remove patch for GNOME bug #591414 (fixed upstream). + +* Fri Aug 14 2009 Matthew Barnes - 2.27.90-3.fc12 +- Add patch for GNOME bug #591414 (calendar library linked as module). + +* Tue Aug 11 2009 Milan Crha - 2.27.90-2.fc12 +- Build requires gnome-desktop-devel >= 2.26 +- New library libevolution-cal-shared.so + +* Mon Aug 10 2009 Milan Crha - 2.27.90-1.fc12 +- Update to 2.27.90 + +* Tue Jul 28 2009 Milan Crha - 2.27.5-3.fc12 +- Enable pst-import plugin (RH bug #493049) + +* Tue Jul 28 2009 Matthew Barnes - 2.27.5-2.fc12 +- Move libeconduit.so into the conduits subpackage to see if that + untangles us from gnome-pilot. + +* Mon Jul 27 2009 Milan Crha - 2.27.5-1.fc12 +- Update to 2.27.5 +- Remove pst import plugin patch (fixed upstream). +- Remove work around deprecation of g_mount_unmount (fixed upstream). + +* Fri Jul 24 2009 Fedora Release Engineering - 2.27.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Jul 13 2009 Matthew Barnes - 2.27.4-1.fc12 +- Update to 2.27.4 +- Work around deprecation of g_mount_unmount(). + +* Fri Jul 10 2009 Matthew Barnes - 2.27.3-5.fc11 +- Add an evolution-pst subpackage for the PST importer plugin. +- Disabled until libpst settles on an API. + +* Thu Jul 02 2009 Matthew Barnes - 2.27.3-4.fc12 +- Add BR for libpst-devel and libytnef-devel (RH bug #493049). +- Add patch to build pst-import plugin against current libpst. +- libpst's API broke again so disable the BR's for now. +- Specify the gettext package when calling intltool-update. + +* Wed Jul 01 2009 Milan Crha - 2.27.3-3.fc12 +- Rebuild against newer gcc + +* Tue Jun 23 2009 Matthew Barnes - 2.27.3-2.fc12 +- Add patch to allow Anjal to build. + +* Mon Jun 15 2009 Matthew Barnes - 2.27.3-1.fc12 +- Update to 2.27.3 + +* Sun Jun 14 2009 Matthias Clasen - 2.27.2-2.fc12 +- Don't make -perl own directories that are already owned by the base package + +* Mon May 29 2009 Matthew Barnes - 2.27.2-1.fc12 +- Update to 2.27.2 +- Patch broken libevolution-mail-shared library. +- Remove strict_build_settings since the settings are used upstream now. + +* Mon May 04 2009 Matthew Barnes - 2.27.1-1.fc12 +- Update to 2.27.1 +- Bump evo_major to 2.28. +- Temporarily disable EDS_DISABLE_DEPRECATED due to GNOME bug #569652. + +* Mon Apr 27 2009 Matthias Clasen - 2.26.1-2.fc11 +- Don't drop schemas translations from po files + +* Wed Apr 15 2009 Matthew Barnes - 2.26.1.1-1.fc11 +- Update to 2.26.1.1 +- Remove patch for GNOME bug #578685 (fixed upstream). + +* Tue Apr 14 2009 Matthew Barnes - 2.26.1-2.fc11 +- Add patch for GNOME bug #578685 (attachment bar crasher). + +* Mon Apr 13 2009 Matthew Barnes - 2.26.1-1.fc11 +- Update to 2.26.1 + +* Fri Apr 10 2009 Matthias Clasen - 2.26.0-3.fc11 +- Fix directory ownership + +* Thu Apr 02 2009 Matthew Barnes - 2.26.0-2.fc11 +- Require libpst. + +* Mon Mar 16 2009 Matthew Barnes - 2.26.0-1.fc11 +- Update to 2.26.0 + +* Mon Mar 02 2009 Matthew Barnes - 2.25.92-1.fc11 +- Update to 2.25.92 + +* Tue Feb 24 2009 Fedora Release Engineering - 2.25.91-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Feb 22 2009 Matthias Clasen - 2.25.91-2.fc11 +- Actually make the help subpackage noarch + +* Mon Feb 16 2009 Matthew Barnes - 2.25.91-1.fc11 +- Update to 2.25.91 + +* Sat Feb 14 2009 Matthias Clasen - 2.25.90-3.fc11 +- Make the help subpackage noarch + +* Fri Feb 06 2009 Matthew Barnes - 2.25.90-2.fc11 +- Update BuildRoot, License, Source and URL tags. +- Require gnome-common so we don't have to patch it out. + +* Mon Feb 02 2009 Matthew Barnes - 2.25.90-1.fc11 +- Update to 2.25.90 + +* Mon Jan 19 2009 Matthew Barnes - 2.25.5-1.fc11 +- Update to 2.25.5 +- Ditch eds_version and use our own version. This will keep evolution + and evolution-data-server versions in lockstep from now on. + +* Mon Jan 05 2009 Matthew Barnes - 2.25.4-1.fc11 +- Update to 2.25.4 +- Bump eds_version to 2.25.4. +- Bump libgweather_version to 2.25.4. + +* Mon Dec 15 2008 Matthew Barnes - 2.25.3.1-1.fc11 +- Update to 2.25.3.1 +- New BR: libgweather-devel +- Remove patch for GNOME bug #552583 (fixed upstream). +- Bump the gtkhtml and gtk2 minimum versions. + +* Tue Dec 09 2008 Matthew Barnes - 2.25.2-2.fc11 +- Add patch for GNOME bug #552583 (fix account URI comparisons). + +* Mon Dec 01 2008 Matthew Barnes - 2.25.2-1.fc11 +- Update to 2.25.2 +- Bump eds_version to 2.25.2. + +* Thu Nov 20 2008 Matthew Barnes - 2.25.1-2.fc11 +- Fix a typo (RH bug #472358). + +* Mon Nov 03 2008 Matthew Barnes - 2.25.1-1.fc11 +- Update to 2.25.1 +- Bump evo_major to 2.26. +- Bump eds_version to 2.25.1. + +* Tue Oct 21 2008 Matthew Barnes - 2.24.1-2.fc10 +- Bump eds_version to 2.24.1 (unfortunately). + +* Tue Oct 21 2008 Matthew Barnes - 2.24.1-1.fc10 +- Update to 2.24.1 + +* Wed Oct 8 2008 Matthias Clasen - 2.24.0-3 +- Save space in the -help package by not shipping multiple copies + of each screenshot + +* Thu Sep 25 2008 Matthew Barnes - 2.24.0-2.fc10 +- Strip unneeded translations from .mo files (RH bug #463887). +- Split Perl-based utilities into a "perl" subpackage (RH bug #462345). + +* Mon Sep 22 2008 Matthew Barnes - 2.24.0-1.fc10 +- Update to 2.24.0 + +* Mon Sep 08 2008 Matthew Barnes - 2.23.92-1.fc10 +- Update to 2.23.92 + +* Mon Sep 01 2008 Matthew Barnes - 2.23.91-1.fc10 +- Update to 2.23.91 +- Bump eds_version to 2.23.91 + +* Mon Aug 25 2008 Matthew Barnes - 2.23.90-2.fc10 +- Bump gtkhtml_version to 3.23.5 (RH bug #460076). + +* Wed Aug 20 2008 Matthew Barnes - 2.23.90-1.fc10 +- Update to 2.23.90 +- Bump eds_version to 2.23.90.1 + +* Mon Aug 04 2008 Matthew Barnes - 2.23.6-1.fc10 +- Update to 2.23.6 + +* Tue Jul 22 2008 Matthew Barnes - 2.23.5-1.fc10 +- Update to 2.23.5 +- Bump eds_version to 2.23.5. + +* Fri Jul 18 2008 Tom "spot" Callaway - 2.23.4-3.fc10 +- fix license tag +- fix patches to apply with fuzz=0 + +* Thu Jun 19 2008 Matthew Barnes - 2.23.4-2.fc10 +- Don't ship the unfinished "Custom Header" plugin. + +* Mon Jun 16 2008 Matthew Barnes - 2.23.4-1.fc10 +- Update to 2.23.4 +- Remove patches for RH bug #449925 (fixed upstream). + +* Fri Jun 06 2008 Matthew Barnes - 2.23.3.1-4.fc10 +- Use a less pretentious summary. + +* Fri Jun 06 2008 Matthew Barnes - 2.23.3.1-3.fc10 +- Remove the gnome-spell requirement. + +* Wed Jun 04 2008 Matthew Barnes - 2.23.3.1-2.fc10 +- Add patches for RH bug #449925 (buffer overflow vulnerabilities). + +* Mon Jun 02 2008 Matthew Barnes - 2.23.3.1-1.fc10 +- Update to 2.23.3.1 +- Bump eds_version to 2.23.3. + +* Mon May 12 2008 Matthew Barnes - 2.23.2-1.fc10 +- Update to 2.23.2 +- Remove enchant-devel requirement. +- Remove patch for RH bug #437208 (fixed upstream). + +* Mon Apr 28 2008 Matthew Barnes - 2.23.1-2.fc10 +- Explicitly require enchant-devel, even though I shouldn't need to. + +* Mon Apr 21 2008 Matthew Barnes - 2.23.1-1.fc10 +- Update to 2.23.1 +- Bump evo_major to 2.22. +- Bump eds_version to 2.23.1. +- Bump glib2_version to 2.16.0. +- Bump gtkhtml_version to 3.19.1. +- Add gvfs requirement. +- Drop gnomevfs2 requirement. +- Remove patch for RH bug #164957 (obsolete). + +* Mon Apr 07 2008 Matthew Barnes - 2.22.1-1.fc9 +- Update to 2.22.1 +- Remove patch for GNOME bug #524310 (fixed upstream). + +* Tue Mar 25 2008 Dan Williams