Blame SPECS/evolution.spec

956363
%global _changelog_trimtime %(date +%s -d "1 year ago")
956363
956363
# correct Obsoletes for evolution-tests when this is changed
956363
%global enable_installed_tests 0
956363
956363
%define glib2_version 2.46.0
956363
%define gtk3_version 3.10.0
956363
%define gnome_autoar_version 0.1.1
956363
%define gnome_desktop_version 2.91.3
956363
%define intltool_version 0.35.5
956363
%define libgdata_version 0.10.0
956363
%define libgweather_version 3.5.0
956363
%define libsoup_version 2.42
956363
%define webkit2gtk_version 2.13.90
956363
956363
%define last_anjal_version 0.3.2-3
956363
%define last_libgal2_version 2:2.5.3-2
956363
%define last_evo_nm_version 3.5.0
956363
%define last_evo_perl_version 3.21.90
956363
956363
%define ldap_support 1
956363
%define libnotify_support 1
956363
%define libpst_support 1
956363
956363
# Coverity scan can override this to 0, to skip checking in gtk-doc generated code
956363
%{!?with_docs: %global with_docs 1}
956363
956363
%define evo_plugin_dir %{_libdir}/evolution/plugins
956363
956363
### Abstract ###
956363
956363
Name: evolution
956363
Version: 3.28.5
956363
Release: 6%{?dist}
956363
Group: Applications/Productivity
956363
Summary: Mail and calendar client for GNOME
956363
License: GPLv2+ and GFDL
956363
URL: https://wiki.gnome.org/Apps/Evolution
956363
Source: http://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
956363
956363
Obsoletes: anjal <= %{last_anjal_version}
956363
Obsoletes: libgal2 <= %{last_libgal2_version}
956363
Obsoletes: evolution-NetworkManager < %{last_evo_nm_version}
956363
Obsoletes: evolution-perl < %{last_evo_perl_version}
956363
956363
%if !%{enable_installed_tests}
956363
Obsoletes: evolution-tests <= 3.28.5
956363
%endif
956363
956363
%global eds_version %{version}
956363
956363
### Patches ###
956363
956363
Patch01: evolution-3.28.2-cmake-version.patch
956363
956363
# RH-bug #1613813
956363
Patch02: evolution-3.28.5-config-lookup-crash.patch
956363
956363
# RH bug #1624834
956363
Patch03: evolution-3.28.5-composer-mangled-quotation.patch
956363
956363
# RH bug #1624866
956363
Patch04: evolution-3.28.5-composer-extra-nl-url.patch
956363
956363
# RH bug #1634660
956363
Patch05: evolution-3.28.5-task-memo-list-deselect.patch
956363
956363
# RH bug #1686614
956363
Patch06: evolution-3.28.5-intltool-cache.patch
956363
956363
# RH bug #1753122
956363
Patch07: evolution-3.28.5-gala11yetableitem-ref-child.patch
956363
956363
## Dependencies ###
956363
956363
Requires: evolution-data-server >= %{eds_version}
956363
Requires: gvfs
956363
Requires: gtkspell3
956363
Requires: highlight
956363
Requires: %{name}-langpacks = %{version}-%{release}
956363
956363
### Build Dependencies ###
956363
956363
BuildRequires: cmake
956363
BuildRequires: gcc
956363
BuildRequires: gettext
956363
BuildRequires: gtk-doc
956363
BuildRequires: highlight
956363
BuildRequires: intltool >= %{intltool_version}
956363
BuildRequires: itstool
956363
BuildRequires: pkgconfig
956363
BuildRequires: yelp-tools
956363
956363
BuildRequires: pkgconfig(atk)
956363
BuildRequires: pkgconfig(cairo-gobject)
956363
BuildRequires: pkgconfig(camel-1.2) >= %{eds_version}
956363
BuildRequires: pkgconfig(enchant)
956363
BuildRequires: pkgconfig(gail-3.0) >= %{gtk3_version}
956363
BuildRequires: pkgconfig(gcr-3)
956363
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
956363
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
956363
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version}
956363
#BuildRequires: pkgconfig(gnome-autoar-0) >= %%{gnome_autoar_version}
956363
#BuildRequires: pkgconfig(gnome-autoar-gtk-0) >= %%{gnome_autoar_version}
956363
BuildRequires: pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop_version}
956363
BuildRequires: pkgconfig(gsettings-desktop-schemas)
956363
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
956363
BuildRequires: pkgconfig(gtkspell3-3.0)
956363
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
956363
BuildRequires: pkgconfig(iso-codes)
956363
BuildRequires: pkgconfig(libcanberra-gtk3)
956363
BuildRequires: pkgconfig(libebackend-1.2) >= %{eds_version}
956363
BuildRequires: pkgconfig(libebook-1.2) >= %{eds_version}
956363
BuildRequires: pkgconfig(libecal-1.2) >= %{eds_version}
956363
BuildRequires: pkgconfig(libedataserver-1.2) >= %{eds_version}
956363
BuildRequires: pkgconfig(libedataserverui-1.2) >= %{eds_version}
956363
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
956363
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
956363
BuildRequires: pkgconfig(libxml-2.0)
956363
BuildRequires: pkgconfig(nspr)
956363
BuildRequires: pkgconfig(nss)
956363
BuildRequires: pkgconfig(shared-mime-info)
956363
BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk_version}
956363
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= %{webkit2gtk_version}
956363
956363
%if %{ldap_support}
956363
BuildRequires: openldap-devel >= 2.0.11
956363
%endif
956363
956363
%if %{libnotify_support}
956363
BuildRequires: pkgconfig(libnotify)
956363
%endif
956363
956363
%if %{libpst_support}
956363
BuildRequires: pkgconfig(libpst)
956363
%endif
956363
956363
%description
956363
Evolution is the GNOME mailer, calendar, contact manager and
956363
communications tool.  The components which make up Evolution
956363
are tightly integrated with one another and act as a seamless
956363
personal information-management tool.
956363
956363
%package devel
956363
Group: Development/Libraries
956363
Summary: Development files for building against %{name}
956363
Requires: %{name} = %{version}-%{release}
956363
Requires: pkgconfig(camel-1.2) >= %{eds_version}
956363
Requires: pkgconfig(enchant)
956363
Requires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
956363
Requires: pkgconfig(gtkspell3-3.0)
956363
Requires: pkgconfig(gweather-3.0) >= %{libgweather_version}
956363
Requires: pkgconfig(libebackend-1.2) >= %{eds_version}
956363
Requires: pkgconfig(libebook-1.2) >= %{eds_version}
956363
Requires: pkgconfig(libecal-1.2) >= %{eds_version}
956363
Requires: pkgconfig(libedataserver-1.2) >= %{eds_version}
956363
Requires: pkgconfig(libgdata) >= %{libgdata_version}
956363
Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
956363
Requires: pkgconfig(libxml-2.0)
956363
Obsoletes: libgal2-devel <= %{last_libgal2_version}
956363
956363
%description devel
956363
Development files needed for building things which link against %{name}.
956363
956363
%package devel-docs
956363
Summary: Developer documentation for Evolution
956363
Group: Development/Libraries
956363
Requires: devhelp
956363
Requires: %{name}-devel = %{version}-%{release}
956363
BuildArch: noarch
956363
956363
%description devel-docs
956363
This package contains developer documentation for Evolution.
956363
956363
%package langpacks
956363
Summary: Translations for %{name}
956363
BuildArch: noarch
956363
Requires: %{name} = %{version}-%{release}
956363
956363
%description langpacks
956363
This package contains translations for %{name}.
956363
956363
%if %{with_docs}
956363
%package help
956363
Group: Applications/Productivity
956363
Summary: Help files for %{name}
956363
Requires: %{name} = %{version}-%{release}
956363
Requires: yelp
956363
BuildArch: noarch
956363
956363
%description help
956363
This package contains user documentation for %{name}.
956363
%endif
956363
956363
%package bogofilter
956363
Group: Applications/Productivity
956363
Summary: Bogofilter plugin for Evolution
956363
Requires: %{name}%{?_isa} = %{version}-%{release}
956363
Requires: bogofilter
956363
BuildRequires: bogofilter
956363
956363
%description bogofilter
956363
This package contains the plugin to filter junk mail using Bogofilter.
956363
956363
%package spamassassin
956363
Group: Applications/Productivity
956363
Summary: SpamAssassin plugin for Evolution
956363
Requires: %{name}%{?_isa} = %{version}-%{release}
956363
Requires: spamassassin
956363
BuildRequires: spamassassin
956363
956363
%description spamassassin
956363
This package contains the plugin to filter junk mail using SpamAssassin.
956363
956363
%if %{libpst_support}
956363
%package pst
956363
Group: Applications/Productivity
956363
Summary: PST importer plugin for Evolution
956363
Requires: %{name}%{?_isa} = %{version}-%{release}
956363
956363
%description pst
956363
This package contains the plugin to import Microsoft Personal Storage Table
956363
(PST) files used by Microsoft Outlook and Microsoft Exchange.
956363
%endif
956363
956363
%if %{enable_installed_tests}
956363
%package tests
956363
Summary: Tests for the %{name} package
956363
Group: Development/Libraries
956363
Requires: %{name}%{?_isa} = %{version}-%{release}
956363
956363
%description tests
956363
The %{name}-tests package contains tests that can be used to verify
956363
the functionality of the installed %{name} package.
956363
%endif
956363
956363
%prep
956363
%setup -q -n evolution-%{version}
956363
956363
%patch01 -p1 -b .cmake-version
956363
%patch02 -p1 -b .config-lookup-crash
956363
%patch03 -p1 -b .composer-mangled-quotation
956363
%patch04 -p1 -b .composer-extra-nl-url
956363
%patch05 -p1 -b .task-memo-list-deselect
956363
%patch06 -p1 -b .intltool-cache
956363
%patch07 -p1 -b .gala11yetableitem-ref-child
956363
956363
# Remove the welcome email from Novell
956363
for inbox in src/mail/default/*/Inbox; do
956363
  echo -n "" > $inbox
956363
done
956363
956363
%build
956363
956363
mkdir -p _build
956363
cd _build
956363
956363
# define all of our flags, this is kind of ugly :(
956363
%if %{ldap_support}
956363
%define ldap_flags -DWITH_OPENLDAP=ON
956363
%else
956363
%define ldap_flags -DWITH_OPENLDAP=OFF
956363
%endif
956363
956363
%define ssl_flags -DENABLE_SMIME=ON
956363
956363
if ! pkg-config --exists nss; then
956363
  echo "Unable to find suitable version of mozilla nss to use!"
956363
  exit 1
956363
fi
956363
956363
%if %{with_docs}
956363
%define gtkdoc_flags -DENABLE_GTK_DOC=ON -DWITH_HELP=ON
956363
%else
956363
%define gtkdoc_flags -DENABLE_GTK_DOC=OFF -DWITH_HELP=OFF
956363
%endif
956363
956363
%if %{enable_installed_tests}
956363
%define tests_flags -DENABLE_INSTALLED_TESTS=ON
956363
%else
956363
%define tests_flags -DENABLE_INSTALLED_TESTS=OFF
956363
%endif
956363
956363
CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated-declarations"; export CFLAGS
956363
956363
%cmake -G "Unix Makefiles" \
956363
	-DENABLE_MAINTAINER_MODE=OFF \
956363
	-DVERSION_SUBSTRING=" (%{version}-%{release})" \
956363
	%ldap_flags %ssl_flags %gtkdoc_flags %tests_flags \
956363
	-DENABLE_PLUGINS=all \
956363
	-DENABLE_AUTOAR=OFF \
956363
	-DENABLE_YTNEF=OFF \
956363
	..
956363
956363
make %{?_smp_mflags}
956363
956363
%if %{with_docs}
956363
956363
cd ..
956363
956363
# Replace identical images in the help by links.
956363
# This reduces the RPM size by several megabytes.
956363
helpdir=$RPM_BUILD_ROOT%{_datadir}/gnome/help/%{name}
956363
for f in $helpdir/C/figures/*.png; do
956363
  b="$(basename $f)"
956363
  for d in $helpdir/*; do
956363
    if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
956363
      g="$d/figures/$b"
956363
      if [ -f "$g" ]; then
956363
        if cmp -s $f $g; then
956363
          rm "$g"; ln -s "../../C/figures/$b" "$g"
956363
        fi
956363
      fi
956363
    fi
956363
  done
956363
done
956363
956363
# %%{with_docs}
956363
%endif
956363
956363
%install
956363
rm -rf $RPM_BUILD_ROOT
956363
cd _build
956363
make DESTDIR=$RPM_BUILD_ROOT install
956363
956363
%find_lang evolution --all-name --with-gnome
956363
956363
grep "/usr/share/locale" evolution.lang > translations.lang
956363
%if %{with_docs}
956363
grep -v "/usr/share/locale" evolution.lang > help.lang
956363
%endif
956363
956363
%post
956363
/sbin/ldconfig
956363
/usr/bin/update-desktop-database &> /dev/null || :
956363
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
956363
956363
%postun
956363
/sbin/ldconfig
956363
/usr/bin/update-desktop-database &> /dev/null || :
956363
if [ $1 -eq 0 ] ; then
956363
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
956363
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
956363
    glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
956363
fi
956363
956363
%posttrans
956363
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
956363
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
956363
956363
%files
956363
%license COPYING
956363
%doc AUTHORS NEWS README
956363
956363
# GSettings schemas:
956363
%{_datadir}/GConf/gsettings/evolution.convert
956363
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.addressbook.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.calendar.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.mail.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.importer.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.bogofilter.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.text-highlight.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.attachment-reminder.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.autocontacts.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.email-custom-header.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.external-editor.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.face-picture.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.itip.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.mail-notification.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.prefer-plain.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.publish-calendar.gschema.xml
956363
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.templates.gschema.xml
956363
956363
# The main executable
956363
%{_bindir}/evolution
956363
956363
%{_datadir}/metainfo/org.gnome.Evolution.appdata.xml
956363
956363
# Desktop files:
956363
%{_datadir}/applications/org.gnome.Evolution.desktop
956363
%{_sysconfdir}/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop
956363
956363
# Icons:
956363
%{_datadir}/icons/hicolor/16x16/apps/*
956363
%{_datadir}/icons/hicolor/22x22/apps/*
956363
%{_datadir}/icons/hicolor/24x24/apps/*
956363
%{_datadir}/icons/hicolor/32x32/apps/*
956363
%{_datadir}/icons/hicolor/48x48/apps/*
956363
%{_datadir}/icons/hicolor/256x256/apps/*
956363
%{_datadir}/icons/hicolor/symbolic/apps/*
956363
956363
# The main data directory
956363
# (have not attempted to split this up into an explicit list)
956363
%dir %{_datadir}/evolution
956363
%{_datadir}/evolution
956363
956363
# Modules:
956363
%dir %{_libdir}/evolution
956363
%dir %{_libdir}/evolution/modules
956363
%{_libdir}/evolution/modules/module-accounts-window.so
956363
%{_libdir}/evolution/modules/module-addressbook.so
956363
%{_libdir}/evolution/modules/module-backup-restore.so
956363
%{_libdir}/evolution/modules/module-book-config-google.so
956363
%{_libdir}/evolution/modules/module-book-config-ldap.so
956363
%{_libdir}/evolution/modules/module-book-config-local.so
956363
%{_libdir}/evolution/modules/module-book-config-webdav.so
956363
%{_libdir}/evolution/modules/module-cal-config-caldav.so
956363
%{_libdir}/evolution/modules/module-cal-config-contacts.so
956363
%{_libdir}/evolution/modules/module-cal-config-google.so
956363
%{_libdir}/evolution/modules/module-cal-config-local.so
956363
%{_libdir}/evolution/modules/module-cal-config-weather.so
956363
%{_libdir}/evolution/modules/module-cal-config-webcal.so
956363
%{_libdir}/evolution/modules/module-calendar.so
956363
%{_libdir}/evolution/modules/module-composer-autosave.so
956363
%{_libdir}/evolution/modules/module-composer-to-meeting.so
956363
%{_libdir}/evolution/modules/module-config-lookup.so
956363
%{_libdir}/evolution/modules/module-contact-photos.so
956363
%{_libdir}/evolution/modules/module-gravatar.so
956363
%{_libdir}/evolution/modules/module-itip-formatter.so
956363
%{_libdir}/evolution/modules/module-mail-config.so
956363
%{_libdir}/evolution/modules/module-mail.so
956363
%{_libdir}/evolution/modules/module-mailto-handler.so
956363
%{_libdir}/evolution/modules/module-mdn.so
956363
%{_libdir}/evolution/modules/module-offline-alert.so
956363
%{_libdir}/evolution/modules/module-prefer-plain.so
956363
%{_libdir}/evolution/modules/module-plugin-lib.so
956363
%{_libdir}/evolution/modules/module-plugin-manager.so
956363
%{_libdir}/evolution/modules/module-settings.so
956363
%{_libdir}/evolution/modules/module-startup-wizard.so
956363
%{_libdir}/evolution/modules/module-text-highlight.so
956363
%{_libdir}/evolution/modules/module-vcard-inline.so
956363
%{_libdir}/evolution/modules/module-webkit-editor.so
956363
%{_libdir}/evolution/modules/module-webkit-inspector.so
956363
956363
# Shared libraries:
956363
%{_libdir}/evolution/libevolution-mail-composer.so
956363
%{_libdir}/evolution/libeabutil.so
956363
%{_libdir}/evolution/libeabwidgets.so
956363
%{_libdir}/evolution/libecontacteditor.so
956363
%{_libdir}/evolution/libecontactlisteditor.so
956363
%{_libdir}/evolution/libecontactprint.so
956363
%{_libdir}/evolution/libedomutils.so
956363
%{_libdir}/evolution/libemail-engine.so
956363
%{_libdir}/evolution/libevolution-mail-formatter.so
956363
%{_libdir}/evolution/libevolution-shell.so
956363
%{_libdir}/evolution/libessmime.so
956363
%{_libdir}/evolution/libevolution-util.so
956363
%{_libdir}/evolution/libevolution-addressbook-importers.so
956363
%{_libdir}/evolution/libevolution-calendar.so
956363
%{_libdir}/evolution/libevolution-calendar-importers.so
956363
%{_libdir}/evolution/libevolution-mail-importers.so
956363
%{_libdir}/evolution/libevolution-mail.so
956363
%{_libdir}/evolution/libevolution-smime.so
956363
%{_libdir}/evolution/libgnomecanvas.so
956363
956363
# WebKit2 Extensions
956363
%{_libdir}/evolution/web-extensions/libewebextension.so
956363
%{_libdir}/evolution/web-extensions/module-itip-formatter-webextension.so
956363
%{_libdir}/evolution/web-extensions/webkit-editor/module-webkit-editor-webextension.so
956363
956363
# Various libexec programs:
956363
%dir %{_libexecdir}/evolution
956363
%{_libexecdir}/evolution/evolution-alarm-notify
956363
%{_libexecdir}/evolution/evolution-backup
956363
%{_libexecdir}/evolution/killev
956363
956363
# The plugin directory:
956363
%dir %{evo_plugin_dir}
956363
956363
# The various plugins follow; they are all part of the main package:
956363
# (note that there are various resources such as ui and pixmap files that
956363
# are built as part of specific plugins but which are currently packaged using
956363
# globs above; the purpose of the separation below is to be more explicit about
956363
# which plugins we ship)
956363
%{evo_plugin_dir}/org-gnome-evolution-attachment-reminder.eplug
956363
%{evo_plugin_dir}/liborg-gnome-evolution-attachment-reminder.so
956363
956363
%{evo_plugin_dir}/org-gnome-email-custom-header.eplug
956363
%{evo_plugin_dir}/liborg-gnome-email-custom-header.so
956363
956363
%{evo_plugin_dir}/org-gnome-evolution-bbdb.eplug
956363
%{evo_plugin_dir}/liborg-gnome-evolution-bbdb.so
956363
956363
%{evo_plugin_dir}/org-gnome-external-editor.eplug
956363
%{evo_plugin_dir}/liborg-gnome-external-editor.so
956363
956363
%{evo_plugin_dir}/org-gnome-face.eplug
956363
%{evo_plugin_dir}/liborg-gnome-face.so
956363
956363
%{evo_plugin_dir}/org-gnome-mailing-list-actions.eplug
956363
%{evo_plugin_dir}/liborg-gnome-mailing-list-actions.so
956363
956363
%{evo_plugin_dir}/org-gnome-mail-notification.eplug
956363
%{evo_plugin_dir}/liborg-gnome-mail-notification.so
956363
956363
%{evo_plugin_dir}/org-gnome-mail-to-task.eplug
956363
%{evo_plugin_dir}/liborg-gnome-mail-to-task.so
956363
956363
%{evo_plugin_dir}/org-gnome-prefer-plain.eplug
956363
%{evo_plugin_dir}/liborg-gnome-prefer-plain.so
956363
956363
%{evo_plugin_dir}/org-gnome-publish-calendar.eplug
956363
%{evo_plugin_dir}/liborg-gnome-publish-calendar.so
956363
956363
%{evo_plugin_dir}/org-gnome-save-calendar.eplug
956363
%{evo_plugin_dir}/liborg-gnome-save-calendar.so
956363
956363
%{evo_plugin_dir}/org-gnome-templates.eplug
956363
%{evo_plugin_dir}/liborg-gnome-templates.so
956363
956363
%{evo_plugin_dir}/org-gnome-dbx-import.eplug
956363
%{evo_plugin_dir}/liborg-gnome-dbx-import.so
956363
956363
956363
%files devel
956363
%{_includedir}/evolution
956363
%{_libdir}/pkgconfig/evolution-calendar-3.0.pc
956363
%{_libdir}/pkgconfig/evolution-mail-3.0.pc
956363
%{_libdir}/pkgconfig/evolution-shell-3.0.pc
956363
%{_libdir}/pkgconfig/libemail-engine.pc
956363
956363
%files devel-docs
956363
%doc %{_datadir}/gtk-doc/html/evolution-mail-composer
956363
%doc %{_datadir}/gtk-doc/html/evolution-mail-engine
956363
%doc %{_datadir}/gtk-doc/html/evolution-mail-formatter
956363
%doc %{_datadir}/gtk-doc/html/evolution-shell
956363
%doc %{_datadir}/gtk-doc/html/evolution-util
956363
956363
%files langpacks -f _build/translations.lang
956363
956363
%if %{with_docs}
956363
%files help -f _build/help.lang
956363
%endif
956363
956363
%files bogofilter
956363
%{_libdir}/evolution/modules/module-bogofilter.so
956363
%{_datadir}/metainfo/org.gnome.Evolution-bogofilter.metainfo.xml
956363
956363
%files spamassassin
956363
%{_libdir}/evolution/modules/module-spamassassin.so
956363
%{_datadir}/metainfo/org.gnome.Evolution-spamassassin.metainfo.xml
956363
956363
%if %{libpst_support}
956363
%files pst
956363
%{_datadir}/metainfo/org.gnome.Evolution-pst.metainfo.xml
956363
%{evo_plugin_dir}/org-gnome-pst-import.eplug
956363
%{evo_plugin_dir}/liborg-gnome-pst-import.so
956363
%endif
956363
956363
%if %{enable_installed_tests}
956363
%files tests
956363
%{_libexecdir}/%{name}/installed-tests
956363
%{_datadir}/installed-tests
956363
%endif
956363
956363
%changelog
956363
* Wed Sep 18 2019 Milan Crha <mcrha@redhat.com> - 3.28.5-6
956363
- Add patch for RH bug #1753122 (GalA11yETableItem: Incorrect implementation of AtkObjectClass::ref_child())
956363
956363
* Fri Mar 08 2019 Milan Crha <mcrha@redhat.com> - 3.28.5-5
956363
- Add patch for RH bug #1686614 (Make sure intltool-merge cache is created only once)
956363
956363
* Thu Mar 07 2019 Milan Crha <mcrha@redhat.com> - 3.28.5-4
956363
- Add patch for RH bug #1634660 (Deselects task/memo list when started in Calendar view)
956363
- Disable and obsolete tests subpackage (RH bug #1638479)
956363
956363
* Fri Nov 09 2018 Milan Crha <mcrha@redhat.com> - 3.28.5-3
956363
- Add patch for RH bug #1624834 (Quoting of plain text mail into HTML mode mangles deeper levels)
956363
- Add patch for RH bug #1624866 (Extra new line added in front of long URLs)
956363
956363
* Thu Aug 23 2018 Milan Crha <mcrha@redhat.com> - 3.28.5-2
956363
- Add patch for RH bug #1613813 (Crash under config_lookup_thread() at e-config-lookup.c:179)
956363
956363
* Mon Jul 30 2018 Milan Crha <mcrha@redhat.com> - 3.28.5-1
956363
- Update to 3.28.5
956363
956363
* Mon Jul 16 2018 Milan Crha <mcrha@redhat.com> - 3.28.4-1
956363
- Update to 3.28.4
956363
- Remove patch for GNOME bug #796174 (fixed upstream)
956363
956363
* Tue Jun 19 2018 Milan Crha <mcrha@redhat.com> - 3.28.3-2
956363
- Add patch for GNOME bug #796174 (strcat() considered unsafe for buffer overflow)
956363
956363
* Mon Jun 18 2018 Milan Crha <mcrha@redhat.com> - 3.28.3-1
956363
- Update to 3.28.3
956363
956363
* Wed May 30 2018 Milan Crha <mcrha@redhat.com> - 3.28.2-1
956363
- Update to 3.28.2
956363
- Resolves: #1504129
956363
956363
* Mon Jan 22 2018 Milan Crha <mcrha@redhat.com> - 3.22.6-14
956363
- Obsolete evolution-perl subpackage (RH bug #1516655)
956363
956363
* Thu Nov 16 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-13
956363
- Add patch for RH bug #1513962 ([Wayland] Alt-shown hidden menubar cannot be interacted with)
956363
956363
* Thu Nov 16 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-12
956363
- Add patch for RH bug #1512859 (Add workaround for glib type init deadlock)
956363
956363
* Thu Oct 19 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-11
956363
- Add patch for RH bug #1449283 (Repeated IMAP message download during folder update)
956363
956363
* Mon May 29 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-10
956363
- Add patch for RH bug #1444073 (Folders do not show correct unread message count)
956363
956363
* Thu Apr 27 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-9
956363
- Add patch for RH bug #1445467 (Component editor marked changed after open)
956363
956363
* Wed Apr 19 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-8
956363
- Add patch for RH bug #1443023 (Calendar Print skips print dialog)
956363
956363
* Tue Apr 18 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-7
956363
- Add patch for RH bug #1440835 (Upon draft saving evolution opens redundant warning message)
956363
956363
* Thu Apr 13 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-6
956363
- Add patch for RH bug #1441283 (Evolution drag and drop to composer ends in a freeze)
956363
956363
* Wed Apr 12 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-5
956363
- Add patch for RH bug #1441145 (Crash under e_meeting_time_selector_refresh_cb())
956363
956363
* Fri Mar 24 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-4
956363
- Add patch for RH bug #1435137 (Cannot undo image insert in HTML composer body)
956363
- Add patch for RH bug #1435586 (magic spacebar doesn't work with caret mode)
956363
- Add patch for RH bug #1435589 (Can't change font color in HTML composer)
956363
- Add patch for RH bug #1435598 (Cached remote content not always found in cache)
956363
956363
* Thu Mar 16 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-3
956363
- Add patch to address some of the Coverity scan issues
956363
956363
* Tue Mar 14 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-2
956363
- Correct multilib issue with .mo files and disable 'tests' subpackage
956363
956363
* Mon Mar 13 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-1
956363
- Update to 3.22.6 upstream release
956363
- Add patch to add an option to hide menu bar
956363
956363
* Thu Feb 16 2017 Kalev Lember <klember@redhat.com> - 3.22.5-3
956363
- Drop the workaround for RH bug #1422632 now that intltool is fixed
956363
956363
* Thu Feb 16 2017 Milan Crha <mcrha@redhat.com> - 3.22.5-2
956363
- Require enchant development package in devel subpackage
956363
956363
* Wed Feb 15 2017 Milan Crha <mcrha@redhat.com> - 3.22.5-1
956363
- Rebase to 3.22.5
956363
956363
* Tue Aug 23 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-22
956363
- Update patch for RH bug #1261737 (Avoid vertical scrolling in the filtering rules editor dialog)
956363
956363
* Thu Jun 23 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-21
956363
- Update patch for RH bug #1221523 (Update translations)
956363
956363
* Wed Jun 22 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-20
956363
- Correct version check typo in Requires:
956363
956363
* Mon Jun 20 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-19
956363
- Add patch for RH bug #1347672 (GalA11yETableItem can have stored incorrect row count sometimes)
956363
956363
* Wed Mar 23 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-18
956363
- Add patch for RH bug #1320466 (Send/Receive dialog can be left opened with empty content)
956363
956363
* Mon Mar 21 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-17
956363
- Update patch for RH bug #1284563 (Searches for user avatars on gravatar cannot be disabled)
956363
- Add patch for RH bug #1070749 ([IMAPx] Try to autodetect server folder variants for local folders and use them)
956363
956363
* Thu Mar 17 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-16
956363
- Add patch for RH bug #1221523 (Update translations)
956363
- Add patch for RH bug #1261737 (Avoid vertical scrolling in the filtering rules editor dialog)
956363
- Add patch for RH bug #1265613 (Use configured Date/Time format in Tasks/Memos Preview)
956363
- Add patch for RH bug #1284563 (Searches for user avatars on gravatar cannot be disabled)
956363
- Add patch for RH bug #1300358 (Do not let itip-formatter plugin disable)
956363
956363
* Wed Aug 19 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-15
956363
- Update patch for RH bug #1224758 (Parse attachments on demand, not on message open)
956363
956363
* Fri Aug 14 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-14
956363
- Add patch for RH bug #1252792 (Crash in ect_dispose() on quit)
956363
956363
* Tue Aug 11 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-13
956363
- Add patch for RH bug #1251846 ([ESpellEntry] Do not touch entry when its IM is in the preedit mode)
956363
956363
* Mon Jul 27 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-12
956363
- Add patch for RH bug #1246511 (Reminder dialog sometimes doesn't identify URLs correctly)
956363
956363
* Wed Jul 15 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-11
956363
- Update patch for RH bug #1226925 (e_client_cache_get_client_sync() gets stuck)
956363
956363
* Wed Jul 08 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-10
956363
- Rebuild against updated libical and evolution-data-server
956363
956363
* Wed Jul 08 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-9
956363
- Rebuild against updated libical and evolution-data-server
956363
956363
* Tue Jun 16 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-8
956363
- Add patch for RH bug #1231196 (Use configured Date/Time format in Tasks/Memos tooltips)
956363
- Add patch for RH bug #1231201 (Distinguish events visually based on their accept status)
956363
956363
* Mon Jun 08 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-7
956363
- Fix RH bug #1227223 (Disable help build when gtk-doc is disabled)
956363
- Add patch for RH bug #1177344 (Calendar event times not drawn with correct font)
956363
- Add patch for RH bug #1228699 (Fails to drag&drop contacts between address books)
956363
956363
* Mon Jun 01 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-6
956363
- Add patch for RH bug #1226925 (e_client_cache_get_client_sync() gets stuck)
956363
956363
* Fri May 29 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-5
956363
- Update patch for RH bug #1224758 (Parse attachments on demand, not on message open)
956363
956363
* Tue May 26 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-4
956363
- Add patch for RH bug #1224758 (Parse attachments on demand, not on message open)
956363
956363
* Fri May 22 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-3
956363
- Add patch to address some of the Coverity Scan issues
956363
- Add patch for RH bug #1214659 (Composer crash on close with shown Picture Gallery)
956363
956363
* Thu May 14 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-2
956363
- Add patch for RH bug #1221523 (Update translations)
956363
956363
* Mon May 04 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-1
956363
- Update to 3.12.11
956363
- Add patch for RH bug #1211583 (Skip Lookup button shown on subsequent new account stages)
956363
- Add patch for RH bug #1204357 (Suggest the best authentication method when creating new account)
956363
- Add patch for RH bug #1070842 (SVG images in HTML email are not displayed)
956363
956363
* Mon Dec 08 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-31
956363
- Add patch for RH bug #1002188 (Restart background processes after restore)
956363
- Add patch for RH bug #1170671 (Remove calendar events on its delete)
956363
956363
* Mon Dec 01 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-30
956363
- Update patch for RH bug #1070850 (Correct EMailReader to use EWebView functions)
956363
956363
* Thu Nov 27 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-29
956363
- Add patch for RH bug #1166665 (Correct path in evolution.convert)
956363
- Update patch for RH bug #1070850 (Increase lower zoom limit)
956363
956363
* Thu Nov 06 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-28
956363
- Update patch for RH bug #1091882 (Fix regression of a message composer autosave)
956363
956363
* Wed Oct 08 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-27
956363
- Add patch for RH bug #1122645 (Weather calendar doesn't work)
956363
956363
* Mon Aug 25 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-26
956363
- Add patch for RH bug #1123136 (Crash when selecting mail header to show)
956363
- Add patch for RH bug #1118996 (Crash when customize mail view)
956363
- Add patch for RH bug #1116938 (Correct SMTP mail account editor UI update)
956363
- Add patch for RH bug #1110370 (Calendar view tooltip doesn't go away)
956363
- Add patch for RH bug #1075109 (Correct caret mode navigation to message body)
956363
- Add patch for RH bug #1070850 (Limit zoom value for previews)
956363
- Add patch for RH bug #1103823 (Crash after migration to maildir)
956363
- Add patch for RH bug #1033263 (Contact duplicate dialog auto expands indefinitely)
956363
- Add patch for RH bug #1070833 (Correct message list selection with collapsed threads)
956363
956363
* Wed Jul 23 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-25
956363
- Add patch for RH bug #1098358 (Run mail formatter in the main thread)
956363
- Add patch for RH bug #1113177 (Reply with selection can lose white-spaces)
956363
956363
* Thu Jun 05 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-24
956363
- Update patch for RH bug #1091882 (Labels GSettings busy loop)
956363
956363
* Wed May 28 2014 Lubos Kocman <lkocman@redhat.com> - 3.8.5-23
956363
- Resolves: #1100332 (bump release against 0day)
956363
956363
* Tue May 13 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-22
956363
- Add patch for RH bug #1070764 (Auto-mark as seen sometimes doesn't work)
956363
- Add patch for RH bug #1084414 (Fix various memory leaks)
956363
- Add patch for RH bug #1090629 (Filtered message not opened in a separate window)
956363
- Add patch for RH bug #1091882 (Labels GSettings busy loop)
956363
956363
* Mon Apr 07 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-21
956363
- Add patch for RH bug #1083584 (Disconnect stores on network outage)
956363
956363
* Thu Feb 27 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-20
956363
- Add patch for RH bug #1064288 (Missing icon for 'Save and Close')
956363
956363
* Thu Feb 20 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-19
956363
- Add patch for RH bug #1066113 (Show user name in smartcard pin prompt)
956363
956363
* Tue Feb 18 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-18
956363
- Add patch for RH bug #1066051 (Use-after-free on a reminder snooze)
956363
956363
* Thu Jan 30 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-17
956363
- Add patch for RH bug #1059559 (Avoid duplicate folder change save on quit)
956363
956363
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.5-16
956363
- Mass rebuild 2014-01-24
956363
956363
* Thu Jan 23 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-15
956363
- Add patch for RH bug #972595 (Crash after pine import)
956363
- Add patch for RH bug #976483 (Crash on attachment add or remove)
956363
956363
* Thu Jan 16 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-14
956363
- Add patch for RH bug #1030326 (Updated translations)
956363
956363
* Tue Jan 14 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-13
956363
- Add patch for RH bug #1038509 (Correct time format in appointment editor)
956363
956363
* Mon Jan 13 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-12
956363
- Add patch for RH bug #1028428 (Preview "Other address" in Contacts view)
956363
956363
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.5-11
956363
- Mass rebuild 2013-12-27
956363
956363
* Wed Nov 13 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-10
956363
- Update patch to hide help related widgets when evolution-help is not installed
956363
956363
* Tue Nov 05 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-9
956363
- Update patch for RH bug #1026776 (Fix issues found by Coverity Scan introduced by this patch)
956363
956363
* Tue Nov 05 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-8
956363
- Add patch for RH bug #1026776 (Recurring event move/copy to other calendar breaks recurrence)
956363
956363
* Thu Oct 17 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-7
956363
- Disabled modification of .po files before build (it causes multilib issues,
956363
  though a disadvantage is a larger evolution package)
956363
- Add patch for RH bug #965696 (Signature/encryption bar may not inherit text color from theme)
956363
956363
* Thu Oct 10 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-6
956363
- Remove the dependency on libytnef, which apparently isn't needed for the
956363
  PST importer and we don't build the experimental TNEF attachments plugin
956363
- Update patch for RH bug #962756 (F1 launches help when evolution-help is not installed)
956363
- Add patch for RH bug #864904 (Auto-wrap long anchors in message preview)
956363
956363
* Wed Oct 09 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-5
956363
- Add patch for RH bug #948321 (Custom message for alert is not displayed)
956363
956363
* Thu Oct 03 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-4
956363
- Rebuild for multilib regression in translation files
956363
956363
* Tue Sep 24 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-3
956363
- Remove explicit Requires on libpst in pst subpackage
956363
956363
* Fri Aug 23 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-2
956363
- Split developer documentation into evolution-devel-docs subpackage
956363
956363
* Mon Aug 12 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-1
956363
- Update to 3.8.5
956363
- Add patch for RH bug #995516 (Crash in certificate viewer)
956363
956363
* Wed Jul 24 2013 Milan Crha <mcrha@redhat.com> - 3.8.4-1
956363
- Update to 3.8.4
956363
956363
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.3-2
956363
- Don't install ChangeLog
956363
- Trim %%changelog
956363
956363
* Mon Jun 10 2013 Milan Crha <mcrha@redhat.com> - 3.8.3-1
956363
- Update to 3.8.3
956363
956363
* Sun May 12 2013 Matthew Barnes <mbarnes@redhat.com> - 3.8.2-1
956363
- Update to 3.8.2
956363
956363
* Sun Apr 14 2013 Matthew Barnes <mbarnes@redhat.com> - 3.8.1-1
956363
- Update to 3.8.1
956363
956363
* Mon Mar 25 2013 Milan Crha <mcrha@redhat.com> - 3.8.0-1
956363
- Update to 3.8.0
956363
956363
* Mon Mar 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.92-1
956363
- Update to 3.7.92
956363
956363
* Mon Mar 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.91-1
956363
- Update to 3.7.91
956363
956363
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-2
956363
- Rebuilt for libgnome-desktop soname bump
956363
956363
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-1
956363
- Update to 3.7.90
956363
956363
* Mon Feb 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.5-1
956363
- Update to 3.7.5
956363
956363
* Fri Jan 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.4-1
956363
- Correct help-context patch test path (Red Had bug #901341)
956363
956363
* Mon Jan 14 2013 Milan Crha <mcrha@redhat.com> - 3.7.4-1
956363
- Update to 3.7.4
956363
- Add --add-missing to automake call
956363
956363
* Tue Jan 01 2013 Matthew Barnes <mbarnes@redhat.com> - 3.7.3.2-3
956363
- Re-enable translation size reduction (RH bug #628073 is long fixed).
956363
956363
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3.2-2
956363
- Rebuilt for libgnome-desktop3 3.7.3 soname bump
956363
956363
* Wed Dec 19 2012 Matthew Barnes <mbarnes@redhat.com> - 3.7.3.2-1
956363
- Update to 3.7.3.2
956363
- Remove obsolete BuildRequires:
956363
    bison
956363
    dbus-glib-devel
956363
    libSM-devel
956363
    rarian-compat
956363
956363
* Mon Nov 19 2012 Milan Crha <mcrha@redhat.com> - 3.7.2-1
956363
- Update to 3.7.2
956363
956363
* Fri Nov 09 2012 Matthew Barnes <mbarnes@redhat.com> - 3.7.1-2
956363
- Drop unique3-devel BR, it's an ancient artifact.
956363
956363
* Mon Oct 22 2012 Milan Crha <mcrha@redhat.com> - 3.7.1-1
956363
- Update to 3.7.1
956363
956363
* Mon Sep 24 2012 Matthew Barnes <mbarnes@redhat.com> - 3.6.0-1
956363
- Update to 3.6.0
956363
- Remove patch for GNOME #678408 (fixed upstream).
956363
956363
* Mon Sep 24 2012 Bastien Nocera <bnocera@redhat.com> 3.5.92-4
956363
- Use GStreamer 1.0 instead of 0.10
956363
956363
* Sat Sep 22 2012 Adam Williamson <awilliam@redhat.com> - 3.5.92-3
956363
- backport fix for BGO #678408 (broken message display)
956363
956363
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.92-2
956363
- Fix evolution-NetworkManager obsoletes
956363
956363
* Mon Sep 17 2012 Milan Crha <mcrha@redhat.com> - 3.5.92-1
956363
- Update to 3.5.92
956363
956363
* Mon Sep 03 2012 Milan Crha <mcrha@redhat.com> - 3.5.91-1
956363
- Update to 3.5.91
956363
956363
* Mon Aug 20 2012 Milan Crha <mcrha@redhat.com> - 3.5.90-1
956363
- Update to 3.5.90
956363
- Remove patches for BGO #678408 and #681321 (fixed upstream)
956363
- Add itstool and yelp-tools into BuildRequires
956363
956363
* Wed Aug 15 2012 Adam Williamson <awilliam@redhat.com> - 3.5.5-2
956363
- backport the fix for BGO #678408 and #681321 (libxml2 build)
956363
956363
* Mon Aug 06 2012 Milan Crha <mcrha@redhat.com> - 3.5.5-1
956363
- Update to 3.5.5
956363
956363
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
956363
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
956363
956363
* Mon Jul 16 2012 Milan Crha <mcrha@redhat.com> - 3.5.4-1
956363
- Update to 3.5.4
956363
- Enable weather plugin (fixed upstream)
956363
956363
* Wed Jun 27 2012 Matthias Clasen <mclasen@redhat.com> - 2.5.3.1-4
956363
- Temporarily disable weather plugin (not ported to new libgweather yet)
956363
956363
* Tue Jun 26 2012 Matthew Barnes <mbarnes@redhat.com> - 2.5.3.1-3
956363
- Temporarily change e-d-s req in devel subpackage.
956363
956363
* Tue Jun 26 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3.1-2
956363
- Remove unnecessary Requires: evolution-data-server.
956363
956363
* Mon Jun 25 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3.1-1
956363
- Update to 3.5.3.1 (3.5.3, no build for you!)
956363
956363
* Mon Jun 25 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3-1
956363
- Update to 3.5.3
956363
- Drop BR: GConf2-devel  \o/
956363
956363
* Fri Jun  8 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-2
956363
- Rebuild against new gnome-desktop
956363
956363
* Mon Jun 04 2012 Milan Crha <mcrha@redhat.com> - 3.5.2-1
956363
- Update to 3.5.2
956363
956363
* Sun Apr 29 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.1-1
956363
- Update to 3.5.1
956363
- Add BR: webkitgtk3-devel
956363
956363
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
956363
- Silence rpm scriptlet output
956363
956363
* Mon Apr 16 2012 Milan Crha <mcrha@redhat.com> - 3.4.1-1
956363
- Update to 3.4.1
956363
956363
* Tue Mar 27 2012 Milan Crha <mcrha@redhat.com> - 3.4.0.1-1
956363
- Update to 3.4.0.1
956363
956363
* Mon Mar 19 2012 Milan Crha <mcrha@redhat.com> - 3.3.92-1
956363
- Update to 3.3.92
956363
956363
* Tue Mar 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.91-1
956363
- Update to 3.3.91
956363
956363
* Mon Feb 20 2012 Milan Crha <mcrha@redhat.com> - 3.3.90-1
956363
- Update to 3.3.90
956363
956363
* Mon Feb 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.5-1
956363
- Update to 3.3.5
956363
956363
* Thu Jan 19 2012 Matthew Barnes <mbarnes@redhat.com> - 3.3.4-2
956363
- Keep all GSettings schema files in the main evolution package, even the
956363
  ones for the Bogofilter and Spamassassin subpackages, since we just have
956363
  one .convert file and missing schemas makes gsettings-data-convert crash.
956363
956363
* Mon Jan 16 2012 Milan Crha <mcrha@redhat.com> - 3.3.4-1
956363
- Update to 3.3.4
956363
956363
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
956363
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
956363
956363
* Mon Dec 19 2011 Milan Crha <mcrha@redhat.com> - 3.3.3-1
956363
- Update to 3.3.3
956363
956363
* Mon Nov 21 2011 Milan Crha <mcrha@redhat.com> - 3.3.2-1
956363
- Update to 3.3.2
956363
- Remove patch to not call g_thread_init() (fixed upstream)
956363
956363
* Fri Oct 28 2011 Matthew Barnes <mbarnes@redhat.com> - 3.3.1-2
956363
- Fix detection of evolution-help (not using OMF files anymore).
956363
956363
* Mon Oct 24 2011 Milan Crha <mcrha@redhat.com> - 3.3.1-1
956363
- Update to 3.3.1
956363
- Add patch to not call g_thread_init()
956363
956363
* Mon Sep 26 2011 Milan Crha <mcrha@redhat.com> - 3.2.0-1
956363
- Update to 3.2.0
956363
- Manage properly schemas files for evolution-bogofilter/spamassassin
956363
956363
* Mon Sep 19 2011 Milan Crha <mcrha@redhat.com> - 3.1.92-1
956363
- Update to 3.1.92
956363
956363
* Mon Sep 05 2011 Milan Crha <mcrha@redhat.com> - 3.1.91-1
956363
- Update to 3.1.91
956363
956363
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 3.1.90-1
956363
- Update to 3.1.90
956363
956363
* Mon Aug 15 2011 Milan Crha <mcrha@redhat.com> - 3.1.5-1
956363
- Update to 3.1.5
956363
956363
* Sat Jul 23 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.4-1
956363
- Update to 3.1.4
956363
956363
* Mon Jul 04 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.3-1
956363
- Update to 3.1.3
956363
- Remove patch for building against libgdata-0.9.0 (fixed upstream).
956363
956363
* Wed Jun 15 2011 Milan Crha <mcrha@redhat.com> - 3.1.2-2
956363
- Rebuild against newer gnome-desktop3
956363
956363
* Tue Jun 14 2011 Milan Crha <mcrha@redhat.com> - 3.1.2-1
956363
- Update to 3.1.2
956363
- Add patch by Philip Withnall to build against libgdata-0.9.0
956363
- Add patch to enable GLib deprecated stuff (due to G_CONST_RETURN deprecation)
956363
956363
* Tue May 17 2011 Milan Crha <mcrha@redhat.com> - 3.1.1-3
956363
- Keep libevolution-mail-settings.so* from the previous change,
956363
  it is still used by other parts of evolution.
956363
956363
* Mon May 09 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.1-2
956363
- Drop the "Email Settings" capplet.
956363
956363
* Mon May 09 2011 Milan Crha <mcrha@redhat.com> - 3.1.1-1
956363
- Update to 3.1.1
956363
- Drop groupwise plugin, as it was split out upstream
956363
956363
* Mon Apr 04 2011 Milan Crha <mcrha@redhat.com> - 3.0.0-1
956363
- Update to 3.0.0
956363
956363
* Mon Mar 21 2011 Milan Crha <mcrha@redhat.com> - 2.91.92-1
956363
- Update to 2.91.92
956363
956363
* Mon Mar 14 2011 Matthew Barnes <mbarnes@redhat.com> - 2.91.91-3
956363
- Remove some unnecessary BuildRequires:
956363
  gtkimageview-devel: No release available for gtk3.
956363
  libgnomecanvas-devel: Evolution bundles its own libgnomecanvas now.
956363
956363
* Fri Mar 11 2011 Matthew Barnes <mbarnes@redhat.com> - 2.91.91-2
956363
- Split off an evolution-NetworkManager subpackage containing the NM
956363
  integration module.  Users that choose to bypass NetworkManager can
956363
  uninstall this subpackage so Evolution doesn't insist it's offline.
956363
956363
* Mon Mar 07 2011 Milan Crha <mcrha@redhat.com> - 2.91.91-1
956363
- Update to 2.91.91
956363
956363
* Mon Feb 21 2011 Milan Crha <mcrha@redhat.com> - 2.91.90-1
956363
- Update to 2.91.90
956363
956363
* Fri Feb 11 2011 Matthew Barnes <mbarnes@redhat.com> - 2.91.6.2-1
956363
- Update to 2.91.6.2
956363
- Fixes build breakage when using GTK+ 3.0.
956363
956363
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6.1-3
956363
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
956363
956363
* Tue Feb 08 2011 Matthew Barnes <mbarnes@redhat.com> - 2.91.6.1-2
956363
- Evolution uses gtk3 now; re-enable libnotify.
956363
956363
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6.1-1
956363
- Update to 2.91.6.1
956363
956363
* Mon Jan 31 2011 Milan Crha <mcrha@redhat.com> - 2.91.6-1
956363
- Update to 2.91.6
956363
- Require gtk3
956363
- Remove patch for Red Hat bug #657254 (fixed upstream)
956363
956363
* Fri Jan 21 2011 Dan Williams <dcbw@redhat.com> - 2.91.5-4
956363
- Fix crash at shutdown by finishing tasks before cleaning up (rh #657254)
956363
956363
* Tue Jan 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-3
956363
- Rebuild against newer libgdata
956363
956363
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
956363
- Drop gnome-themes dependency
956363
956363
* Mon Jan 10 2011 Milan Crha <mcrha@redhat.com> - 2.91.5-1
956363
- Update to 2.91.5
956363
956363
* Mon Dec 20 2010 Milan Crha <mcrha@redhat.com> - 2.91.4-1
956363
- Update to 2.91.4
956363
956363
* Mon Nov 29 2010 Milan Crha <mcrha@redhat.com> - 2.91.3-1
956363
- Update to 2.91.3
956363
- Remove patch for Red Hat bug #176400 (fixed upstream)
956363
956363
* Mon Nov 08 2010 Milan Crha <mcrha@redhat.com> - 2.91.2-1
956363
- Update to 2.91.2
956363
956363
* Fri Nov 05 2010 Milan Crha <mcrha@redhat.com> - 2.91.1-3
956363
- Rebuild against newer libxml2
956363
- Disable libnotify, it's gtk3 only, but evolution is not
956363
956363
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-2
956363
- Rebuild against new libnotify
956363
956363
* Mon Oct 18 2010 Milan Crha <mcrha@redhat.com> - 2.91.1-1
956363
- Update to 2.91.1
956363
956363
* Mon Oct 11 2010 Milan Crha <mcrha@redhat.com> - 2.91.0-1
956363
- Update to 2.91.0
956363
- Remove patch for Gnome bug #626066 (fixed upstream)
956363
956363
* Wed Sep 29 2010 jkeating - 2.31.92-3
956363
- Rebuilt for gcc bug 634757
956363
956363
* Tue Sep 14 2010 Milan Crha <mcrha@redhat.com> - 2.31.92-2.fc15
956363
- Add patch for Gnome bug #626066 (login to NSS on demand)
956363
956363
* Mon Sep 13 2010 Milan Crha <mcrha@redhat.com> - 2.31.92-1.fc15
956363
- Update to 2.31.92
956363
956363
* Mon Aug 30 2010 Milan Crha <mcrha@redhat.com> - 2.31.91-1.fc14
956363
- Update to 2.31.91
956363
- Remove msgmerge calls due to a floating point exception there
956363
956363
* Mon Aug 16 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.90-1.fc14
956363
- Update to 2.31.90
956363
956363
* Fri Aug 06 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.6-2.fc14
956363
- Fix handling of migrated signature files.
956363
956363
* Tue Aug 03 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.6-1.fc14
956363
- Update to 2.31.6
956363
- Drop dbus-glib requirement.
956363
- Bump glib2 requirement to 2.25.12.
956363
- Roll back evo_base_version to 2.32.
956363
- Add clutter-gtk requirement (for express mode).
956363
- Remove gtk-compat macro patch (fixed upstream).
956363
956363
* Thu Jul 22 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.5-2.fc14
956363
- Add patch to fix startup crash in gtk-compat macros.
956363
956363
* Tue Jul 13 2010 Milan Crha <mcrha@redhat.com> - 2.31.5-1.fc14
956363
- Update to 2.31.5
956363
- Remove 'conduit' (removed upstream)
956363
956363
* Mon Jun 07 2010 Milan Crha <mcrha@redhat.com> - 2.31.3-1.fc14
956363
- Update to 2.31.3
956363
956363
* Fri May 28 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.2-2.fc14
956363
- Evolution Express supercedes Anjal.
956363
- No need to undefine GNOME_DISABLE_DEPRECATED.
956363
- Remove nntp_support flag; that got moved to E-D-S ages ago.
956363
- Remove exchange_support flag; it's all in evolution-exchange now.
956363
956363
* Mon May 24 2010 Milan Crha <mcrha@redhat.com> - 2.31.2-1.fc14
956363
- Update to 2.31.2
956363
- Bump gtkhtml3 requirement to 3.31.2
956363
956363
* Fri May 07 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.1-2.fc14
956363
- Require yelp in evolution-help (RH bug #589555).
956363
- Add patch for RH bug #589555 (hide Help->Contents if evolution-help
956363
  is not installed).
956363
956363
* Mon May 03 2010 Milan Crha <mcrha@redhat.com> - 2.31.1-1.fc14
956363
- Update to 2.31.1
956363
956363
* Tue Feb 09 2010 Milan Crha <mcrha@redhat.com> - 2.29.90-2.fc13
956363
- Rebuild against evolution-data-server-2.29.90-3
956363
956363
* Mon Feb 08 2010 Milan Crha <mcrha@redhat.com> - 2.29.90-1.fc13
956363
- Update to 2.29.90
956363
- Removed unneeded BuildRequires.
956363
956363
* Fri Jan 29 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.6-2.fc13
956363
- Bump gtkhtml3 requirement to 3.29.6.
956363
956363
* Mon Jan 25 2010 Milan Crha <mcrha@redhat.com> - 2.29.6-1.fc13
956363
- Update to 2.29.6
956363
- Remove patch for Gnome bug #606874 (fixed upstream).
956363
- Add rarian-compat to BuildRequires for Scrollkeeper.
956363
956363
* Mon Jan 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.5-2.fc13
956363
- Rebuild against new gnome-desktop
956363
956363
* Tue Jan 12 2010 Milan Crha <mcrha@redhat.com> - 2.29.5-1.fc13
956363
- Update to 2.29.5
956363
- Add patch for Gnome bug #606874 (mktemp removed in glibc-2.11.90-8)
956363
956363
* Tue Dec 22 2009 Matthew Barnes <mbarnes@redhat.com> - 2.29.4-2.fc13
956363
- Update Scrollkeeper and Icon Cache scriptlets to conform to guidelines.
956363
  (see: http://fedoraproject.org/wiki/Packaging:ScriptletSnippets)
956363
956363
* Mon Dec 21 2009 Milan Crha <mcrha@redhat.com> - 2.29.4-1.fc13
956363
- Update to 2.29.4
956363
- Remove patch for missing m4 files from tarball (fixed upstream).
956363
956363
* Mon Nov 30 2009 Milan Crha <mcrha@redhat.com> - 2.29.3-1.fc13
956363
- Update to 2.29.3
956363
- Add patch for missing m4 files from tarball.
956363
- Disable autoreconf call.
956363
956363
* Tue Nov 17 2009 Matthew Barnes <mbarnes@redhat.com> - 2.29.2-1.fc13
956363
- Update to 2.29.2
956363
- Synchronize spec file with my kill-bonobo test package.
956363
956363
* Tue Oct 27 2009 Matthew Barnes <mbarnes@redhat.com> - 2.29.1-1.fc13
956363
- Update to 2.29.1
956363
- Bump evo_major to 2.30.
956363
- Drop Bonobo + ORBit dependency (yay!).
956363
- Remove option to use OpenSSL instead of NSS.
956363
- Uninstall GConf schemas during %%pre and %%preun.
956363
956363
* Mon Sep 21 2009 Milan Crha <mcrha@redhat.com> - 2.28.0-1.fc12
956363
- Update to 2.28.0
956363
956363
* Mon Sep 07 2009 Milan Crha <mcrha@redhat.com> - 2.27.92-1.fc12
956363
- Update to 2.27.92
956363
956363
* Mon Aug 24 2009 Milan Crha <mcrha@redhat.com> - 2.27.91-1.fc12
956363
- Update to 2.27.91
956363
- Remove patch for GNOME bug #591414 (fixed upstream).
956363
956363
* Fri Aug 14 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.90-3.fc12
956363
- Add patch for GNOME bug #591414 (calendar library linked as module).
956363
956363
* Tue Aug 11 2009 Milan Crha <mcrha@redhat.com> - 2.27.90-2.fc12
956363
- Build requires gnome-desktop-devel >= 2.26
956363
- New library libevolution-cal-shared.so
956363
956363
* Mon Aug 10 2009 Milan Crha <mcrha@redhat.com> - 2.27.90-1.fc12
956363
- Update to 2.27.90
956363
956363
* Tue Jul 28 2009 Milan Crha <mcrha@redhat.com> - 2.27.5-3.fc12
956363
- Enable pst-import plugin (RH bug #493049)
956363
956363
* Tue Jul 28 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.5-2.fc12
956363
- Move libeconduit.so into the conduits subpackage to see if that
956363
  untangles us from gnome-pilot.
956363
956363
* Mon Jul 27 2009 Milan Crha <mcrha@redhat.com> - 2.27.5-1.fc12
956363
- Update to 2.27.5
956363
- Remove pst import plugin patch (fixed upstream).
956363
- Remove work around deprecation of g_mount_unmount (fixed upstream).
956363
956363
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
956363
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
956363
956363
* Mon Jul 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.4-1.fc12
956363
- Update to 2.27.4
956363
- Work around deprecation of g_mount_unmount().
956363
956363
* Fri Jul 10 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-5.fc11
956363
- Add an evolution-pst subpackage for the PST importer plugin.
956363
- Disabled until libpst settles on an API.
956363
956363
* Thu Jul 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-4.fc12
956363
- Add BR for libpst-devel and libytnef-devel (RH bug #493049).
956363
- Add patch to build pst-import plugin against current libpst.
956363
- libpst's API broke again so disable the BR's for now.
956363
- Specify the gettext package when calling intltool-update.
956363
956363
* Wed Jul 01 2009 Milan Crha <mcrha@redhat.com> - 2.27.3-3.fc12
956363
- Rebuild against newer gcc
956363
956363
* Tue Jun 23 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-2.fc12
956363
- Add patch to allow Anjal to build.
956363
956363
* Mon Jun 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-1.fc12
956363
- Update to 2.27.3
956363
956363
* Sun Jun 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-2.fc12
956363
- Don't make -perl own directories that are already owned by the base package
956363
956363
* Mon May 29 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.2-1.fc12
956363
- Update to 2.27.2
956363
- Patch broken libevolution-mail-shared library.
956363
- Remove strict_build_settings since the settings are used upstream now.
956363
956363
* Mon May 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.1-1.fc12
956363
- Update to 2.27.1
956363
- Bump evo_major to 2.28.
956363
- Temporarily disable EDS_DISABLE_DEPRECATED due to GNOME bug #569652.
956363
956363
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-2.fc11
956363
- Don't drop schemas translations from po files
956363
956363
* Wed Apr 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1.1-1.fc11
956363
- Update to 2.26.1.1
956363
- Remove patch for GNOME bug #578685 (fixed upstream).
956363
956363
* Tue Apr 14 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1-2.fc11
956363
- Add patch for GNOME bug #578685 (attachment bar crasher).
956363
956363
* Mon Apr 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1-1.fc11
956363
- Update to 2.26.1
956363
956363
* Fri Apr 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-3.fc11
956363
- Fix directory ownership
956363
956363
* Thu Apr 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.0-2.fc11
956363
- Require libpst.
956363
956363
* Mon Mar 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.0-1.fc11
956363
- Update to 2.26.0
956363
956363
* Mon Mar 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-1.fc11
956363
- Update to 2.25.92
956363
956363
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-3
956363
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
956363
956363
* Sun Feb 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-2.fc11
956363
- Actually make the help subpackage noarch
956363
956363
* Mon Feb 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.91-1.fc11
956363
- Update to 2.25.91
956363
956363
* Sat Feb 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-3.fc11
956363
- Make the help subpackage noarch
956363
956363
* Fri Feb 06 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-2.fc11
956363
- Update BuildRoot, License, Source and URL tags.
956363
- Require gnome-common so we don't have to patch it out.
956363
956363
* Mon Feb 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-1.fc11
956363
- Update to 2.25.90
956363
956363
* Mon Jan 19 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.5-1.fc11
956363
- Update to 2.25.5
956363
- Ditch eds_version and use our own version.  This will keep evolution
956363
  and evolution-data-server versions in lockstep from now on.
956363
956363
* Mon Jan 05 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.4-1.fc11
956363
- Update to 2.25.4
956363
- Bump eds_version to 2.25.4.
956363
- Bump libgweather_version to 2.25.4.
956363
956363
* Mon Dec 15 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.3.1-1.fc11
956363
- Update to 2.25.3.1
956363
- New BR: libgweather-devel
956363
- Remove patch for GNOME bug #552583 (fixed upstream).
956363
- Bump the gtkhtml and gtk2 minimum versions.
956363
956363
* Tue Dec 09 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.2-2.fc11
956363
- Add patch for GNOME bug #552583 (fix account URI comparisons).
956363
956363
* Mon Dec 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.2-1.fc11
956363
- Update to 2.25.2
956363
- Bump eds_version to 2.25.2.
956363
956363
* Thu Nov 20 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-2.fc11
956363
- Fix a typo (RH bug #472358).
956363
956363
* Mon Nov 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-1.fc11
956363
- Update to 2.25.1
956363
- Bump evo_major to 2.26.
956363
- Bump eds_version to 2.25.1.
956363
956363
* Tue Oct 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.1-2.fc10
956363
- Bump eds_version to 2.24.1 (unfortunately).
956363
956363
* Tue Oct 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.1-1.fc10
956363
- Update to 2.24.1
956363
956363
* Wed Oct  8 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-3
956363
- Save space in the -help package by not shipping multiple copies
956363
  of each screenshot
956363
956363
* Thu Sep 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.0-2.fc10
956363
- Strip unneeded translations from .mo files (RH bug #463887).
956363
- Split Perl-based utilities into a "perl" subpackage (RH bug #462345).
956363
956363
* Mon Sep 22 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.0-1.fc10
956363
- Update to 2.24.0
956363
956363
* Mon Sep 08 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.92-1.fc10
956363
- Update to 2.23.92
956363
956363
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1.fc10
956363
- Update to 2.23.91
956363
- Bump eds_version to 2.23.91
956363
956363
* Mon Aug 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.90-2.fc10
956363
- Bump gtkhtml_version to 3.23.5 (RH bug #460076).
956363
956363
* Wed Aug 20 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.90-1.fc10
956363
- Update to 2.23.90
956363
- Bump eds_version to 2.23.90.1
956363
956363
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-1.fc10
956363
- Update to 2.23.6
956363
956363
* Tue Jul 22 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.5-1.fc10
956363
- Update to 2.23.5
956363
- Bump eds_version to 2.23.5.
956363
956363
* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.23.4-3.fc10
956363
- fix license tag
956363
- fix patches to apply with fuzz=0
956363
956363
* Thu Jun 19 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.4-2.fc10
956363
- Don't ship the unfinished "Custom Header" plugin.
956363
956363
* Mon Jun 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.4-1.fc10
956363
- Update to 2.23.4
956363
- Remove patches for RH bug #449925 (fixed upstream).
956363
956363
* Fri Jun 06 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.3.1-4.fc10
956363
- Use a less pretentious summary.
956363
956363
* Fri Jun 06 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.3.1-3.fc10
956363
- Remove the gnome-spell requirement.
956363
956363
* Wed Jun 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.3.1-2.fc10
956363
- Add patches for RH bug #449925 (buffer overflow vulnerabilities).
956363
956363
* Mon Jun 02 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.3.1-1.fc10
956363
- Update to 2.23.3.1
956363
- Bump eds_version to 2.23.3.
956363
956363
* Mon May 12 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-1.fc10
956363
- Update to 2.23.2
956363
- Remove enchant-devel requirement.
956363
- Remove patch for RH bug #437208 (fixed upstream).
956363
956363
* Mon Apr 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-2.fc10
956363
- Explicitly require enchant-devel, even though I shouldn't need to.
956363
956363
* Mon Apr 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-1.fc10
956363
- Update to 2.23.1
956363
- Bump evo_major to 2.22.
956363
- Bump eds_version to 2.23.1.
956363
- Bump glib2_version to 2.16.0.
956363
- Bump gtkhtml_version to 3.19.1.
956363
- Add gvfs requirement.
956363
- Drop gnomevfs2 requirement.
956363
- Remove patch for RH bug #164957 (obsolete).
956363
956363
* Mon Apr 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.1-1.fc9
956363
- Update to 2.22.1
956363
- Remove patch for GNOME bug #524310 (fixed upstream).
956363
956363
* Tue Mar 25 2008 Dan Williams <dcbw@redhat.com> - 2.22.0-4.fc9
956363
- Add patch for GNOME bug #524310
956363
956363
* Fri Mar 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3.fc9
956363
- Explicit require evolution-data-server since its shared object names
956363
  still can't be trusted (RH bug #426511).
956363
956363
* Fri Mar 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2.fc9
956363
- Add patch for RH bug #437208 (tracking network status).
956363
956363
* Mon Mar 10 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-1.fc9
956363
- Update to 2.22.0
956363
- Remove patch for CVE-2008-0072 (fixed upstream).
956363
956363
* Tue Mar 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.92-2.fc9
956363
- Add patch for CVE-2008-0072 (format string vulnerability).
956363
956363
* Mon Feb 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.92-1.fc9
956363
- Update to 2.21.92
956363
- Bump eds_version to 2.21.92.
956363
956363
* Wed Feb 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-2.fc9
956363
- Rebuild against libsoup 2.3.2.
956363
956363
* Mon Feb 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-1.fc9
956363
- Update to 2.21.91
956363
- Bump eds_version to 2.21.91.
956363
- Remove patch for GNOME bug #240073 (fixed upstream).
956363
956363
* Sat Feb 02 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-4.fc9
956363
- Remove some obsolete configure options:
956363
  --enable-file-chooser, --enable-file-locking, --enable-dot-locking
956363
- Remove gnome-doc-utils work-around for GNOME bug #427939 (fixed upstream).
956363
- Remove patch for RH bug #215478 (fixed upstream).
956363
956363
* Tue Jan 29 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-3.fc9
956363
- Add patch to address the recent deprecation of G_GNUC_FUNCTION.
956363
956363
* Tue Jan 29 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-2.fc9
956363
- Add patch for GNOME bug #240073 (don't strikeout Click to Add in tasks).
956363
956363
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1.fc9
956363
- Update to 2.21.90
956363
- Update build requirements.
956363
- Remove patch for GNOME #363695 (obsolete/problematic).
956363
- Remove patch for GNOME #509741 (fixed upstream).
956363
956363
* Tue Jan 15 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-2.fc9
956363
- Add patch for GNOME bug #509741 (crash on startup).
956363
956363
* Mon Jan 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-1.fc9
956363
- Update to 2.21.5
956363
- The backup-restore plugin is stable again.
956363
- Remove patch for RH bug #154360 (fixed upstream).
956363
- Remove patch for RH bug #166231 (obsolete, possibly fixed upstream).
956363
- Remove patch for RH bug #178295 (fixed upstream).
956363
- Remove patch for GNOME bug #362638 (fixed upstream).
956363
- Remove patch for GNOME bug #504030 (fixed upstream).
956363
- Remove patch for GNOME bug #507311 (fixed upstream).
956363
956363
* Sat Jan 05 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.4-2.fc9
956363
- Add patch for GNOME bug #507311 (send Bug Buddy reports to the new
956363
  BugBuddyBugs Bugzilla component).
956363
956363
* Mon Dec 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.4-1.fc9
956363
- Update to 2.21.4
956363
- Expunge unused patches.
956363
- Bump eds_version to 2.21.4 for new Camel functions.
956363
956363
* Mon Dec 10 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.3-4.fc9
956363
- Split junk filtering plugins into evolution-bogofilter and
956363
  evolution-spamassassin subpackages, each of which requires the
956363
  necessary backend packages.  (RH bug #377381)
956363
956363
* Mon Dec 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.3-3.fc9
956363
- Bump eds_version to 2.21.3 and gtkhtml_version to 3.17.3.
956363
956363
* Tue Dec  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-2
956363
- Rebuild against new openssl
956363
956363
* Mon Dec 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.3-1.fc9
956363
- Update to 2.21.3
956363
- Remove patch for RH bug #215467 (fixed upstream).
956363
- Remove patch for GNOME bug #499920 (fixed upstream).
956363
956363
* Sat Dec 01 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-4.fc9
956363
- Fix a corrupted patch that caused GNOME bug #499291.
956363
956363
* Thu Nov 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-3.fc9
956363
- Add patch for GNOME bug #499920 (invalid #include).
956363
956363
* Fri Nov 23 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-2.fc9
956363
- Rebuild against newer libpisync.so.
956363
956363
* Mon Nov 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-1.fc9
956363
- Update to 2.21.2
956363
956363
* Tue Oct 30 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.1-2.fc9
956363
- Attempt to split the gnome-pilot stuff into a separate
956363
  evolution-conduits subpackage (RH bug #178155).
956363
956363
* Mon Oct 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.1-1.fc9
956363
- Update to 2.21.1
956363
- Remove redundant requirements.
956363
- Bump EDS requirement to 2.21.1.
956363
- Bump gtkhtml requirement to 3.17.1.
956363
- Backup/restore plugin got moved from standard to experimental.
956363
- Revert the per-component menu items (RH bug #222105, #241462, #293771).
956363
- Show the switcher buttons by default (RH bug #186403).
956363
- Alter the desktop file Name and Comment.
956363
- Disable patch for GNOME bug #376991 for now.  It may be contributing
956363
  to password prompting problems as described in RH bug #296671.
956363
- Remove patch for GNOME bug #417999 (fixed upstream).
956363
- Remove patch for GNOME bug #476040 (fixed upstream).
956363
- Remove patch for GNOME bug #477045 (fixed upstream).
956363
956363
* Mon Oct 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-2.fc8
956363
- Fix a broken zoom icon.
956363
956363
* Mon Oct 15 2007 Milan Crha <mcrha@redhat.com> - 2.12.1-1.fc8
956363
- Update to 2.12.1
956363
- Add files for the new backup-restore plugin.
956363
956363
* Tue Oct 09 2007 Matthew Barnes 
956363
- Sync version requirements up with configure.in.
956363
956363
* Tue Oct 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.0-7.fc8
956363
- Revise patch for GNOME bug #477045 (more icon tweaks).
956363
956363
* Fri Oct 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.0-6.fc8
956363
- Require libbonobo >= 2.16.0 (RH bug #213823).
956363
956363
* Thu Oct 04 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.0-5.fc8
956363
- Require gnome-themes (RH bug #235617).
956363
956363
* Wed Oct 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.0-4.fc8
956363
- Revise patch for GNOME bug #477045 (run-time warnings when composing mail).
956363
956363
* Wed Sep 19 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.0-3.fc8
956363
- Re-enable the inline audio plugin since it now uses GStreamer 0.10.
956363
956363
* Wed Sep 19 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.0-2.fc8
956363
- Revise patch for GNOME bug #477045 (less-zealous icon renaming).
956363
956363
* Mon Sep 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.0-1.fc8
956363
- Update to 2.12.0
956363
- Remove patch for RH bug #182247 (fixed upstream).
956363
956363
* Sat Sep 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.92-4.fc8
956363
- Add patch for GNOME bug #477045 (use standard icon names).
956363
956363
* Tue Sep 11 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.92-3.fc8
956363
- Add patch for GNOME bug #476040 (fix attachment icon).
956363
956363
* Sat Sep  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.92-2.fc8
956363
- Split off an evolution-help package
956363
956363
* Mon Sep 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.92-1.fc8
956363
- Update to 2.11.92
956363
956363
* Wed Aug 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.91-3.fc8
956363
- Revise patch for GNOME bug #362638 to fix GNOME bug #357175
956363
  (Evolution fails to close after IMAP alert has been displayed).
956363
956363
* Tue Aug 28 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.91-2.fc8
956363
- Fix compilation breakage caused by our strict build settings.
956363
956363
* Tue Aug 28 2007 Milan Crha <mcrha@redhat.com> - 2.11.91-1.fc8
956363
- Update to 2.11.91
956363
- Removed patch for RH bug #157400 / GNOME bug #303877 (fixed upstream).
956363
- Removed patch for RH bug #157505 / GNOME bug #303878 (fixed upstream).
956363
- Removed patch for RH bug #161885 / GNOME bug #309166 (fixed upstream).
956363
- Removed patch for RH bug #202751 / GNOME bug #355766 (fixed upstream).
956363
- Removed patch for RH bug #218898 / GNOME bug #385414 (fixed upstream).
956363
- Removed patch for RH bug #253348 / GNOME bug #467883 (fixed upstream).
956363
956363
* Thu Aug 23 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.90-4.fc8
956363
- Obsolete the evolution-bogofilter package.
956363
956363
* Mon Aug 20 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.90-3.fc8
956363
- Revise patch for GNOME bug #417999 to fix GNOME bug #447591
956363
  (Automatic Contacts combo boxes don't work).
956363
956363
* Sat Aug 18 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.90-2.fc8
956363
- Add patch for RH bug #253348 (crash on startup).
956363
956363
* Wed Aug 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.90-1.fc8
956363
- Update to 2.11.90
956363
956363
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6.1-2
956363
- Update the license field
956363
- Use %%find_lang for help files
956363
956363
* Wed Aug 01 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.6.1-1.fc8
956363
- Update to 2.11.6.1
956363
956363
* Tue Jul 31 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.6-1.fc8
956363
- Update to 2.11.6
956363
- Remove patch for GNOME bug #380534 (fixed upstream).
956363
956363
* Fri Jul 27 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.5-3.fc8
956363
- Add patch for GNOME bug #380534 (clarify version requirements).
956363
956363
* Mon Jul 16 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.5-2.fc8
956363
- Remove spamassassin requirement since it's optional.
956363
956363
* Fri Jul 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.5-1.fc8
956363
- Update to 2.11.5
956363
- Revise patch for GNOME bug #362638 to fix RH bug #245695.
956363
956363
* Wed Jun 27 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.4-2.fc8
956363
- Revise patch for GNOME bug #363638 to fix RH bug #245289 (frequent hangs).
956363
956363
* Mon Jun 18 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.4-1.fc8
956363
- Update to 2.11.4
956363
- Remove patch for GNOME bug #447727 (fixed upstream).
956363
956363
* Thu Jun 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.3-5.fc8
956363
- Add patch for GNOME bug #447727 (remove EClippedLabel).
956363
956363
* Wed Jun 06 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.3-4.fc8
956363
- Revise patch for GNOME bug #362638 to fix RH bug #240507 (hang on exit).
956363
956363
* Wed Jun 06 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.3-3.fc8
956363
- Remove some debug messages that accidentally slipped in.
956363
956363
* Tue Jun 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.3-2.fc8
956363
- Fix an invalid g_free() that was causing lock-ups.
956363
956363
* Mon Jun 04 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.3-1.fc8
956363
- Update to 2.11.3
956363
- Evolution no longer has versioned file names.
956363
- Remove patch for RH bug #202289 (fixed upstream).
956363
- Remove patch for RH bug #235878 (fixed upstream).
956363
- Remove patch for RH bug #238155 (fixed upstream).
956363
- Remove patch for RH bug #240147 (fixed upstream).
956363
956363
* Thu May 31 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.2-2.fc8
956363
- Evolution no longer requires libgnomeprint[ui].
956363
956363
* Fri May 18 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.2-1.fc8
956363
- Update to 2.11.2
956363
- Bump evo_major to 2.12.
956363
- Bump eds_version to 1.11.0.
956363
- Update files with new plugins and icons.
956363
- Remove patch for RH bug #190359 (fixed upstream).
956363
- Remove patch for RH bug #218801 (fixed upstream).
956363
- Remove patch for RH bug #234315 (fixed upstream).
956363
- Remove patch for RH bug #236399 (fixed upstream).
956363
- Remove patch for RH bug #236860 (fixed upstream).
956363
- Remove patch for RH bug #238551 (fixed upstream).
956363
- Remove patch for GNOME bug #373837 (fixed upstream).
956363
- Remove patch for GNOME bug #373116 (fixed upstream).
956363
- Remove patch for GNOME bug #418971 (fixed upstream).
956363
- Remove patch for GNOME bug #419469 (fixed upstream).
956363
- Remove patch for GNOME bug #419524 (fixed upstream).
956363
- Remove evolution-2.6.0-prototypes.patch (obsolete).
956363
956363
* Wed May 16 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-17.fc7
956363
- Revise patch for GNOME bug #362638 to fix RH bug #237206
956363
  (certificate prompt causes crash, again).
956363
956363
* Tue May 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-16.fc7
956363
- Add patch for RH bug #240147 (Send/Receive dialog layout).
956363
956363
* Mon May 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-15.fc7
956363
- Revise patch for RH bug #236860 to match upstream's solution.
956363
956363
* Mon May 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-14.fc7
956363
- Revise patch for RH bug #238155 (crash on startup).
956363
956363
* Mon May 07 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-13.fc7
956363
- Add patch for RH bug #238155 (crash on startup).
956363
956363
* Tue May 01 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-12.fc7
956363
- Add patch for RH bug #238551 (incorrect attachment count).
956363
956363
* Tue May 01 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-10.fc7
956363
- Revise patch for GNOME bug #363695 to fix RH bug #238497
956363
  (crash sorting "To" column).
956363
956363
* Mon Apr 30 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-9.fc7
956363
- Revise some patches so that we don't have to run autoreconf.
956363
- Remove patch for GNOME bug #427939 (use a different work-around).
956363
956363
* Fri Apr 27 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-8.fc7
956363
- Add patch for RH bug #236399 (en_CA attribution format).
956363
956363
* Mon Apr 23 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-7.fc7
956363
- Remove the welcome email from evolution@novell.com (bug #179427).
956363
956363
* Sun Apr 22 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-6.fc7
956363
- Add patch for RH bug #236860 (launching from clock applet).
956363
956363
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.1-5
956363
- Don't install INSTALL
956363
956363
* Sat Apr 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-4.fc7
956363
- Add patch for RH bug #234315 (fix saving attachments).
956363
956363
* Fri Apr 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-3.fc7
956363
- Add patch for RH bug #235878 (make Help->Contents work again).
956363
956363
* Tue Apr 10 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-2.fc7
956363
- Revise patch for GNOME bug #362638 to fix RH bug #235096
956363
  (crash when displaying a mail server message to user).
956363
956363
* Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-1.fc7
956363
- Update to 2.10.1
956363
- Fix buggy gnome-doc-utils.make (GNOME bug #427939).
956363
- Remove patch for CVE-2007-1002 (fixed upstream).
956363
- Remove patch for RH bug #231767 (fixed upstream).
956363
- Remove patch for RH bug #235056 (fixed upstream).
956363
- Remove patch for GNOME bug #352713 (fixed upstream).
956363
956363
* Wed Apr 04 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-10.fc7
956363
- Add patch for GNOME bug #352713 (improve folder tree updates).
956363
956363
* Tue Apr 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-9.fc7
956363
- Require libxml2-devel in evolution-devel package (RH bug #235056).
956363
- Add libxml-2.0 requirement to evolution-plugin-2.10.pc.
956363
956363
* Tue Apr 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-8.fc7
956363
- Revise patch for GNOME bug #419524 to fix RH bug #235082
956363
  (crash in initial account setup wizard).
956363
956363
* Mon Apr 02 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-7.fc7
956363
- Add patch for RH bug #231767 (allow mail-notification to build).
956363
956363
* Fri Mar 30 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-6.fc7
956363
- Revise patch for GNOME bug #362638 (deprecate EThread).
956363
956363
* Thu Mar 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-5.fc7
956363
- CVE-2007-1002 (Shared memo categories format string vulnerability)
956363
- Add -Wdeclaration-after-statement to strict build settings.
956363
956363
* Mon Mar 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-4.fc7
956363
- Run gtk-update-icon-cache in %post and %postun (RH bug #234018).
956363
956363
* Sat Mar 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-3.fc7
956363
- Add flag to disable deprecated Camel symbols.
956363
- Add patch for GNOME bug #419469 (refactor shell/main.c).
956363
- Add patch for GNOME bug #419524 (use GLib's i18n macros).
956363
- Add patch for GNOME bug #418971 (drop support for GLib < 2.8).
956363
956363
* Wed Mar 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-2.fc7
956363
- Add patch for GNOME bug #417999 (use ESourceComboBox).
956363
956363
* Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-1.fc7
956363
- Update to 2.10.0.
956363
- Add patch for GNOME bug #376991 (refactor password handling).
956363
956363
* Mon Feb 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.9.92-1.fc7
956363
- Update to 2.9.92.
956363
- Require gtkhtml3 >= 3.13.92.
956363
- Add missing libgnomeprintui22 requirements.
956363
- Remove patch for GNOME bug #350253 (fixed upstream).
956363
- Remove patch for GNOME bug #356177 (fixed upstream).
956363
- Remove patch for GNOME bug #360946 (fixed upstream).
956363
- Remove evolution-2.5.4-move-autosave-file.patch (fixed upstream).
956363
- Add minimum version to intltool requirement (currently >= 0.35.5).
956363
956363
* Thu Feb 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.9.91-3.fc7
956363
- Revise patch for GNOME bug #362638 to fix RH bug #220714
956363
  (certificate prompt causes crash).
956363
956363
* Tue Feb 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.9.91-2.fc7
956363
- Require GConf2 in post.
956363
- Require scrollkeeper in post and postun.
956363
956363
* Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.9.91-1.fc7
956363
- Update to 2.9.91
956363
- Require gtkhtml3 >= 3.13.6.
956363
- Add files for new imap-features plugin.
956363
- Add flag to disable deprecated Pango symbols.
956363
- Remove patch for GNOME bug #357216 (fixed upstream).
956363
- Remove patch for GNOME bug #359979 (fixed upstream).
956363
956363
* Fri Jan 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.9.5-4.fc7
956363
- Compile with the -fno-strict-aliasing flag, which will hopefully improve
956363
  reliability until the illegal type-punning is fixed (RH bug #224552).
956363
956363
* Sun Jan 21 2007 Matthew Barnes <mbarnes@redhat.com> - 2.9.5-3.fc7
956363
- Revise evolution-2.7.1-no-gnome-common.patch so that we no longer
956363
  have to run autoconf before building.
956363
- Revise evolution-2.5.4-fix-conduit-dir.patch so that we no longer
956363
  have to run automake before building.
956363
956363
* Wed Jan 10 2007 Matthew Barnes <mbarnes@redhat.com> - 2.9.5-2.fc7
956363
- Add patch for GNOME bug #359979 (change EMsgPort semantics).
956363
956363
* Mon Jan 08 2007 Matthew Barnes <mbarnes@redhat.com> - 2.9.5-1.fc7
956363
- Update to 2.9.5
956363
- Remove pilot-link-0.12 patch (fixed upstream).
956363
- Remove patch for RH bug #215466 and #218589 (fixed upstream).
956363
- Remove patch for RH bug #215695 (fixed upstream).
956363
956363
* Sat Dec 30 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.4-4.fc7
956363
- Add Requires evolution-data-server-devel to devel subpackage
956363
  (RH bug #218889).
956363
956363
* Thu Dec 21 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.4-3.fc7
956363
- Add patch for RH bug #218898 (viewing message source).
956363
956363
* Wed Dec 20 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.4-2.fc7
956363
- Revise patch for RH bug #202751 (printing of indic languages).
956363
956363
* Tue Dec 19 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.4-1.fc7
956363
- Update to 2.9.4
956363
- Bump eds_version to 1.9.4 due to soname changes.
956363
- Remove patch for GNOME bug #382431 (fixed upstream).
956363
956363
* Fri Dec 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.3-5.fc7
956363
- Add patch for GNOME bug #373116 (use GtkColorButton).
956363
956363
* Fri Dec 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.3-4.fc7
956363
- Disable patch for RH bug #216537, which caused RH bug #219228.
956363
956363
* Tue Dec 12 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.3-3.fc7
956363
- Revise patch for RH bug #215466 to also fix RH bug #218589.
956363
956363
* Mon Dec 11 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.3-2.fc7
956363
- Add patch for RH bug #215467 (missing meeting participants).
956363
956363
* Thu Dec 09 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.3-1.fc7
956363
- Update to 2.9.3
956363
- Configure with scrollkeeper disabled.
956363
- Disable automake portability checking.
956363
- Ship our own icons from gnome-icon-theme.
956363
- BuildRequires: gnome-doc-utils >= 0.8.0
956363
- Add patch for RH bug #215478 (Maildir and MH accounts).
956363
- Add patch for RH bug #215695 (crashes w/o mail accounts).
956363
- Add patch for RH bug #216537 (viewing attachments).
956363
- Add patch for RH bug #218801 (count unread messages first).
956363
- Add patch for GNOME bug #350253 (ship our own icons).
956363
- Add patch for GNOME bug #382431 (implicit function declaration).
956363
- Revise patch for GNOME bug #360946 (improved "about" dialog).
956363
- Remove patch for GNOME bug #357970 (fixed upstream).
956363
956363
* Tue Nov 28 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.2-3.fc7
956363
- Add patch to port evolution conduits to pilot-link 0.12.
956363
- Add patch for RH bug #215466 (optional meeting participants).
956363
- Add patch for GNOME bug #373837 (use GtkFontButton).
956363
- Remove patch for GNOME bug #343331 (fixed upstream).
956363
956363
* Tue Nov 07 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.2-2.fc7
956363
- Revise patch for RH bug #202751 and re-enable it.
956363
956363
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.2-1.fc7
956363
- Update to 2.9.2
956363
- Remove patch for Gnome.org bug #360240 (fixed upstream).
956363
- Remove patch for Gnome.org bug #360619 (fixed upstream).
956363
956363
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.1-3.fc7
956363
- Add patch for RH bug #176400 (reset calendar IM context).
956363
- Add patch for RH bug #182247 (calendar input glitch).
956363
956363
* Fri Oct 20 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.1-2.fc7
956363
- Add patch for Gnome.org bug #356177 (deprecate EMutex).
956363
- Add patch for Gnome.org bug #363695 (deprecate EStrv/EPoolv).
956363
- Disable patch for RH bug #202751 (unwanted side-effects).
956363
956363
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.1-1.fc7
956363
- Update to 2.9.1
956363
- Bump eds_version to 1.9.1, evo_major to 2.10.
956363
- Remove patch for Gnome.org bug #359236 (fixed upstream).
956363
956363
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.1-4.fc7
956363
- Another typo.
956363
956363
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.1-3.fc7
956363
- Fix a typo in setting up .desktop symlinks.
956363
956363
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.1-2.fc7
956363
- Forgot to check-in one of the patches.
956363
956363
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.1-1.fc7
956363
- Update to 2.8.1
956363
- Use stricter build settings.
956363
- Make .desktop symlinks absolute (RH bug #209322).
956363
- Add patch for RH bug #202751 (printing of indic languages).
956363
- Add patch for Gnome.org bug #357970 (deprecated GLib / GDK symbols).
956363
- Add patch for Gnome.org bug #359236 (search state crash).
956363
- Add patch for Gnome.org bug #360240 ("unused variable" warnings).
956363
- Add patch for Gnome.org bug #360619 ("incompatible pointer type" warnings).
956363
- Add patch for Gnome.org bug #360946 (improved "about" dialog).
956363
- Add patch for Gnome.org bug #362638 (deprecate EThread).
956363
- Update patch for RH bug #211058 (partially fixed upstream).
956363
- Remove patch for RH bug #201307 (fixed upstream).
956363
- Remove patch for RH bug #205576 (fixed upstream).
956363
- Remove patch for Gnome.org bug #351332 (fixed upstream).
956363
- Remove patch for Gnome.org bug #352450 (fixed upstream).
956363
- Remove patch for Gnome.org bug #353472 (fixed upstream).
956363
- Remove patch for Gnome.org bug #356811 (fixed upstream).
956363
956363
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.8.0-7.fc6
956363
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
956363
956363
* Thu Sep 21 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.0-6.fc6
956363
- Add patch for RH bug #205576 (message deletion in thread view).
956363
956363
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.0-5.fc6
956363
- Add patch for Gnome.org bug #356811 (lingering file on uninstall).
956363
956363
* Tue Sep 19 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.0-4.fc6
956363
- Bump eds_version to 1.8.0.
956363
956363
* Wed Sep 13 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.0-3.fc6
956363
- Add patch for RH bug #161885.
956363
956363
* Wed Sep 13 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.0-2.fc6
956363
- Add patch for RH bug #201307.
956363
956363
* Mon Sep  4 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.0-1.fc6
956363
- Update to 2.8.0
956363
- Remove patch for RH bug #197868 (fixed upstream).
956363
- Remove patch for RH bug #201541 (fixed upstream).
956363
- Remove patch for RH bug #201831 (fixed upstream).
956363
- Remove patch for RH bug #202383 (fixed upstream).
956363
- Remove patch for RH bug #203036 (fixed upstream).
956363
- Remove patch for Gnome.org bug #352248 (fixed upstream).
956363
- Remove patch for Gnome.org bug #352423 (fixed upstream).
956363
- Update patch for Gnome.org bug #351332 (partially fixed upstream).
956363
956363
* Thu Aug 31 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-8.fc6
956363
- Add patch for RH bug #203036.
956363
- Disable notification-cleanups patch.
956363
956363
* Tue Aug 29 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-7.fc6
956363
- Add patch for Gnome.org bug #353472.
956363
956363
* Mon Aug 28 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-6.fc6
956363
- Add another hunk to the patch for RH bug #201541.
956363
- Add patch for RH bug #202289.
956363
956363
* Mon Aug 28 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-5.fc6
956363
- Add patch for RH bug #201541.
956363
956363
* Wed Aug 23 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-4.fc6
956363
- Add patches for Gnome.org bug #352450.
956363
956363
* Tue Aug 22 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-3.fc6
956363
- Replace my patch for RH bug #202383 with a better one from upstream.
956363
- Add patch for Gnome.org bug #352423.
956363
956363
* Mon Aug 21 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-2.fc6
956363
- Add patch for Gnome.org bug #352248 (and remember to commit it).
956363
956363
* Mon Aug 21 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-1.fc6
956363
- Update to 2.7.92
956363
- Remove patch for RH bug #197834 (fixed upstream).
956363
- Update patch for Gnome.org bug #351332 (partially fixed upstream).
956363
956363
* Tue Aug 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.91-5.fc6
956363
- Drop the bug-buddy dependency since it's not required for Evolution to run.
956363
956363
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.91-4
956363
- Add patch for RH bug #201831.
956363
956363
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.91-3
956363
- Consolidate "missing declarations" patches.
956363
- Add patch for RH bug #202383.
956363
956363
* Fri Aug 11 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.91-2
956363
- Add patch for RH bug #197868.
956363
956363
* Mon Aug  7 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.91-1
956363
- Update to 2.7.91
956363
- Update patch for RH bug #197834 for use with bug-buddy 2.15.90.
956363
- Require bug-buddy >= 2.15.90.
956363
956363
* Fri Aug  4 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.90-6
956363
- Update to 2.7.90
956363
- Require evolution-data-server-1.7.90.1.
956363
956363
* Wed Aug  2 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.4-5
956363
- Remove patch for RH bug #167157, as it fixed it the wrong way.
956363
- The real fix for #167157 is in evolution-data-server-1.7.4-5.
956363
- No longer packaging unused patches.
956363
956363
* Mon Jul 31 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.4-4
956363
- Add patch for RH bug #178295.
956363
- Add patch for RH bug #167157.
956363
956363
* Tue Jul 18 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.4-3
956363
- Clean up spec file, renumber patches.
956363
- Add BuildRequires for dbus-glib-devel.
956363
- Rebuild to pick up new D-Bus.
956363
956363
* Thu Jul 13 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.4-2
956363
- Update patch for RH bug #157400.
956363
- Update patch for RH bug #157505.
956363
956363
* Wed Jul 12 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.4-1
956363
- Update to 2.7.4
956363
- Remove evo-calendar-print-with-pango-7.patch (fixed upstream).
956363
- Remove patch for Gnome.org bug #345677 (fixed upstream).
956363
- Remove patch for RH bug #175596 (fixed upstream).
956363
956363
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.7.3-10.1
956363
- rebuild
956363
956363
* Tue Jul 11 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-10
956363
- Update patch for RH bug #190359.
956363
956363
* Fri Jul  7 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-9
956363
- Make "Submit Bug Report" menu item work again (RH #197384).
956363
956363
* Thu Jul  6 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-8
956363
- Add patch for RH bug #166231 (also addresses #131227 and #157391).
956363
956363
* Fri Jun 29 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-7
956363
- Add patch for RH bug #157400, reorder some patch #'s.
956363
956363
* Thu Jun 29 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-6
956363
- Properly capitalize "Message->Mailing List" menu items (RH #175596).
956363
956363
* Tue Jun 27 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-5
956363
- Add patch for Gnome.org bug #211058 for Trever Adams to test.
956363
956363
* Mon Jun 26 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-4
956363
- Add patch for RH bug #157505 for QE testing.
956363
956363
* Thu Jun 22 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-3
956363
- Fix bad type in schema file (Gnome.org #345677).
956363
956363
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 2.7.3-2
956363
- rebuilt with new gnutls
956363
956363
* Tue Jun 13 2006 Matthias Clasen  <mclasen@redhat.com> - 2.7.3-1
956363
- Update to 2.7.3
956363
956363
* Mon May 29 2006 Dan Williams <dcbw@redhat.com> - 2.7.2.1-4
956363
- Don't crash on quit when trying to save window size (Gnome.org #343331)
956363
956363
* Tue May 23 2006 Matthew Barnes <mbarnes@redhat.com> 2.7.2.1-3
956363
- Port evolution-2.7.1-notification-cleanups.patch to new libnotify API.
956363
- Require libnotify >= 0.4.
956363
956363
* Fri May 19 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.2.1-2
956363
- Require specific versions of GNU Autotools packages for building.
956363
- Add evolution-2.7.2-preedit-gnome.bz-264485.patch (Mayank Jain).
956363
- Various spec file cleanups.
956363
- Pick up new libnotify.
956363
956363
* Wed May 17 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.2.1-1
956363
- Update to 2.7.2.1
956363
- Remove nss/nspr hunk from evolution-2.7.1-no-gnome-common.patch
956363
  (fixed upstream).
956363
956363
* Fri May 12 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.1-1
956363
- Update to 2.7.1
956363
- Bump evo_major from 2.6 to 2.8
956363
- Upstream evolution.desktop renamed evolution-%{evo_major}.desktop.
956363
- Upstream evolution.keys renamed evolution-%{evo_major}.keys.
956363
- Upstream evolution.mime renamed evolution-%{evo_major}.mime.
956363
- Update line numbers in evolution-2.5.2-no-gnome-common.patch and
956363
  evolution-2.5.5.1-notification-cleanups.patch and rename them to
956363
  version 2.7.1.
956363
956363
* Wed May  3 2006 Matthew Barnes <mbarnes@redhat.com> - 2.6.1-3
956363
- rebuilt
956363
956363
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.6.1-2
956363
- Update to 2.6.1
956363
956363
* Thu Mar 30 2006 Caolan McNamara <caolanm@redhat.com> - 2.6.0-2
956363
- rebuild against reverted pilot-link
956363
- disable evolution-2.5.4-fix-conduits.patch for reversion to pilot-link 0.11.8
956363
956363
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 2.6.0-1
956363
- 2.6.0
956363
- turn on the "error on missing prototypes" check thing
956363
956363
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 2.5.92-1
956363
- 2.5.92
956363
956363
* Tue Feb 14 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.91-1
956363
- 2.5.91
956363
- updated patch 101 to track upstream changes to calendar printing code
956363
- remove uptreamed patch 807 (NM multiple initialization assertion)
956363
- readded the mail-to-task plugin XML UI file
956363
- bump e-d-s req to 1.5.91
956363
956363
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.5.90-2.1
956363
- bump again for double-long bug on ppc(64)
956363
956363
* Thu Feb  9 2006 Christopher Aillon <caillon@redhat.com> - 2.5.90-2
956363
- Disable the inline audio plugin for now since it uses gstreamer08
956363
956363
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.5.90-1.1
956363
- rebuilt for new gcc4.1 snapshot and glibc changes
956363
956363
* Mon Jan 30 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.90-1
956363
- 2.5.90
956363
- trimmed patches 805 and 808, as parts of these got merged upstream
956363
- trimmed and regenerated patch 806 to track upstream
956363
- removed the mail-to-task plugin XML UI file
956363
956363
* Sat Jan 28 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.5.1-2
956363
- added missing patch
956363
956363
* Wed Jan 25 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.5.1-1
956363
- 2.5.5.1
956363
- update patch 106 to track upstream, renaming from 
956363
  evolution-2.2.2-commit-enter-on-calendar.patch to 
956363
  evolution-2.5.5.1-commit-enter-on-calendar.patch
956363
- update patch 805 to track upstream
956363
- added patch to fix some newly missing declarations (patch 808)
956363
- replace evolution-2.5.4-port-to-new-libnotify-api.patch with 
956363
  evolution-2.5.5.1-notification-cleanups.patch, since much of this was 
956363
  duplicated by another patch that landed upstream; removing the actions code 
956363
  as it was crashing deep inside DBus (patch 806, #177666)
956363
- explicitly list various files to reduce reliance on globbing; organized the
956363
  files into logical groups; comment them
956363
- added -Wno-sign-compare to CFLAGS
956363
- enabled parallel make
956363
- introduced require_function_declarations macro to make 
956363
  -Werror-implicit-function-declaration flag optional; turn it off for now
956363
- include the new CalDAV and mail-attachments-import plugins in the file list;
956363
  add an XML UI file for the mail-to-task plugin. 
956363
- use "sed -i -e" rather than "sed -ie" to avoid getting severe bonobo files
956363
956363
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.com> - 2.5.4-10
956363
- fix fix for multilib issue with shlib bonobo components (bug 156982)
956363
956363
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.com> - 2.5.4-9
956363
- fix multilib issue with shlib bonobo components (bug 156982)
956363
956363
* Thu Jan 12 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-8
956363
- avoid multiple initialization of NetworkManager connections (patch 807, 
956363
  gnome bug #326785)
956363
956363
* Thu Jan 12 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-7
956363
- updated alarm notification patch(patch 806, #177546, #177666, #177667, 
956363
  #177670)
956363
956363
* Thu Jan 12 2006 Christopher Aillon <caillon@redhat.com> - 2.5.4-6
956363
- Remove unneeded Requires: notify-daemon
956363
956363
* Thu Jan 12 2006 Christopher Aillon <caillon@redhat.com> - 2.5.4-5
956363
- Update BR to libnotify-devel
956363
956363
* Wed Jan 11 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-4
956363
- ported alarm notification code to the new libnotify API (patch 806, #177546)
956363
- added libnotify_support macro
956363
- added explicit notify-daemon requirement as a workaround for bug #177535
956363
956363
* Tue Jan 10 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-3
956363
- updated patch 800 to include patch for memo conduit (untested at this stage);
956363
  renaming from evolution-2.5.2-fix-conduits.patch to 
956363
  evolution-2.5.4-fix-conduits.patch; extended patch 802 to handle the memo 
956363
  conduit; renaming from evolution-2.2.2-fix-conduit-dir.patch to 
956363
  evolution-2.5.4-fix-conduit-dir.patch; re-enable conduits in build (#175160)
956363
- switch the build-time dep for the audio-inline plugin from gstreamer-devel to
956363
  gstreamer08-devel to better reflect the test in the tarball's configure.in
956363
956363
* Wed Jan  4 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-2
956363
- added optional build-time requirement on NetworkManager-glib-devel
956363
- update patch 805 to cover a missing declaration in Network Manager support
956363
956363
* Tue Jan  3 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-1
956363
- 2.5.4
956363
- update patch 107 to track underlying code changes; rename from
956363
  evolution-2.2.2-move-autosave-file.patch to
956363
  evolution-2.5.4-move-autosave-file.patch
956363
- added patch to fix more missing declarations (patch 805)
956363
- added files for publish-calendar plugin
956363
956363
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 2.5.3-1
956363
- 2.5.3
956363
- Updated patch 106 (evolution-2.2.2-commit-enter-on-calendar.patch) so that it
956363
  still applies cleanly
956363
956363
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 2.5.2-2
956363
- Require nspr and nss instead of mozilla-nspr and mozilla-nss
956363
- Update no-gnome-common patch to work with standalone nss package
956363
956363
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
956363
- rebuilt
956363
956363
* Wed Dec  7 2005 David Malcolm <dmalcolm@redhat.com> - 2.5.2-1
956363
- 2.5.2
956363
- bump gtkhtml requirement from 3.7.6 to 3.9.2
956363
- bump eds requirement from 1.4.1.1 to 1.5.2
956363
- bump evo_major from 2.4 to 2.6
956363
- updated patch 107
956363
- updated patch 108
956363
- updated patch 800, replacing 
956363
  rh-161817-attach-116019-conduit_pilot_link_updates.diff with 
956363
  evolution-2.5.2-fix-conduits.patch.  Not yet complete.
956363
- disable pilot support for now (see #175160)
956363
- added hula plugin to list of packaged plugins
956363
- generalize gconf schema packaging to support changing evo_major
956363
956363
* Fri Dec  2 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.2-2
956363
- force regeneration of the intltool files to prevent a problem where the 
956363
  tarball copy of intltool-merge.in was out of sync with the intltool.m4 in the
956363
  latest shipped copy of intltool, which resulted in a broken intltool-merge 
956363
  script when the tree was reautotooled.  (appears that the tarball was built 
956363
  with a CVS copy of intltool where @EXPANDED_LIBDIR@ had been renamed to
956363
  @INTLTOOL_LIBDIR@, but our aclocal/intltool.m4 doesn't yet reflect that 
956363
  change)
956363
956363
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.2-1
956363
- 2.4.2
956363
- explicitly list the plugins that are packaged (#166234)
956363
- added build-time requirement on gstreamer-devel to cope with audio-inline
956363
  plugin
956363
956363
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-8
956363
- add -DLDAP_DEPRECATED to CFLAGS (#172999)
956363
956363
* Wed Oct 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-7
956363
- Added a patch (110) to hide the component switcher buttons by default on new
956363
  windows (#170799) by patching the GConf schema.
956363
- Made list of installed schemas explicit.
956363
- Own the plugins subdirectory
956363
956363
* Tue Oct 25 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-6
956363
- use 4 separate .desktop files from the redhat-menus package, rather than the
956363
  current single one; bump the redhat-menus requirement accordingly (from 1.13
956363
  to 5.0.4); introduce a macro for this requirement.
956363
956363
* Mon Oct 24 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-5
956363
- fix removal of upstream .desktop file (broke on upgrade to Evolution 2.2, and
956363
  continued to be broken with 2.3/2.4) (#103826, again)
956363
956363
* Tue Oct 18 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-4
956363
- updated patch 804 to declare e_calendar_table_process_completed_tasks
956363
956363
* Tue Oct 18 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-3
956363
- added patch (804: evolution-2.4.1-fix-missing-declarations.patch) to fix
956363
  missing declaration (thanks to Peter Robinson)
956363
956363
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-2
956363
- bump e-d-s requirement to 1.4.1.1
956363
956363
* Tue Oct  4 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-1
956363
- 2.4.1
956363
- regenerate patch 101 to handle conflict in 
956363
  calendar/gui.print.c: print_week_day_event introduced by fix to upstream bug
956363
  244981 (end date added while printing in the week view); bump patch name from
956363
  version 5 to version 6
956363
- removed patch 804 (conduits-multi-day-crash); this is now in upstream tarball
956363
956363
* Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 2.4.0-2
956363
- rebuild for mozilla on ppc64
956363
956363
* Wed Sep  7 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.0-1
956363
- 2.4.0
956363
- Removed patch to fix implicit function declarations (patch 110, added in 
956363
  2.3.8-1) as this is now upstream.
956363
956363
* Thu Sep  1 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-4
956363
- Enable exchange support when configuring, so that the exchange-operations
956363
  plugin gets built.
956363
956363
* Fri Aug 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-3
956363
- Added patch for #157074 (patch 804)
956363
956363
* Fri Aug 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-2
956363
- Move -Werror-implicit-function-declaration from configuration to the make
956363
  stage, to avoid breaking configuration tests.
956363
956363
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-1
956363
- 2.3.8
956363
- add -Werror-implicit-function-declaration to CFLAGS and a patch to fix the 
956363
  problems arising (patch 110)
956363
956363
* Tue Aug 16 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.7-3
956363
- Introduce macro for gnome-pilot dependency, bumping from 2.0.6 to 2.0.13
956363
- Add obsoletion of libgal2/libgal2-devel (dependency was removed in 2.3.6-1);
956363
  based on the last EVR of the libgal2 package in CVS, 2:2.5.3-2
956363
956363
* Mon Aug 15 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.7-2
956363
- rebuild
956363
956363
* Tue Aug  9 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.7-1
956363
- 2.3.7
956363
- Bump evolution-data-server requirement from 1.3.6 to 1.3.7
956363
- Bump gtkhtml3 requirement from 3.6.2 to 3.7.6
956363
956363
* Mon Aug  8 2005 Tomas Mraz <tmraz@redhat.com> - 2.3.6.1-5
956363
- rebuild with new gnutls
956363
956363
* Tue Aug  2 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.6.1-4
956363
- Added patch to show correct mimetype for OpenOffice.org files when guessing 
956363
  type for attachments with mimetype "application/octet-stream" (#164957)
956363
956363
* Mon Aug  1 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.6.1-3
956363
- Improved version of evolution-2.3.5.1-fix-150458.patch (#150458)
956363
956363
* Sat Jul 30 2005 David Malcolm <dmalcolm@redhat.com> 2.3.6.1-2
956363
- Fixed version numbers in GConf schema files (#164622); added 
956363
  apps-evolution-mail-prompts-checkdefault-2.4.schemas
956363
956363
* Fri Jul 29 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.6.1-1
956363
- 2.3.6.1
956363
956363
* Thu Jul 28 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.6-1
956363
- 2.3.6
956363
- Bump evolution-data-server requirement to 1.3.6 (needed for 
956363
  CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING)
956363
- Removed libgal2[-devel] dependencies; the code has been moved into the 
956363
  evolution tarball
956363
956363
* Thu Jul 28 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.5.1-2
956363
- added experimental patch to port ETable printing to use Pango (#150458)
956363
956363
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.5.1-1
956363
- 2.3.5.1
956363
- Update evo_major from 2.2 to 2.4
956363
- Updated evo-calendar-print-with-pango- patch from version 4 to 5
956363
- Removed Patch105: evolution-2.2.2-fix-new-mail-notify.patch as configure.in
956363
  in this branch tests for existance for dbus-glib-1, rather than max-version.
956363
- Removed Patch801: gb-309138-attach-48417-fix-evo-conduit-memleaks.patch as
956363
  this is now in upstream tarball.
956363
- Removed evolution-calendar-importers and evolution-addressbook-importers
956363
  directories.
956363
- Updated evolution-2.2.2-no-gnome-common.patch to include a patch to rename
956363
  mozilla-nspr to nspr
956363
956363
* Tue Jun 28 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-11.fc5
956363
- Remove GNOME_COMPILE_WARNINGS from configure.in (since gnome-common might not be available when we rerun the autotools; patch 803)
956363
956363
* Tue Jun 28 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-10.fc5
956363
- Moved .conduit files to libdir/gnome-pilot/conduits, rather than beneath datadir, to match gnome-pilot (patch 802)
956363
956363
* Mon Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-9.fc5
956363
- Replaced patch to port conduits to pilot-link-0.12 with Mark G Adams's version of same (#161817)
956363
- Added Mark G Adams's memory leak fix (patch 801)
956363
956363
* Mon Jun  6 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-8
956363
- Added Ivan Gyurdiev's patch to move autosave files inside the .evolution
956363
  directory
956363
956363
* Thu May 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-7
956363
- Added Akira Tagoh's patch for calendar keypress handling (#154360)
956363
956363
* Mon May 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-6
956363
- Remove static versions of libraries
956363
956363
* Thu May  5 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-5
956363
- added evolution-2.2.2-fix-new-mail-notify.patch to CVS
956363
956363
* Thu May  5 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-4
956363
- Removed explicit mozilla_build_version; instead use pkg-config to determine 
956363
the path to the NSS/NSPR headers.
956363
- Use a macro to express requirement on pilot-link (was 1:0.11.4, now 0.12; 
956363
patches depend on this)
956363
- Re-enabled the new-mail-notify plugin (my patch to handle differing DBus 
956363
versions is in the upstream tarball; but configure.in disables the plugin for 
956363
dbus versions > 0.23; patched configure.in to allow arbitrary DBus versions, 
956363
and run autoconf at the start of the build) (#156328)
956363
956363
* Sat Apr 30 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-3
956363
- updated mozilla_build_version to 1.7.7
956363
956363
* Sat Apr 30 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-2
956363
- Finished porting conduits to pilot-link-0.12 API; re-enabled pilot support (#152172)
956363
956363
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-1
956363
- 2.2.2
956363
- updated evo-calendar-print-with-pango-4.patch to handle upstream change to print_comp_item
956363
- removed patch for XB73912; now in upstream tarball
956363
- removed patch to new-mail-notify; generalised fix to cope with various DBus API versions is now upstream
956363
- removed patch for XB73844; now in upstream tarball
956363
- Update requirements:
956363
  - gtkhtml3 from 3.6.1 to 3.6.2
956363
  - libgal2 from 2.4.1 to 2.4.2
956363
  - eds from 1.2.1 to 1.2.2
956363
956363
* Wed Mar 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.1.1-2
956363
- Add patch for upstream bug XB73844 (should now be able to accept meeting requests)
956363
956363
* Fri Mar 18 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.1.1-1
956363
- 2.1.1.1
956363
956363
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.1-1
956363
- 2.2.1
956363
- Updated requirements:
956363
  * gtkhtml3 from 3.6.0 to 3.6.1
956363
  * libgal2 from 2.4.0 to 2.4.1
956363
  * eds from 1.2.0 to 1.2.1
956363
- Added rum-time requirement on gnome-vfs2; updated version requirement from 2.0 to 2.4
956363
- The new-mail-notify plugin will not be built for now since the upstream configure test now checks for dbus-glib-1 version <= 0.23.4 (to minimise problems caused by the API change)
956363
956363
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-10
956363
- disabled pilot-link support for now so that we have an evolution package; more patching is needed to get this to work with pilot-link-0.12
956363
956363
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-9
956363
- another attempt at porting to pilot-link 0.12
956363
956363
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-8
956363
- Added patch to deal with changes to pilot-link from 0.11->0.12
956363
956363
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-7
956363
- use 0.31 rather than 0.31.0 for DBus version
956363
956363
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-6
956363
- rebuilt against pilot-link-0.12
956363
- added versioning to the requirement on dbus (>=0.31)
956363
956363
* Thu Mar 10 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-5
956363
- Added patch for changes to DBus API in version 0.31 (#150671)
956363
- Removed explicit run-time spec-file requirement on mozilla.
956363
  The Mozilla NSS API/ABI stabilised by version 1.7.3
956363
  The libraries are always located in the libdir
956363
  However, the headers are in /usr/include/mozilla-%{mozilla_build_version}
956363
  and so they move each time the mozilla version changes.
956363
  So we no longer have an explicit mozilla run-time requirement in the specfile; 
956363
  a requirement on the appropriate NSS and NSPR .so files is automagically generated on build.
956363
  We have an explicit, exact build-time version, so that we can find the headers (without
956363
  invoking an RPM query from the spec file; to do so is considered bad practice)
956363
- Introduced mozilla_build_version, to replace mozilla_version
956363
956363
* Wed Mar  9 2005 Christopher Aillon <caillon@redhat.com> - 2.2.0-4
956363
- Depend on mozilla 1.7.6
956363
956363
* Wed Mar  9 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-3
956363
- added patch from upstream for bug XB-73192, fixing missing "Mark as Read/Unread" context menu items
956363
956363
* Tue Mar  8 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-2
956363
- actually add source tarball this time
956363
956363
* Tue Mar  8 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-1
956363
- 2.2.0
956363
- Removed patch for GCC 4 fix as this is now in upstream tarball
956363
- Updated requirements:
956363
  * gtkhtml3 from 3.5.7 to 3.6.0
956363
  * libgal2 from 2.3.5 to 2.4.0
956363
  * eds from 1.1.6 to 1.2.0
956363
956363
* Tue Mar  8 2005 David Malcolm <dmalcolm@redhat.com> - 2.1.6-3
956363
- rebuild (to use latest DBus library)
956363
956363
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 2.1.6-2
956363
- added patch to fix build with GCC4
956363
956363
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 2.1.6-1
956363
- Update from upstream unstable 2.1.6 to 2.1.6
956363
- Added patches to fix calendar and addressbook printing for non-Roman scripts (#138075)
956363
- Added explicit requirement on libgnomeprint22 >= 2.8.0
956363
- Added BuildRequires: gtk-doc
956363
- Updated requirements:
956363
  * gtkhtml3 from 3.5.6 to 3.5.7
956363
  * libgal2 from 2.3.4 to 2.3.5
956363
  * eds from 1.1.5 to 1.1.6
956363
956363
* Wed Feb  9 2005 David Malcolm <dmalcolm@redhat.com> - 2.1.5-1
956363
- Update from upstream unstable 2.1.4 to 2.1.5
956363
- Updated requirements:
956363
  * gtkhtml3 from 3.5.4 to 3.5.6
956363
  * libgal2 from 2.3.3 to 2.3.4
956363
  * eds from 1.1.4.1 to 1.1.5
956363
- Removed explicit packaging of weather icons as these are now below DATADIR/evolution/2.2 rather than DATADIR/evolution-2.2
956363
956363
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.1.4-1
956363
- Update from upstream stable 2.0.3 to unstable 2.1.4
956363
- Updated evo_major from 2.0 to 2.2
956363
- Removed camel packaging as this has been moved to evolution-data-server for Evolution 2.2
956363
- Added plugins to the packaged files
956363
- Added weather icons to the packaged files
956363
- Updated requirements:
956363
  * gtkhtml3 from 3.3.2 to 3.5.4
956363
  * libgal2 from 2.2.4 to 2.3.3
956363
  * eds from 1.0.3 to 1.1.4.1
956363
  * libsoup from 2.2.0 to 2.2.2
956363
- Added built-time requirement on atk-devel
956363
- Enable all plugins for now
956363
- Added requirement on dbus (for the new-mail-notify plugin)
956363
- Enable gtk-doc
956363
- Updated GConf schema name suffixes from 2.0 to 2.2
956363
956363
* Sun Dec 19 2004 Christopher Aillon <caillon@redhat.com> 2.0.3-2
956363
- Rebuild against mozilla 1.7.5
956363
956363
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.3-1
956363
- Update from upstream 2.0.2 to 2.0.3 with these bug fixes:
956363
 * Addressbook
956363
   XB67656 - almost the same email address are considrered identical (Siva)
956363
   XB69079 - Data repeated after save with bad date format (Siva)
956363
   XB66854 - Some strings are missed to translation (Rodney)
956363
956363
 * Calendar 	
956363
   XB47529 - Date in reminder window appears in UTF-8 in non-UTF-8 locale (Rodney)
956363
   XB68707 - Events ending at 12:00 AM show as ending at 12:00 pm (JP)
956363
   XB67403 - wrong alarm time displayed (Rodrigo)
956363
   XB68077 - appointment dialog re-size (Rodrigo)
956363
   - leak fixes (Chen)
956363
   - sensitize menu items in list view properly (JP)
956363
   - redraw display when 24hr time setting changes (JP)
956363
956363
 * Mail
956363
   XB69533 - Unable to subscribe to the alt hierarchy (Michael)
956363
   XB69776 - Signed Mail with attachments displays everything with multipart/boundaries stuff (Michael)
956363
   XB69615 - delete certificate after viewing smime message (Michael)
956363
   XB69109 - EHLO or HELO with ip addresses does not conform rfc 821  (Michael)
956363
   XB69982 - During Newsgroup list refresh, it crashes (Michael) 
956363
   XB69446 - Mail shown as attachment if some headers are upper case (S. Caglar Onur) 
956363
   XB68556 - NNTP with SSL won't work, even with stunnel (Michael) 
956363
   XB69145 - toplevel message/rfc822 parts are broken for IMAP (Michael)
956363
   XB69241 - base64 attachement holding PGP block (Jeff)
956363
   XB67895 - nntp support not asking for password (Michael)
956363
   XB67898 - Use of symbolic port-names is not guaranteed to work everywhere (Michael)
956363
   XB69851 - remember password check doesn't stick (Michael)
956363
   XB69623 - Moving a message from an IMAP INBOX to an IMAP folder caused crash (Radek)
956363
   XB69339 - postscript and some other attachments not visable (Michael)
956363
   XB69579 - vFoldersXBUNMATCHED generates errors (Michael)
956363
   XB68958 - current message forgotten in vfolders (Michael)
956363
   XB68974 - Wizard doesn't store smtp auth settings (Michael)
956363
   XB67496 - html email not rendered in preview pane (Michael)
956363
   XB67014 - Checking supported auth types doesn't work with new SSL certificate (Michael)
956363
   XB68006 - Evo crashed after viewing previously-sent email and copying URL from it (Michael)
956363
   XB68787 - Crash when migrating 1.4 data to 2.0.2 (Michael)
956363
   XB67622 - SMTP auth usernames containing % character fail (Jeff)
956363
   - fix pthread_key_delete args (Julio M. Merino Vidal)
956363
- Removed patch for "Unmatched" vfolder properties dialog (#141458) as this is now in upstream tarball (XB69579 above)
956363
- Update dependency on e-d-s from 1.0.2 to 1.0.3
956363
- Update dependency on libgal2 from 2.2.3 to 2.2.4
956363
956363
* Wed Dec  1 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.2-6
956363
- Fix broken properties dialog for "Unmatched" vfolder (#141458)
956363
956363
* Wed Oct 27 2004 Christopher Aillon <caillon@redhat.com> - 2.0.2-4
956363
- Re-enable s390(x)
956363
956363
* Fri Oct 22 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.2-3
956363
- added requirement on gnutls/gnutls-devel
956363
956363
* Fri Oct 22 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.2-2
956363
- Fix for #132050 (no entry for Evolution in the menus): use the new redhat-evolution.desktop file provided by redhat-menus-1.13
956363
956363
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.2-1
956363
- Update from 2.0.1 to 2.0.2
956363
- Updated dependency on e-d-s from 1.0.1 to 1.0.2
956363
- Updated dependency on libgal2 from 2.2.2 to 2.2.3
956363
- Updated dependency on gtkhtml3 from 3.3.0 to 3.3.2
956363
- ppc's mozilla dependency is now in line with the other architectures at 1.7.3
956363
956363
* Sat Oct  9 2004 David Malcolm <dmalcolm@redhat.com>
956363
- disable s390/s390x for now
956363
956363
* Fri Oct  8 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.1-3
956363
- Fix for #135135, updating the fix for #103826 that removes the evolution.desktop file in "Office"; the file to delete had been renamed to evolution-2.0.desktop
956363
- Added requirement on redhat-menus, since this supplies the target of our .desktop symlink
956363
956363
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.1-2
956363
- update mozilla dependency from 1.7.2 to 1.7.3, apart from on ppc (and on s390 and s390x, which remain at 1.6, and on ppc64 where it isn't available at all)
956363
956363
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.1-1
956363
- Update from 2.0.0 to 2.0.1
956363
- Updated dependency on e-d-s from 1.0.0 to 1.0.1
956363
- Updated dependency on libgal2 from 2.2.0 to 2.2.2
956363
956363
* Mon Sep 20 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.0-2
956363
- rebuilt
956363
956363
* Tue Sep 14 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.0-1
956363
- Update from 1.5.94.1 to 2.0.0
956363
- Change source FTP location from 1.5 to 2.0
956363
- Updated dependency on e-d-s from 0.0.99 to 1.0.0
956363
- Documentation has now moved from 1.5 to 2.0
956363
956363
* Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.94.1-1
956363
- updated tarball from 1.5.93 to 1.5.94.1
956363
- the BASE_VERSION in the configure.in script has finally been updated from 1.5 to 2.0 (affects OAFIIDs, install dirs, binary names etc); updated evo_major and various other parts of the spec-file to reflect this; however documentation is still 1.5 in upstream tarball
956363
- updated dependency on libgal2 from 2:2.1.14 to 2:2.2.0
956363
- updated dependency on libsoup from 2.1.13 to 2.2.0
956363
- updated dependency on e-d-s from 0.0.98 to 0.0.99
956363
956363
* Tue Aug 17 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.93-2
956363
- updated gnome-icon-theme requirement from 1.2.0 to 1.3.6 to fix problem with missing stock icons (bz #130142)
956363
956363
* Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.93-1
956363
- updated tarball from 1.5.92.2 to 1.5.93
956363
- removed filechooser patch - this is now in the upstream tarball, with a test at configuration time; it was autodetected and enabled in my test build; I've explicitly enabled it to be certain.
956363
- updated dependency on libgal2 from 2:2.1.13 to 2:2.1.14
956363
- updated dependency on libsoup from 2.1.12 to 2.1.13
956363
- updated dependency on e-d-s from 0.0.97 to 0.0.98
956363
956363
* Wed Aug 11 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.92.2-2
956363
- Increased mozilla_version from 1.7 to 1.7.2 so that the NSS test looks in the correct place
956363
956363
* Wed Aug 11 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.92.2-1
956363
- updated tarball from 1.5.92.1 to 1.5.92.2
956363
956363
* Wed Aug  4 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.92.1-1
956363
- updated tarball from 1.5.91 to 1.5.92.1
956363
- added a dependency on gnome-icon-theme
956363
- updated dependency on libgal2 from 2:2.1.11 to 2:2.1.13
956363
- updated dependency on gtkhtml3 from 3.1.17 to 3.3.0
956363
- updated dependency on libsoup from 2.1.11 to 2.1.12
956363
- updated dependency on e-d-s from 0.0.95 to 0.0.97
956363
956363
* Mon Jul 26 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.91-1
956363
- 1.5.91
956363
956363
* Thu Jul  8 2004 Jeremy Katz <katzj@redhat.com> - 1.5.90-5
956363
- use mozilla 1.7 on platforms where it's available
956363
- check to make sure the appropriate mozilla headers exist if using
956363
  mozilla nss for ssl or fail the build
956363
956363
* Thu Jul  8 2004 David Malcolm <dmalcolm@redhat.com>
956363
- rebuilt
956363
956363
* Wed Jul  7 2004 David Malcolm <dmalcolm@redhat.com>
956363
- rebuilt
956363
956363
* Tue Jul  6 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.90-2
956363
- Fixed sources file
956363
956363
* Tue Jul  6 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.90-1
956363
- 1.5.90; updated requirements on gtkhtml3, libgal2, and e-d-s
956363
956363
* Thu Jun 17 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.9.2-1
956363
- 1.5.9.2
956363
956363
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
956363
- rebuilt
956363
956363
* Tue Jun  8 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.9.1-3
956363
- Replaced /usr/lib with %%{_libdir} in mozills_nss ssl_flags
956363
956363
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.9.1-2
956363
- updated filechooser patch again
956363
956363
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.9.1-1
956363
- 1.5.9.1; updated filechooser patch
956363
956363
* Wed May 26 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.8-3
956363
- added ORBit2 and spamassassin requirements
956363
956363
* Mon May 24 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.8-2
956363
- Fixed up filechooser patch and re-enabled it
956363
956363
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.8-1
956363
- 1.5.8; added explicit libbonoboui requirement; disabled filechooser patch for now
956363
956363
* Tue May  4 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.7-3
956363
- Added GtkFileChooser patch based on work by Carlos Garnacho Parro (http://lists.ximian.com/archives/public/evolution-patches/2004-March/004867.html); added requirement for GTK 2.4
956363
956363
* Thu Apr 22 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.7-2
956363
- added emfv signal fix patch and fix for defaults in switch statements on gcc3.4
956363
956363
* Wed Apr 21 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.7-1
956363
- 1.5.7
956363
956363
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 1.5.5-1
956363
- 1.5.5
956363
956363
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
956363
- rebuilt
956363
956363
* Wed Feb 18 2004 Jeremy Katz <katzj@redhat.com> - 1.5.4-1
956363
- 1.5.4
956363
956363
* Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com> 
956363
- buildrequire e-d-s-devel instead of e-d-s (#114712)
956363
- enable nntp support (#114802)
956363
956363
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
956363
- rebuilt
956363
956363
* Tue Jan 27 2004 Jeremy Katz <katzj@redhat.com> 1.5.3-1
956363
- 1.5.3
956363
956363
* Wed Jan 21 2004 Jeremy Katz <katzj@redhat.com> 1.5.2-2
956363
- size_t/int mismatch compile fix for 64bit platforms
956363
956363
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 1.5.2-0
956363
- 1.5.2
956363
- add patch to fix gconf warning with schema
956363
956363
* Sun Jan  4 2004 Jeremy Katz <katzj@redhat.com> 1.5.1-0
956363
- 1.5.1
956363
- temporarily disable redhatify patch
956363
- use mozilla-nss for SSL
956363
- fix schema names
956363
956363
* Thu Nov  6 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-8
956363
- fall back to HELO for ESMTP (#108753)
956363
956363
* Tue Oct 28 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-7
956363
- fix title on composer save dialog (#108159)
956363
956363
* Mon Oct 27 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-6
956363
- Make imap command length shorter to avoid choking some imap servers 
956363
  (notably cyrus-imap).
956363
- Make wombat session managed so that we don't hit weird bonobo activation
956363
  things.  This adds a dependency on $DISPLAY for wombat.  (#106826)
956363
956363
* Sun Oct 19 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-5
956363
- use AI_ADDRCONFIG to avoid returning IPv6 addresses on hosts without 
956363
  IPv6 support
956363
- add patch from upstream with reply-to-list shortcut (Ctrl-l)
956363
956363
* Wed Oct 15 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-4
956363
- really, really remove duplicate menu entry (#103826)
956363
956363
* Tue Oct 14 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-3
956363
- Pull in some patches from upstream CVS
956363
  * Avoid division by zero with POP (X#41610)
956363
  * Don't mangle headers (X#33545)
956363
  * Prefix IPV6 numeric hosts properly (X#46006, #105028)
956363
  * Use proper function for IPV6 reverse lookups (X#46006)
956363
  * Allow timezone offset to be up to 14 hours (X#49357)
956363
956363
* Mon Oct 13 2003 Jeremy Katz <katzj@redhat.com> 
956363
- add patch from upstream CVS to fix SMTP syntax problems (#106630) 
956363
- really remove duplicate menu entry (#103826)
956363
956363
* Mon Oct  6 2003 Jeremy Katz <katzj@redhat.com> 
956363
- make redhat-email.desktop symlink relative (#104391)
956363
956363
* Wed Sep 24 2003 Jeremy Katz <katzj@redhat.com> 
956363
- add ipv6 support per dwmw2's request
956363
956363
* Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-2
956363
- 1.4.5
956363
956363
* Wed Sep 17 2003 Jeremy Katz <katzj@redhat.com> 
956363
- move static libs into -devel (#104399)
956363
956363
* Tue Sep 16 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-7
956363
- filter types are gtypes, not ints (#103934)
956363
956363
* Wed Sep 10 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-6
956363
- fix from upstream (will be in 1.4.5) to fix menu merging in the 
956363
  composer with new libbonobo
956363
956363
* Fri Sep  5 2003 Jeremy Katz <katzj@redhat.com> 
956363
- remove the desktop file in Office (#103826)
956363
956363
* Tue Sep  2 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-5
956363
- patch from upstream to fix display of some mails in 
956363
  different charsets (#102899)
956363
- add requires on newer version of ORBit2 (#103386)
956363
- add patch from upstream (extracted by George Karabin) to use gnome-vfs 
956363
  mime icon lookup where available (#102553)
956363
956363
* Fri Aug 22 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-4
956363
- include static libs (#102834)
956363
956363
* Wed Aug  6 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-3
956363
- add a -devel subpackage (#99376)
956363
956363
* Mon Aug  4 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-1
956363
- 1.4.4
956363
956363
* Wed Jul 30 2003 Jeremy Katz <katzj@redhat.com> 
956363
- buildrequires fixup from Ville Skytta (#101325)
956363
956363
* Thu Jul 24 2003 Jeremy Katz <katzj@redhat.com> 1.4.3-6
956363
- include tagoh's patch for printing cjk contacts (committed upstream, #99374)
956363
956363
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 1.4.3-5
956363
- rebuild
956363
956363
* Tue Jul 15 2003 Jeremy Katz <katzj@redhat.com> 1.4.3-4
956363
- build on all arches again
956363
956363
* Mon Jul 14 2003 Jeremy Katz <katzj@redhat.com> 1.4.3-3
956363
- rebuild
956363
956363
* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 1.4.3-1
956363
- 1.4.3
956363
956363
* Thu Jun 19 2003 Jeremy Katz <katzj@redhat.com> 
956363
- make gal version dep more explicit
956363
956363
* Fri Jun 13 2003 Jeremy Katz <katzj@redhat.com> 
956363
- fix desktop file (#97162)
956363
956363
* Tue Jun 10 2003 Jeremy Katz <katzj@redhat.com> 1.4.0-2
956363
- rebuild
956363
- excludearch ppc64 for now
956363
956363
* Mon Jun  9 2003 Jeremy Katz <katzj@redhat.com> 1.4.0-1
956363
- 1.4.0
956363
956363
* Wed Jun 5 2003 Elliot Lee <sopwith@redhat.com>
956363
- rebuilt
956363
956363
* Thu Jun  5 2003 Jeremy Katz <katzj@redhat.com> 1.3.92-2
956363
- rebuild
956363
956363
* Wed Jun  4 2003 Jeremy Katz <katzj@redhat.com> 
956363
- buildrequires gettext (#92276)
956363
956363
* Sun May 25 2003 Jeremy Katz <katzj@redhat.com> 1.3.92-1
956363
- 1.3.92
956363
956363
* Wed May  7 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-2
956363
- fix default for /schemas/apps/evolution/mail/display/mime_types
956363
956363
* Tue May  6 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-1
956363
- 1.3.3
956363
956363
* Sun May  4 2003 Jeremy Katz <katzj@redhat.com> 1.3.2-2
956363
- enable pilot support
956363
- add redhatify patch back
956363
956363
* Tue Apr 22 2003 Jeremy Katz <katzj@redhat.com>
956363
- add a /usr/bin/evolution symlink
956363
956363
* Mon Apr 21 2003 Jeremy Katz <katzj@redhat.com> 
956363
- fix gnome-spell version requirement
956363
956363
* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.3.2-1
956363
- add trivial fix for evolution-mail schema key (ximian #41419)
956363
956363
* Tue Apr 15 2003 Jeremy Katz <katzj@redhat.com> 
956363
- update to 1.3
956363
- don't build with pilot support for now
956363
- don't redhat-ify the summary prefs for now
956363
956363
* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-2
956363
- fix krb5 libdir for lib64 systems
956363
956363
* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-1
956363
- update to 1.2.4
956363
956363
* Thu Apr  3 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-7
956363
- oops, fix a tyop
956363
956363
* Thu Apr  3 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-6
956363
- add a few cleanups for 64bit cleanliness (#86347)
956363
956363
* Sun Mar 30 2003 Jeremy Katz <katzj@redhat.com> 
956363
- add some buildrequires (#87612)
956363
956363
* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 1.2.3-1
956363
- update to 1.2.3
956363
956363
* Wed Mar 19 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-5
956363
- security patches from upstream
956363
  - sanity check UUEncoding header before decoding (CAN-2003-0128)
956363
  - don't decode doubly UUEncoded content (CAN-2003-0129)
956363
  - don't use a bonobo component to display things without registered 
956363
    handlers (CAN-2003-0130)
956363
956363
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 1.2.2-4
956363
- debuginfo rebuild
956363
956363
* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-3
956363
- memleak patch had some bits that weren't supposed to be there.  update 
956363
  to newer from upstream.
956363
- fix directory checking in proxy patch
956363
956363
* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-2
956363
- add missing build dep (#84388)
956363
- add patch from upstream for evolution-mail memleak
956363
- add patch from upstream to use the gnome2 proxy settings by default
956363
956363
* Fri Feb  7 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-1
956363
- 1.2.2
956363
- build on x86_64 
956363
956363
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
956363
- rebuilt
956363
956363
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.1-4
956363
- rebuild
956363
956363
* Fri Jan  3 2003 Nalin Dahyabhai <nalin@redhat.com>
956363
- if building with OpenSSL, attempt to get cflags and ldflags from pkgconfig
956363
956363
* Thu Jan  2 2003 Jeremy Katz <katzj@redhat.com> 1.2.1-3
956363
- we don't want to use native POSIX threads for mutexes in db3, override them
956363
956363
* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 1.2.1-2
956363
- rebuild
956363
956363
* Fri Dec 13 2002 Jeremy Katz <katzj@redhat.com> 1.2.1-1
956363
- update to 1.2.1
956363
956363
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-6
956363
- require a newer soup, the old one Has Bugs (tm)
956363
- excludearch x86_64; getting a R_X86_64_32S relocation in libical 
956363
  although everything appears to be built with -fPIC correctly
956363
956363
* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-5
956363
- patch for multilib krb5
956363
956363
* Mon Dec  2 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-4
956363
- add upstream patch to handle LDAPv3 better
956363
- add upstream patch to fix shell memory leaks
956363
- add upstream patch to fix ldap scope selection
956363
- build with openssl instead of mozilla-nss since it's available on 
956363
  more platforms
956363
- build on all arches
956363
956363
* Fri Nov 22 2002 Jeremy Katz <katzj@redhat.com>
956363
- require bonobo-conf, not -devel (#78398)
956363
956363
* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de> 1.2.0-3
956363
- disable pilot support for mainframe
956363
956363
* Mon Nov 18 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-2
956363
- macro-ify the mozilla version to make it easier to build against 
956363
  newer mozillas with headers in new locations
956363
- buildrequire pilot-link-devel (#78077)
956363
- drop uneeded ldapv3 patch (toshok says 1.2 already handles this)
956363
- drop unneeded patch for ordering of the libdb checks
956363
- add fejj's patch to always subscribe to the inbox from evolution-patches
956363
956363
* Tue Nov 12 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-1
956363
- 1.2.0
956363
956363
* Sat Nov  2 2002 Jeremy Katz <katzj@redhat.com> 1.1.90-2
956363
- reenable pilot support
956363
- redhatify
956363
956363
* Fri Nov  1 2002 Jeremy Katz <katzj@redhat.com> 1.1.90-1
956363
- update to 1.1.90
956363
956363
* Thu Oct 31 2002 Jeremy Katz <katzj@redhat.com>
956363
- include mozilla epochs in requires (#74577)
956363
- add build requires on newer oaf (#76801)
956363
956363
* Thu Oct 24 2002 Jeremy Katz <katzj@redhat.com> 1.1.2-1
956363
- update to 1.1.2
956363
- remove unpackaged files from the buildrooot
956363
- disable pilot support for now
956363
956363
* Tue Sep  3 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-10
956363
- add freetype-devel to build requires (#73319)
956363
956363
* Mon Sep  2 2002 Owen Taylor <otaylor@redhat.com>
956363
- Fix a problem where evolution-mail right click items corrupted the stack
956363
  (#67992)
956363
956363
* Thu Aug 29 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-9
956363
- don't install two desktop files (#72871)
956363
956363
* Wed Aug 28 2002 Preston Brown <pbrown@redhat.com> 1.0.8-8
956363
- absolute symlink .desktop file (#72913)
956363
956363
* Thu Aug 22 2002 han Ngo <than@redhat.com> 1.0.8-7
956363
- rebuild against new pilot-link
956363
956363
* Sat Aug 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
956363
- bzip2 source
956363
956363
* Tue Aug  6 2002 Than Ngo <than@redhat.com> 1.0.8-5
956363
- rebuild against new pilot-link-0.11.2
956363
956363
* Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-4
956363
- rebuild against new gnome-pilot
956363
956363
* Tue Jul  9 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-3
956363
- remove static and libtool archives for importers and camel-providers (#68222)
956363
- do desktop-file-install magic 
956363
- remove dead sites from summary list (#64522)
956363
- support openldap protocol version 3 based off of Nalin's autofs changes 
956363
956363
* Mon Jul  8 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-2
956363
- fix openldap-devel buildrequire
956363
956363
* Mon Jul  1 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-1
956363
- 1.0.8 
956363
956363
* Thu Jun 27 2002 Jeremy Katz <katzj@redhat.com> 1.0.7-2
956363
- include patch to omf files from otaylor@redhat.com to fix 
956363
  scrollkeeper validation errors
956363
956363
* Sun Jun 23 2002 Jeremy Katz <katzj@redhat.com> 1.0.7-1
956363
- update to 1.0.7
956363
- excludearch alpha while mozilla isn't being built there
956363
956363
* Sun May 26 2002 Tim Powers <timp@redhat.com> 1.0.5-2
956363
- automated rebuild
956363
956363
* Mon May 13 2002 Jeremy Katz <katzj@redhat.com> 1.0.5-1
956363
- update to 1.0.5
956363
956363
* Fri May  3 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-6
956363
- add patch to fix spool unread counts (#64198)
956363
- build with the fix for the crasher mail sent to 
956363
  evolution-list (ximian #24140)
956363
956363
* Mon Apr 15 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-4
956363
- include fejj(at)ximian.com's patch to fix the EINPROGRESS error with ssl 
956363
  since it's been committed to the branch and fixes the problem for me
956363
- include patch from tagoh(at)redhat.com to change the default charset 
956363
  for Japanese to ISO-2022-JP (#63214)
956363
956363
* Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-3
956363
- minor tweaks to the redhatify patch
956363
- make accepting appointments sent to mailing lists work
956363
- use the RFC specified LDAP attribs for freebusy and calendarURI 
956363
  in addressbook
956363
- fix a crash in the startup wizard
956363
956363
* Sun Mar 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-2
956363
- move desktop file to /etc/X11/applnk (#62399)
956363
956363
* Sun Mar 24 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-1
956363
- update to evolution 1.0.3
956363
- change summary view to show a recent errata list by default
956363
956363
* Thu Mar 14 2002 Jeremy Katz <katzj@redhat.com>
956363
- put correct path to nspr includes on configure command line
956363
956363
* Mon Mar 11 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-3
956363
- mozilla 0.9.9 has nspr and nss subpackages, hooray!  rip out the static 
956363
  libnss linkage and just link against what is provided dynamically
956363
- kill the -devel subpackage since it's of questionable use
956363
- explicitly require mozilla-nss and mozilla-nspr packages to make it easier
956363
  to resolve the requirements
956363
956363
* Thu Feb 21 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-2
956363
- rebuild in new environment
956363
- temporarily exclude on ia64 again
956363
956363
* Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-1
956363
- update to 1.0.2
956363
956363
* Mon Jan 28 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-4
956363
- build on ia64 now that mozilla exists for ia64
956363
956363
* Sun Jan 27 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-3
956363
- rebuild in new environment
956363
- add pilot support
956363
956363
* Sun Jan 13 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-2
956363
- rebuild without mozilla-psm in the buildroot so libnss is linked 
956363
  statically as intended
956363
956363
* Sat Jan 12 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-1
956363
- update to 1.0.1
956363
- patch for autoconf 2.52 accepted upstream
956363
- include man page
956363
- use --with-sub-version=" (%%{version}-%%{release})"
956363
956363
* Tue Dec 18 2001 Jeremy Katz <katzj@redhat.com> 1.0-2
956363
- really disable news
956363
- add patch from Jens Petersen <juhp@redhat.com> to hopefully get 
956363
  builds working with autoconf 2.52
956363
- conditionalize static libnss stuff so that it can go away when we
956363
  have a mozilla with shared libnss
956363
956363
* Thu Dec  6 2001 Jeremy Katz <katzj@redhat.com> 1.0-1.7.2
956363
- add patches off of branch for:
956363
  * do not show up as Preview Release in version string
956363
  * have next/previous work with multiple selected messages
956363
- build without pilot support
956363
956363
* Mon Dec  3 2001 Jeremy Katz <katzj@redhat.com> 1.0-1
956363
- and bump to 1.0
956363
956363
* Sun Dec  2 2001 Jeremy Katz <katzj@redhat.com>
956363
- let's build with an included copy of libnss now since OpenSSL is support
956363
  is disabled on the 1.0 branch
956363
- build with --enable-dot-locking=no
956363
- excludearch ia64 again now that we need libnspr
956363
956363
* Mon Nov 26 2001 Jeremy Katz <katzj@redhat.com>
956363
- build with gnome-pilot and krb5 support
956363
- conditionalize ldap, pilot and krb5 support
956363
- clean up buildrequires some
956363
956363
* Sat Nov 17 2001 Jeremy Katz <katzj@redhat.com>
956363
- we can build on ia64 since we're using openssl instead of nspr
956363
- disable non-functional nntp support 
956363
- 0.99.2 (rc2) 
956363
956363
* Fri Nov  9 2001 Jeremy Katz <katzj@redhat.com>
956363
- add explicit requires on current bonobo, oaf, and GConf to help people
956363
  help themselves
956363
- s/Copyright/License/
956363
956363
* Thu Nov  8 2001 Jeremy Katz <katzj@redhat.com>
956363
- add a patch to revert changes to camel-tcp-stream-openssl; appears to 
956363
  fix the SSL hangs
956363
956363
* Wed Nov  7 2001 Jeremy Katz <katzj@redhat.com>
956363
- fix filelist to include libical zoneinfo
956363
- add devel subpackage with includes and static libs
956363
956363
* Mon Nov  5 2001 Jeremy Katz <katzj@redhat.com>
956363
- updated to 0.99.0 aka 1.0 RC1
956363
956363
* Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
956363
- 0.16 snagged from Ximian GNOME
956363
956363
* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
956363
- initial build based on David Sainty's specfile
956363
956363
* Thu Oct 04 2001 David Sainty <dsainty@redhat.com>
956363
- Updated to 0.15.99, 20011004 from cvs.
956363
956363
* Wed Sep 05 2001 David Sainty <dsainty@redhat.com>
956363
- Updated to 0.13.99, 20010905 from cvs.
956363
956363
* Mon Sep 03 2001 David Sainty <dsainty@redhat.com>
956363
- Updated to 0.13.99, 20010903 from cvs.
956363
- Fixed Requires + BuildRequires
956363
956363
* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
956363
- Updated to 0.12.99, 20010806 from cvs.
956363
956363
* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
956363
- Relocated libical* from /usr/lib due to kdepim, -2
956363
956363
* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
956363
- First spec file for evolution.
956363