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