Blame SPECS/evolution.spec

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