9cfe9a
%define ldap_support 1
9cfe9a
%define static_ldap 0
9cfe9a
%define krb5_support 1
9cfe9a
%define largefile_support 1
9cfe9a
22d06c
# Coverity scan can override this to 0, to skip checking in gtk-doc generated code
56e8d5
%{!?with_docs: %global with_docs 1}
22d06c
e18a50
%define glib2_version 2.46.0
e18a50
%define gtk3_version 3.10.0
9cfe9a
%define gcr_version 3.4
9cfe9a
%define gtk_doc_version 1.9
5e6360
%define goa_version 3.8
e18a50
%define intltool_version 0.35.5
e18a50
%define libsecret_version 0.5
e18a50
%define libgdata_version 0.10.0
e18a50
%define libgweather_version 3.5.0
e18a50
%define libical_version 2.0
56e8d5
%define libsoup_version 2.42
9cfe9a
%define nss_version 3.14
56e8d5
%define sqlite_version 3.5
e18a50
%define webkit2gtk_version 2.11.91
e18a50
%define json_glib_version 1.0.4
9cfe9a
56e8d5
%define credential_modules_dir %{_libdir}/evolution-data-server/credential-modules
9cfe9a
%define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
9cfe9a
%define ebook_backends_dir %{_libdir}/evolution-data-server/addressbook-backends
9cfe9a
%define ecal_backends_dir %{_libdir}/evolution-data-server/calendar-backends
9cfe9a
%define modules_dir %{_libdir}/evolution-data-server/registry-modules
9cfe9a
9cfe9a
### Abstract ###
9cfe9a
9cfe9a
Name: evolution-data-server
e18a50
Version: 3.28.5
0b2425
Release: 5%{?dist}.1
9cfe9a
Group: System Environment/Libraries
9cfe9a
Summary: Backend data server for Evolution
9cfe9a
License: LGPLv2+
5e6360
URL: https://wiki.gnome.org/Apps/Evolution
e18a50
Source: http://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
9cfe9a
9cfe9a
Provides: evolution-webcal = %{version}
9cfe9a
Obsoletes: evolution-webcal < 2.24.0
9cfe9a
e18a50
# RH-bug #1362477
e18a50
Requires: pinentry-gtk
e18a50
56e8d5
%if 0%{?fedora}
56e8d5
# From rhughes-f20-gnome-3-12 copr
56e8d5
Obsoletes: compat-evolution-data-server310-libcamel < 3.12
56e8d5
%endif
56e8d5
9cfe9a
### Patches ###
9cfe9a
e18a50
Patch02: evolution-data-server-3.28.2-cmake-version.patch
e18a50
Patch03: evolution-data-server-3.28.2-sqlite-deterministic.patch
a9434d
4178ae
# RH bug #1610744
4178ae
Patch04: evolution-data-server-3.28.5-test-cal-client-get-revision.patch
4178ae
e4aff9
# RH bug #1696762
e4aff9
Patch05: evolution-data-server-3.28.5-cve-2019-3890.patch
e4aff9
0ae465
# RH bug #1772103
0ae465
Patch06: evolution-data-server-3.28.5-delay-new-module-load.patch
0ae465
0b2425
# RH bug #2081786
0b2425
Patch07: evolution-data-server-3.28.5-google-oauth2.patch
0b2425
5e6360
### Dependencies ###
56e8d5
5e6360
Requires: dconf
e18a50
Requires: %{name}-langpacks = %{version}-%{release}
22d06c
9cfe9a
### Build Dependencies ###
9cfe9a
e18a50
BuildRequires: cmake
e18a50
BuildRequires: gcc
e18a50
BuildRequires: gcc-c++
9cfe9a
BuildRequires: gettext
9cfe9a
BuildRequires: gperf
9cfe9a
BuildRequires: gtk-doc >= %{gtk_doc_version}
9cfe9a
BuildRequires: intltool >= %{intltool_version}
5e6360
BuildRequires: libdb-devel
e18a50
BuildRequires: perl
e18a50
BuildRequires: python
9cfe9a
BuildRequires: vala
9cfe9a
BuildRequires: vala-tools
e18a50
BuildRequires: sendmail
56e8d5
BuildRequires: systemd
9cfe9a
5e6360
BuildRequires: pkgconfig(gcr-3)  >= %{gcr_version}
5e6360
BuildRequires: pkgconfig(gcr-base-3)  >= %{gcr_version}
5e6360
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
5e6360
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
5e6360
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version}
5e6360
BuildRequires: pkgconfig(icu-i18n)
5e6360
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
5e6360
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
5e6360
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
5e6360
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
5e6360
BuildRequires: pkgconfig(libical) >= %{libical_version}
5e6360
BuildRequires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
5e6360
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
5e6360
BuildRequires: pkgconfig(libxml-2.0)
5e6360
BuildRequires: pkgconfig(nspr)
5e6360
BuildRequires: pkgconfig(nss) >= %{nss_version}
5e6360
BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version}
56e8d5
BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk_version}
56e8d5
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
5e6360
9cfe9a
%if %{ldap_support}
e18a50
BuildRequires: openldap-devel >= 2.0.11
9cfe9a
%if %{static_ldap}
5e6360
BuildRequires: pkgconfig(openssl)
9cfe9a
%endif
9cfe9a
%endif
9cfe9a
56e8d5
%if %{krb5_support}
6bbc61
BuildRequires: krb5-devel >= 1.11
9cfe9a
%endif
9cfe9a
9cfe9a
%description
9cfe9a
The %{name} package provides a unified backend for programs that work
9cfe9a
with contacts, tasks, and calendar information.
9cfe9a
9cfe9a
It was originally developed for Evolution (hence the name), but is now used
9cfe9a
by other packages.
9cfe9a
9cfe9a
%package devel
9cfe9a
Summary: Development files for building against %{name}
9cfe9a
Group: Development/Libraries
56e8d5
Requires: %{name}%{?_isa} = %{version}-%{release}
5e6360
5e6360
Requires: pkgconfig(goa-1.0) >= %{goa_version}
5e6360
Requires: pkgconfig(libgdata) >= %{libgdata_version}
5e6360
Requires: pkgconfig(gweather-3.0) >= %{libgweather_version}
5e6360
Requires: pkgconfig(libical) >= %{libical_version}
5e6360
Requires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
5e6360
Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
5e6360
Requires: pkgconfig(sqlite3) >= %{sqlite_version}
56e8d5
Requires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk_version}
56e8d5
Requires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
9cfe9a
9cfe9a
%description devel
9cfe9a
Development files needed for building things which link against %{name}.
9cfe9a
e18a50
%package langpacks
e18a50
Summary: Translations for %{name}
e18a50
BuildArch: noarch
e18a50
Requires: %{name} = %{version}-%{release}
e18a50
e18a50
%description langpacks
e18a50
This package contains translations for %{name}.
e18a50
22d06c
%if %{with_docs}
22d06c
9cfe9a
%package doc
9cfe9a
Summary: Documentation files for %{name}
9cfe9a
Group: Development/Libraries
9cfe9a
BuildArch: noarch
9cfe9a
9cfe9a
%description doc
9cfe9a
This package contains developer documentation for %{name}.
9cfe9a
56e8d5
# %%{with_docs}
22d06c
%endif
22d06c
56e8d5
%package perl
56e8d5
Group: Applications/Productivity
56e8d5
Summary: Supplemental utilities that require Perl
56e8d5
Requires: %{name}%{?_isa} = %{version}-%{release}
56e8d5
56e8d5
%description perl
56e8d5
This package contains supplemental utilities for %{name} that require Perl.
56e8d5
56e8d5
%package tests
56e8d5
Summary: Tests for the %{name} package
56e8d5
Group: Development/Libraries
56e8d5
Requires: %{name}%{?_isa} = %{version}-%{release}
56e8d5
56e8d5
%description tests
56e8d5
The %{name}-tests package contains tests that can be used to verify
56e8d5
the functionality of the installed %{name} package.
56e8d5
9cfe9a
%prep
9cfe9a
%setup -q
9cfe9a
e18a50
%patch02 -p1 -b .cmake-version
e18a50
%patch03 -p1 -b .sqlite-deterministic
4178ae
%patch04 -p1 -b .test-cal-client-get-revision
e4aff9
%patch05 -p1 -b .cve-2019-3890
0ae465
%patch06 -p1 -b .delay-new-module-load
0b2425
%patch07 -p1 -b .google-oauth2
9cfe9a
9cfe9a
%build
e18a50
e18a50
mkdir -p _build
e18a50
cd _build
e18a50
9cfe9a
%if %{ldap_support}
9cfe9a
9cfe9a
%if %{static_ldap}
e18a50
%define ldap_flags -DWITH_OPENLDAP=ON -DWITH_STATIC_LDAP=ON
9cfe9a
# Set LIBS so that configure will be able to link with static LDAP libraries,
9cfe9a
# which depend on Cyrus SASL and OpenSSL.  XXX Is the "else" clause necessary?
9cfe9a
if pkg-config openssl ; then
9cfe9a
	export LIBS="-lsasl2 `pkg-config --libs openssl`"
9cfe9a
else
9cfe9a
	export LIBS="-lsasl2 -lssl -lcrypto"
9cfe9a
fi
9cfe9a
# newer versions of openldap are built with Mozilla NSS crypto, so also need
9cfe9a
# those libs to link with the static ldap libs
9cfe9a
if pkg-config nss ; then
9cfe9a
    export LIBS="$LIBS `pkg-config --libs nss`"
9cfe9a
else
9cfe9a
    export LIBS="$LIBS -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4"
9cfe9a
fi
9cfe9a
%else
e18a50
%define ldap_flags -DWITH_OPENLDAP=ON
9cfe9a
%endif
9cfe9a
9cfe9a
%else
e18a50
%define ldap_flags -DWITH_OPENLDAP=OFF
9cfe9a
%endif
9cfe9a
9cfe9a
%if %{krb5_support}
e18a50
%define krb5_flags -DWITH_KRB5=ON
9cfe9a
%else
e18a50
%define krb5_flags -DWITH_KRB5=OFF
9cfe9a
%endif
9cfe9a
9cfe9a
%if %{largefile_support}
e18a50
%define largefile_flags -DENABLE_LARGEFILE=ON
9cfe9a
%else
e18a50
%define largefile_flags -DENABLE_LARGEFILE=OFF
9cfe9a
%endif
9cfe9a
e18a50
%define ssl_flags -DENABLE_SMIME=ON
9cfe9a
22d06c
%if %{with_docs}
e18a50
%define gtkdoc_flags -DENABLE_GTK_DOC=ON
22d06c
%else
e18a50
%define gtkdoc_flags -DENABLE_GTK_DOC=OFF
22d06c
%endif
22d06c
56e8d5
if ! pkg-config --exists nss; then
9cfe9a
  echo "Unable to find suitable version of nss to use!"
9cfe9a
  exit 1
9cfe9a
fi
9cfe9a
9cfe9a
export CPPFLAGS="-I%{_includedir}/et"
5e6360
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-deprecated-declarations"
9cfe9a
9cfe9a
# See Ross Burton's blog entry for why we want --with-libdb.
9cfe9a
# http://www.burtonini.com/blog//computers/eds-libdb-2006-07-18-10-40
9cfe9a
e18a50
%cmake -G "Unix Makefiles" \
e18a50
	-DENABLE_MAINTAINER_MODE=OFF \
e18a50
	-DENABLE_UOA=OFF \
e18a50
	-DWITH_LIBDB=/usr \
e18a50
	-DENABLE_FILE_LOCKING=fcntl \
e18a50
	-DENABLE_DOT_LOCKING=OFF \
e18a50
	-DENABLE_INTROSPECTION=ON \
e18a50
	-DENABLE_VALA_BINDINGS=ON \
e18a50
	-DENABLE_INSTALLED_TESTS=ON \
e18a50
	%ldap_flags %krb5_flags %ssl_flags \
e18a50
	%largefile_flags %gtkdoc_flags \
e18a50
	..
e18a50
e18a50
make %{?_smp_mflags}
9cfe9a
9cfe9a
%install
e18a50
cd _build
9cfe9a
rm -rf $RPM_BUILD_ROOT
e18a50
e18a50
make DESTDIR=$RPM_BUILD_ROOT install
56e8d5
56e8d5
# give the libraries some executable bits
9cfe9a
find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
9cfe9a
e18a50
%find_lang %{name}
9cfe9a
9cfe9a
%post -p /sbin/ldconfig
9cfe9a
9cfe9a
%postun
9cfe9a
/sbin/ldconfig
9cfe9a
if [ $1 -eq 0 ] ; then
9cfe9a
    glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
9cfe9a
fi
9cfe9a
9cfe9a
%posttrans
9cfe9a
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
9cfe9a
e18a50
%files
e18a50
%license COPYING
e18a50
%doc README ChangeLog NEWS
9cfe9a
%{_libdir}/libcamel-1.2.so.*
9cfe9a
%{_libdir}/libebackend-1.2.so.*
9cfe9a
%{_libdir}/libebook-1.2.so.*
9cfe9a
%{_libdir}/libebook-contacts-1.2.so.*
9cfe9a
%{_libdir}/libecal-1.2.so.*
9cfe9a
%{_libdir}/libedata-book-1.2.so.*
9cfe9a
%{_libdir}/libedata-cal-1.2.so.*
9cfe9a
%{_libdir}/libedataserver-1.2.so.*
56e8d5
%{_libdir}/libedataserverui-1.2.so.*
9cfe9a
e18a50
%{_libdir}/girepository-1.0/Camel-1.2.typelib
9cfe9a
%{_libdir}/girepository-1.0/EBook-1.2.typelib
9cfe9a
%{_libdir}/girepository-1.0/EBookContacts-1.2.typelib
9cfe9a
%{_libdir}/girepository-1.0/EDataServer-1.2.typelib
e18a50
%{_libdir}/girepository-1.0/EDataServerUI-1.2.typelib
9cfe9a
56e8d5
%{_libexecdir}/camel-gpg-photo-saver
9cfe9a
%{_libexecdir}/camel-index-control-1.2
9cfe9a
%{_libexecdir}/camel-lock-helper-1.2
9cfe9a
%{_libexecdir}/evolution-addressbook-factory
56e8d5
%{_libexecdir}/evolution-addressbook-factory-subprocess
9cfe9a
%{_libexecdir}/evolution-calendar-factory
56e8d5
%{_libexecdir}/evolution-calendar-factory-subprocess
22d06c
%{_libexecdir}/evolution-scan-gconf-tree-xml
9cfe9a
%{_libexecdir}/evolution-source-registry
9cfe9a
%{_libexecdir}/evolution-user-prompter
9cfe9a
e18a50
%dir %{_libexecdir}/evolution-data-server
56e8d5
%{_libexecdir}/evolution-data-server/addressbook-export
e18a50
%{_libexecdir}/evolution-data-server/list-sources
56e8d5
9cfe9a
# GSettings schemas:
9cfe9a
%{_datadir}/GConf/gsettings/evolution-data-server.convert
9cfe9a
%{_datadir}/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml
56e8d5
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.gschema.xml
9cfe9a
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml
9cfe9a
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml
9cfe9a
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml
9cfe9a
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
9cfe9a
9cfe9a
%{_datadir}/evolution-data-server
9cfe9a
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
9cfe9a
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
9cfe9a
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Sources.service
9cfe9a
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service
9cfe9a
%{_datadir}/pixmaps/evolution-data-server
9cfe9a
56e8d5
%{_userunitdir}/evolution-addressbook-factory.service
56e8d5
%{_userunitdir}/evolution-calendar-factory.service
56e8d5
%{_userunitdir}/evolution-source-registry.service
56e8d5
%{_userunitdir}/evolution-user-prompter.service
56e8d5
9cfe9a
%dir %{_libdir}/evolution-data-server
56e8d5
%dir %{credential_modules_dir}
9cfe9a
%dir %{camel_provider_dir}
9cfe9a
%dir %{ebook_backends_dir}
9cfe9a
%dir %{ecal_backends_dir}
9cfe9a
%dir %{modules_dir}
9cfe9a
56e8d5
%{_libdir}/evolution-data-server/libedbus-private.so
56e8d5
9cfe9a
# Camel providers:
9cfe9a
%{camel_provider_dir}/libcamelimapx.so
9cfe9a
%{camel_provider_dir}/libcamelimapx.urls
9cfe9a
9cfe9a
%{camel_provider_dir}/libcamellocal.so
9cfe9a
%{camel_provider_dir}/libcamellocal.urls
9cfe9a
9cfe9a
%{camel_provider_dir}/libcamelnntp.so
9cfe9a
%{camel_provider_dir}/libcamelnntp.urls
9cfe9a
9cfe9a
%{camel_provider_dir}/libcamelpop3.so
9cfe9a
%{camel_provider_dir}/libcamelpop3.urls
9cfe9a
9cfe9a
%{camel_provider_dir}/libcamelsendmail.so
9cfe9a
%{camel_provider_dir}/libcamelsendmail.urls
9cfe9a
9cfe9a
%{camel_provider_dir}/libcamelsmtp.so
9cfe9a
%{camel_provider_dir}/libcamelsmtp.urls
9cfe9a
9cfe9a
# e-d-s extensions:
56e8d5
%{credential_modules_dir}/module-credentials-goa.so
9cfe9a
%{ebook_backends_dir}/libebookbackendfile.so
9cfe9a
%{ebook_backends_dir}/libebookbackendgoogle.so
9cfe9a
%{ebook_backends_dir}/libebookbackendldap.so
9cfe9a
%{ebook_backends_dir}/libebookbackendwebdav.so
9cfe9a
%{ecal_backends_dir}/libecalbackendcaldav.so
9cfe9a
%{ecal_backends_dir}/libecalbackendcontacts.so
9cfe9a
%{ecal_backends_dir}/libecalbackendfile.so
5e6360
%{ecal_backends_dir}/libecalbackendgtasks.so
9cfe9a
%{ecal_backends_dir}/libecalbackendhttp.so
9cfe9a
%{ecal_backends_dir}/libecalbackendweather.so
9cfe9a
%{modules_dir}/module-cache-reaper.so
9cfe9a
%{modules_dir}/module-google-backend.so
9cfe9a
%{modules_dir}/module-gnome-online-accounts.so
e18a50
%{modules_dir}/module-oauth2-services.so
5e6360
%{modules_dir}/module-outlook-backend.so
5e6360
%{modules_dir}/module-secret-monitor.so
9cfe9a
%{modules_dir}/module-trust-prompt.so
e18a50
%{modules_dir}/module-webdav-backend.so
9cfe9a
%{modules_dir}/module-yahoo-backend.so
9cfe9a
9cfe9a
%files devel
9cfe9a
%{_includedir}/evolution-data-server
9cfe9a
%{_libdir}/libcamel-1.2.so
9cfe9a
%{_libdir}/libebackend-1.2.so
9cfe9a
%{_libdir}/libebook-1.2.so
9cfe9a
%{_libdir}/libebook-contacts-1.2.so
9cfe9a
%{_libdir}/libecal-1.2.so
9cfe9a
%{_libdir}/libedata-book-1.2.so
9cfe9a
%{_libdir}/libedata-cal-1.2.so
9cfe9a
%{_libdir}/libedataserver-1.2.so
56e8d5
%{_libdir}/libedataserverui-1.2.so
9cfe9a
%{_libdir}/pkgconfig/camel-1.2.pc
9cfe9a
%{_libdir}/pkgconfig/evolution-data-server-1.2.pc
9cfe9a
%{_libdir}/pkgconfig/libebackend-1.2.pc
9cfe9a
%{_libdir}/pkgconfig/libebook-1.2.pc
9cfe9a
%{_libdir}/pkgconfig/libebook-contacts-1.2.pc
9cfe9a
%{_libdir}/pkgconfig/libecal-1.2.pc
9cfe9a
%{_libdir}/pkgconfig/libedata-book-1.2.pc
9cfe9a
%{_libdir}/pkgconfig/libedata-cal-1.2.pc
9cfe9a
%{_libdir}/pkgconfig/libedataserver-1.2.pc
56e8d5
%{_libdir}/pkgconfig/libedataserverui-1.2.pc
56e8d5
%{_datadir}/gir-1.0/Camel-1.2.gir
9cfe9a
%{_datadir}/gir-1.0/EBook-1.2.gir
9cfe9a
%{_datadir}/gir-1.0/EBookContacts-1.2.gir
9cfe9a
%{_datadir}/gir-1.0/EDataServer-1.2.gir
e18a50
%{_datadir}/gir-1.0/EDataServerUI-1.2.gir
56e8d5
%{_datadir}/vala/vapi/camel-1.2.deps
56e8d5
%{_datadir}/vala/vapi/camel-1.2.vapi
9cfe9a
%{_datadir}/vala/vapi/libebook-1.2.deps
9cfe9a
%{_datadir}/vala/vapi/libebook-1.2.vapi
9cfe9a
%{_datadir}/vala/vapi/libebook-contacts-1.2.deps
9cfe9a
%{_datadir}/vala/vapi/libebook-contacts-1.2.vapi
9cfe9a
%{_datadir}/vala/vapi/libedataserver-1.2.deps
9cfe9a
%{_datadir}/vala/vapi/libedataserver-1.2.vapi
e18a50
%{_datadir}/vala/vapi/libedataserverui-1.2.deps
e18a50
%{_datadir}/vala/vapi/libedataserverui-1.2.vapi
e18a50
e18a50
%files langpacks -f _build/%{name}.lang
9cfe9a
22d06c
%if %{with_docs}
22d06c
9cfe9a
%files doc
5e6360
%{_datadir}/gtk-doc/html/*
9cfe9a
22d06c
%endif
22d06c
56e8d5
%files perl
56e8d5
%{_libexecdir}/evolution-data-server/csv2vcard
56e8d5
56e8d5
%files tests
56e8d5
%{_libdir}/libetestserverutils.so
56e8d5
%{_libdir}/libetestserverutils.so.*
56e8d5
%{_libexecdir}/%{name}/installed-tests
56e8d5
%{_datadir}/installed-tests
56e8d5
9cfe9a
%changelog
0b2425
* Thu May 05 2022 Milan Crha <mcrha@redhat.com> - 3.28.5-5.1
0b2425
- Resolves: #2081786 (Backport patch for Google OAuth2 change)
0b2425
0ae465
* Tue Apr 21 2020 Milan Crha <mcrha@redhat.com> - 3.28.5-5
0ae465
- Resolves: #1772103 (EDBusServer: Delay new module load)
0ae465
e4aff9
* Wed Aug 14 2019 Milan Crha <mcrha@redhat.com> - 3.28.5-4
e4aff9
- Add patch related to evolution-ews' CVE-2019-3890 (RH bug #1696762)
e4aff9
4178ae
* Thu May 23 2019 Milan Crha <mcrha@redhat.com> - 3.28.5-3
4178ae
- Update patch for RH bug #1610744 (test-cal-client-get-revision could fail)
4178ae
4178ae
* Fri Feb 01 2019 Milan Crha <mcrha@redhat.com> - 3.28.5-2
4178ae
- Add patch for RH bug #1610744 (test-cal-client-get-revision could fail)
4178ae
e18a50
* Mon Jul 30 2018 Milan Crha <mcrha@redhat.com> - 3.28.5-1
e18a50
- Update to 3.28.5
e18a50
e18a50
* Mon Jul 16 2018 Milan Crha <mcrha@redhat.com> - 3.28.4-1
e18a50
- Update to 3.28.4
e18a50
- Remove patch for GNOME bug #796174 (fixed upstream)
e18a50
e18a50
* Tue Jun 19 2018 Milan Crha <mcrha@redhat.com> - 3.28.3-2
e18a50
- Add patch for GNOME bug #796174 (strcat() considered unsafe for buffer overflow)
e18a50
e18a50
* Mon Jun 18 2018 Milan Crha <mcrha@redhat.com> - 3.28.3-1
e18a50
- Update to 3.28.3
e18a50
- Remove patch for GNOME bug #795997 (fixed upstream)
e18a50
e18a50
* Wed May 30 2018 Milan Crha <mcrha@redhat.com> - 3.28.2-1
e18a50
- Update to 3.28.2
e18a50
- Add patch for GNOME bug #795997 (Fails to parse Google OAuth2 authorization code)
e18a50
- Resolves: #1575495
e18a50
a9434d
* Thu Nov 16 2017 Milan Crha <mcrha@redhat.com> - 3.22.7-8
a9434d
- Add patch for RH bug #1512860 (Add workaround for glib type init deadlock)
a9434d
a9434d
* Thu Oct 19 2017 Milan Crha <mcrha@redhat.com> - 3.22.7-7
a9434d
- Add patch for RH bug #1504071 (Prefer SSL over STARTTLS for mail when both are set in GOA)
a9434d
- Add patch for RH bug #1476329 (Deadlock on exit under e-categories.c:finalize_categories())
a9434d
56e8d5
* Mon Jun 05 2017 Milan Crha <mcrha@redhat.com> - 3.22.7-6
56e8d5
- Add patch for RH bug #1444075 ([IMAPx] Fix a memory leak of CamelIMAPXServer)
56e8d5
56e8d5
* Wed Apr 26 2017 Milan Crha <mcrha@redhat.com> - 3.22.7-5
56e8d5
- Rebuild against updated webkitgtk4
56e8d5
56e8d5
* Wed Apr 12 2017 Milan Crha <mcrha@redhat.com> - 3.22.7-4
56e8d5
- Add patch for RH bug #1441608 (Use-after-free when setting summary for component with alarms)
56e8d5
- Add patch for RH bug #1439590 ([IMAPx] Unsubscribed folders shown after refresh)
56e8d5
56e8d5
* Tue Apr 11 2017 Milan Crha <mcrha@redhat.com> - 3.22.7-3
56e8d5
- Add patch to correct two libecal tests
56e8d5
56e8d5
* Mon Apr 10 2017 Milan Crha <mcrha@redhat.com> - 3.22.7-2
56e8d5
- Add patch for RH bug #1440643 ([CalDAV] Deadlock after refresh of OAuth2 token)
56e8d5
56e8d5
* Mon Mar 20 2017 Milan Crha <mcrha@redhat.com> - 3.22.7-1
56e8d5
- Update to 3.22.7 upstream release
56e8d5
56e8d5
* Wed Mar 15 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-4
56e8d5
- Add missing nss_version variable into the .spec file
56e8d5
56e8d5
* Wed Mar 15 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-3
56e8d5
- Add patch to address some of the Coverity scan issues
56e8d5
56e8d5
* Tue Mar 14 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-2
56e8d5
- Add patch for a -Wmaybe-uninitialized variable use in POP3 folder
56e8d5
56e8d5
* Mon Mar 13 2017 Milan Crha <mcrha@redhat.com> - 3.22.6-1
56e8d5
- Update to 3.22.6 upstream release
56e8d5
56e8d5
* Thu Feb 16 2017 Kalev Lember <klember@redhat.com> - 3.22.5-3
56e8d5
- Drop previous workaround now that intltool is fixed
56e8d5
56e8d5
* Thu Feb 16 2017 Milan Crha <mcrha@redhat.com> - 3.22.5-2
56e8d5
- Rebuild with a workaround for RH-bug #1422632
56e8d5
56e8d5
* Wed Feb 15 2017 Milan Crha <mcrha@redhat.com> - 3.22.5-1
56e8d5
- Rebase to 3.22.5
56e8d5
0da626
* Tue Sep 06 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-37
0da626
- Update patch for RH bug #1362674 (CalDAV fails to recognize "Daily Limit Exceeded" error from Google/GOA)
0da626
0da626
* Wed Aug 24 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-36
0da626
- Update patch for RH bug #1362674 (CalDAV fails to recognize "Daily Limit Exceeded" error from Google/GOA)
0da626
0da626
* Mon Aug 15 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-35
0da626
- Update patch for RH bug #1265684 ([IMAPx] Update to the recent upstream version)
0da626
0da626
* Thu Jun 23 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-34
0da626
- Updated patch for RH bug #1304309 (Update translations)
0da626
0da626
* Fri Jun 17 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-33
0da626
- Add patch for RH bug #1346179 ([Camel] Set default connection timeout to 90 seconds)
0da626
0da626
* Wed May 18 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-32
0da626
- Add patch for RH bug #1337259 ([IMAPx] Disable and hide "Use Quick Resync if the server supports it")
0da626
0da626
* Wed May 11 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-31
0da626
- Update patch for RH bug #1265684 ([IMAPx] Update to the recent upstream version)
0da626
0da626
* Wed Apr 13 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-30
0da626
- Add patch for RH bug #1326634 (GOA configured Google calendar not using OAuth2)
0da626
0da626
* Thu Apr 07 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-29
0da626
- Update patch for RH bug #1305515 (Avoid use of uninitialized variable in the patch)
0da626
0da626
* Thu Apr 07 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-28
0da626
- Add patch for RH bug #1305515 (glib2 rebase breaks mail account settings reading)
0da626
0da626
* Tue Mar 15 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-27
0da626
- Add patch for RH bug #1304309 (Update translations)
0da626
0da626
* Wed Mar 09 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-26
0da626
- [IMAPx] Disable message multi-fetch by default
0da626
0da626
* Mon Mar 07 2016 Milan Crha <mcrha@redhat.com> - 3.12.11-25
0da626
- Correct patch for RH bug #1278701 (Missing chunk for initialization of the hash table and a mutex)
0da626
- Add patch for RH bug #1264957 (Changing weather calendar Units won't take effect until restart)
0da626
- Add patch for RH bug #1204373 (Do not use GTask for CamelSession thread jobs)
0da626
- Add patch for RH bug #1265684 ([IMAPx] Update to the recent upstream version)
0da626
5e6360
* Mon Sep 07 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-24
5e6360
- Add patch for RH bug #1260501 (Message delete in a search folder freezes UI)
5e6360
5e6360
* Fri Aug 21 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-23
5e6360
- Add patch for RH bug #1229377 (Asks for password for GOA Calendar with OAuth2)
5e6360
5e6360
* Mon Aug 17 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-22
5e6360
- Add patch for RH bug #1254199 (GOA account Mail part lost on its disable/enable)
5e6360
5e6360
* Fri Jul 24 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-21
5e6360
- Add patch to not remove IMAPx folders on folder list refresh
5e6360
5e6360
* Fri Jul 10 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-20
5e6360
- Add patch for RH bug #1091353 (Not able to select time in appointment/meeting for some locales)
5e6360
5e6360
* Wed Jul 08 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-19
5e6360
- Rebuild against updated libical
5e6360
5e6360
* Tue Jul 07 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-18
5e6360
- Update patch for RH bug #1202372 (Discover and display all calendar shares associated with GOA Google account)
5e6360
5e6360
* Fri Jun 19 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-17
5e6360
- Add patch for RH bug #1232767 (Address book fails to find multiple contacts)
5e6360
5e6360
* Fri Jun 12 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-16
5e6360
- Update patch for RH bug #1202372 (Discover and display all calendar shares associated with GOA Google account)
5e6360
5e6360
* Thu Jun 11 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-15
5e6360
- Add patch for RH bug #1229812 (Preserve EWS autodiscovered hosts in GOA accounts)
5e6360
- Update patch for RH bug #1202372 (Discover and display all calendar shares associated with GOA Google account)
5e6360
5e6360
* Mon Jun 01 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-14
5e6360
- Update patch for RH bug #1111600 ([IMAPx] Indefinite waiting for message download)
5e6360
- Add patch for RH bug #1226318 (Local Drafts folder is displayed twice after the first run)
5e6360
- Add patch for RH bug #1226924 (Add thread-safety into EAsyncClosure and CamelAsyncClosure)
5e6360
5e6360
* Fri May 29 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-13
5e6360
- Update patch to address some of the Coverity Scan issues
5e6360
- Add patch for RH bug #1225981 (Truly disable gtk-doc build when asked to)
5e6360
5e6360
* Thu May 28 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-12
5e6360
- Update patch for RH bug #1224901 (SMTP connection lost while reading message data)
5e6360
5e6360
* Wed May 27 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-11
5e6360
- Add patch for RH bug #1111600 ([IMAPx] Indefinite waiting for message download)
5e6360
5e6360
* Tue May 26 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-10
5e6360
- Update patch for RH bug #1202372 (Do not overwrite calendar colors for Google and ownCloud)
5e6360
- Add patch for RH bug #1224901 (SMTP connection lost while reading message data)
5e6360
- Add patch for RH bug #1224736 (Extra 000D letters at the end of lines)
5e6360
- Add patch for RH bug #1101476 ([IMAPx] Temporarily workaround 'Empty cache file' error)
5e6360
5e6360
* Fri May 22 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-9
5e6360
- Update patch to address some of the Coverity Scan issues
5e6360
5e6360
* Thu May 21 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-8
5e6360
- Add patch to address some of the Coverity Scan issues
5e6360
5e6360
* Thu May 21 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-7
5e6360
- Update patch for RH bug #1202372 (Do not overwrite calendar colors for Google and ownCloud)
5e6360
5e6360
* Thu May 21 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-6
5e6360
- Update patch for RH bug #1202372 (Discover and display all calendar shares associated with GOA Google account)
5e6360
- Add patch for RH bug #1223479 ([IMAPx] Process untagged EXPUNGE response only once)
5e6360
- Add patch for RH bug #1170647 ([Weather calendar] Merge day forecasts)
5e6360
5e6360
* Thu May 14 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-5
5e6360
- Add patch to not mangle GOA sources authentication method
5e6360
5e6360
* Mon May 11 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-4
5e6360
- Update patch for RH bug #1202372 (Discover and display all calendar shares associated with GOA Google account)
5e6360
5e6360
* Thu May 07 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-3
5e6360
- Rebuild for new libgweather
5e6360
5e6360
* Mon May 04 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-2
5e6360
- Add patch for RH bug #1202372 (Discover and display all calendar shares associated with GOA Google account)
5e6360
- Add patch for RH bug #1211355 (Implement Refresh for WebDAV books and re-check availability during it too)
5e6360
- Add patch for RH bug #1211542 ("FOREIGN KEY constraint failed" trying to delete contact)
5e6360
5e6360
* Mon May 04 2015 Milan Crha <mcrha@redhat.com> - 3.12.11-1
5e6360
- Update to 3.12.11
5e6360
22d06c
* Thu Jan 08 2015 Milan Crha <mcrha@redhat.com> - 3.8.5-34
22d06c
- Add patch for RH bug #1180174 (Check GConf XDG folder for migration too)
22d06c
22d06c
* Mon Dec 08 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-33
22d06c
- Add patch for RH bug #1170552 ([CamelDB] Use-after-free on DB close with pending sync request)
22d06c
22d06c
* Wed Nov 12 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-32
22d06c
- Update patch for RH bug #1153723 ([Camel] Enable TLS algorithms for SSL connections)
22d06c
22d06c
* Wed Oct 22 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-31
22d06c
- Re-enable parallel build
22d06c
- Build devel documentation conditionally
22d06c
22d06c
* Tue Oct 21 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-30
22d06c
- Add patch for RH bug #1153723 ([Camel] Enable TLS algorithms for SSL connections)
22d06c
22d06c
* Wed Oct 08 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-29
22d06c
- Add patch for RH bug #1079923 (Claim missing user name when authenticating)
22d06c
22d06c
* Wed Oct 08 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-28
22d06c
- Add patch for RH bug #1131927 (Crash in LDAP's stop_view function)
22d06c
- Add patch for RH bug #1150382 (Coverity scan warning in IMAPx)
22d06c
- Add patch for RH bug #1122644 (Weather calendar doesn't work)
22d06c
22d06c
* Tue Oct 07 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-27
22d06c
- Add patch for RH bug #1141691 (Adapt to new Google HTTP restriction)
59ad60
22d06c
* Thu May 22 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-26
22d06c
- Add patch for RH bug #1098036 (IMAPx: Check in all namespaces)
59ad60
22d06c
* Fri May 16 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-25
22d06c
- Update patch for RH bug #1084088 (IMAPx: Avoid 'Empty cache file' error)
59ad60
22d06c
* Tue May 13 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-24
22d06c
- Add patch for RH bug #1083601 (IMAPx: Improve responsiveness)
22d06c
- Add patch for RH bug #1084088 (IMAPx: Avoid 'Empty cache file' error)
22d06c
- Add patch for RH bug #1084112 (IMAPx: Avoid 'Source stream returned no data' error)
22d06c
- Add patch for RH bug #1084973 (IMAPx: Refetching summary information for all msgs)
22d06c
- Add patch for RH bug #1090816 (Fix various memory leaks)
59ad60
6bbc61
* Mon Apr 07 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-23
6bbc61
- Add patch for RH bug #1034384 (IMAPx: Disconnect changes)
6bbc61
6bbc61
* Tue Apr 01 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-22
6bbc61
- Remove kill-imapx-conn-manager patch (see RH bug #1082649)
6bbc61
6bbc61
* Mon Feb 03 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-21
6bbc61
- Update patch for RH bug #1054455 (IMAPx: More server-side searching)
6bbc61
6bbc61
* Mon Feb 03 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-20
6bbc61
- Add patch for RH bug #1060193 (maildir: prevent get_folder_sync use-after-free)
6bbc61
6bbc61
* Thu Jan 30 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-19
6bbc61
- Add patch for RH bug #867383 (IMAPx: Message flag sync to server failed)
6bbc61
6bbc61
* Mon Jan 27 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-18
6bbc61
- Add patch for RH bug #1057601 (IMAPx: Read messages marked unread on copy/move)
6bbc61
6bbc61
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.5-17
6bbc61
- Mass rebuild 2014-01-24
6bbc61
6bbc61
* Thu Jan 23 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-16
6bbc61
- Add patch for RH bug #1055893 (Prefer gpg2 over gpg)
6bbc61
- Add patch for RH bug #1057107 (vFolder does not always refresh automatically)
6bbc61
6bbc61
* Mon Jan 20 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-15
6bbc61
- Add patch for RH bug #1054455 (IMAPx: More server-side searching)
6bbc61
6bbc61
* Thu Jan 16 2014 Matthew Barnes <mbarnes@redhat.com> - 3.8.5-14
6bbc61
- Add patch for RH bug #1034384 (IMAPx: Don't timeout on reads)
6bbc61
6bbc61
* Thu Jan 16 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-13
6bbc61
- Fix unnecessary compiler warnings (RH bug #1052925)
6bbc61
- Add patch for RH bug #1049960 (Crash in CalDAV's initialize_backend())
6bbc61
- Add patch for RH bug #1053465 (IMAPx: Handle BODY[HEADER] in FETCH response)
6bbc61
6bbc61
* Mon Jan 13 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-12
6bbc61
- Add patch for RH bug #1030327 (Updated translations)
6bbc61
6bbc61
* Mon Jan 13 2014 Milan Crha <mcrha@redhat.com> - 3.8.5-11
6bbc61
- Add patch for RH bug #1033005 (Cannot write to LDAP)
6bbc61
6bbc61
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.5-10
6bbc61
- Mass rebuild 2013-12-27
6bbc61
6bbc61
* Thu Dec 19 2013 Matthew Barnes <mbarnes@redhat.com> - 3.8.5-9
6bbc61
- Add patch for RH bug #1017164 (detect LIST errors).
6bbc61
9cfe9a
* Thu Nov 07 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-8
9cfe9a
- Add patch for RH bug #1027219 (IMAPx blocks on server's dispose)
9cfe9a
9cfe9a
* Tue Nov 05 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-7
9cfe9a
- Remove patch for RH bug #1017164 (it caused sever regressions)
9cfe9a
9cfe9a
* Tue Oct 15 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-6
9cfe9a
- Add patch for RH bug #1016436 (IMAPx doesn't connect)
9cfe9a
9cfe9a
* Thu Oct 10 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-5
9cfe9a
- Add patch for RH bug #1017164 (IMAPx summary can vanish on error)
9cfe9a
9cfe9a
* Thu Oct 03 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-4
9cfe9a
- Add patch for RH bug #1014683 (vCard param value parsing too strict)
9cfe9a
9cfe9a
* Thu Sep 12 2013 Matthew Barnes <mbarnes@redhat.com> - 3.8.5-3
9cfe9a
- Add evolution-data-server-3.8.5-kill-imapx-conn-manager.patch.
9cfe9a
9cfe9a
* Fri Aug 16 2013 Matthew Barnes <mbarnes@redhat.com> - 3.8.5-2
9cfe9a
- Backport support for Google CalDAV v2 from E-D-S 3.9 (RH bug #997407).
9cfe9a
9cfe9a
* Mon Aug 12 2013 Milan Crha <mcrha@redhat.com> - 3.8.5-1
9cfe9a
- Update to 3.8.5
9cfe9a
- Bump nss version requirement to 3.14
9cfe9a
- Add patch for RH bug #995516 (Crash in certificate viewer)
9cfe9a
- Add patch for RH bug #995702 (Autocreate 'tmp' in maildir)
9cfe9a
9cfe9a
* Wed Jul 24 2013 Milan Crha <mcrha@redhat.com> - 3.8.4-1
9cfe9a
- Update to 3.8.4
9cfe9a
9cfe9a
* Mon Jun 10 2013 Milan Crha <mcrha@redhat.com> - 3.8.3-1
9cfe9a
- Update to 3.8.3
9cfe9a
9cfe9a
* Sun May 12 2013 Matthew Barnes <mbarnes@redhat.com> - 3.8.2-1
9cfe9a
- Update to 3.8.2
9cfe9a
- Remove patch for RH bug 956908 (fixed upstream).
9cfe9a
9cfe9a
* Thu May 02 2013 Milan Crha <mcrha@redhat.com> - 3.8.1-2
9cfe9a
- Add patch for Red Hat bug #956908 (GOA accounts forgotten on GOA crash)
9cfe9a
9cfe9a
* Sun Apr 14 2013 Matthew Barnes <mbarnes@redhat.com> - 3.8.1-1
9cfe9a
- Update to 3.8.1
9cfe9a
- Remove stuck message retrieval patch (fixed upstream).
9cfe9a
9cfe9a
* Mon Apr 08 2013 Matthew Barnes <mbarnes@redhat.com> - 3.8.0-2
9cfe9a
- Add patch to (hopefully) fix stuck message retrievals in IMAPX.
9cfe9a
  (evolution-data-server-3.8.0-imapx-stuck-get-message.patch)
9cfe9a
9cfe9a
* Mon Mar 25 2013 Milan Crha <mcrha@redhat.com> - 3.8.0-1
9cfe9a
- Update to 3.8.0
9cfe9a
9cfe9a
* Mon Mar 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.92-1
9cfe9a
- Update to 3.7.92
9cfe9a
9cfe9a
* Mon Mar 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.91-1
9cfe9a
- Update to 3.7.91
9cfe9a
- Remove an upstream .pc files fix for a libebook split (fixed upstream)
9cfe9a
- Remove patch gor GNOME bug #693101 (fixed upstream)
9cfe9a
- Remove patch for Red Hat bug #912503 (fixed upstream)
9cfe9a
9cfe9a
* Thu Feb 21 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-3
9cfe9a
- Add patch gor GNOME bug #693101 (IMAPx vanishes folder summary)
9cfe9a
- Add patch for Red Hat bug #912503 (incorrect G_BEGIN/END_DECLS)
9cfe9a
9cfe9a
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-2
9cfe9a
- Add an upstream .pc files fix for a libebook split
9cfe9a
9cfe9a
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-1
9cfe9a
- Update to 3.7.90
9cfe9a
9cfe9a
* Mon Feb 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.5-1
9cfe9a
- Update to 3.7.5
9cfe9a
9cfe9a
* Mon Jan 14 2013 Milan Crha <mcrha@redhat.com> - 3.7.4-1
9cfe9a
- Update to 3.7.4
9cfe9a
- Add --add-missing to automake call
9cfe9a
9cfe9a
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-2
9cfe9a
- Rebuilt for libgweather 3.7.3 soname bump
9cfe9a
9cfe9a
* Tue Dec 18 2012 Matthew Barnes <mbarnes@redhat.com> - 3.7.3-1
9cfe9a
- Update to 3.7.3
9cfe9a
- Remove obsolete BuildRequires:
9cfe9a
    bison
9cfe9a
    dbus-glib-devel
9cfe9a
    libgnome-keyring-devel
9cfe9a
    liboauth-devel
9cfe9a
9cfe9a
* Mon Nov 19 2012 Milan Crha <mcrha@redhat.com> - 3.7.2.1-1
9cfe9a
- Update to 3.7.2.1
9cfe9a
9cfe9a
* Mon Oct 22 2012 Milan Crha <mcrha@redhat.com> - 3.7.1-1
9cfe9a
- Update to 3.7.1
9cfe9a
9cfe9a
* Mon Sep 17 2012 Milan Crha <mcrha@redhat.com> - 3.5.92-1
9cfe9a
- Update to 3.5.92
9cfe9a
9cfe9a
* Mon Sep 03 2012 Milan Crha <mcrha@redhat.com> - 3.5.91-1
9cfe9a
- Update to 3.5.91
9cfe9a
9cfe9a
* Mon Aug 20 2012 Milan Crha <mcrha@redhat.com> - 3.5.90-1
9cfe9a
- Update to 3.5.90
9cfe9a
9cfe9a
* Mon Aug 06 2012 Milan Crha <mcrha@redhat.com> - 3.5.5-1
9cfe9a
- Update to 3.5.5
9cfe9a
- Remove patch for less memory usage from vTrash camel folders (fixed upstream)
9cfe9a
9cfe9a
* Thu Jul 26 2012 Milan Crha <mcrha@redhat.com> - 3.5.4-3
9cfe9a
- Add patch for less memory usage from vTrash camel folders
9cfe9a
9cfe9a
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
9cfe9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9cfe9a
9cfe9a
* Mon Jul 16 2012 Milan Crha <mcrha@redhat.com> - 3.5.4-1
9cfe9a
- Update to 3.5.4
9cfe9a
- Change dependency from db4 to libdb
9cfe9a
9cfe9a
* Sun Jul  1 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3.1-1
9cfe9a
- Update to 3.5.3.1
9cfe9a
9cfe9a
* Wed Jun 27 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3-3
9cfe9a
- Avoid exposing <db.h> in a public header file.
9cfe9a
9cfe9a
* Wed Jun 27 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-2
9cfe9a
- Build against libgweather 3.5
9cfe9a
9cfe9a
* Mon Jun 25 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3-1
9cfe9a
- Update to 3.5.3
9cfe9a
- Add BR: gcr-devel >= 3.4
9cfe9a
- Drop BR: GConf2-devel  \o/
9cfe9a
9cfe9a
* Mon Jun 04 2012 Milan Crha <mcrha@redhat.com> - 3.5.2-1
9cfe9a
- Update to 3.5.2
9cfe9a
9cfe9a
* Sun Apr 29 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.1-1
9cfe9a
- Update to 3.5.1
9cfe9a
9cfe9a
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
9cfe9a
- Silence rpm scriptlet output
9cfe9a
9cfe9a
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
9cfe9a
- Update to 3.4.1
9cfe9a
9cfe9a
* Mon Mar 26 2012 Milan Crha <mcrha@redhat.com> - 3.4.0-1
9cfe9a
- Update to 3.4.0
9cfe9a
9cfe9a
* Mon Mar 19 2012 Milan Crha <mcrha@redhat.com> - 3.3.92-1
9cfe9a
- Update to 3.3.92
9cfe9a
9cfe9a
* Tue Mar 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.91-1
9cfe9a
- Update to 3.3.91
9cfe9a
9cfe9a
* Mon Feb 20 2012 Milan Crha <mcrha@redhat.com> - 3.3.90-1
9cfe9a
- Update to 3.3.90
9cfe9a
9cfe9a
* Mon Feb 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.5-1
9cfe9a
- Update to 3.3.5
9cfe9a
9cfe9a
* Mon Jan 16 2012 Milan Crha <mcrha@redhat.com> - 3.3.4-1
9cfe9a
- Update to 3.3.4
9cfe9a
9cfe9a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-3
9cfe9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9cfe9a
9cfe9a
* Fri Dec 30 2011 Matthew Barnes <mbarnes@redhat.com> - 3.3.3-2
9cfe9a
- Require libgnome-keyring-devel instead of gnome-keyring-devel.
9cfe9a
9cfe9a
* Mon Dec 19 2011 Milan Crha <mcrha@redhat.com> - 3.3.3-1
9cfe9a
- Update to 3.3.3
9cfe9a
9cfe9a
* Mon Nov 21 2011 Milan Crha <mcrha@redhat.com> - 3.3.2-1
9cfe9a
- Update to 3.3.2
9cfe9a
- Remove patch to not call g_thread_init() (fixed upstream)
9cfe9a
9cfe9a
* Mon Oct 24 2011 Milan Crha <mcrha@redhat.com> - 3.3.1-1
9cfe9a
- Update to 3.3.1
9cfe9a
- Add patch to not call g_thread_init()
9cfe9a
9cfe9a
* Mon Sep 26 2011 Milan Crha <mcrha@redhat.com> - 3.2.0-1
9cfe9a
- Update to 3.2.0
9cfe9a
9cfe9a
* Mon Sep 19 2011 Milan Crha <mcrha@redhat.com> - 3.1.92-1
9cfe9a
- Update to 3.1.92
9cfe9a
9cfe9a
* Mon Sep 05 2011 Milan Crha <mcrha@redhat.com> - 3.1.91-1
9cfe9a
- Update to 3.1.91
9cfe9a
- Enable introspection and vala bindings
9cfe9a
9cfe9a
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 3.1.90-1
9cfe9a
- Update to 3.1.90
9cfe9a
9cfe9a
* Mon Aug 15 2011 Milan Crha <mcrha@redhat.com> - 3.1.5-1
9cfe9a
- Update to 3.1.5
9cfe9a
9cfe9a
* Sat Jul 23 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.4-1
9cfe9a
- Update to 3.1.4
9cfe9a
9cfe9a
* Mon Jul 04 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.3-1
9cfe9a
- Update to 3.1.3
9cfe9a
- Remove patch for libgdata-0.9.0 (fixed upstream).
9cfe9a
- Disable SMP flags; some source directories are racy.
9cfe9a
- Remove keyring option; gnome-keyring is mandatory now.
9cfe9a
- Add BR: gnome-online-accounts-devel and liboauth-devel
9cfe9a
9cfe9a
* Tue Jun 14 2011 Milan Crha <mcrha@redhat.com> - 3.1.2-1
9cfe9a
- Update to 3.1.2
9cfe9a
- Add patch by Philip Withnall to build against libgdata-0.9.0
9cfe9a
9cfe9a
* Mon May 09 2011 Milan Crha <mcrha@redhat.com> - 3.1.1-1
9cfe9a
- Update to 3.1.1
9cfe9a
- Drop groupwise backends, as it was split out upstream
9cfe9a
9cfe9a
* Mon Apr 04 2011 Milan Crha <mcrha@redhat.com> - 3.0.0-1
9cfe9a
- Update to 3.0.0
9cfe9a
9cfe9a
* Mon Mar 21 2011 Milan Crha <mcrha@redhat.com> - 2.91.92-1
9cfe9a
- Update to 2.91.92
9cfe9a
9cfe9a
* Mon Mar 07 2011 Milan Crha <mcrha@redhat.com> - 2.91.91-1
9cfe9a
- Update to 2.91.91
9cfe9a
9cfe9a
* Mon Feb 21 2011 Milan Crha <mcrha@redhat.com> - 2.91.90-1
9cfe9a
- Update to 2.91.90
9cfe9a
9cfe9a
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-4
9cfe9a
- Rebuild against newer gtk
9cfe9a
9cfe9a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-3
9cfe9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9cfe9a
9cfe9a
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-2
9cfe9a
- Rebuild
9cfe9a
9cfe9a
* Mon Jan 31 2011 Milan Crha <mcrha@redhat.com> - 2.91.6-1
9cfe9a
- Update to 2.91.6
9cfe9a
- Requires gtk3.
9cfe9a
9cfe9a
* Mon Jan 31 2011 Caolánc McNamara <caolanm@redhat.com> - 2.91.5-4
9cfe9a
- Rebuild against new libgweather
9cfe9a
9cfe9a
* Tue Jan 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-3
9cfe9a
- Rebuild against new libgdata
9cfe9a
9cfe9a
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
9cfe9a
- Move girs to -devel
9cfe9a
9cfe9a
* Mon Jan 10 2011 Milan Crha <mcrha@redhat.com> - 2.91.5-1
9cfe9a
- Update to 2.91.5
9cfe9a
9cfe9a
* Mon Dec 20 2010 Milan Crha <mcrha@redhat.com> - 2.91.4-1
9cfe9a
- Update to 2.91.4
9cfe9a
9cfe9a
* Mon Nov 29 2010 Milan Crha <mcrha@redhat.com> - 2.91.3-1
9cfe9a
- Update to 2.91.3
9cfe9a
9cfe9a
* Mon Nov 08 2010 Milan Crha <mcrha@redhat.com> - 2.91.2-1
9cfe9a
- Update to 2.91.2
9cfe9a
9cfe9a
* Fri Nov 05 2010 Milan Crha <mcrha@redhat.com> - 2.91.1-2
9cfe9a
- Rebuild against newer libxml2
9cfe9a
9cfe9a
* Mon Oct 18 2010 Milan Crha <mcrha@redhat.com> - 2.91.1-1
9cfe9a
- Update to 2.91.1
9cfe9a
9cfe9a
* Mon Oct 11 2010 Milan Crha <mcrha@redhat.com> - 2.91.0-1
9cfe9a
- Update to 2.91.0
9cfe9a
9cfe9a
* Wed Sep 29 2010 jkeating - 2.31.92-2
9cfe9a
- Rebuilt for gcc bug 634757
9cfe9a
9cfe9a
* Mon Sep 13 2010 Milan Crha <mcrha@redhat.com> - 2.31.92-1.fc15
9cfe9a
- Update to 2.31.92
9cfe9a
9cfe9a
* Mon Aug 30 2010 Milan Crha <mcrha@redhat.com> - 2.31.91-1.fc14
9cfe9a
- Update to 2.31.91
9cfe9a
9cfe9a
* Mon Aug 16 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.90-1.fc14
9cfe9a
- Update to 2.31.90
9cfe9a
9cfe9a
* Mon Aug 02 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.6-1.fc14
9cfe9a
- Update to 2.31.6
9cfe9a
- Resume GSEAL usage.
9cfe9a
- Drop dbus-glib requirement.
9cfe9a
- Bump glib2 requirement to 2.25.12.
9cfe9a
- Roll back eds_base_version to 2.32.
9cfe9a
9cfe9a
* Tue Jul 13 2010 Milan Crha <mcrha@redhat.com> - 2.31.5-1.fc14
9cfe9a
- Update to 2.31.5
9cfe9a
9cfe9a
* Mon Jun 07 2010 Milan Crha <mcrha@redhat.com> - 2.31.3-1.fc14
9cfe9a
- Update to 2.31.3
9cfe9a
9cfe9a
* Tue May 25 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.2-2.fc14
9cfe9a
- Enable largefile support in Camel, to help debug GNOME bug #612082.
9cfe9a
  Debian turned this on recently and is experiencing problems, and I
9cfe9a
  want to get to the bottom of it and finally break this 2 GB barrier.
9cfe9a
9cfe9a
* Mon May 24 2010 Milan Crha <mcrha@redhat.com> - 2.31.2-1.fc14
9cfe9a
- Update to 2.31.2
9cfe9a
- libecalbackendgoogle dropped.
9cfe9a
9cfe9a
* Mon May 03 2010 Milan Crha <mcrha@redhat.com> - 2.31.1-1.fc14
9cfe9a
- Update to 2.31.1
9cfe9a
- Update BuildRequires.
9cfe9a
- Remove imap4 camel provider support (dropped upstream).
9cfe9a
9cfe9a
* Tue Feb 09 2010 Milan Crha <mcrha@redhat.com> - 2.29.90-3.fc13
9cfe9a
- Return back BuildRequires: libglade2-devel.
9cfe9a
9cfe9a
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.90-2.fc13
9cfe9a
- Rebuild to hopefully fix pkgconfig auto-provides glitch.
9cfe9a
9cfe9a
* Mon Feb 08 2010 Milan Crha <mcrha@redhat.com> - 2.29.90-1.fc13
9cfe9a
- Update to 2.29.90
9cfe9a
- Removed unneeded BuildRequires.
9cfe9a
9cfe9a
* Mon Jan 25 2010 Milan Crha <mcrha@redhat.com> - 2.29.6-1.fc13
9cfe9a
- Update to 2.29.6
9cfe9a
9cfe9a
* Tue Jan 12 2010 Milan Crha <mcrha@redhat.com> - 2.29.5-1.fc13
9cfe9a
- Update to 2.29.5
9cfe9a
- Correct Source URL
9cfe9a
9cfe9a
* Mon Dec 21 2009 Milan Crha <mcrha@redhat.com> - 2.29.4-1.fc13
9cfe9a
- Update to 2.29.4
9cfe9a
- Remove patch for GNOME bug #487988 (fixed upstream).
9cfe9a
9cfe9a
* Wed Dec 09 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-3
9cfe9a
- Remove libgnome and libgnomeui requirements
9cfe9a
9cfe9a
* Wed Dec 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.29.3-2.fc13
9cfe9a
- Devel subpackage does not need to require doc subpackage.
9cfe9a
9cfe9a
* Mon Nov 30 2009 Milan Crha <mcrha@redhat.com> - 2.29.3-1.fc13
9cfe9a
- Update to 2.29.3
9cfe9a
9cfe9a
* Mon Nov 16 2009 Milan Crha <mcrha@redhat.com> - 2.29.2-1.fc13
9cfe9a
- Update to 2.29.2
9cfe9a
9cfe9a
* Tue Oct 27 2009 Matthew Barnes <mbarnes@redhat.com> - 2.29.1-1.fc13
9cfe9a
- Update to 2.29.1
9cfe9a
- Bump eds_base_version to 2.30.
9cfe9a
- Add dbus-glib build requirement.
9cfe9a
- Drop Bonobo + ORBit dependency (yay!).
9cfe9a
- Remove option to use OpenSSL instead of NSS.
9cfe9a
- Drop eds_api_version definition since it will never change.
9cfe9a
- Remove patch for GNOME bug #373146 (deviates from upstream).
9cfe9a
9cfe9a
* Mon Sep 21 2009 Milan Crha <mcrha@redhat.com> - 2.28.0-1.fc12
9cfe9a
- Update to 2.28.0
9cfe9a
9cfe9a
* Mon Sep 07 2009 Milan Crha <mcrha@redhat.com> - 2.27.92-1.fc12
9cfe9a
- Update to 2.27.92
9cfe9a
9cfe9a
* Thu Aug 27 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.91-3.fc12
9cfe9a
- Rebuild with old OpenSSL, er something...
9cfe9a
9cfe9a
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 2.27.91-2.fc12
9cfe9a
- rebuilt with new openssl
9cfe9a
9cfe9a
* Mon Aug 24 2009 Milan Crha <mcrha@redhat.com> - 2.27.91-1.fc12
9cfe9a
- Update to 2.27.91
9cfe9a
9cfe9a
* Mon Aug 10 2009 Milan Crha <mcrha@redhat.com> - 2.27.90-1.fc12
9cfe9a
- Update to 2.27.90
9cfe9a
9cfe9a
* Mon Jul 27 2009 Milan Crha <mcrha@redhat.com> - 2.27.5-1.fc12
9cfe9a
- Update to 2.27.5
9cfe9a
9cfe9a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
9cfe9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9cfe9a
9cfe9a
* Mon Jul 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.4-1.fc12
9cfe9a
- Update to 2.27.4
9cfe9a
- Remove patch for RH bug #505661 (fixed upstream).
9cfe9a
9cfe9a
* Thu Jul 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-3.fc12
9cfe9a
- Add patch for RH bug #505661 (crash on startup).
9cfe9a
9cfe9a
* Wed Jul 01 2009 Milan Crha <mcrha@redhat.com> - 2.27.3-2.fc12
9cfe9a
- Rebuild against newer gcc
9cfe9a
9cfe9a
* Mon Jun 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-1.fc12
9cfe9a
- Update to 2.27.3
9cfe9a
9cfe9a
* Mon May 25 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.2-1.fc12
9cfe9a
- Update to 2.27.2
9cfe9a
- Remove strict_build_settings since the settings are used upstream now.
9cfe9a
9cfe9a
* Mon May 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.1-1.fc12
9cfe9a
- Update to 2.27.1
9cfe9a
- Bump evo_major to 2.28.
9cfe9a
9cfe9a
* Wed Apr 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1.1-1.fc11
9cfe9a
- Update to 2.26.1.1
9cfe9a
9cfe9a
* Mon Apr 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1-1.fc11
9cfe9a
- Update to 2.26.1
9cfe9a
9cfe9a
* Mon Mar 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.0-1.fc11
9cfe9a
- Update to 2.26.0
9cfe9a
- Remove patch for RH bug #568332 (fixed upstream).
9cfe9a
- Remove patch for GNOME bug #573240 (reverted upstream).
9cfe9a
9cfe9a
* Fri Mar 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-4.fc11
9cfe9a
- Revise patch for RH bug #568332 to match upstream commit.
9cfe9a
9cfe9a
* Thu Mar 12 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-3.fc11
9cfe9a
- Add patch for RH bug #568332 (thread leak in fsync() rate limiting).
9cfe9a
9cfe9a
* Sat Mar 07 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-2.fc11
9cfe9a
- Add patch to revert GNOME bug #573240 (IMAP message loading regressions).
9cfe9a
9cfe9a
* Mon Mar 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-1.fc11
9cfe9a
- Update to 2.25.92
9cfe9a
9cfe9a
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> 2.25.91-3
9cfe9a
- Make -doc noarch
9cfe9a
9cfe9a
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
9cfe9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9cfe9a
9cfe9a
* Mon Feb 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.91-1.fc11
9cfe9a
- Update to 2.25.91
9cfe9a
9cfe9a
* Fri Feb 06 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-5.fc11
9cfe9a
- Update BuildRoot, License, Source and URL tags.
9cfe9a
- Require gnome-common so we don't have to patch it out.
9cfe9a
9cfe9a
* Wed Feb 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-4.fc11
9cfe9a
- ... and fix our own <ical.h> includes too.
9cfe9a
9cfe9a
* Wed Feb 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-3.fc11
9cfe9a
- Work around libical's broken pkg-config file.
9cfe9a
9cfe9a
* Mon Feb 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-2.fc11
9cfe9a
- Forgot the libical requirement in devel subpackage.
9cfe9a
9cfe9a
* Mon Feb 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-1.fc11
9cfe9a
- Update to 2.25.90
9cfe9a
- Add libical build requirement.
9cfe9a
9cfe9a
* Mon Jan 19 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.5-1.fc11
9cfe9a
- Update to 2.25.5
9cfe9a
- Bump gtk2_version to 2.14.0.
9cfe9a
9cfe9a
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.25.4-2.fc11
9cfe9a
- rebuild with new openssl
9cfe9a
9cfe9a
* Mon Jan 05 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.4-1.fc11
9cfe9a
- Update to 2.25.4
9cfe9a
9cfe9a
* Mon Dec 15 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-1.fc11
9cfe9a
- Update to 2.25.3
9cfe9a
- New BR: libgweather-devel
9cfe9a
9cfe9a
* Thu Dec 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25-2-2.fc11
9cfe9a
- Rebuild due to recent pkg-config breakage.
9cfe9a
9cfe9a
* Mon Dec 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.2-1.fc11
9cfe9a
- Update to 2.25.2
9cfe9a
9cfe9a
* Thu Nov 27 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-2.fc11
9cfe9a
- Obsolete the evolution-webcal package (RH bug #468855).
9cfe9a
9cfe9a
* Mon Nov 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-1.fc11
9cfe9a
- Update to 2.25.1
9cfe9a
- Bump eds_base_version to 2.26.
9cfe9a
- Remove patch for RH bug #467804 (fixed upstream).
9cfe9a
9cfe9a
* Thu Oct 23 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.1-2.fc10
9cfe9a
- Add patch for RH bug #467804 (remove console spew).
9cfe9a
9cfe9a
* Tue Oct 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.1-1.fc10
9cfe9a
- Update to 2.24.1
9cfe9a
9cfe9a
* Mon Sep 22 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.0-1.fc10
9cfe9a
- Update to 2.24.0
9cfe9a
9cfe9a
* Mon Sep 08 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.92-1.fc10
9cfe9a
- Update to 2.23.92
9cfe9a
9cfe9a
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1.fc10
9cfe9a
- Update to 2.23.91
9cfe9a
9cfe9a
* Wed Aug 20 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.90.1-1.fc10
9cfe9a
- Update to 2.23.90.1
9cfe9a
9cfe9a
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-3.fc10
9cfe9a
- Add sqlite3 requirement to devel subpackage.
9cfe9a
9cfe9a
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-2.fc10
9cfe9a
- Add sqlite3 to Camel's pkgconfig requirements.
9cfe9a
9cfe9a
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-1.fc10
9cfe9a
- Update to 2.23.6
9cfe9a
- Add build requirement for sqlite.
9cfe9a
9cfe9a
* Mon Jul 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.5-1.fc10
9cfe9a
- Update to 2.23.5
9cfe9a
- Remove patch for RH bug #534080 (fixed upstream).
9cfe9a
9cfe9a
* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.23.4-3
9cfe9a
- fix license tag
9cfe9a
9cfe9a
* Thu Jul 03 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.4-2.fc10
9cfe9a
- Add patch for RH bug #534080 (fix attachment saving).
9cfe9a
9cfe9a
* Mon Jun 16 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.4-1.fc10
9cfe9a
- Update to 2.23.4
9cfe9a
9cfe9a
* Mon Jun 02 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.3-1.fc10
9cfe9a
- Update to 2.23.3
9cfe9a
- Remove patch for GNOME bug #531439 (fixed upstream).
9cfe9a
9cfe9a
* Sun May 18 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-3.fc10
9cfe9a
- Add patch for GNOME bug #531439 (GPG passphrases destroy passwords).
9cfe9a
9cfe9a
* Tue May 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-2.fc10
9cfe9a
- Fix some third-party package breakage caused by libebackend.
9cfe9a
9cfe9a
* Mon May 12 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-1.fc10
9cfe9a
- Update to 2.23.2
9cfe9a
- Add files for new libebackend library.
9cfe9a
- Remove patch for RH bug #202309 (fixed upstream).
9cfe9a
9cfe9a
* Mon Apr 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-1.fc10
9cfe9a
- Update to 2.23.1
9cfe9a
- Bump eds_base_version to 2.24.
9cfe9a
- Bump glib2 requirement to 2.16.1.
9cfe9a
- Drop gnome-vfs2 requirement.
9cfe9a
9cfe9a
* Mon Apr 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.1-1.fc9
9cfe9a
- Update to 2.22.1
9cfe9a
- Remove patch for RH bug #296671 (fixed upstream).
9cfe9a
- Remove patch for GNOME bug #523023 (fixed upstream).
9cfe9a
9cfe9a
* Mon Mar 24 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3.fc9
9cfe9a
- Add patch for GNOME bug #523023 (EFolder leak in evo-ex-storage).
9cfe9a
9cfe9a
* Tue Mar 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2.fc9
9cfe9a
- Add patch for RH bug #296671 (GC servers may not support NTLM).
9cfe9a
9cfe9a
* Mon Mar 10 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-1.fc9
9cfe9a
- Update to 2.22.0
9cfe9a
9cfe9a
* Mon Feb 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.92-1.fc9
9cfe9a
- Update to 2.21.92
9cfe9a
- Remove patch for GNOME bug #516074 (fixed upstream).
9cfe9a
9cfe9a
* Thu Feb 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-3.fc9
9cfe9a
- Try removing the ancient "ldap-x86_64-hack" patch.
9cfe9a
9cfe9a
* Wed Feb 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-2.fc9
9cfe9a
- Rebuild against libsoup 2.3.2.
9cfe9a
9cfe9a
* Mon Feb 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-1.fc9
9cfe9a
- Update to 2.21.91
9cfe9a
- Add patch for GNOME bug #516074 (latest glibc breaks Camel).
9cfe9a
9cfe9a
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1.fc9
9cfe9a
- Update to 2.21.90
9cfe9a
- Remove patch for GNOME bug #509644 (fixed upstream).
9cfe9a
9cfe9a
* Thu Jan 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-3.fc9
9cfe9a
- Rename evolution-1.4.4-ldap-x86_64-hack.patch to avoid namespace
9cfe9a
  collision with similarly named patch in evolution (RH bug #395551).
9cfe9a
9cfe9a
* Wed Jan 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-2.fc9
9cfe9a
- Add patch for GNOME bug #509644 (password dialog breakage).
9cfe9a
- Remove patch for RH bug #384741 (fixed upstream).
9cfe9a
- Remove patch for GNOME bug #363695 (obsolete).
9cfe9a
- Remove patch for GNOME bug #376991 (obsolete).
9cfe9a
9cfe9a
* Mon Jan 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-1.fc9
9cfe9a
- Update to 2.21.5
9cfe9a
9cfe9a
* Mon Dec 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.4-1.fc9
9cfe9a
- Update to 2.21.4
9cfe9a
- Require gtk-doc >= 1.9.
9cfe9a
9cfe9a
* Tue Dec  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-2
9cfe9a
- Rebuild against openssl
9cfe9a
9cfe9a
* Mon Dec 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.3-1.fc9
9cfe9a
- Update to 2.21.3
9cfe9a
9cfe9a
* Thu Nov 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-2.fc9
9cfe9a
- Add patch for RH bug #384741 (authentication crash).
9cfe9a
9cfe9a
* Mon Nov 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-1.fc9
9cfe9a
- Update to 2.21.2
9cfe9a
9cfe9a
* Mon Oct 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.1-1.fc9
9cfe9a
- Update to 2.21.1
9cfe9a
- Bump eds_base_version to 2.22.
9cfe9a
- Remove patch for RH bug #212106 (fixed upstream).
9cfe9a
- Remove patch for GNOME bug #417999 (fixed upstream).
9cfe9a
9cfe9a
* Fri Oct 26 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-4.fc9
9cfe9a
- Remove the use_gtk_doc macro.
9cfe9a
- Remove redundant requirements.
9cfe9a
- Use the name tag where appropriate.
9cfe9a
- Add an evolution-data-server-doc subpackage.
9cfe9a
9cfe9a
* Thu Oct 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-3.fc9
9cfe9a
- Porting a couple patches over from RHEL5:
9cfe9a
- Add patch for RH bug #212106 (address book error on fresh install).
9cfe9a
- Add patch for RH bug #215702 (bad search filter for LDAP address books).
9cfe9a
9cfe9a
* Tue Oct 16 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-2.fc8
9cfe9a
- Disable patch for GNOME bug #376991 for now.  It may be contributing
9cfe9a
  to password prompting problems as described in RH bug #296671.
9cfe9a
9cfe9a
* Mon Oct 15 2007 Milan Crha <mcrha@redhat.com> - 1.12.1-1.fc8
9cfe9a
- Update to 1.12.1
9cfe9a
9cfe9a
* Mon Sep 17 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.0-1.fc8
9cfe9a
- Update to 1.12.0
9cfe9a
9cfe9a
* Mon Sep 03 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.92-1.fc8
9cfe9a
- Update to 1.11.92
9cfe9a
9cfe9a
* Tue Aug 28 2007 Milan Crha <mcrha@redhat.com> - 1.11.91-1.fc8
9cfe9a
- Update to 1.11.91
9cfe9a
- Removed patch for RH bug #215634 (fixed upstream).
9cfe9a
- Removed patch for GNOME bug #466987 (fixed upstream).
9cfe9a
9cfe9a
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> 1.11.90-4.fc8
9cfe9a
- Add Requires: glib2 >= 2.14.0, since it's in the buildroot now, and
9cfe9a
  forcibly introduces deps on symbols that don't exist in 2.13.  If
9cfe9a
  only we had working symbol versioning.
9cfe9a
9cfe9a
* Mon Aug 20 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-3.fc8
9cfe9a
- Revise patch for GNOME bug #417999 to fix GNOME bug #447591
9cfe9a
  (Automatic Contacts combo boxes don't work).
9cfe9a
9cfe9a
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-2.fc8
9cfe9a
- Re-enable the --with-libdb configure option.
9cfe9a
9cfe9a
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-1.fc8
9cfe9a
- Update to 1.11.90
9cfe9a
- Add patch for GNOME bug #466987 (glibc redefines "open").
9cfe9a
- Remove patch for GNOME bug #415891 (fixed upstream).
9cfe9a
9cfe9a
* Wed Aug 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.6.1-1.fc8
9cfe9a
- Update to 1.11.6.1
9cfe9a
9cfe9a
* Tue Jul 31 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.6-1.fc8
9cfe9a
- Update to 1.11.6
9cfe9a
- Remove patch for GNOME bug #380534 (fixed upstream).
9cfe9a
9cfe9a
* Fri Jul 27 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-3.fc8
9cfe9a
- Add patch for GNOME bug #380534 (clarify version requirements).
9cfe9a
9cfe9a
* Tue Jul 17 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-2.fc8
9cfe9a
- Add patch for RH bug #243296 (fix LDAP configuration).
9cfe9a
9cfe9a
* Mon Jul 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-1.fc8
9cfe9a
- Update to 1.11.5
9cfe9a
9cfe9a
* Mon Jun 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.4-1.fc8
9cfe9a
- Update to 1.11.4
9cfe9a
- Remove patch for RH bug #202309 (fixed upstream).
9cfe9a
- Remove patch for GNOME bug #312854 (fixed upstream).
9cfe9a
- Remove patch for GNOME bug #447414 (fixed upstream).
9cfe9a
9cfe9a
* Fri Jun 15 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-3.fc8
9cfe9a
- Add patch for GNOME bug #224277 (Camel IMAP security flaw).
9cfe9a
9cfe9a
* Thu Jun 14 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-2.fc8
9cfe9a
- Add patch for GNOME bug #312584 (renaming Exchange folders).
9cfe9a
9cfe9a
* Mon Jun 04 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-1.fc8
9cfe9a
- Update to 1.11.3
9cfe9a
- Remove patch for GNOME bug #415922 (fixed upstream).
9cfe9a
9cfe9a
* Thu May 31 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-3.fc8
9cfe9a
- Revise patch for GNOME bug #376991 to fix RH bug #241974.
9cfe9a
9cfe9a
* Mon May 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-2.fc8
9cfe9a
- Store account passwords in GNOME Keyring.
9cfe9a
9cfe9a
* Fri May 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-1.fc8
9cfe9a
- Update to 1.11.2
9cfe9a
- Bump eds_base_version to 1.12.
9cfe9a
- Add patch to fix implicit function declarations.
9cfe9a
- Remove patch for RH bug #203058 (fixed upstream).
9cfe9a
- Remove patch for RH bug #210142 (fixed upstream).
9cfe9a
- Remove patch for RH bug #235290 (fixed upstream).
9cfe9a
- Remove patch for GNOME bug #360240 (fixed upstream).
9cfe9a
- Remove patch for GNOME bug #360619 (fixed upstream).
9cfe9a
- Remove patch for GNOME bug #373117 (fixed upstream).
9cfe9a
- Revise patch for GNOME bug #415891 (partially fixed upstream).
9cfe9a
9cfe9a
* Wed May 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-6.fc7
9cfe9a
- Add patch for RH bug #215634 (read NSS certificates more reliably).
9cfe9a
9cfe9a
* Tue May 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-5.fc7
9cfe9a
- Add patch for GNOME bug #373146 (spam message triggers crash).
9cfe9a
9cfe9a
* Mon May 07 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-4.fc7
9cfe9a
- Add patch to fix a dangling pointer in e-source-group.c.
9cfe9a
9cfe9a
* Mon Apr 30 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-3.fc7
9cfe9a
- Revise patch for RH bug #235290 to not break string freeze.
9cfe9a
9cfe9a
* Tue Apr 24 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-2.fc7
9cfe9a
- Add patch for RH bug #235290 (APOP authentication vulnerability).
9cfe9a
9cfe9a
* Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-1.fc7
9cfe9a
- Update to 1.10.1
9cfe9a
- Remove evolution-data-server-1.10.0-no-more-beeps.patch (fixed upstream).
9cfe9a
9cfe9a
* Wed Apr 04 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-6.fc7
9cfe9a
- Revise patch for GNOME bug #417999 (another ESourceComboBox goof).
9cfe9a
9cfe9a
* Mon Apr 02 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-5.fc7
9cfe9a
- Make the new ESourceComboBox widget work properly (RH bug #234760).
9cfe9a
9cfe9a
* Tue Mar 27 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-4.fc7
9cfe9a
- Link to static evolution-openldap library (RH bug #210126).
9cfe9a
- Require openssl-devel when statically linking against openldap.
9cfe9a
- Add -Wdeclaration-after-statement to strict build settings.
9cfe9a
9cfe9a
* Thu Mar 22 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-3.fc7
9cfe9a
- Stop beeping at me!
9cfe9a
9cfe9a
* Wed Mar 14 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-2.fc7
9cfe9a
- Modify patch for GNOME bug #376991 to fix RH bug #231994.
9cfe9a
- Add patch for GNOME bug #417999 (avoid deprecated GTK+ symbols).
9cfe9a
- Remove evolution-data-server-1.0.2-workaround-cal-backend-leak.patch.
9cfe9a
- Remove evolution-data-server-1.2.2-fix_open_calendar_declaration.patch.
9cfe9a
- Remove evolution-data-server-1.3.8-fix-implicit-function-declarations.
9cfe9a
9cfe9a
* Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-1.fc7
9cfe9a
- Update to 1.10.0
9cfe9a
- Remove patch for GNOME bug #301363 (fixed upstream).
9cfe9a
9cfe9a
* Fri Mar 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-4.fc7
9cfe9a
- Add patch for GNOME bug #415922 (support MS ISA Server 2004).
9cfe9a
- Patch by Kenny Root.
9cfe9a
9cfe9a
* Thu Mar 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-3.fc7
9cfe9a
- Add patch for GNOME bug #415891 (introduce EFlag API).
9cfe9a
- Add patch for GNOME bug #376991 (refactor password handling).
9cfe9a
9cfe9a
* Tue Mar 06 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-2.fc7
9cfe9a
- Add patch for GNOME bug #301363 (update timezones).
9cfe9a
9cfe9a
* Mon Feb 26 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-1.fc7
9cfe9a
- Update to 1.9.92
9cfe9a
- Remove patch for GNOME bug #356177 (fixed upstream).
9cfe9a
- Add minimum version to intltool requirement (current >= 0.35.5).
9cfe9a
9cfe9a
* Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.91-1.fc7
9cfe9a
- Update to 1.9.91
9cfe9a
- Add flag to disable deprecated Pango symbols.
9cfe9a
- Remove patch for GNOME bug #359979 (fixed upstream).
9cfe9a
9cfe9a
* Sun Jan 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-4.fc7
9cfe9a
- Revise evolution-data-server-1.8.0-no-gnome-common.patch so that we no
9cfe9a
  longer have to run autoconf before building.
9cfe9a
9cfe9a
* Wed Jan 10 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-3.fc7
9cfe9a
- Add patch for GNOME bug #359979 (change EMsgPort semantics).
9cfe9a
9cfe9a
* Tue Jan 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-2.fc7
9cfe9a
- Require libsoup-devel in devel subpackage (RH bug #152482).
9cfe9a
9cfe9a
* Mon Jan 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-1.fc7
9cfe9a
- Update to 1.9.5
9cfe9a
- Remove patch for GNOME bug #362638 (fixed upstream).
9cfe9a
- Remove patch for GNOME bug #387638 (fixed upstream).
9cfe9a
9cfe9a
* Tue Dec 19 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.4-1.fc7
9cfe9a
- Update to 1.9.4
9cfe9a
- Add patch for GNOME bug #373117 (storing color settings).
9cfe9a
- Add patch for GNOME bug #387638 (implicit function declaration).
9cfe9a
9cfe9a
* Mon Dec 04 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.3-1.fc7
9cfe9a
- Update to 1.9.3
9cfe9a
- Remove patch for GNOME bug #353924 (fixed upstream).
9cfe9a
9cfe9a
* Fri Nov 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-3.fc7
9cfe9a
- Add patch for RH bug #210142 (calendar crash in indic locales).
9cfe9a
9cfe9a
* Wed Nov 08 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-2.fc7
9cfe9a
- Add patch for RH bug #203058 (name selector dialog glitch).
9cfe9a
9cfe9a
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-1.fc7
9cfe9a
- Update to 1.9.2
9cfe9a
- Remove patch for Gnome.org bugs #369168, #369259, and #369261
9cfe9a
  (fixed upstream).
9cfe9a
9cfe9a
* Thu Nov  2 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-4.fc7
9cfe9a
- Add patch for Gnome.org bug #369168, #369259, and #369261
9cfe9a
  (misc camel bugs reported by Hans Petter Jansson).
9cfe9a
9cfe9a
* Wed Nov  1 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-3.fc7
9cfe9a
- Add patch for Gnome.org bug #353924 (category sorting).
9cfe9a
9cfe9a
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-2.fc7
9cfe9a
- Rebuild
9cfe9a
9cfe9a
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-2.fc7
9cfe9a
- Update to 1.9.1
9cfe9a
- Add patch for Gnome.org bug #356177 (deprecate EMutex).
9cfe9a
- Add patch for Gnome.org bug #363695 (deprecate EMemPool, EStrv, EPoolv).
9cfe9a
- Remove Jerusalem.ics timezone file (fixed upstream).
9cfe9a
- Remove patch for RH bug #198935 (fixed upstream).
9cfe9a
9cfe9a
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.1-1.fc7
9cfe9a
- Update to 1.8.1
9cfe9a
- Use stricter build settings.
9cfe9a
- Add patch for Gnome.org bug #360240 ("unused variable" warnings).
9cfe9a
- Add patch for Gnome.org bug #360619 ("incompatible pointer type" warnings).
9cfe9a
- Add patch for Gnome.org bug #362638 (deprecate EThread).
9cfe9a
- Remove patch for RH bug #198935 (fixed upstream).
9cfe9a
- Remove patch for RH bug #205187 (fixed upstream).
9cfe9a
- Remove patch for Gnome.org bug #353478 (fixed upstream).
9cfe9a
- Remove patch for Gnome.org bug #356828 (fixed upstream).
9cfe9a
- Remove patch for Gnome.org bug #357666 (fixed upstream).
9cfe9a
9cfe9a
* Tue Sep 26 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-11.fc6
9cfe9a
- Add patch for RH bug #203915 (fix dangerous mallocs in camel).
9cfe9a
9cfe9a
* Mon Sep 25 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-10.fc6
9cfe9a
- Add patch for Gnome.org bug #357666.
9cfe9a
9cfe9a
* Thu Sep 21 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-9.fc6
9cfe9a
- Revise patch for RH bug #198935 (fix a crash reported in bug #207446).
9cfe9a
9cfe9a
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-8.fc6
9cfe9a
- Revise patch for RH bug #198935 (fix a typo).
9cfe9a
9cfe9a
* Wed Sep 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.8.0-7.fc6
9cfe9a
- Fix the timezone info for Jerusalem  (#207161)
9cfe9a
9cfe9a
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-6.fc6
9cfe9a
- Add patch for Gnome.org bug #356828 (lingering file on uninstall).
9cfe9a
9cfe9a
* Mon Sep 18 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-5.fc6
9cfe9a
- Revise patch for RH bug #205187 (use upstream's version).
9cfe9a
9cfe9a
* Sat Sep 16 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-4.fc6
9cfe9a
- Add patch for RH bug #205187 (crash on startup).
9cfe9a
9cfe9a
* Fri Sep 15 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-3.fc6
9cfe9a
- Revise patch for RH bug #198935 to eliminate a race condition.
9cfe9a
9cfe9a
* Tue Sep 12 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-2.fc6
9cfe9a
- Add patch for RH bug #198935.
9cfe9a
9cfe9a
* Mon Sep  4 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-1.fc6
9cfe9a
- Update to 1.8.0
9cfe9a
- Remove evolution-data-server-1.5.4-make_imap4_optional.patch (fixed upstream)
9cfe9a
  and save remaining hunk as evolution-data-server-1.8.0-no-gnome-common.patch.
9cfe9a
- Remove patch for RH bug #202329 (fixed upstream).
9cfe9a
- Remove patch for Gnome.org bug #349847 (fixed upstream).
9cfe9a
9cfe9a
* Tue Aug 29 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-4.fc6
9cfe9a
- Revise patch for RH bug #198935.
9cfe9a
- Add patch for Gnome.org bug #353478.
9cfe9a
9cfe9a
* Mon Aug 28 2006 Ray Strode <rstrode@redhat.com> - 1.7.92-3.fc6
9cfe9a
- Add patch from Veerapuram Varadhan to fix fd leak (bug 198935).
9cfe9a
9cfe9a
* Tue Aug 22 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-2
9cfe9a
- Add patch for Gnome.org bug #349847.
9cfe9a
9cfe9a
* Mon Aug 21 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-1
9cfe9a
- Update to 1.7.92
9cfe9a
9cfe9a
* Wed Aug 16 2006 Ray Strode <rstrode@redhat.com> - 1.7.91-3
9cfe9a
- Add fix from Matthias Clasen that might help bug 202309.
9cfe9a
9cfe9a
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-2
9cfe9a
- Add patch for RH bug #202329.
9cfe9a
9cfe9a
* Mon Aug  7 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-1
9cfe9a
- Update to 1.7.91
9cfe9a
- Remove patch for Gnome.org bug #348725 (fixed upstream).
9cfe9a
9cfe9a
* Fri Aug  4 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-5
9cfe9a
- Update to 1.7.90.1 (again)
9cfe9a
9cfe9a
* Thu Aug  3 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-5
9cfe9a
- Remove patches for Gnome.org bug #309079 (rejected upstream).
9cfe9a
- One of these patches was causing RH bug #167157.
9cfe9a
9cfe9a
* Thu Aug  3 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-4
9cfe9a
- No longer packaging unused patches.
9cfe9a
9cfe9a
* Mon Jul 31 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-3
9cfe9a
- Revert to version 1.7.4 to prevent API/ABI breakage.
9cfe9a
- Add back patch to make --with-libdb configure option work.
9cfe9a
9cfe9a
* Mon Jul 31 2006 Ray Strode <rstrode@redhat.com> - 1.7.90.1-4
9cfe9a
- add executable bits to libs 
9cfe9a
9cfe9a
* Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 1.7.90.1-3
9cfe9a
- Rebuild
9cfe9a
9cfe9a
* Wed Jul 26 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-2
9cfe9a
- Rebuild
9cfe9a
9cfe9a
* Tue Jul 25 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-1
9cfe9a
- Update to 1.7.90.1
9cfe9a
- Add patch for Gnome.org bug #348725.
9cfe9a
- Remove patch to make --with-db configure option work (fixed upstream).
9cfe9a
9cfe9a
* Wed Jul 19 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-2
9cfe9a
- Dynamically link to BDB.
9cfe9a
- Add patch to make --with-db configure option work.
9cfe9a
- Add Requires for db4 and BuildRequires for db4-devel.
9cfe9a
- Clean up spec file, renumber patches.
9cfe9a
9cfe9a
* Wed Jul 12 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-1
9cfe9a
- Update to 1.7.4
9cfe9a
- Remove patch for Gnome.org bug #345965 (fixed upstream).
9cfe9a
9cfe9a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.7.3-3.1
9cfe9a
- rebuild
9cfe9a
9cfe9a
* Tue Jun 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.3-3
9cfe9a
- Show GPG key name when asking for the password (Gnome.org #345965).
9cfe9a
9cfe9a
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.7.3-2
9cfe9a
- rebuilt with new gnutls
9cfe9a
9cfe9a
* Tue Jun 13 2006 Matthisa Clasen  <mclasen@redhat.com> 1.7.3-1
9cfe9a
- Update to 1.7.3
9cfe9a
9cfe9a
* Thu Jun  8 2006 Jeremy Katz <katzj@redhat.com> - 1.7.2-3
9cfe9a
- BR flex
9cfe9a
9cfe9a
* Sat May 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.2-2
9cfe9a
- Add missing BuildRequires for gettext (#193360).
9cfe9a
9cfe9a
* Wed May 17 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.2
9cfe9a
- Update to 1.7.2
9cfe9a
- Remove evolution-data-server-1.7.1-nss_auto_detect.patch; in upstream now.
9cfe9a
9cfe9a
* Sun May 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-2
9cfe9a
- Add temporary patch evolution-data-server-1.7.1-nss_auto_detect.patch
9cfe9a
  to help `configure' detect the SSL modules (closes #191567).
9cfe9a
9cfe9a
* Wed May 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-1
9cfe9a
- Update to 1.7.1
9cfe9a
- Bump eds_base_version from 1.6 to 1.8.
9cfe9a
- Disable evolution-data-server-1.2.0-validatehelo.patch (accepted upstream).
9cfe9a
9cfe9a
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 1.6.1-3
9cfe9a
- Avoid a multilib conflict
9cfe9a
9cfe9a
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 1.6.1-2
9cfe9a
- Update to 1.6.1
9cfe9a
9cfe9a
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 1.6.0-1
9cfe9a
- 1.6.0
9cfe9a
9cfe9a
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 1.5.92-1
9cfe9a
- 1.5.92
9cfe9a
9cfe9a
* Tue Feb 14 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.91-1
9cfe9a
- 1.5.91
9cfe9a
9cfe9a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.5.90-2.2
9cfe9a
- bump again for double-long bug on ppc(64)
9cfe9a
9cfe9a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.5.90-2.1
9cfe9a
- rebuilt for new gcc4.1 snapshot and glibc changes
9cfe9a
9cfe9a
* Tue Jan 31 2006 Ray Strode <rstrode@redhat.com> - 1.5.90-2
9cfe9a
- add build deps (bug 137553)
9cfe9a
9cfe9a
* Mon Jan 30 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.90-1
9cfe9a
- 1.5.90
9cfe9a
- explicitly list various files rather than rely on globbing
9cfe9a
- enabled parallel make
9cfe9a
9cfe9a
* Wed Jan 25 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.5-1
9cfe9a
- 1.5.5
9cfe9a
- added CalDAV backend to the list of packaged extensions
9cfe9a
9cfe9a
* Mon Jan  9 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-4
9cfe9a
- updated patch 300 to remove usage of GNOME_COMPILE_WARNINGS from configure.in
9cfe9a
  (since gnome-common might not be available when we rerun the autotools)
9cfe9a
9cfe9a
* Mon Jan  9 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-3
9cfe9a
- added patch to make the "imap4"/"IMAP4rev1" backend optional; disable it in 
9cfe9a
  our packages; re-run automake since we have touched various Makefile.am 
9cfe9a
  files; rerun intltoolize to avoid incompatibilities between tarball copy of
9cfe9a
  intltool-merge.in and intltool.m4 in intltool package (@EXPANDED_LIBDIR@
9cfe9a
  renamed to @INTLTOOL_LIBDIR@) (#167574)
9cfe9a
- explicitly list the camel providers and e-d-s extension files in the spec file
9cfe9a
9cfe9a
* Thu Jan  5 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-2
9cfe9a
- added patch from David Woodhouse to validate reverse DNS domain before using 
9cfe9a
  in SMTP greeting (patch 103, #151121)
9cfe9a
9cfe9a
* Tue Jan  3 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-1
9cfe9a
- 1.5.4
9cfe9a
9cfe9a
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.3-2
9cfe9a
- Update specfile and patch 5 (evolution-data-server-1.3.5-nspr_fix.patch) to
9cfe9a
  use nss rather than mozilla-nss throughout
9cfe9a
9cfe9a
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.3-1
9cfe9a
- 1.5.3
9cfe9a
9cfe9a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
9cfe9a
- rebuilt
9cfe9a
9cfe9a
* Tue Dec  6 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.2-1
9cfe9a
- 1.5.2
9cfe9a
- bump eds_base_version from 1.4 to 1.6
9cfe9a
- updated patch 102
9cfe9a
9cfe9a
* Mon Dec  5 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.2.1-1
9cfe9a
- 1.4.2.1
9cfe9a
9cfe9a
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.2-1
9cfe9a
- 1.4.2
9cfe9a
9cfe9a
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-3
9cfe9a
- add -DLDAP_DEPRECATED to CFLAGS (#172999)
9cfe9a
9cfe9a
* Thu Nov 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-2
9cfe9a
- Updated license field to reflect change from GPL to LGPL
9cfe9a
- Remove all static libraries, not just those in /usr/lib; avoid listing libdir
9cfe9a
  subdirectory so that we can be more explicit about the package payload (bug
9cfe9a
  #172882)
9cfe9a
9cfe9a
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-1
9cfe9a
- 1.4.1.1
9cfe9a
9cfe9a
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1-2
9cfe9a
- Updated patch 102 (fix-implicit-function-declarations) to include fix for 
9cfe9a
  http calendar backend (thanks to Peter Robinson)
9cfe9a
9cfe9a
* Tue Oct  4 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1-1
9cfe9a
- 1.4.1
9cfe9a
9cfe9a
* Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 1.4.0-2
9cfe9a
- rebuild now that mozilla builds on ppc64
9cfe9a
9cfe9a
* Tue Sep  6 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.0-1
9cfe9a
- 1.4.0
9cfe9a
- Removed evolution-data-server-1.3.8-fix-libical-vsnprintf.c.patch; a version
9cfe9a
  of this is now upstream (was patch 103, added in 1.3.8-2)
9cfe9a
9cfe9a
* Wed Aug 31 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-6
9cfe9a
- Use regular LDAP library for now, rather than evolution-openldap (#167238)
9cfe9a
9cfe9a
* Tue Aug 30 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-5
9cfe9a
- Add -Werror-implicit-function-declaration back to CFLAGS at the make stage, 
9cfe9a
  after the configure, to spot 64-bit problems whilst avoiding breaking 
9cfe9a
  configuration tests; expand patch 102 to avoid this breaking libdb's CFLAGS
9cfe9a
9cfe9a
* Wed Aug 24 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-4
9cfe9a
- Remove -Werror-implicit-function-declaration from CFLAGS; this broke the
9cfe9a
  configuration test for fast mutexes in the internal copy of libdb, and hence
9cfe9a
  broke access to local addressbooks (#166742)
9cfe9a
- Introduce static_ldap macro; use it to link to static evolution-openldap 
9cfe9a
  library, containing NTLM support for LDAP binds (needed by Exchange support)
9cfe9a
9cfe9a
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-3
9cfe9a
- Updated patch 102 to fix further implicit function declarations
9cfe9a
9cfe9a
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-2
9cfe9a
- added patch (103) to fix problem with configuration macros in libical's
9cfe9a
  vsnprintf.c
9cfe9a
9cfe9a
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-1
9cfe9a
- 1.3.8
9cfe9a
- Add -Werror-implicit-function-declaration to CFLAGS, to avoid 64-bit issues
9cfe9a
  and add patch to fix these where they occur (patch 102)
9cfe9a
9cfe9a
* Mon Aug 15 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.7-2
9cfe9a
- rebuild
9cfe9a
9cfe9a
* Tue Aug  9 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.7-1
9cfe9a
- 1.3.7
9cfe9a
9cfe9a
* Mon Aug  8 2005 Tomas Mraz <tmraz@redhat.com> - 1.3.6.1-2
9cfe9a
- rebuild with new gnutls
9cfe9a
9cfe9a
* Fri Jul 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.6.1-1
9cfe9a
- 1.3.6.1
9cfe9a
9cfe9a
* Thu Jul 28 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.6-1
9cfe9a
- 1.3.6
9cfe9a
9cfe9a
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.5-2
9cfe9a
- Added patch to use nspr rather than mozilla-nspr when doing pkg-config tests
9cfe9a
  (Patch5: evolution-data-server-1.3.5-nspr_fix.patch)
9cfe9a
9cfe9a
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.5-1
9cfe9a
- 1.3.5
9cfe9a
- Split eds_major (was 1.2) into eds_base_version (1.4) and eds_api_version
9cfe9a
  (1.2) to correspond to BASE_VERSION and API_VERSION in configure.in; updated
9cfe9a
  rest of specfile accordingly.
9cfe9a
- Removed upstreamed patch: 
9cfe9a
  evolution-data-server-1.2.0-cope-with-a-macro-called-read.patch
9cfe9a
9cfe9a
* Mon Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-4.fc5
9cfe9a
- Added leak fixes for GNOME bug 309079 provided by Mark G. Adams
9cfe9a
9cfe9a
* Wed May 18 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-3
9cfe9a
- bumped libsoup requirement to 2.2.3; removed mozilla_build_version, using
9cfe9a
  pkg-config instead for locating NSPRS and NSS headers/libraries (#158085)
9cfe9a
9cfe9a
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-2
9cfe9a
- added patch to calendar/libecal/e-cal.c to fix missing declaration of open_calendar
9cfe9a
9cfe9a
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-1
9cfe9a
- 1.2.2
9cfe9a
9cfe9a
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.1-1
9cfe9a
- 1.2.1
9cfe9a
9cfe9a
* Thu Mar 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-3
9cfe9a
- Removed explicit run-time spec-file requirement on mozilla.
9cfe9a
  The Mozilla NSS API/ABI stabilised by version 1.7.3
9cfe9a
  The libraries are always located in the libdir
9cfe9a
  However, the headers are in /usr/include/mozilla-%{mozilla_build_version}
9cfe9a
  and so they move each time the mozilla version changes.
9cfe9a
  So we no longer have an explicit mozilla run-time requirement in the specfile; 
9cfe9a
  a requirement on the appropriate NSS and NSPR .so files is automagically generated on build.
9cfe9a
  We have an explicit, exact build-time version, so that we can find the headers (without
9cfe9a
  invoking an RPM query from the spec file; to do so is considered bad practice)
9cfe9a
- Introduced mozilla_build_version, to replace mozilla_version
9cfe9a
- Set mozilla_build_version to 1.7.6 to reflect current state of tree
9cfe9a
9cfe9a
* Tue Mar  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-2
9cfe9a
- Added a patch to deal with glibc defining a macro called "read"
9cfe9a
9cfe9a
* Tue Mar  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-1
9cfe9a
- 1.2.0
9cfe9a
- Removed patch for GCC 4 as this is now in upstream tarball
9cfe9a
9cfe9a
* Wed Mar  2 2005 Jeremy Katz <katzj@redhat.com> - 1.1.6-6
9cfe9a
- rebuild to fix library linking silliness
9cfe9a
9cfe9a
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-5
9cfe9a
- disabling gtk-doc on ia64 and s390x
9cfe9a
9cfe9a
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-4
9cfe9a
- added macro use_gtk_doc; added missing BuildRequires on gtk-doc; enabled gtk-doc generation on all platforms (had been disabled on ia64)
9cfe9a
9cfe9a
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-3
9cfe9a
- extended patch to deal with camel-groupwise-store-summary.c
9cfe9a
9cfe9a
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-2
9cfe9a
- added patch to fix badly-scoped declaration of "namespace_clear" in camel-imap-store-summary.c
9cfe9a
9cfe9a
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-1
9cfe9a
- 1.1.6
9cfe9a
9cfe9a
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-3
9cfe9a
- rebuild
9cfe9a
9cfe9a
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-2
9cfe9a
- forgot to fix sources
9cfe9a
9cfe9a
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-1
9cfe9a
- 1.1.5
9cfe9a
9cfe9a
* Thu Jan 27 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.2-1
9cfe9a
- Update from unstable 1.1.4.1 to unstable 1.1.1.4.2
9cfe9a
9cfe9a
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-3
9cfe9a
- disable gtk-doc generation on ia64 for now
9cfe9a
9cfe9a
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-2
9cfe9a
- Exclude ppc64 due to missing mozilla dependency
9cfe9a
9cfe9a
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-1
9cfe9a
- Update from 1.0.3 to 1.1.4.1
9cfe9a
- Updated eds_major from 1.0 to 1.2; fixed translation search path.
9cfe9a
- Removed 64-bit patch for calendar backend hash table; upstream now stores pointers to ECalBackendFactory, rather than GType
9cfe9a
- Removed calendar optimisation patch for part of part of bug #141283 as this is now in the upstream tarball
9cfe9a
- Added /usr/lib/evolution-data-server-%{eds_major} to cover the extensions, plus the camel code now in e-d-s, rather than evolution
9cfe9a
- Added /usr/share/pixmaps/evolution-data-server-%{eds_major} to cover the category pixmaps
9cfe9a
- Camel code from evolution is now in evolution-data-server:
9cfe9a
  - Added camel-index-control and camel-lock-helper to packaged files
9cfe9a
  - Added mozilla dependency code from the evolution package
9cfe9a
  - Ditto for LDAP
9cfe9a
  - Ditto for krb5
9cfe9a
  - Ditto for NNTP support handling
9cfe9a
  - Ditto for --enable-file-locking and --enable-dot-locking
9cfe9a
- Added requirements on libbonobo, libgnomeui, gnome-vfs2, GConf2, libglade2
9cfe9a
- Updated libsoup requirement from 2.2.1 to 2.2.2
9cfe9a
- Enabled gtk-doc
9cfe9a
9cfe9a
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-2
9cfe9a
- fixed packaging of translation files to reflect upstream change to GETTEXT_PACKAGE being evolution-data-server-1.0 rather than -1.5
9cfe9a
9cfe9a
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-1
9cfe9a
- update from upstream 1.0.2 to 1.0.3:
9cfe9a
  * Address Book
9cfe9a
    - prevent e_book_commit_contact from crashing on multiple calls (Diego Gonzalez)
9cfe9a
    - prevent file backend from crashing if uid of vcard is NULL (Diego Gonzalez)
9cfe9a
9cfe9a
  * Calendar
9cfe9a
    #XB59904 - Speed up calendar queries (Rodrigo)
9cfe9a
    #XB69624 - make changes in evo corresponding to soap schema changes  (Siva)
9cfe9a
    - fix libical build for automake 1.9 (Rodney)
9cfe9a
    - fix putenv usage for portability (Julio M. Merino Vidal)
9cfe9a
9cfe9a
  * Updated Translations:
9cfe9a
    - sv (Christian Rose)
9cfe9a
9cfe9a
- Removed patches to fix build on x86_64 and calendar optimisation for XB59004 as these are in the upstream tarball
9cfe9a
9cfe9a
* Tue Dec  7 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-6
9cfe9a
- Amortize writes to a local cache of a webcal calendar, fixing further aspect of #141283 (upstream bugzilla #70267), as posted to mailing list here:
9cfe9a
http://lists.ximian.com/archives/public/evolution-patches/2004-December/008338.html
9cfe9a
(The groupwise part of that patch did not cleanly apply, so I removed it).
9cfe9a
9cfe9a
* Thu Dec  2 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-5
9cfe9a
- Added fix for #141283 (upstream bugzilla XB 59904), a backported calendar 
9cfe9a
optimisation patch posted to upstream development mailing list here:
9cfe9a
http://lists.ximian.com/archives/public/evolution-patches/2004-November/008139.html
9cfe9a
9cfe9a
* Wed Nov  3 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-4
9cfe9a
- Added patch to fix usage of GINT_TO_POINTER/GPOINTER_TO_INT for calendar backend GType hash table, breaking on ia64  (#136914)
9cfe9a
9cfe9a
* Wed Oct 20 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-3
9cfe9a
- added workaround for a backend leak that causes the "contacts" calendar 
9cfe9a
backend to hold open an EBook for the local contacts (filed upstream at:
9cfe9a
http://bugzilla.ximian.com/show_bug.cgi?id=68533 ); this was causing e-d-s to
9cfe9a
never lose its last addressbook, and hence never quit.  We workaround this by
9cfe9a
detecting this condition and exiting when it occurs, fixing bug #134851 and #134849.
9cfe9a
9cfe9a
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-2
9cfe9a
- added patch to fix build on x86_64 (had multiple definitions of mutex code in libdb/dbinc.mutex.h)
9cfe9a
9cfe9a
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-1
9cfe9a
- update from 1.0.1 to 1.0.2
9cfe9a
- increased libsoup requirement to 2.2.1 to match configuration script
9cfe9a
9cfe9a
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.1-1
9cfe9a
- update from 1.0.0 to 1.0.1
9cfe9a
- removed patch that fixed warnings in calendar code (now in upstream tarball)
9cfe9a
9cfe9a
* Mon Sep 20 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.0-2
9cfe9a
- fixed various warnings in the calendar code 
9cfe9a
  (filed upstream here: http://bugzilla.ximian.com/show_bug.cgi?id=66383)
9cfe9a
9cfe9a
* Tue Sep 14 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.0-1
9cfe9a
- update from 0.0.99 to 1.0.0
9cfe9a
- changed path in FTP source location from 0.0 to 1.0
9cfe9a
9cfe9a
* Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.99-1
9cfe9a
- update from 0.0.98 to 0.0.99
9cfe9a
- increased libsoup requirement to 2.2.0 to match configuration script
9cfe9a
9cfe9a
* Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.98-1
9cfe9a
- updated tarball from 0.0.97 to 0.0.98; updated required libsoup version to 2.1.13
9cfe9a
9cfe9a
* Thu Aug  5 2004 Warren Togami <wtogami@redhat.com> - 0.0.97-2
9cfe9a
- pkgconfig -devel Requires libbonobo-devel, libgnome-devel
9cfe9a
9cfe9a
* Wed Aug  4 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.97-1
9cfe9a
- upgraded to 0.0.97; rewrote the package's description
9cfe9a
9cfe9a
* Mon Jul 26 2004 David Malcolm <dmalcolm@redhat.com>
9cfe9a
- rebuilt
9cfe9a
9cfe9a
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-2
9cfe9a
- added version numbers to the BuildRequires test for libsoup-devel and ORBit2-devel
9cfe9a
9cfe9a
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-1
9cfe9a
- 0.0.96; libsoup required is now 2.1.12
9cfe9a
9cfe9a
* Thu Jul  8 2004 David Malcolm <dmalcolm@redhat.com>
9cfe9a
- rebuilt
9cfe9a
9cfe9a
* Wed Jul  7 2004 David Malcolm <dmalcolm@redhat.com>
9cfe9a
- rebuilt
9cfe9a
9cfe9a
* Tue Jul  6 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.95-1
9cfe9a
- 0.0.95
9cfe9a
9cfe9a
* Thu Jun 17 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94.1-1
9cfe9a
- 0.0.94.1
9cfe9a
9cfe9a
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-2
9cfe9a
- rebuilt
9cfe9a
9cfe9a
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-1
9cfe9a
- 0.0.94
9cfe9a
9cfe9a
* Wed May 26 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-4
9cfe9a
- added ORBit2 requirement
9cfe9a
9cfe9a
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-3
9cfe9a
- rebuild again
9cfe9a
9cfe9a
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-2
9cfe9a
- rebuilt
9cfe9a
9cfe9a
* Thu May 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-1
9cfe9a
- 0.0.93; libsoup required is now 2.1.10
9cfe9a
9cfe9a
* Wed Apr 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.92-1
9cfe9a
- Update to 0.0.92; added a define and a requirement on the libsoup version
9cfe9a
9cfe9a
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 0.0.90-1
9cfe9a
- 0.0.90
9cfe9a
9cfe9a
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
9cfe9a
- rebuilt
9cfe9a
9cfe9a
* Mon Jan 26 2004 Jeremy Katz <katzj@redhat.com> - 0.0.6-1
9cfe9a
- 0.0.6
9cfe9a
9cfe9a
* Wed Jan 21 2004 Jeremy Katz <katzj@redhat.com> - 0.0.5-2
9cfe9a
- better fix by using system libtool
9cfe9a
9cfe9a
* Mon Jan 19 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-1
9cfe9a
- add some libdb linkage to make the build on x86_64 happy
9cfe9a
9cfe9a
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-0
9cfe9a
- update to 0.0.5
9cfe9a
9cfe9a
* Sat Jan  3 2004 Jeremy Katz <katzj@redhat.com> 0.0.4-0
9cfe9a
- Initial build.