diff --git a/.gitignore b/.gitignore
index a20ddde..56bb02d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,94 +1 @@
-evolution-2.31.5.tar.bz2
-/evolution-2.31.91.tar.bz2
-/evolution-2.31.92.tar.bz2
-/evolution-2.91.0.tar.bz2
-/evolution-2.91.1.tar.bz2
-/evolution-2.91.2.tar.bz2
-/evolution-2.91.3.tar.bz2
-/evolution-2.91.4.tar.bz2
-/evolution-2.91.5.tar.bz2
-/evolution-2.91.6.tar.bz2
-/evolution-2.91.6.1.tar.bz2
-/evolution-2.91.6.2.tar.bz2
-/evolution-2.91.90.tar.bz2
-/evolution-2.91.91.tar.bz2
-/evolution-2.91.92.tar.bz2
-/evolution-3.0.0.tar.bz2
-/evolution-3.1.1.tar.bz2
-/evolution-3.1.2.tar.bz2
-/evolution-3.1.3.tar.bz2
-/evolution-3.1.4.tar.bz2
-/evolution-3.1.5.tar.bz2
-/evolution-3.1.90.tar.xz
-/evolution-3.1.91.tar.xz
-/evolution-3.1.92.tar.xz
-/evolution-3.2.0.tar.xz
-/evolution-3.3.1.tar.xz
-/evolution-3.3.2.tar.xz
-/evolution-3.3.3.tar.xz
-/evolution-3.3.4.tar.xz
-/evolution-3.3.5.tar.xz
-/evolution-3.3.90.tar.xz
-/evolution-3.3.91.tar.xz
-/evolution-3.3.92.tar.xz
-/evolution-3.4.0.tar.xz
-/evolution-3.4.0.1.tar.xz
-/evolution-3.4.1.tar.xz
-/evolution-3.5.1.tar.xz
-/evolution-3.5.2.tar.xz
-/evolution-3.5.3.tar.xz
-/evolution-3.5.3.1.tar.xz
-/evolution-3.5.4.tar.xz
-/evolution-3.5.5.tar.xz
-/evolution-3.5.90.tar.xz
-/evolution-3.5.91.tar.xz
-/evolution-3.5.92.tar.xz
-/evolution-3.6.0.tar.xz
-/evolution-3.7.1.tar.xz
-/evolution-3.7.2.tar.xz
-/evolution-3.7.3.1.tar.xz
-/evolution-3.7.3.2.tar.xz
-/evolution-3.7.4.tar.xz
-/evolution-3.7.5.tar.xz
-/evolution-3.7.90.tar.xz
-/evolution-3.7.91.tar.xz
-/evolution-3.7.92.tar.xz
-/evolution-3.8.0.tar.xz
-/evolution-3.9.1.tar.xz
-/evolution-3.9.2.tar.xz
-/evolution-3.9.3.tar.xz
-/evolution-3.9.4.tar.xz
-/evolution-3.9.5.tar.xz
-/evolution-3.9.90.tar.xz
-/evolution-3.9.91.tar.xz
-/evolution-3.9.92.tar.xz
-/evolution-3.10.0.tar.xz
-/evolution-3.10.1.tar.xz
-/evolution-3.11.1.tar.xz
-/evolution-3.11.2.tar.xz
-/evolution-3.11.4.tar.xz
-/evolution-3.11.5.tar.xz
-/evolution-3.11.90.tar.xz
-/evolution-3.11.91.tar.xz
-/evolution-3.11.92.tar.xz
-/evolution-3.12.0.tar.xz
-/evolution-3.12.1.tar.xz
-/evolution-3.12.2.tar.xz
-/evolution-3.12.3.tar.xz
-/evolution-3.12.4.tar.xz
-/evolution-3.13.4.tar.xz
-/evolution-3.13.5.tar.xz
-/evolution-3.13.6.tar.xz
-/evolution-3.13.7.tar.xz
-/evolution-3.13.8.tar.xz
-/evolution-3.13.9.tar.xz
-/evolution-3.13.10.tar.xz
-/evolution-3.13.90.tar.xz
-/evolution-3.15.91.tar.xz
-/evolution-3.15.92.tar.xz
-/evolution-3.16.0.tar.xz
-/evolution-3.16.1.tar.xz
-/evolution-3.16.2.1.tar.xz
-/evolution-3.16.3.tar.xz
-/evolution-3.16.4.tar.xz
-/evolution-3.16.5.tar.xz
+/evolution-*.tar.xz
diff --git a/configurable-dbus-prefix.patch b/configurable-dbus-prefix.patch
new file mode 100644
index 0000000..be23739
--- /dev/null
+++ b/configurable-dbus-prefix.patch
@@ -0,0 +1,42 @@
+diff -up evolution-3.48.1 evolution-3.48
+diff -up evolution-3.48.1/docs/evolution.1 evolution-3.48.1/docs/evolution
+diff -up evolution-3.48.1/src/modules/backup-restore/evolution-backup-tool.c.1 evolution-3.48.1/src/modules/backup-restore/evolution-backup-tool.c
+--- evolution-3.48.1/src/modules/backup-restore/evolution-backup-tool.c.1 2023-11-27 13:12:25.099463743 -0500
++++ evolution-3.48.1/src/modules/backup-restore/evolution-backup-tool.c 2023-11-27 13:14:38.640243434 -0500
+@@ -674,7 +674,7 @@ get_source_manager_reload_command (void)
+ g_string_free (tmp, TRUE);
+ tmp = NULL;
+
+- base_filename = g_strdup (EDS_SOURCES_DBUS_SERVICE_NAME);
++ base_filename = g_ascii_strdown (EDS_SOURCES_DBUS_SERVICE_NAME, -1);
+
+ if (!base_filename || !*base_filename) {
+ g_free (base_filename);
+@@ -690,14 +690,16 @@ get_source_manager_reload_command (void)
+
+ while (!tmp) {
+ const gchar *name;
++ gchar *name_down;
+
+ name = g_dir_read_name (dir);
++ name_down = g_ascii_strdown (name, -1);
+
+ if (!name)
+ break;
+
+- if (g_ascii_strncasecmp (name, base_filename, base_filename_len) == 0 &&
+- g_ascii_strncasecmp (name + strlen (name) - 8, ".service", 8) == 0) {
++ if (strstr (name_down, base_filename) != NULL &&
++ strncmp (name_down + strlen (name) - 8, ".service", 8) == 0) {
+ gchar *filename;
+
+ filename = g_strconcat ("$DBUSDATADIR", G_DIR_SEPARATOR_S, name, NULL);
+@@ -724,6 +726,8 @@ get_source_manager_reload_command (void)
+ g_free (str);
+ }
+ }
++
++ g_free (name_down);
+ }
+
+ g_free (base_filename);
diff --git a/evolution-3.16.5-crash-message-digest.patch b/evolution-3.16.5-crash-message-digest.patch
deleted file mode 100644
index 0262762..0000000
--- a/evolution-3.16.5-crash-message-digest.patch
+++ /dev/null
@@ -1,182 +0,0 @@
-diff -up evolution-3.16.5/em-format/e-mail-formatter-attachment.c.crash-message-digest evolution-3.16.5/em-format/e-mail-formatter-attachment.c
---- evolution-3.16.5/em-format/e-mail-formatter-attachment.c.crash-message-digest 2015-05-29 12:40:05.000000000 +0200
-+++ evolution-3.16.5/em-format/e-mail-formatter-attachment.c 2015-08-19 17:22:36.616380858 +0200
-@@ -320,7 +320,7 @@ emfe_attachment_format (EMailFormatterEx
- }
-
- if (success) {
-- gchar *wrapper_element_id, *inner_html_data;
-+ gchar *wrapper_element_id;
- gconstpointer data;
- gsize size;
-
-@@ -332,20 +332,33 @@ emfe_attachment_format (EMailFormatterEx
- size = g_memory_output_stream_get_data_size (
- G_MEMORY_OUTPUT_STREAM (content_stream));
-
-- inner_html_data = g_markup_escape_text (data, size);
--
- g_string_append_printf (
- buffer,
- "
"
-- "",
-- wrapper_element_id, inner_html_data);
-+ " ");
-+ g_string_append_len (buffer, data, size);
-+ } else {
-+ gchar *inner_html_data;
-+
-+ inner_html_data = g_markup_escape_text (data, size);
-+
-+ g_string_append_printf (
-+ buffer,
-+ " inner-html-data=\"%s\">",
-+ inner_html_data);
-+
-+ g_free (inner_html_data);
-+ }
-
- g_string_append (buffer, " |
");
-
-- e_mail_part_attachment_set_expandable (E_MAIL_PART_ATTACHMENT (part), TRUE);
-+ e_mail_part_attachment_set_expandable (empa, TRUE);
-
- g_free (wrapper_element_id);
-- g_free (inner_html_data);
- }
-
- g_object_unref (content_stream);
-diff -up evolution-3.16.5/em-format/e-mail-part.c.crash-message-digest evolution-3.16.5/em-format/e-mail-part.c
---- evolution-3.16.5/em-format/e-mail-part.c.crash-message-digest 2014-03-24 10:25:23.000000000 +0100
-+++ evolution-3.16.5/em-format/e-mail-part.c 2015-08-19 17:22:36.616380858 +0200
-@@ -26,10 +26,15 @@
- * message.
- */
-
-+#ifdef HAVE_CONFIG_H
-+#include
-+#endif
-+
- #include "e-mail-part.h"
-
- #include
-
-+#include "e-mail-part-attachment.h"
- #include "e-mail-part-list.h"
-
- #define E_MAIL_PART_GET_PRIVATE(obj) \
-@@ -441,6 +446,46 @@ e_mail_part_set_mime_type (EMailPart *pa
- g_object_notify (G_OBJECT (part), "mime-type");
- }
-
-+gboolean
-+e_mail_part_should_show_inline (EMailPart *part)
-+{
-+ CamelMimePart *mime_part;
-+ const CamelContentDisposition *disposition;
-+ gboolean res = FALSE;
-+
-+ g_return_val_if_fail (E_IS_MAIL_PART (part), FALSE);
-+
-+ /* Automatically expand attachments that have inline
-+ * disposition or the EMailParts have specific
-+ * force_inline flag set. */
-+
-+ if (part->force_collapse)
-+ return FALSE;
-+
-+ if (part->force_inline)
-+ return TRUE;
-+
-+ if (E_IS_MAIL_PART_ATTACHMENT (part)) {
-+ EMailPartAttachment *empa = E_MAIL_PART_ATTACHMENT (part);
-+
-+ if (g_strcmp0 (empa->snoop_mime_type, "message/rfc822") == 0)
-+ return TRUE;
-+ }
-+
-+ mime_part = e_mail_part_ref_mime_part (part);
-+ if (!mime_part)
-+ return FALSE;
-+
-+ disposition = camel_mime_part_get_content_disposition (mime_part);
-+ if (disposition && disposition->disposition &&
-+ g_ascii_strncasecmp (disposition->disposition, "inline", 6) == 0)
-+ res = TRUE;
-+
-+ g_object_unref (mime_part);
-+
-+ return res;
-+}
-+
- EMailPartList *
- e_mail_part_ref_part_list (EMailPart *part)
- {
-diff -up evolution-3.16.5/em-format/e-mail-part.h.crash-message-digest evolution-3.16.5/em-format/e-mail-part.h
---- evolution-3.16.5/em-format/e-mail-part.h.crash-message-digest 2014-03-24 10:25:23.000000000 +0100
-+++ evolution-3.16.5/em-format/e-mail-part.h 2015-08-19 17:22:36.616380858 +0200
-@@ -107,6 +107,7 @@ CamelMimePart * e_mail_part_ref_mime_par
- const gchar * e_mail_part_get_mime_type (EMailPart *part);
- void e_mail_part_set_mime_type (EMailPart *part,
- const gchar *mime_type);
-+gboolean e_mail_part_should_show_inline (EMailPart *part);
- struct _EMailPartList *
- e_mail_part_ref_part_list (EMailPart *part);
- void e_mail_part_set_part_list (EMailPart *part,
-diff -up evolution-3.16.5/mail/e-mail-display.c.crash-message-digest evolution-3.16.5/mail/e-mail-display.c
---- evolution-3.16.5/mail/e-mail-display.c.crash-message-digest 2015-05-29 12:40:05.000000000 +0200
-+++ evolution-3.16.5/mail/e-mail-display.c 2015-08-19 17:23:52.369377648 +0200
-@@ -471,6 +471,8 @@ attachment_button_expanded (GObject *obj
-
- html_element = WEBKIT_DOM_HTML_ELEMENT (element);
- webkit_dom_html_element_set_inner_html (html_element, inner_html_data, NULL);
-+
-+ webkit_dom_element_remove_attribute (element, "inner-html-data");
- }
-
- g_free (inner_html_data);
-@@ -668,9 +670,6 @@ mail_display_plugin_widget_requested (We
- e_mail_part_attachment_get_expandable (empa));
-
- if (e_mail_part_attachment_get_expandable (empa)) {
-- CamelMimePart *mime_part;
-- const CamelContentDisposition *disposition;
--
- /* Show/hide the attachment when the EAttachmentButton
- * is expanded/collapsed or shown/hidden. */
- g_signal_connect (
-@@ -682,20 +681,7 @@ mail_display_plugin_widget_requested (We
- G_CALLBACK (attachment_button_expanded),
- display);
-
-- mime_part = e_mail_part_ref_mime_part (part);
--
-- /* Automatically expand attachments that have inline
-- * disposition or the EMailParts have specific
-- * force_inline flag set. */
-- disposition =
-- camel_mime_part_get_content_disposition (mime_part);
-- if (!part->force_collapse &&
-- (part->force_inline ||
-- (g_strcmp0 (empa->snoop_mime_type, "message/rfc822") == 0) ||
-- (disposition && disposition->disposition &&
-- g_ascii_strncasecmp (
-- disposition->disposition, "inline", 6) == 0))) {
--
-+ if (e_mail_part_should_show_inline (part)) {
- e_attachment_button_set_expanded (
- E_ATTACHMENT_BUTTON (widget), TRUE);
- } else {
-@@ -704,8 +690,6 @@ mail_display_plugin_widget_requested (We
- attachment_button_expanded (
- G_OBJECT (widget), NULL, display);
- }
--
-- g_object_unref (mime_part);
- }
- }
-
diff --git a/evolution.spec b/evolution.spec
index b55cc96..527cd79 100644
--- a/evolution.spec
+++ b/evolution.spec
@@ -1,103 +1,146 @@
+%undefine __cmake_in_source_build
+
%global _changelog_trimtime %(date +%s -d "1 year ago")
+%global _python_bytecompile_extra 0
-%define glib2_version 2.40.0
-%define gtk3_version 3.10.0
+# correct Obsoletes for evolution-tests when this is changed
+%global enable_installed_tests 0
+
+%global tnef_support 0
+%if 0%{?fedora}
+%global tnef_support 1
+%endif
+
+%define glib2_version 2.66
+%define gtk3_version 3.22
+%define gnome_autoar_version 0.1.1
%define gnome_desktop_version 2.91.3
-%define gnome_doc_utils_version 0.8.0
%define intltool_version 0.35.5
-%define libgdata_version 0.10.0
-%define libgweather_version 3.5.0
-%define libsoup_version 2.40.3
-%define webkit_version 2.2.0
-
-%define evo_base_version 3.16
+%define libgweather_version 3.91
+%define geocode_glib_version 3.26.3
+%define sqlite_version 3.7.17
+%define libsoup_version 3.1.1
+%define webkit2gtk_version 2.34.0
%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: %define with_docs 1}
+%{!?with_docs: %global with_docs 1}
+
+%if 0%{?flatpak}
+%global with_docs 0
+%endif
%define evo_plugin_dir %{_libdir}/evolution/plugins
### Abstract ###
Name: evolution
-Version: 3.16.5
-Release: 3%{?dist}
-Group: Applications/Productivity
+Version: 3.59.1
+Release: 2%{?dist}
Summary: Mail and calendar client for GNOME
-License: GPLv2+ and GFDL
-URL: https://wiki.gnome.org/Apps/Evolution
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Source: http://download.gnome.org/sources/%{name}/3.16/%{name}-%{version}.tar.xz
+License: GPL-2.0-or-later AND GFDL-1.3-or-later
+URL: https://gitlab.gnome.org/GNOME/evolution/-/wikis/home
+Source: http://download.gnome.org/sources/%{name}/3.59/%{name}-%{version}.tar.xz
+Source1: flatpak-evolution-fix-service-names.sh
+Source2: flatpak-evolution-wrapper.sh.in
+
+# 0-99: General patches
+# enable corresponding autopatch below to make them applied
+
+# 100-199: Flatpak-specific patches
+# https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/144
+Patch100: configurable-dbus-prefix.patch
+
+# Approximate version number
+Provides: bundled(libgnomecanvas) = 2.30.0
Obsoletes: anjal <= %{last_anjal_version}
Obsoletes: libgal2 <= %{last_libgal2_version}
Obsoletes: evolution-NetworkManager < %{last_evo_nm_version}
+Obsoletes: evolution-perl < %{last_evo_perl_version}
+Obsoletes: evolution-rss < 3.45.2
-### Patches ###
+%if !%{enable_installed_tests}
+Obsoletes: evolution-tests <= 3.31.1
+%endif
-# RH bug #1231591
-Patch01: evolution-3.16.5-crash-message-digest.patch
+%global eds_version %{version}
## Dependencies ###
+%if ! 0%{?flatpak}
+Requires: %{_bindir}/killall
Requires: gvfs
-Requires: gtkspell3
+%endif
+Requires: evolution-data-server >= %{eds_version}
+Requires: gspell
Requires: highlight
+Requires: %{name}-langpacks = %{version}-%{release}
### Build Dependencies ###
-BuildRequires: autoconf >= 2.59
-BuildRequires: automake >= 1.9
-BuildRequires: desktop-file-utils
+%if ! 0%{?flatpak}
+BuildRequires: %{_bindir}/killall
+%endif
+BuildRequires: cmake
+BuildRequires: gcc
BuildRequires: gettext
-BuildRequires: gnome-common
-BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
+%if %{with_docs}
BuildRequires: gtk-doc
+%endif
BuildRequires: highlight
BuildRequires: intltool >= %{intltool_version}
BuildRequires: itstool
-BuildRequires: libtool >= 1.5
BuildRequires: pkgconfig
BuildRequires: yelp-tools
BuildRequires: pkgconfig(atk)
BuildRequires: pkgconfig(cairo-gobject)
-BuildRequires: pkgconfig(camel-1.2) >= %{version}
-BuildRequires: pkgconfig(cryptui-0.0)
+BuildRequires: pkgconfig(camel-1.2) >= %{eds_version}
+BuildRequires: pkgconfig(enchant-2)
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(gspell-1)
+BuildRequires: pkgconfig(gweather4) >= %{libgweather_version}
+BuildRequires: pkgconfig(geocode-glib-2.0) >= %{geocode_glib_version}
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(libcanberra-gtk3)
-BuildRequires: pkgconfig(libebackend-1.2) >= %{version}
-BuildRequires: pkgconfig(libebook-1.2) >= %{version}
-BuildRequires: pkgconfig(libecal-1.2) >= %{version}
-BuildRequires: pkgconfig(libedataserver-1.2) >= %{version}
-BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
-BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
+BuildRequires: pkgconfig(libcmark)
+BuildRequires: pkgconfig(libebackend-1.2) >= %{eds_version}
+BuildRequires: pkgconfig(libebook-1.2) >= %{eds_version}
+BuildRequires: pkgconfig(libecal-2.0) >= %{eds_version}
+BuildRequires: pkgconfig(libedataserver-1.2) >= %{eds_version}
+BuildRequires: pkgconfig(libedataserverui-1.2) >= %{eds_version}
+BuildRequires: pkgconfig(libsoup-3.0) >= %{libsoup_version}
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(nspr)
BuildRequires: pkgconfig(nss)
BuildRequires: pkgconfig(shared-mime-info)
-BuildRequires: pkgconfig(webkitgtk-3.0) >= %{webkit_version}
+BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version}
+BuildRequires: pkgconfig(webkit2gtk-4.1) >= %{webkit2gtk_version}
+BuildRequires: pkgconfig(webkit2gtk-web-extension-4.1) >= %{webkit2gtk_version}
+
+%if %{tnef_support}
+BuildRequires: pkgconfig(libytnef)
+%endif
%if %{ldap_support}
-BuildRequires: openldap-devel >= 2.0.11
+BuildRequires: openldap-devel >= 2.0.11
%endif
%if %{libnotify_support}
@@ -115,29 +158,28 @@ 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) >= %{version}
-Requires: pkgconfig(cryptui-0.0)
+Requires: pkgconfig(camel-1.2) >= %{eds_version}
+Requires: pkgconfig(enchant-2)
Requires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
-Requires: pkgconfig(gtkspell3-3.0)
-Requires: pkgconfig(gweather-3.0) >= %{libgweather_version}
-Requires: pkgconfig(libebackend-1.2) >= %{version}
-Requires: pkgconfig(libebook-1.2) >= %{version}
-Requires: pkgconfig(libecal-1.2) >= %{version}
-Requires: pkgconfig(libedataserver-1.2) >= %{version}
-Requires: pkgconfig(libgdata) >= %{libgdata_version}
-Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
+Requires: pkgconfig(gspell-1)
+Requires: pkgconfig(gweather4) >= %{libgweather_version}
+Requires: pkgconfig(libebackend-1.2) >= %{eds_version}
+Requires: pkgconfig(libebook-1.2) >= %{eds_version}
+Requires: pkgconfig(libecal-2.0) >= %{eds_version}
+Requires: pkgconfig(libedataserver-1.2) >= %{eds_version}
+Requires: pkgconfig(libsoup-3.0) >= %{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}.
+%if %{with_docs}
+
%package devel-docs
Summary: Developer documentation for Evolution
-Group: Development/Libraries
Requires: devhelp
Requires: %{name}-devel = %{version}-%{release}
BuildArch: noarch
@@ -145,49 +187,45 @@ BuildArch: noarch
%description devel-docs
This package contains developer documentation for Evolution.
+%endif
+
+%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}.
+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.
-%package perl
-Group: Applications/Productivity
-Summary: Supplemental utilities that require Perl
-Requires: %{name}%{?_isa} = %{version}-%{release}
-
-%description perl
-This package contains supplemental utilities for %{name} that require Perl.
-
%if %{libpst_support}
%package pst
-Group: Applications/Productivity
Summary: PST importer plugin for Evolution
Requires: %{name}%{?_isa} = %{version}-%{release}
@@ -196,79 +234,102 @@ 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}
+Requires: python2-behave
+Requires: python2-dogtail
%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 .crash-message-digest
+%autosetup -p1 -S gendiff -N
+
+# General patches
+# %%autopatch -p1 -m 0 -M 99
+
+# Flatpak-specific patches
+%if 0%{?flatpak}
+%autopatch -p1 -m 100 -M 199
+%endif
# Remove the welcome email from Novell
-for inbox in mail/default/*/Inbox; do
+for inbox in src/mail/default/*/Inbox; do
echo -n "" > $inbox
done
-%build
-# define all of our flags, this is kind of ugly :(
-%if %{ldap_support}
-%define ldap_flags --with-openldap=yes
-%else
-%define ldap_flags --without-openldap
+%if 0%{?flatpak}
+mv data/org.gnome.Evolution.desktop.in.in data/org.gnome.Evolution.desktop.in.i
+cat data/org.gnome.Evolution.desktop.in.i | sed -e "s/Icon=evolution/Icon=org.gnome.Evolution/" >data/org.gnome.Evolution.desktop.in.in
%endif
-%define ssl_flags --enable-nss=yes --enable-smime=yes
+%build
-if ! pkg-config --exists nss; then
+# 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 --enable-gtk-doc --with-help
+%define gtkdoc_flags -DENABLE_GTK_DOC=ON -DWITH_HELP=ON
%else
-%define gtkdoc_flags --disable-gtk-doc --without-help
+%define gtkdoc_flags -DENABLE_GTK_DOC=OFF -DWITH_HELP=OFF
%endif
-CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated-declarations"; export CFLAGS
+%if %{enable_installed_tests}
+%define tests_flags -DENABLE_INSTALLED_TESTS=ON
+%else
+%define tests_flags -DENABLE_INSTALLED_TESTS=OFF
+%endif
-# Regenerate configure to pick up configure.ac changes
-aclocal -I m4
-autoheader
-automake --add-missing
-libtoolize
-intltoolize --force
-autoconf
+%if %{tnef_support}
+%global tnef_flags -DENABLE_YTNEF=ON
+%else
+%global tnef_flags -DENABLE_YTNEF=OFF
+%endif
-%configure \
- --disable-maintainer-mode \
- --disable-autoar \
- --with-sub-version=" (%{version}-%{release})" \
- %ldap_flags %ssl_flags %gtkdoc_flags \
- --enable-plugins=all \
- --enable-installed-tests
-export tagname=CC
-make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -fno-strict-aliasing"
+%if 0%{?flatpak}
+%global temp_home "-DTEMP_HOME=1"
+%else
+%global temp_home ""
+%endif
+
+CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated-declarations %temp_home"
+export CFLAGS
+
+%cmake -DENABLE_MAINTAINER_MODE=OFF \
+ -DVERSION_SUBSTRING=" (%{version}-%{release})" \
+ %ldap_flags %ssl_flags %gtkdoc_flags %tests_flags %tnef_flags \
+ -DENABLE_PLUGINS=all \
+ %if 0%{?flatpak}
+ "-DWITH_WMCLASS_OVERRIDE=evolution.bin" \
+ %endif
+ -DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \
+ -DLIB_INSTALL_DIR:PATH=%{_libdir} \
+ -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
+ -DSHARE_INSTALL_PREFIX:PATH=%{_datadir} \
+ %if "%{?_lib}" == "lib64"
+ -DLIB_SUFFIX=64 \
+ %endif
+ %{nil}
+
+%cmake_build
%if %{with_docs}
-# Strip unneeded translations from .mo files.
-# This reduces the RPM size by several megabytes.
-cd po
-grep -v ".*[.]desktop[.]in[.]in$" POTFILES.in > POTFILES.keep
-mv POTFILES.keep POTFILES.in
-intltool-update --gettext-package=%{name}-%{evo_base_version} --pot
-for p in *.po; do
- msgmerge $p %{name}-%{evo_base_version}.pot > $p.out
- msgfmt -o `basename $p .po`.gmo $p.out
-done
-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}
@@ -286,53 +347,32 @@ for f in $helpdir/C/figures/*.png; do
done
done
-# %{with_docs}
+# %%{with_docs}
%endif
%install
-rm -rf $RPM_BUILD_ROOT
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-export tagname=CC
-make LIBTOOL=/usr/bin/libtool DESTDIR=$RPM_BUILD_ROOT install
-unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
+%cmake_install
-# remove libtool archives for importers and the like
-find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.la' -exec rm {} \;
-
-# remove statically built libraries:
-find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.a' -exec rm {} \;
-
-%find_lang evolution-%{evo_base_version} --all-name --with-gnome
-
-grep "/usr/share/locale" evolution-%{evo_base_version}.lang > translations.lang
-%if %{with_docs}
-grep -v "/usr/share/locale" evolution-%{evo_base_version}.lang > help.lang
+%if 0%{?flatpak}
+%{S:1} <%{S:2} >flatpak-evolution-wrapper.sh
+chmod a+x flatpak-evolution-wrapper.sh
+mv $RPM_BUILD_ROOT%{_bindir}/evolution $RPM_BUILD_ROOT%{_bindir}/evolution.bin
+cp flatpak-evolution-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/evolution
%endif
-%post
-/sbin/ldconfig
-/usr/bin/update-desktop-database &> /dev/null || :
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+%find_lang evolution --all-name --with-gnome
-%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
+grep "%{_datadir}/locale" evolution.lang > translations.lang
+%if %{with_docs}
+grep -v "%{_datadir}/locale" evolution.lang > help.lang
+%endif
-%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
+%ldconfig_scriptlets
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files -f translations.lang
-%defattr(-, root, root)
-%doc AUTHORS COPYING NEWS README
+%files
+%license COPYING
+%doc AUTHORS NEWS README.md
+%{_mandir}/man1/*
# GSettings schemas:
%{_datadir}/GConf/gsettings/evolution.convert
@@ -345,6 +385,7 @@ rm -rf $RPM_BUILD_ROOT
%{_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
@@ -354,16 +395,20 @@ rm -rf $RPM_BUILD_ROOT
%{_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.sender-validator.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.templates.gschema.xml
# The main executable
%{_bindir}/evolution
-%{_datadir}/appdata/evolution.appdata.xml
+%if 0%{?flatpak}
+%{_bindir}/evolution.bin
+%endif
+
+%{_datadir}/metainfo/org.gnome.Evolution.metainfo.xml
# Desktop files:
-%{_datadir}/applications/evolution.desktop
-%{_sysconfdir}/xdg/autostart/evolution-alarm-notify.desktop
+%{_datadir}/applications/org.gnome.Evolution.desktop
# Icons:
%{_datadir}/icons/hicolor/16x16/apps/*
@@ -371,8 +416,7 @@ rm -rf $RPM_BUILD_ROOT
%{_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/*
+%{_datadir}/icons/hicolor/scalable/apps/*
# The main data directory
# (have not attempted to split this up into an explicit list)
@@ -382,20 +426,25 @@ rm -rf $RPM_BUILD_ROOT
# 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-appearance-settings.so
%{_libdir}/evolution/modules/module-backup-restore.so
+%{_libdir}/evolution/modules/module-book-config-carddav.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-cal-config-webdav-notes.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
@@ -407,18 +456,31 @@ rm -rf $RPM_BUILD_ROOT
%{_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-rss.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-web-inspector.so
+%{_libdir}/evolution/modules/module-webkit-editor.so
+%{_libdir}/evolution/modules/module-webkit-inspector.so
+
+%if %{tnef_support}
+%{_libdir}/evolution/modules/module-tnef-attachment.so
+%endif
+
+%{_libdir}/evolution-data-server/camel-providers/libcamelrss.so
+%{_libdir}/evolution-data-server/camel-providers/libcamelrss.urls
+%{_libdir}/evolution-data-server/ui-modules/module-evolution-alarm-notify.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/libemail-engine.so
+%{_libdir}/evolution/libevcardeditor.so
%{_libdir}/evolution/libevolution-mail-formatter.so
%{_libdir}/evolution/libevolution-shell.so
%{_libdir}/evolution/libessmime.so
@@ -428,13 +490,16 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/libevolution-calendar-importers.so
%{_libdir}/evolution/libevolution-mail-importers.so
%{_libdir}/evolution/libevolution-mail.so
+%{_libdir}/evolution/libevolution-rss-common.so
%{_libdir}/evolution/libevolution-smime.so
%{_libdir}/evolution/libgnomecanvas.so
+# WebKit2 Extensions
+%{_libdir}/evolution/web-extensions/libewebextension.so
+%{_libdir}/evolution/web-extensions/webkit-editor/module-webkit-editor-webextension.so
+
# Various libexec programs:
%dir %{_libexecdir}/evolution
-%{_libexecdir}/evolution/evolution-addressbook-export
-%{_libexecdir}/evolution/evolution-alarm-notify
%{_libexecdir}/evolution/evolution-backup
%{_libexecdir}/evolution/killev
@@ -442,8 +507,8 @@ rm -rf $RPM_BUILD_ROOT
%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
+# (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
@@ -461,9 +526,6 @@ rm -rf $RPM_BUILD_ROOT
%{evo_plugin_dir}/org-gnome-face.eplug
%{evo_plugin_dir}/liborg-gnome-face.so
-%{evo_plugin_dir}/org-gnome-itip-formatter.eplug
-%{evo_plugin_dir}/liborg-gnome-itip-formatter.so
-
%{evo_plugin_dir}/org-gnome-mailing-list-actions.eplug
%{evo_plugin_dir}/liborg-gnome-mailing-list-actions.so
@@ -482,6 +544,9 @@ rm -rf $RPM_BUILD_ROOT
%{evo_plugin_dir}/org-gnome-save-calendar.eplug
%{evo_plugin_dir}/liborg-gnome-save-calendar.so
+%{evo_plugin_dir}/org-gnome-evolution-sender-validation.eplug
+%{evo_plugin_dir}/liborg-gnome-evolution-sender-validation.so
+
%{evo_plugin_dir}/org-gnome-templates.eplug
%{evo_plugin_dir}/liborg-gnome-templates.so
@@ -490,2574 +555,49 @@ rm -rf $RPM_BUILD_ROOT
%files devel
-%defattr(-, root, root)
%{_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
+%if %{with_docs}
+
%files devel-docs
-%defattr(-,root,root,-)
%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
+%endif
+
+%files langpacks -f translations.lang
+
%if %{with_docs}
%files help -f help.lang
-%defattr(-, root, root)
-%dir %{_datadir}/help/*/evolution
%endif
%files bogofilter
-%defattr(-, root, root)
%{_libdir}/evolution/modules/module-bogofilter.so
-%{_datadir}/appdata/evolution-bogofilter.metainfo.xml
+%{_datadir}/metainfo/org.gnome.Evolution-bogofilter.metainfo.xml
%files spamassassin
-%defattr(-, root, root)
%{_libdir}/evolution/modules/module-spamassassin.so
-%{_datadir}/appdata/evolution-spamassassin.metainfo.xml
-
-%files perl
-%defattr(-, root, root)
-%{_libexecdir}/evolution/csv2vcard
+%{_datadir}/metainfo/org.gnome.Evolution-spamassassin.metainfo.xml
%if %{libpst_support}
%files pst
-%defattr(-, root, root)
+%{_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
-* Tue Sep 08 2015 Milan Crha - 3.16.5-3
-- Add pkgconfig(iso-codes) into BuildRequires
-
-* Wed Aug 19 2015 Milan Crha - 3.16.5-2
-- Add patch for RH bug #1231591 (Crash when viewing message digest)
-
-* Mon Aug 10 2015 Milan Crha - 3.16.5-1
-- Update to 3.16.5
-- Remove patch for RH bug #1243680 (Fixed upstream)
-
-* Thu Jul 16 2015 Milan Crha - 3.16.4-2
-- Add patch for RH bug #1243680 (Replacement of misspelled word doesn't work in composer)
-
-* Mon Jul 13 2015 Milan Crha - 3.16.4-1
-- Update to 3.16.4
-- Remove patch for RH bug #1229230 (Fixed upstream)
-
-* Mon Jun 08 2015 Milan Crha - 3.16.3-2
-- Add patch for RH bug #1229230 (Broken save of filter rules)
-
-* Mon Jun 08 2015 Milan Crha - 3.16.3-1
-- Update to 3.16.3
-- Disable help build when gtk-doc is disabled
-
-* Thu May 28 2015 Debarshi Ray - 3.16.2.1-2
-- Rebuild for libgdata soname bump
-
-* Mon May 11 2015 Milan Crha - 3.16.2.1-1
-- Update to 3.16.2.1
-
-* Mon Apr 13 2015 Milan Crha - 3.16.1-1
-- Update to 3.16.1
-
-* Mon Mar 23 2015 Milan Crha - 3.16.0-1
-- Update to 3.16.0
-
-* Mon Mar 16 2015 Milan Crha - 3.15.92-1
-- Update to 3.15.92
-- Remove obsolete patches (one unused and one fixed upstream)
-
-* Mon Mar 02 2015 Milan Crha - 3.15.91-1
-- Update to 3.15.91
-
-* Mon Feb 16 2015 Milan Crha - 3.13.90-1
-- Update to 3.13.90
-- Remove WebKit composer patches (fixed upstream)
-
-* Mon Feb 02 2015 Tomas Popela - 3.13.10-2
-- Backport the WebKit composer patches
-
-* Mon Jan 26 2015 Milan Crha - 3.13.10-1
-- Update to 3.13.10
-
-* Mon Dec 22 2014 Milan Crha - 3.13.9-1
-- Update to 3.13.9
-
-* Mon Nov 24 2014 Milan Crha - 3.13.8-1
-- Update to 3.13.8
-
-* Mon Oct 27 2014 Milan Crha - 3.13.7-1
-- Update to 3.13.7
-
-* Mon Sep 22 2014 Milan Crha - 3.13.6-1
-- Update to 3.13.6
-
-* Mon Aug 25 2014 Milan Crha - 3.13.5-1
-- Update to 3.13.5
-- Remove patch to add missing tests files in the distribution tarball (fixed upstream)
-
-* Sat Aug 16 2014 Fedora Release Engineering - 3.13.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Wed Jul 30 2014 Milan Crha - 3.13.4-1
-- Update to 3.13.4
-- Introduce tests subpackage with installed tests
-- Add patch to add missing tests files in the distribution tarball
-- Remove patch to drop gnome-icon-theme dependency (fixed upstream)
-
-* Mon Jul 14 2014 Milan Crha - 3.12.4-1
-- Update to 3.12.4
-- Remove patch to fix folder names in Mail view's folder tree (fixed upstream)
-- Remove patch to fix colors in preview (fixed upstream)
-
-* Thu Jun 26 2014 Milan Crha - 3.12.3-3
-- Add upstream patch to fix folder names in Mail view's folder tree
-- Add upstream patch to fix colors in preview
-
-* Mon Jun 09 2014 Milan Crha - 3.12.3-2
-- Drop gnome-icon-theme dependency
-
-* Mon Jun 09 2014 Milan Crha - 3.12.3-1
-- Update to 3.12.3
-
-* Sat Jun 07 2014 Fedora Release Engineering - 3.12.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Mon May 12 2014 Milan Crha - 3.12.2-1
-- Update to 3.12.2
-
-* Wed Apr 16 2014 Adam Williamson - 3.12.1-2
-- rebuild for new libgdata
-
-* Mon Apr 14 2014 Milan Crha - 3.12.1-1
-- Update to 3.12.1
-
-* Mon Mar 24 2014 Milan Crha - 3.12.0-1
-- Update to 3.12.0
-
-* Mon Mar 17 2014 Milan Crha - 3.11.92-1
-- Update to 3.11.92
-
-* Mon Mar 03 2014 Milan Crha - 3.11.91-1
-- Update to 3.11.91
-
-* Wed Feb 19 2014 Kalev Lember - 3.11.90-2
-- Rebuilt for libgnome-desktop soname bump
-
-* Mon Feb 17 2014 Milan Crha - 3.11.90-1
-- Update to 3.11.90
-
-* Mon Feb 03 2014 Milan Crha - 3.11.5-2
-- Drop krb5 dependency
-
-* Mon Feb 03 2014 Milan Crha - 3.11.5-1
-- Update to 3.11.5
-
-* Fri Jan 17 2014 Adam Williamson - 3.11.4-2
-- backport a couple of crasher fixes from upstream master
-
-* Mon Jan 13 2014 Milan Crha - 3.11.4-1
-- Update to 3.11.4
-
-* Thu Nov 21 2013 Milan Crha - 3.11.2-2
-- Rebuild for new libical (RH bug #1023020)
-
-* Mon Nov 18 2013 Milan Crha - 3.11.2-1
-- Update to 3.11.2
-- Conditionally build help subpackage
-- Disable compiler warnings about deprecated symbols
-
-* Mon Nov 11 2013 Milan Crha - 3.11.1-2
-- Hide more help-related widgets when evolution-help is not installed
-
-* Tue Oct 22 2013 Matthew Barnes - 3.11.1-1
-- Update to 3.11.1
-
-* Mon Oct 14 2013 Milan Crha - 3.10.1-1
-- Update to 3.10.1
-- Remove the dependency on libytnef, which apparently isn't needed for
- the PST importer and disable the experimental TNEF attachments plugin
-- Avoid help launch with F1 when evolution-help is not installed
-
-* Mon Sep 23 2013 Milan Crha - 3.10.0-1
-- Update to 3.10.0
-- Remove explicit Requires on libpst in pst subpackage
-
-* Mon Sep 16 2013 Milan Crha - 3.9.92-1
-- Update to 3.9.92
-
-* Tue Sep 03 2013 Kalev Lember - 3.9.91-2
-- Rebuilt for libgnome-desktop soname bump
-
-* Mon Sep 02 2013 Milan Crha - 3.9.91-1
-- Update to 3.9.91
-
-* Fri Aug 23 2013 Milan Crha - 3.9.90-2
-- Split developer documentation into evolution-devel-docs subpackage
-
-* Mon Aug 19 2013 Milan Crha - 3.9.90-1
-- Update to 3.9.90
-
-* Tue Aug 06 2013 Adam Williamson - 3.9.5-3
-- rebuild for new libgweather
-
-* Thu Aug 01 2013 Petr Pisar - 3.9.5-2
-- Perl 5.18 rebuild
-
-* Mon Jul 29 2013 Milan Crha - 3.9.5-1
-- Update to 3.9.5
-
-* Wed Jul 17 2013 Matthew Barnes - 3.9.4-3
-- Work around a crash caught by -fstack-protector-strong.
-
-* Wed Jul 17 2013 Petr Pisar - 3.9.4-2
-- Perl 5.18 rebuild
-
-* Mon Jul 08 2013 Milan Crha - 3.9.4-1
-- Update to 3.9.4
-
-* Sat Jun 22 2013 Matthias Clasen - 3.9.3-3
-- Don't install ChangeLog
-- Trim %%changelog
-
-* Fri Jun 21 2013 Kalev Lember - 3.9.3-2
-- Rebuilt for libgweather 3.9.3 soname bump
-
-* Mon Jun 17 2013 Milan Crha - 3.9.3-1
-- Update to 3.9.3
-
-* Mon May 27 2013 Milan Crha - 3.9.2-1
-- Update to 3.9.2
-
-* Fri May 24 2013 Rex Dieter 3.9.1-2
-- rebuild (libical)
-
-* Mon Apr 29 2013 Milan Crha - 3.9.1-1
-- Update to 3.9.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
-
-* Fri 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 - 2.22.0-4.fc9
-- Add patch for GNOME bug #524310
-
-* Fri Mar 14 2008 Matthew Barnes - 2.22.0-3.fc9
-- Explicit require evolution-data-server since its shared object names
- still can't be trusted (RH bug #426511).
-
-* Fri Mar 14 2008 Matthew Barnes - 2.22.0-2.fc9
-- Add patch for RH bug #437208 (tracking network status).
-
-* Mon Mar 10 2008 Matthew Barnes - 2.22.0-1.fc9
-- Update to 2.22.0
-- Remove patch for CVE-2008-0072 (fixed upstream).
-
-* Tue Mar 04 2008 Matthew Barnes - 2.21.92-2.fc9
-- Add patch for CVE-2008-0072 (format string vulnerability).
-
-* Mon Feb 25 2008 Matthew Barnes - 2.21.92-1.fc9
-- Update to 2.21.92
-- Bump eds_version to 2.21.92.
-
-* Wed Feb 13 2008 Matthew Barnes - 2.21.91-2.fc9
-- Rebuild against libsoup 2.3.2.
-
-* Mon Feb 11 2008 Matthew Barnes - 2.21.91-1.fc9
-- Update to 2.21.91
-- Bump eds_version to 2.21.91.
-- Remove patch for GNOME bug #240073 (fixed upstream).
-
-* Sat Feb 02 2008 Matthew Barnes - 2.21.90-4.fc9
-- Remove some obsolete configure options:
- --enable-file-chooser, --enable-file-locking, --enable-dot-locking
-- Remove gnome-doc-utils work-around for GNOME bug #427939 (fixed upstream).
-- Remove patch for RH bug #215478 (fixed upstream).
-
-* Tue Jan 29 2008 Matthew Barnes - 2.21.90-3.fc9
-- Add patch to address the recent deprecation of G_GNUC_FUNCTION.
-
-* Tue Jan 29 2008 Matthew Barnes - 2.21.90-2.fc9
-- Add patch for GNOME bug #240073 (don't strikeout Click to Add in tasks).
-
-* Mon Jan 28 2008 Matthew Barnes - 2.21.90-1.fc9
-- Update to 2.21.90
-- Update build requirements.
-- Remove patch for GNOME #363695 (obsolete/problematic).
-- Remove patch for GNOME #509741 (fixed upstream).
-
-* Tue Jan 15 2008 Matthew Barnes - 2.21.5-2.fc9
-- Add patch for GNOME bug #509741 (crash on startup).
-
-* Mon Jan 14 2008 Matthew Barnes - 2.21.5-1.fc9
-- Update to 2.21.5
-- The backup-restore plugin is stable again.
-- Remove patch for RH bug #154360 (fixed upstream).
-- Remove patch for RH bug #166231 (obsolete, possibly fixed upstream).
-- Remove patch for RH bug #178295 (fixed upstream).
-- Remove patch for GNOME bug #362638 (fixed upstream).
-- Remove patch for GNOME bug #504030 (fixed upstream).
-- Remove patch for GNOME bug #507311 (fixed upstream).
-
-* Sat Jan 05 2008 Matthew Barnes - 2.21.4-2.fc9
-- Add patch for GNOME bug #507311 (send Bug Buddy reports to the new
- BugBuddyBugs Bugzilla component).
-
-* Mon Dec 17 2007 Matthew Barnes - 2.21.4-1.fc9
-- Update to 2.21.4
-- Expunge unused patches.
-- Bump eds_version to 2.21.4 for new Camel functions.
-
-* Mon Dec 10 2007 Matthew Barnes - 2.21.3-4.fc9
-- Split junk filtering plugins into evolution-bogofilter and
- evolution-spamassassin subpackages, each of which requires the
- necessary backend packages. (RH bug #377381)
-
-* Wed Dec 05 2007 Matthew Barnes - 2.21.3-3.fc9
-- Bump eds_version to 2.21.3 and gtkhtml_version to 3.17.3.
-
-* Tue Dec 4 2007 Matthias Clasen - 2.21.3-2
-- Rebuild against new openssl
-
-* Mon Dec 03 2007 Matthew Barnes - 2.21.3-1.fc9
-- Update to 2.21.3
-- Remove patch for RH bug #215467 (fixed upstream).
-- Remove patch for GNOME bug #499920 (fixed upstream).
-
-* Sat Dec 01 2007 Matthew Barnes - 2.21.2-4.fc9
-- Fix a corrupted patch that caused GNOME bug #499291.
-
-* Thu Nov 29 2007 Matthew Barnes