a90057
%undefine __cmake_in_source_build
a90057
a90057
%define ldap_support 1
a90057
%define static_ldap 0
a90057
%define krb5_support 1
a90057
%define largefile_support 1
a90057
a90057
# enabled only for Fedora
a90057
%global phonenum_support 0%{?fedora}
a90057
a90057
# Coverity scan can override this to 0, to skip checking in gtk-doc generated code
a90057
%{!?with_docs: %global with_docs 1}
a90057
a90057
%if 0%{?flatpak}
a90057
%global with_docs 0
a90057
%endif
a90057
a90057
%define glib2_version 2.46
a90057
%define gtk3_version 3.16
a90057
%define gcr_version 3.4
a90057
%define gtk_doc_version 1.9
a90057
%define goa_version 3.8
a90057
%define intltool_version 0.35.5
a90057
%define libsecret_version 0.5
a90057
%define libgdata_version 0.15.1
a90057
%define libgweather_version 3.10
a90057
%define libical_version 3.0.7
a90057
%define libsoup_version 2.58
a90057
%define nss_version 3.14
a90057
%define sqlite_version 3.7.17
a90057
%define webkit2gtk_version 2.28.0
a90057
%define json_glib_version 1.0.4
a90057
a90057
%define credential_modules_dir %{_libdir}/evolution-data-server/credential-modules
a90057
%define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
a90057
%define ebook_backends_dir %{_libdir}/evolution-data-server/addressbook-backends
a90057
%define ecal_backends_dir %{_libdir}/evolution-data-server/calendar-backends
a90057
%define modules_dir %{_libdir}/evolution-data-server/registry-modules
a90057
%define uimodules_dir %{_libdir}/evolution-data-server/ui-modules
a90057
a90057
%global dbus_service_name_address_book	org.gnome.evolution.dataserver.AddressBook10
a90057
%global dbus_service_name_calendar	org.gnome.evolution.dataserver.Calendar8
a90057
%global dbus_service_name_sources	org.gnome.evolution.dataserver.Sources5
a90057
%global dbus_service_name_user_prompter	org.gnome.evolution.dataserver.UserPrompter0
a90057
a90057
%if "%{?_eds_dbus_services_prefix}" != ""
a90057
%global dbus_service_name_address_book	%{?_eds_dbus_services_prefix}.%{dbus_service_name_address_book}
a90057
%global dbus_service_name_calendar	%{?_eds_dbus_services_prefix}.%{dbus_service_name_calendar}
a90057
%global dbus_service_name_sources	%{?_eds_dbus_services_prefix}.%{dbus_service_name_sources}
a90057
%global dbus_service_name_user_prompter	%{?_eds_dbus_services_prefix}.%{dbus_service_name_user_prompter}
a90057
%endif
a90057
a90057
### Abstract ###
a90057
a90057
Name: evolution-data-server
a90057
Version: 3.40.4
9f4571
Release: 6%{?dist}
a90057
Summary: Backend data server for Evolution
a90057
License: LGPLv2+
a90057
URL: https://wiki.gnome.org/Apps/Evolution
a90057
Source: http://download.gnome.org/sources/%{name}/3.40/%{name}-%{version}.tar.xz
a90057
a90057
Patch01: evolution-data-server-3.40.4-icalcompiter.patch
a90057
Patch02: evolution-data-server-3.40.4-secret-monitor-warnings.patch
9f4571
Patch03: evolution-data-server-3.40.4-google-contacts-to-carddav.patch
9f4571
Patch04: evolution-data-server-3.40.4-google-oauth2.patch
9f4571
Patch05: evolution-data-server-3.40.4-caldav-crash.patch
a90057
a90057
Provides: evolution-webcal = %{version}
a90057
Obsoletes: evolution-webcal < 2.24.0
a90057
a90057
# RH-bug #1362477
a90057
Recommends: pinentry-gui
a90057
a90057
%if 0%{?fedora}
a90057
# From rhughes-f20-gnome-3-12 copr
a90057
Obsoletes: compat-evolution-data-server310-libcamel < 3.12
a90057
%endif
a90057
a90057
### Dependencies ###
a90057
a90057
Requires: %{name}-langpacks = %{version}-%{release}
a90057
a90057
### Build Dependencies ###
a90057
a90057
BuildRequires: cmake
a90057
BuildRequires: gcc
a90057
BuildRequires: gcc-c++
a90057
BuildRequires: gettext
a90057
BuildRequires: gperf
a90057
%if %{with_docs}
a90057
BuildRequires: gtk-doc >= %{gtk_doc_version}
a90057
%endif
a90057
BuildRequires: intltool >= %{intltool_version}
a90057
BuildRequires: make
a90057
BuildRequires: vala
a90057
BuildRequires: systemd
a90057
a90057
BuildRequires: pkgconfig(gcr-3)  >= %{gcr_version}
a90057
BuildRequires: pkgconfig(gcr-base-3)  >= %{gcr_version}
a90057
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
a90057
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
a90057
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version}
a90057
BuildRequires: pkgconfig(icu-i18n)
a90057
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
a90057
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
a90057
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
a90057
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
a90057
BuildRequires: pkgconfig(libical-glib) >= %{libical_version}
a90057
BuildRequires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
a90057
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
a90057
BuildRequires: pkgconfig(libxml-2.0)
a90057
BuildRequires: pkgconfig(nspr)
a90057
BuildRequires: pkgconfig(nss) >= %{nss_version}
a90057
BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version}
a90057
BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk_version}
a90057
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
a90057
BuildRequires: pkgconfig(libcanberra-gtk3)
a90057
a90057
%if %{ldap_support}
a90057
BuildRequires: openldap-devel >= 2.0.11
a90057
%if %{static_ldap}
a90057
BuildRequires: pkgconfig(openssl)
a90057
%endif
a90057
%endif
a90057
a90057
%if %{krb5_support}
a90057
BuildRequires: krb5-devel >= 1.11
a90057
%endif
a90057
a90057
%if %{phonenum_support}
a90057
BuildRequires: libphonenumber-devel
a90057
BuildRequires: protobuf-devel
a90057
BuildRequires: boost-devel
a90057
%endif
a90057
a90057
%description
a90057
The %{name} package provides a unified backend for programs that work
a90057
with contacts, tasks, and calendar information.
a90057
a90057
It was originally developed for Evolution (hence the name), but is now used
a90057
by other packages.
a90057
a90057
%package devel
a90057
Summary: Development files for building against %{name}
a90057
Requires: %{name}%{?_isa} = %{version}-%{release}
a90057
a90057
Requires: pkgconfig(goa-1.0) >= %{goa_version}
a90057
Requires: pkgconfig(libgdata) >= %{libgdata_version}
a90057
Requires: pkgconfig(gweather-3.0) >= %{libgweather_version}
a90057
Requires: pkgconfig(libical-glib) >= %{libical_version}
a90057
Requires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
a90057
Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
a90057
Requires: pkgconfig(sqlite3) >= %{sqlite_version}
a90057
Requires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk_version}
a90057
Requires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
a90057
a90057
%description devel
a90057
Development files needed for building things which link against %{name}.
a90057
a90057
%package langpacks
a90057
Summary: Translations for %{name}
a90057
BuildArch: noarch
a90057
Requires: %{name} = %{version}-%{release}
a90057
a90057
%description langpacks
a90057
This package contains translations for %{name}.
a90057
a90057
%if %{with_docs}
a90057
a90057
%package doc
a90057
Summary: Documentation files for %{name}
a90057
BuildArch: noarch
a90057
a90057
%description doc
a90057
This package contains developer documentation for %{name}.
a90057
a90057
# %%{with_docs}
a90057
%endif
a90057
a90057
%package perl
a90057
Summary: Supplemental utilities that require Perl
a90057
Requires: %{name}%{?_isa} = %{version}-%{release}
a90057
Requires: perl-interpreter
a90057
a90057
%description perl
a90057
This package contains supplemental utilities for %{name} that require Perl.
a90057
a90057
%package tests
a90057
Summary: Tests for the %{name} package
a90057
Requires: %{name}%{?_isa} = %{version}-%{release}
a90057
a90057
%description tests
a90057
The %{name}-tests package contains tests that can be used to verify
a90057
the functionality of the installed %{name} package.
a90057
a90057
%prep
a90057
%autosetup -p1 -S gendiff
a90057
a90057
%build
a90057
a90057
%if %{ldap_support}
a90057
a90057
%if %{static_ldap}
a90057
%define ldap_flags -DWITH_OPENLDAP=ON -DWITH_STATIC_LDAP=ON
a90057
# Set LIBS so that configure will be able to link with static LDAP libraries,
a90057
# which depend on Cyrus SASL and OpenSSL.  XXX Is the "else" clause necessary?
a90057
if pkg-config openssl ; then
a90057
	export LIBS="-lsasl2 `pkg-config --libs openssl`"
a90057
else
a90057
	export LIBS="-lsasl2 -lssl -lcrypto"
a90057
fi
a90057
# newer versions of openldap are built with Mozilla NSS crypto, so also need
a90057
# those libs to link with the static ldap libs
a90057
if pkg-config nss ; then
a90057
    export LIBS="$LIBS `pkg-config --libs nss`"
a90057
else
a90057
    export LIBS="$LIBS -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4"
a90057
fi
a90057
%else
a90057
%define ldap_flags -DWITH_OPENLDAP=ON
a90057
%endif
a90057
a90057
%else
a90057
%define ldap_flags -DWITH_OPENLDAP=OFF
a90057
%endif
a90057
a90057
%if %{krb5_support}
a90057
%define krb5_flags -DWITH_KRB5=ON
a90057
%else
a90057
%define krb5_flags -DWITH_KRB5=OFF
a90057
%endif
a90057
a90057
%if %{largefile_support}
a90057
%define largefile_flags -DENABLE_LARGEFILE=ON
a90057
%else
a90057
%define largefile_flags -DENABLE_LARGEFILE=OFF
a90057
%endif
a90057
a90057
%if %{phonenum_support}
a90057
%define phonenum_flags -DWITH_PHONENUMBER=ON
a90057
%else
a90057
%define phonenum_flags -DWITH_PHONENUMBER=OFF
a90057
%endif
a90057
a90057
%define ssl_flags -DENABLE_SMIME=ON
a90057
a90057
%if %{with_docs}
a90057
%define gtkdoc_flags -DENABLE_GTK_DOC=ON
a90057
%else
a90057
%define gtkdoc_flags -DENABLE_GTK_DOC=OFF
a90057
%endif
a90057
a90057
if ! pkg-config --exists nss; then
a90057
  echo "Unable to find suitable version of nss to use!"
a90057
  exit 1
a90057
fi
a90057
a90057
export CPPFLAGS="-I%{_includedir}/et"
a90057
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-deprecated-declarations"
a90057
a90057
%cmake -G "Unix Makefiles" \
a90057
	-DENABLE_MAINTAINER_MODE=OFF \
a90057
	-DWITH_LIBDB=OFF \
a90057
	-DENABLE_FILE_LOCKING=fcntl \
a90057
	-DENABLE_DOT_LOCKING=OFF \
a90057
	-DENABLE_INTROSPECTION=ON \
a90057
	-DENABLE_VALA_BINDINGS=ON \
a90057
	-DENABLE_INSTALLED_TESTS=ON \
a90057
        -DWITH_SYSTEMDUSERUNITDIR=%{_userunitdir} \
a90057
	%if "%{?_eds_dbus_services_prefix}" != ""
a90057
	-DDBUS_SERVICES_PREFIX=%{?_eds_dbus_services_prefix} \
a90057
	%endif
a90057
	%ldap_flags %krb5_flags %ssl_flags \
a90057
	%largefile_flags %gtkdoc_flags %phonenum_flags \
a90057
	%{nil}
a90057
a90057
%cmake_build
a90057
a90057
%install
a90057
%cmake_install
a90057
a90057
# make sure the directory exists, because it's owned by eds
a90057
mkdir $RPM_BUILD_ROOT/%{uimodules_dir} || :
a90057
a90057
# give the libraries some executable bits
a90057
find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
a90057
a90057
%find_lang %{name}
a90057
a90057
%files
a90057
%license COPYING
a90057
%doc README ChangeLog NEWS
a90057
%{_libdir}/libcamel-1.2.so.62
a90057
%{_libdir}/libcamel-1.2.so.62.0.0
a90057
%{_libdir}/libebackend-1.2.so.10
a90057
%{_libdir}/libebackend-1.2.so.10.0.0
a90057
%{_libdir}/libebook-1.2.so.20
a90057
%{_libdir}/libebook-1.2.so.20.1.3
a90057
%{_libdir}/libebook-contacts-1.2.so.3
a90057
%{_libdir}/libebook-contacts-1.2.so.3.0.0
a90057
%{_libdir}/libecal-2.0.so.1
a90057
%{_libdir}/libecal-2.0.so.1.0.0
a90057
%{_libdir}/libedata-book-1.2.so.26
a90057
%{_libdir}/libedata-book-1.2.so.26.0.0
a90057
%{_libdir}/libedata-cal-2.0.so.1
a90057
%{_libdir}/libedata-cal-2.0.so.1.0.0
a90057
%{_libdir}/libedataserver-1.2.so.26
a90057
%{_libdir}/libedataserver-1.2.so.26.0.0
a90057
%{_libdir}/libedataserverui-1.2.so.3
a90057
%{_libdir}/libedataserverui-1.2.so.3.0.0
a90057
a90057
%{_libdir}/girepository-1.0/Camel-1.2.typelib
a90057
%{_libdir}/girepository-1.0/EBackend-1.2.typelib
a90057
%{_libdir}/girepository-1.0/EBook-1.2.typelib
a90057
%{_libdir}/girepository-1.0/EBookContacts-1.2.typelib
a90057
%{_libdir}/girepository-1.0/ECal-2.0.typelib
a90057
%{_libdir}/girepository-1.0/EDataBook-1.2.typelib
a90057
%{_libdir}/girepository-1.0/EDataCal-2.0.typelib
a90057
%{_libdir}/girepository-1.0/EDataServer-1.2.typelib
a90057
%{_libdir}/girepository-1.0/EDataServerUI-1.2.typelib
a90057
a90057
%{_libexecdir}/camel-gpg-photo-saver
a90057
%{_libexecdir}/camel-index-control-1.2
a90057
%{_libexecdir}/camel-lock-helper-1.2
a90057
%{_libexecdir}/evolution-addressbook-factory
a90057
%{_libexecdir}/evolution-addressbook-factory-subprocess
a90057
%{_libexecdir}/evolution-calendar-factory
a90057
%{_libexecdir}/evolution-calendar-factory-subprocess
a90057
%{_libexecdir}/evolution-scan-gconf-tree-xml
a90057
%{_libexecdir}/evolution-source-registry
a90057
%{_libexecdir}/evolution-user-prompter
a90057
a90057
%dir %{_libexecdir}/evolution-data-server
a90057
%{_libexecdir}/evolution-data-server/addressbook-export
a90057
%{_libexecdir}/evolution-data-server/evolution-alarm-notify
a90057
%{_libexecdir}/evolution-data-server/list-sources
a90057
a90057
%{_sysconfdir}/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop
a90057
%{_datadir}/applications/org.gnome.Evolution-alarm-notify.desktop
a90057
a90057
# GSettings schemas:
a90057
%{_datadir}/GConf/gsettings/evolution-data-server.convert
a90057
%{_datadir}/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml
a90057
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.gschema.xml
a90057
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml
a90057
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml
a90057
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml
a90057
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
a90057
a90057
%{_datadir}/evolution-data-server
a90057
%{_datadir}/dbus-1/services/%{dbus_service_name_address_book}.service
a90057
%{_datadir}/dbus-1/services/%{dbus_service_name_calendar}.service
a90057
%{_datadir}/dbus-1/services/%{dbus_service_name_sources}.service
a90057
%{_datadir}/dbus-1/services/%{dbus_service_name_user_prompter}.service
a90057
%{_datadir}/pixmaps/evolution-data-server
a90057
a90057
%{_userunitdir}/evolution-addressbook-factory.service
a90057
%{_userunitdir}/evolution-calendar-factory.service
a90057
%{_userunitdir}/evolution-source-registry.service
a90057
%{_userunitdir}/evolution-user-prompter.service
a90057
a90057
%dir %{_libdir}/evolution-data-server
a90057
%dir %{credential_modules_dir}
a90057
%dir %{camel_provider_dir}
a90057
%dir %{ebook_backends_dir}
a90057
%dir %{ecal_backends_dir}
a90057
%dir %{modules_dir}
a90057
%dir %{uimodules_dir}
a90057
a90057
%{_libdir}/evolution-data-server/libedbus-private.so
a90057
a90057
# Camel providers:
a90057
%{camel_provider_dir}/libcamelimapx.so
a90057
%{camel_provider_dir}/libcamelimapx.urls
a90057
a90057
%{camel_provider_dir}/libcamellocal.so
a90057
%{camel_provider_dir}/libcamellocal.urls
a90057
a90057
%{camel_provider_dir}/libcamelnntp.so
a90057
%{camel_provider_dir}/libcamelnntp.urls
a90057
a90057
%{camel_provider_dir}/libcamelpop3.so
a90057
%{camel_provider_dir}/libcamelpop3.urls
a90057
a90057
%{camel_provider_dir}/libcamelsendmail.so
a90057
%{camel_provider_dir}/libcamelsendmail.urls
a90057
a90057
%{camel_provider_dir}/libcamelsmtp.so
a90057
%{camel_provider_dir}/libcamelsmtp.urls
a90057
a90057
# e-d-s extensions:
a90057
%{credential_modules_dir}/module-credentials-goa.so
a90057
%{ebook_backends_dir}/libebookbackendcarddav.so
a90057
%{ebook_backends_dir}/libebookbackendfile.so
a90057
%{ebook_backends_dir}/libebookbackendldap.so
a90057
%{ecal_backends_dir}/libecalbackendcaldav.so
a90057
%{ecal_backends_dir}/libecalbackendcontacts.so
a90057
%{ecal_backends_dir}/libecalbackendfile.so
a90057
%{ecal_backends_dir}/libecalbackendgtasks.so
a90057
%{ecal_backends_dir}/libecalbackendhttp.so
a90057
%{ecal_backends_dir}/libecalbackendweather.so
a90057
%{ecal_backends_dir}/libecalbackendwebdavnotes.so
a90057
%{modules_dir}/module-cache-reaper.so
a90057
%{modules_dir}/module-google-backend.so
a90057
%{modules_dir}/module-gnome-online-accounts.so
a90057
%{modules_dir}/module-oauth2-services.so
a90057
%{modules_dir}/module-outlook-backend.so
a90057
%{modules_dir}/module-secret-monitor.so
a90057
%{modules_dir}/module-trust-prompt.so
a90057
%{modules_dir}/module-webdav-backend.so
a90057
%{modules_dir}/module-yahoo-backend.so
a90057
a90057
%files devel
a90057
%{_includedir}/evolution-data-server
a90057
%{_libdir}/libcamel-1.2.so
a90057
%{_libdir}/libebackend-1.2.so
a90057
%{_libdir}/libebook-1.2.so
a90057
%{_libdir}/libebook-contacts-1.2.so
a90057
%{_libdir}/libecal-2.0.so
a90057
%{_libdir}/libedata-book-1.2.so
a90057
%{_libdir}/libedata-cal-2.0.so
a90057
%{_libdir}/libedataserver-1.2.so
a90057
%{_libdir}/libedataserverui-1.2.so
a90057
%{_libdir}/pkgconfig/camel-1.2.pc
a90057
%{_libdir}/pkgconfig/evolution-data-server-1.2.pc
a90057
%{_libdir}/pkgconfig/libebackend-1.2.pc
a90057
%{_libdir}/pkgconfig/libebook-1.2.pc
a90057
%{_libdir}/pkgconfig/libebook-contacts-1.2.pc
a90057
%{_libdir}/pkgconfig/libecal-2.0.pc
a90057
%{_libdir}/pkgconfig/libedata-book-1.2.pc
a90057
%{_libdir}/pkgconfig/libedata-cal-2.0.pc
a90057
%{_libdir}/pkgconfig/libedataserver-1.2.pc
a90057
%{_libdir}/pkgconfig/libedataserverui-1.2.pc
a90057
%{_datadir}/gir-1.0/Camel-1.2.gir
a90057
%{_datadir}/gir-1.0/EBackend-1.2.gir
a90057
%{_datadir}/gir-1.0/EBook-1.2.gir
a90057
%{_datadir}/gir-1.0/EBookContacts-1.2.gir
a90057
%{_datadir}/gir-1.0/ECal-2.0.gir
a90057
%{_datadir}/gir-1.0/EDataBook-1.2.gir
a90057
%{_datadir}/gir-1.0/EDataCal-2.0.gir
a90057
%{_datadir}/gir-1.0/EDataServer-1.2.gir
a90057
%{_datadir}/gir-1.0/EDataServerUI-1.2.gir
a90057
%{_datadir}/vala/vapi/camel-1.2.deps
a90057
%{_datadir}/vala/vapi/camel-1.2.vapi
a90057
%{_datadir}/vala/vapi/libebackend-1.2.deps
a90057
%{_datadir}/vala/vapi/libebackend-1.2.vapi
a90057
%{_datadir}/vala/vapi/libebook-1.2.deps
a90057
%{_datadir}/vala/vapi/libebook-1.2.vapi
a90057
%{_datadir}/vala/vapi/libebook-contacts-1.2.deps
a90057
%{_datadir}/vala/vapi/libebook-contacts-1.2.vapi
a90057
%{_datadir}/vala/vapi/libecal-2.0.deps
a90057
%{_datadir}/vala/vapi/libecal-2.0.vapi
a90057
%{_datadir}/vala/vapi/libedata-book-1.2.deps
a90057
%{_datadir}/vala/vapi/libedata-book-1.2.vapi
a90057
%{_datadir}/vala/vapi/libedata-cal-2.0.deps
a90057
%{_datadir}/vala/vapi/libedata-cal-2.0.vapi
a90057
%{_datadir}/vala/vapi/libedataserver-1.2.deps
a90057
%{_datadir}/vala/vapi/libedataserver-1.2.vapi
a90057
%{_datadir}/vala/vapi/libedataserverui-1.2.deps
a90057
%{_datadir}/vala/vapi/libedataserverui-1.2.vapi
a90057
a90057
%files langpacks -f %{name}.lang
a90057
a90057
%if %{with_docs}
a90057
a90057
%files doc
a90057
%{_datadir}/gtk-doc/html/*
a90057
a90057
%endif
a90057
a90057
%files perl
a90057
%{_libexecdir}/evolution-data-server/csv2vcard
a90057
a90057
%files tests
a90057
%{_libdir}/libetestserverutils.so
a90057
%{_libdir}/libetestserverutils.so.0
a90057
%{_libdir}/libetestserverutils.so.0.0.0
a90057
%{_libexecdir}/%{name}/installed-tests
a90057
%{_datadir}/installed-tests
a90057
a90057
%changelog
9f4571
* Tue May 24 2022 Milan Crha <mcrha@redhat.com> - 3.40.4-6
9f4571
- Resolves: #2089902 (CalDAV: Crash on calendar update)
9f4571
9f4571
* Wed May 04 2022 Milan Crha <mcrha@redhat.com> - 3.40.4-5
9f4571
- Resolves: #2081747 (Backport patch for Google OAuth2 change)
9f4571
9f4571
* Tue Apr 05 2022 Milan Crha <mcrha@redhat.com> - 3.40.4-4
9f4571
- Resolves: #2071893 (Addressbook: Switch from GData Contacts API to CardDAV API for Google books)
63acf8
a90057
* Mon Nov 22 2021 Milan Crha <mcrha@redhat.com> - 3.40.4-3
a90057
- Resolves: #2025480 (secret-monitor: Turn runtime warnings into debug prints)
a90057
a90057
* Mon Nov 08 2021 Milan Crha <mcrha@redhat.com> - 3.40.4-2
a90057
- Resolves: #2021055 (Add patch to correct ICalCompIter component's usage)
a90057
a90057
* Fri Aug 13 2021 Milan Crha <mcrha@redhat.com> - 3.40.4-1
a90057
- Related: #1992450 (Update to 3.40.4)
a90057
a90057
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.40.3-2
a90057
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
a90057
  Related: rhbz#1991688
a90057
a90057
* Mon Jul 12 2021 Milan Crha <mcrha@redhat.com> - 3.40.3-1
a90057
- Related: #1981215 (Update to 3.40.3)
a90057
a90057
* Fri Jun 04 2021 Milan Crha <mcrha@redhat.com> - 3.40.2-1
a90057
- Related: #1967855 (Update to 3.40.2)
a90057
a90057
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.40.0-4
a90057
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
a90057
a90057
* Mon Mar 29 2021 Milan Crha <mcrha@redhat.com> - 3.40.0-3
a90057
- Resolves: #1943818 (ESourceWebDAV: Fallback to SHA1 on SSL trust verification if needed)
a90057
a90057
* Fri Mar 26 2021 Kalev Lember <klember@redhat.com> - 3.40.0-2
a90057
- Drop unnecessary requires on dconf
a90057
a90057
* Fri Mar 19 2021 Milan Crha <mcrha@redhat.com> - 3.40.0-1
a90057
- Update to 3.40.0
a90057
a90057
* Fri Mar 12 2021 Milan Crha <mcrha@redhat.com> - 3.39.3-1
a90057
- Update to 3.39.3
a90057
a90057
* Sat Feb 13 2021 Kalev Lember <klember@redhat.com> - 3.39.2-3
a90057
- Drop temporary ABI compat
a90057
a90057
* Fri Feb 12 2021 Kalev Lember <klember@redhat.com> - 3.39.2-2
a90057
- Keep temporary ABI compat with previous soname
a90057
a90057
* Fri Feb 12 2021 Milan Crha <mcrha@redhat.com> - 3.39.2-1
a90057
- Update to 3.39.2
a90057
a90057
* Fri Feb 05 2021 Kalev Lember <klember@redhat.com> - 3.39.1-3
a90057
- Recommend pinentry-gui virtual provide, rather than pinentry-gtk
a90057
a90057
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.39.1-2
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a90057
a90057
* Fri Jan 08 2021 Milan Crha <mcrha@redhat.com> - 3.39.1-1
a90057
- Update to 3.39.1
a90057
a90057
* Fri Nov 20 2020 Milan Crha <mcrha@redhat.com> - 3.38.2-1
a90057
- Update to 3.38.2
a90057
a90057
* Mon Oct 05 2020 Milan Crha <mcrha@redhat.com> - 3.38.1-2
a90057
- Correct D-Bus service file name - it can change when _eds_dbus_services_prefix is defined
a90057
- Replace perl-generators build time dependency with perl-interpreter install time dependency
a90057
a90057
* Fri Oct 02 2020 Milan Crha <mcrha@redhat.com> - 3.38.1-1
a90057
- Update to 3.38.1
a90057
a90057
* Sat Sep 26 2020 Adrian Reber <adrian@lisas.de> - 3.38.0-2
a90057
- Rebuilt for protobuf 3.13
a90057
a90057
* Fri Sep 11 2020 Milan Crha <mcrha@redhat.com> - 3.38.0-1
a90057
- Update to 3.38.0
a90057
a90057
* Fri Sep 04 2020 Milan Crha <mcrha@redhat.com> - 3.37.92-1
a90057
- Update to 3.37.92
a90057
a90057
* Fri Aug 07 2020 Milan Crha <mcrha@redhat.com> - 3.37.90-1
a90057
- Update to 3.37.90
a90057
a90057
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.3-4
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a90057
a90057
* Tue Jul 14 2020 Milan Crha <mcrha@redhat.com> - 3.37.3-3
a90057
- Rebuild in a side tag for bodhi, to be able to create an update
a90057
a90057
* Fri Jul 03 2020 Milan Crha <mcrha@redhat.com> - 3.37.3-2
a90057
- Add a patch for missing G_BEGIN_DECLS in e-soup-logger.h
a90057
a90057
* Fri Jul 03 2020 Milan Crha <mcrha@redhat.com> - 3.37.3-1
a90057
- Update to 3.37.3
a90057
a90057
* Tue Jun 23 2020 Adam Williamson <awilliam@redhat.com> - 3.37.2-2
a90057
- Rebuild with newer protobuf and libphonenumber
a90057
- Backport several fixes for annoying bugs from mainline
a90057
a90057
* Fri May 29 2020 Milan Crha <mcrha@redhat.com> - 3.37.2-1
a90057
- Update to 3.37.2
a90057
a90057
* Sun May 17 2020 Pete Walter <pwalter@fedoraproject.org> - 3.37.1-2
a90057
- Rebuild for ICU 67
a90057
a90057
* Fri Apr 24 2020 Milan Crha <mcrha@redhat.com> - 3.37.1-1
a90057
- Update to 3.37.1
a90057
a90057
* Wed Apr 01 2020 Nikhil Jha <hi@nikhiljha.com> - 3.36.1-3
a90057
- Build with phonenumber support
a90057
a90057
* Mon Mar 30 2020 Milan Crha <mcrha@redhat.com> - 3.36.1-2
a90057
- Remove libdb dependency
a90057
a90057
* Fri Mar 27 2020 Milan Crha <mcrha@redhat.com> - 3.36.1-1
a90057
- Update to 3.36.1
a90057
a90057
* Fri Mar 06 2020 Milan Crha <mcrha@redhat.com> - 3.36.0-1
a90057
- Update to 3.36.0
a90057
a90057
* Fri Feb 28 2020 Milan Crha <mcrha@redhat.com> - 3.35.92-1
a90057
- Update to 3.35.92
a90057
a90057
* Fri Feb 14 2020 Milan Crha <mcrha@redhat.com> - 3.35.91-1
a90057
- Update to 3.35.91
a90057
a90057
* Fri Jan 31 2020 Milan Crha <mcrha@redhat.com> - 3.35.90-1
a90057
- Update to 3.35.90
a90057
a90057
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.3-3
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a90057
a90057
* Tue Jan 07 2020 Milan Crha <mcrha@redhat.com> - 3.35.3-2
a90057
- Add patch for RH bug #1754321 (alarm-notify: Double-free with certain types of the reminder)
a90057
a90057
* Fri Jan 03 2020 Milan Crha <mcrha@redhat.com> - 3.35.3-1
a90057
- Update to 3.35.3
a90057
a90057
* Fri Nov 22 2019 Milan Crha <mcrha@redhat.com> - 3.35.2-1
a90057
- Update to 3.35.2
a90057
a90057
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 3.35.1-2
a90057
- Rebuild for ICU 65
a90057
a90057
* Fri Oct 11 2019 Milan Crha <mcrha@redhat.com> - 3.35.1-1
a90057
- Update to 3.35.1
a90057
a90057
* Mon Oct 07 2019 Milan Crha <mcrha@redhat.com> - 3.34.1-1
a90057
- Update to 3.34.1
a90057
a90057
* Mon Sep 09 2019 Milan Crha <mcrha@redhat.com> - 3.34.0-1
a90057
- Update to 3.34.0
a90057
a90057
* Mon Sep 02 2019 Milan Crha <mcrha@redhat.com> - 3.33.92-1
a90057
- Update to 3.33.92
a90057
a90057
* Mon Aug 19 2019 Milan Crha <mcrha@redhat.com> - 3.33.91-1
a90057
- Update to 3.33.91
a90057
a90057
* Mon Aug 05 2019 Milan Crha <mcrha@redhat.com> - 3.33.90-1
a90057
- Update to 3.33.90
a90057
a90057
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.33.4-2
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a90057
a90057
* Mon Jul 15 2019 Milan Crha <mcrha@redhat.com> - 3.33.4-1
a90057
- Update to 3.33.4
a90057
a90057
* Mon Jul 08 2019 Kalev Lember <klember@redhat.com> - 3.33.3-2
a90057
- Rebuilt for libgweather soname bump
a90057
a90057
* Mon Jun 17 2019 Milan Crha <mcrha@redhat.com> - 3.33.3-1
a90057
- Update to 3.33.3
a90057
a90057
* Mon May 20 2019 Milan Crha <mcrha@redhat.com> - 3.33.2-1
a90057
- Update to 3.33.2
a90057
a90057
* Mon Apr 22 2019 Milan Crha <mcrha@redhat.com> - 3.33.1-1
a90057
- Update to 3.33.1
a90057
a90057
* Mon Apr 08 2019 Milan Crha <mcrha@redhat.com> - 3.32.1-1
a90057
- Update to 3.32.1
a90057
a90057
* Mon Mar 11 2019 Milan Crha <mcrha@redhat.com> - 3.32.0-1
a90057
- Update to 3.32.0
a90057
a90057
* Mon Mar 04 2019 Milan Crha <mcrha@redhat.com> - 3.31.92-1
a90057
- Update to 3.31.92
a90057
a90057
* Mon Feb 18 2019 Milan Crha <mcrha@redhat.com> - 3.31.91-1
a90057
- Update to 3.31.91
a90057
a90057
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 3.31.90-2
a90057
- Update BRs for vala packaging changes
a90057
a90057
* Mon Feb 04 2019 Milan Crha <mcrha@redhat.com> - 3.31.90-1
a90057
- Update to 3.31.90
a90057
a90057
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.4-4
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a90057
a90057
* Wed Jan 23 2019 Pete Walter <pwalter@fedoraproject.org> - 3.31.4-3
a90057
- Rebuild for ICU 63
a90057
a90057
* Mon Jan 07 2019 Milan Crha <mcrha@redhat.com> - 3.31.4-2
a90057
- Fix typo in the latest Igor Gnatenko's commit (Remove obsolete scriptlets)
a90057
a90057
* Mon Jan 07 2019 Milan Crha <mcrha@redhat.com> - 3.31.4-1
a90057
- Update to 3.31.4
a90057
a90057
* Mon Dec 10 2018 Milan Crha <mcrha@redhat.com> - 3.31.3-1
a90057
- Update to 3.31.3
a90057
a90057
* Mon Nov 12 2018 Milan Crha <mcrha@redhat.com> - 3.31.2-1
a90057
- Update to 3.31.2
a90057
a90057
* Mon Oct 08 2018 Milan Crha <mcrha@redhat.com> - 3.31.1-1
a90057
- Update to 3.31.1
a90057
a90057
* Mon Sep 24 2018 Milan Crha <mcrha@redhat.com> - 3.30.1-1
a90057
- Update to 3.30.1
a90057
- Remove patch for GNOME Evolution issue #86 (fixed upstream)
a90057
a90057
* Mon Sep 03 2018 Milan Crha <mcrha@redhat.com> - 3.30.0-1
a90057
- Update to 3.30.0
a90057
- Add patch for GNOME Evolution issue #86 (Quoting of plain text mail into HTML mode mangles deeper levels)
a90057
a90057
* Mon Aug 27 2018 Milan Crha <mcrha@redhat.com> - 3.29.92-1
a90057
- Update to 3.29.92
a90057
a90057
* Mon Aug 13 2018 Milan Crha <mcrha@redhat.com> - 3.29.91-1
a90057
- Update to 3.29.91
a90057
a90057
* Mon Jul 30 2018 Milan Crha <mcrha@redhat.com> - 3.29.90-1
a90057
- Update to 3.29.90
a90057
a90057
* Mon Jul 16 2018 Milan Crha <mcrha@redhat.com> - 3.29.4-1
a90057
- Update to 3.29.4
a90057
a90057
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.3-3
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a90057
a90057
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 3.29.3-2
a90057
- Rebuild for ICU 62
a90057
a90057
* Mon Jun 18 2018 Milan Crha <mcrha@redhat.com> - 3.29.3-1
a90057
- Update to 3.29.3
a90057
a90057
* Mon May 21 2018 Milan Crha <mcrha@redhat.com> - 3.29.2-1
a90057
- Update to 3.29.2
a90057
a90057
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 3.29.1-2
a90057
- Rebuild for ICU 61.1
a90057
a90057
* Mon Apr 16 2018 Milan Crha <mcrha@redhat.com> - 3.29.1-1
a90057
- Update to 3.29.1
a90057
- Remove fix to strip closing > from URLs when linkifying (BGO#795108) (Fixed upstream)
a90057
- Drop build dependency on python
a90057
a90057
* Tue Apr 10 2018 Adam Williamson <awilliam@redhat.com> - 3.28.1-2
a90057
- Backport fix to strip closing > from URLs when linkifying (BGO#795108)
a90057
a90057
* Mon Apr 09 2018 Milan Crha <mcrha@redhat.com> - 3.28.1-1
a90057
- Update to 3.28.1
a90057
a90057
* Mon Mar 12 2018 Milan Crha <mcrha@redhat.com> - 3.28.0-1
a90057
- Update to 3.28.0
a90057
a90057
* Mon Mar 05 2018 Milan Crha <mcrha@redhat.com> - 3.27.92-1
a90057
- Update to 3.27.92
a90057
a90057
* Mon Feb 19 2018 Milan Crha <mcrha@redhat.com> - 3.27.91-1
a90057
- Update to 3.27.91
a90057
a90057
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.90-2
a90057
- Escape macros in %%changelog
a90057
a90057
* Tue Feb 06 2018 Milan Crha <mcrha@redhat.com> - 3.27.90-1
a90057
- Update to 3.27.90
a90057
a90057
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 3.27.4-2
a90057
- Rebuilt for libgweather soname bump
a90057
a90057
* Mon Jan 08 2018 Milan Crha <mcrha@redhat.com> - 3.27.4-1
a90057
- Update to 3.27.4
a90057
a90057
* Mon Dec 11 2017 Milan Crha <mcrha@redhat.com> - 3.27.3-1
a90057
- Update to 3.27.3
a90057
a90057
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 3.27.2-2
a90057
- Rebuild for ICU 60.1
a90057
a90057
* Mon Nov 13 2017 Milan Crha <mcrha@redhat.com> - 3.27.2-1
a90057
- Update to 3.27.2
a90057
a90057
* Mon Nov 06 2017 Milan Crha <mcrha@redhat.com> - 3.27.1-2
a90057
- Rebuild for libical 3.0.0
a90057
a90057
* Mon Oct 16 2017 Milan Crha <mcrha@redhat.com> - 3.27.1-1
a90057
- Update to 3.27.1
a90057
a90057
* Mon Oct 02 2017 Milan Crha <mcrha@redhat.com> - 3.26.1-1
a90057
- Update to 3.26.1
a90057
a90057
* Mon Sep 11 2017 Milan Crha <mcrha@redhat.com> - 3.26.0-1
a90057
- Update to 3.26.0
a90057
a90057
* Mon Sep 04 2017 Milan Crha <mcrha@redhat.com> - 3.25.92-1
a90057
- Update to 3.25.92
a90057
a90057
* Tue Aug 22 2017 Ville Skyttä <ville.skytta@iki.fi> - 3.25.91-2
a90057
- Own the %%{_libexecdir}/evolution-data-server dir
a90057
- Install COPYING as %%license
a90057
a90057
* Mon Aug 21 2017 Milan Crha <mcrha@redhat.com> - 3.25.91-1
a90057
- Update to 3.25.91
a90057
a90057
* Mon Aug 07 2017 Milan Crha <mcrha@redhat.com> - 3.25.90-1
a90057
- Update to 3.25.90
a90057
a90057
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-3
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a90057
a90057
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-2
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a90057
a90057
* Mon Jul 17 2017 Milan Crha <mcrha@redhat.com> - 3.25.4-1
a90057
- Update to 3.25.4
a90057
a90057
* Mon Jun 19 2017 Milan Crha <mcrha@redhat.com> - 3.25.3-1
a90057
- Update to 3.25.3
a90057
a90057
* Mon May 22 2017 Milan Crha <mcrha@redhat.com> - 3.25.2-1
a90057
- Update to 3.25.2
a90057
a90057
* Thu Apr 27 2017 Milan Crha <mcrha@redhat.com> - 3.25.1-2
a90057
- Split translations into separate package
a90057
a90057
* Mon Apr 24 2017 Milan Crha <mcrha@redhat.com> - 3.25.1-1
a90057
- Update to 3.25.1
a90057
a90057
* Mon Apr 10 2017 Milan Crha <mcrha@redhat.com> - 3.24.1-1
a90057
- Update to 3.24.1
a90057
a90057
* Mon Mar 20 2017 Milan Crha <mcrha@redhat.com> - 3.24.0-1
a90057
- Update to 3.24.0
a90057
a90057
* Mon Mar 13 2017 Milan Crha <mcrha@redhat.com> - 3.23.92-1
a90057
- Update to 3.23.92
a90057
a90057
* Mon Feb 27 2017 Milan Crha <mcrha@redhat.com> - 3.23.91-1
a90057
- Update to 3.23.91
a90057
a90057
* Mon Feb 13 2017 Milan Crha <mcrha@redhat.com> - 3.23.90-1
a90057
- Update to 3.23.90
a90057
a90057
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.4-2
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a90057
a90057
* Mon Jan 16 2017 Milan Crha <mcrha@redhat.com> - 3.23.4-1
a90057
- Update to 3.23.4
a90057
- Add Recommends: pinentry-gtk (RH bug #1362477)
a90057
a90057
* Mon Dec 12 2016 Milan Crha <mcrha@redhat.com> - 3.23.3-1
a90057
- Update to 3.23.3
a90057
- Remove the patch for RH bug #1395987 (fixed upstream)
a90057
a90057
* Mon Nov 21 2016 Milan Crha <mcrha@redhat.com> - 3.23.2-2
a90057
- Add a patch for RH bug #1395987 (Build GSSAPI support for Camel)
a90057
a90057
* Mon Nov 21 2016 Milan Crha <mcrha@redhat.com> - 3.23.2-1
a90057
- Update to 3.23.2
a90057
a90057
* Mon Oct 24 2016 Milan Crha <mcrha@redhat.com> - 3.23.1-1
a90057
- Update to 3.23.1
a90057
a90057
* Mon Oct 10 2016 Milan Crha <mcrha@redhat.com> - 3.22.1-1
a90057
- Update to 3.22.1
a90057
a90057
* Mon Sep 19 2016 Milan Crha <mcrha@redhat.com> - 3.22.0-1
a90057
- Update to 3.22.0
a90057
a90057
* Mon Sep 12 2016 Milan Crha <mcrha@redhat.com> - 3.21.92-1
a90057
- Update to 3.21.92
a90057
a90057
* Mon Aug 29 2016 Milan Crha <mcrha@redhat.com> - 3.21.91-1
a90057
- Update to 3.21.91
a90057
a90057
* Mon Aug 15 2016 Milan Crha <mcrha@redhat.com> - 3.21.90-1
a90057
- Update to 3.21.90
a90057
a90057
* Mon Jul 18 2016 Milan Crha <mcrha@redhat.com> - 3.21.4-1
a90057
- Update to 3.21.4
a90057
- Introduce new "perl" subpackage (code moved from the evolution)
a90057
a90057
* Mon Jun 20 2016 Milan Crha <mcrha@redhat.com> - 3.21.3-1
a90057
- Update to 3.21.3
a90057
a90057
* Mon May 23 2016 Milan Crha <mcrha@redhat.com> - 3.21.2-1
a90057
- Update to 3.21.2
a90057
a90057
* Mon Apr 25 2016 Milan Crha <mcrha@redhat.com> - 3.21.1-1
a90057
- Update to 3.21.1
a90057
a90057
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 3.20.1-2
a90057
- rebuild for ICU 57.1
a90057
a90057
* Mon Apr 11 2016 Milan Crha <mcrha@redhat.com> - 3.20.1-1
a90057
- Update to 3.20.1
a90057
a90057
* Mon Mar 21 2016 Milan Crha <mcrha@redhat.com> - 3.20.0-1
a90057
- Update to 3.20.0
a90057
a90057
* Mon Mar 14 2016 Milan Crha <mcrha@redhat.com> - 3.19.92-1
a90057
- Update to 3.19.92
a90057
a90057
* Mon Feb 29 2016 Milan Crha <mcrha@redhat.com> - 3.19.91-1
a90057
- Update to 3.19.91
a90057
a90057
* Mon Feb 15 2016 Milan Crha <mcrha@redhat.com> - 3.19.90-1
a90057
- Update to 3.19.90
a90057
a90057
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-3
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a90057
a90057
* Mon Jan 18 2016 David Tardon <dtardon@redhat.com> - 3.19.4-2
a90057
- rebuild for libical 2.0.0
a90057
a90057
* Mon Jan 18 2016 Milan Crha <mcrha@redhat.com> - 3.19.4-1
a90057
- Update to 3.19.4
a90057
a90057
* Mon Dec 14 2015 Milan Crha <mcrha@redhat.com> - 3.19.3-1
a90057
- Update to 3.19.3
a90057
a90057
* Mon Nov 23 2015 Milan Crha <mcrha@redhat.com> - 3.19.2-1
a90057
- Update to 3.19.2
a90057
a90057
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 3.19.1-2
a90057
- rebuild for ICU 56.1
a90057
a90057
* Mon Oct 26 2015 Milan Crha <mcrha@redhat.com> - 3.19.1-1
a90057
- Update to 3.19.1
a90057
a90057
* Mon Oct 12 2015 Milan Crha <mcrha@redhat.com> - 3.18.1-1
a90057
- Update to 3.18.1
a90057
a90057
* Mon Sep 21 2015 Milan Crha <mcrha@redhat.com> - 3.18.0-1
a90057
- Update to 3.18.0
a90057
- Remove a patch for compatibility with glib 2.45.8 (fixed upstream)
a90057
a90057
* Thu Sep 17 2015 Kalev Lember <klember@redhat.com> - 3.17.92-2
a90057
- Backport a patch for compatibility with glib 2.45.8
a90057
a90057
* Mon Sep 14 2015 Milan Crha <mcrha@redhat.com> - 3.17.92-1
a90057
- Update to 3.17.92
a90057
a90057
* Mon Aug 31 2015 Milan Crha <mcrha@redhat.com> - 3.17.91-1
a90057
- Update to 3.17.91
a90057
a90057
* Mon Aug 17 2015 Milan Crha <mcrha@redhat.com> - 3.17.90-1
a90057
- Update to 3.17.90
a90057
a90057
* Mon Jul 20 2015 Milan Crha <mcrha@redhat.com> - 3.17.4-1
a90057
- Update to 3.17.4
a90057
a90057
* Mon Jun 22 2015 Milan Crha <mcrha@redhat.com> - 3.17.3-1
a90057
- Update to 3.17.3
a90057
a90057
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a90057
a90057
* Mon May 25 2015 Milan Crha <mcrha@redhat.com> - 3.17.2-1
a90057
- Update to 3.17.2
a90057
a90057
* Mon Apr 27 2015 Milan Crha <mcrha@redhat.com> - 3.17.1-1
a90057
- Update to 3.17.1
a90057
a90057
* Mon Apr 13 2015 Milan Crha <mcrha@redhat.com> - 3.16.1-1
a90057
- Update to 3.16.1
a90057
a90057
* Mon Mar 23 2015 Milan Crha <mcrha@redhat.com> - 3.16.0-1
a90057
- Update to 3.16.0
a90057
a90057
* Mon Mar 16 2015 Milan Crha <mcrha@redhat.com> - 3.15.92-1
a90057
- Update to 3.15.92
a90057
- Remove patch to fix libdb configure.ac check (fixed upstream)
a90057
a90057
* Mon Mar 02 2015 Milan Crha <mcrha@redhat.com> - 3.15.91-1
a90057
- Update to 3.15.91
a90057
- Add patch to fix libdb configure.ac check
a90057
a90057
* Mon Feb 16 2015 Milan Crha <mcrha@redhat.com> - 3.13.90-1
a90057
- Update to 3.13.90
a90057
a90057
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 3.13.10-2
a90057
- rebuild for ICU 54.1
a90057
a90057
* Mon Jan 26 2015 Milan Crha <mcrha@redhat.com> - 3.13.10-1
a90057
- Update to 3.13.10
a90057
a90057
* Mon Dec 22 2014 Milan Crha <mcrha@redhat.com> - 3.13.9-1
a90057
- Update to 3.13.9
a90057
a90057
* Mon Nov 24 2014 Milan Crha <mcrha@redhat.com> - 3.13.8-1
a90057
- Update to 3.13.8
a90057
a90057
* Sun Nov 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-2
a90057
- Obsolete compat-evolution-data-server310-libcamel from rhughes-f20-gnome-3-12
a90057
  copr
a90057
a90057
* Mon Oct 27 2014 Milan Crha <mcrha@redhat.com> - 3.13.7-1
a90057
- Update to 3.13.7
a90057
- Re-enable parallel build
a90057
a90057
* Mon Sep 22 2014 Milan Crha <mcrha@redhat.com> - 3.13.6-1
a90057
- Update to 3.13.6
a90057
- Remove patch for GNOME bug #735311 (fixed upstream)
a90057
a90057
* Wed Aug 27 2014 Milan Crha <mcrha@redhat.com> - 3.13.5-3
a90057
- Add patch for GNOME bug #735311 (Adapt to new Google HTTP restriction)
a90057
a90057
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 3.13.5-2
a90057
- rebuild for ICU 53.1
a90057
a90057
* Mon Aug 25 2014 Milan Crha <mcrha@redhat.com> - 3.13.5-1
a90057
- Update to 3.13.5
a90057
a90057
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a90057
a90057
* Wed Jul 30 2014 Milan Crha <mcrha@redhat.com> - 3.13.4-1
a90057
- Update to 3.13.4
a90057
- Introduce tests subpackage with installed tests
a90057
- Remove patch for GNOME bug 733081 (fixed upstream)
a90057
a90057
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.4-4
a90057
- Rebuilt for gobject-introspection 1.41.4
a90057
a90057
* Fri Jul 18 2014 Milan Crha <mcrha@redhat.com> - 3.12.4-3
a90057
- Update patch for GNOME bug 733081 (IMAPx job stuck with IDLE)
a90057
a90057
* Wed Jul 16 2014 Milan Crha <mcrha@redhat.com> - 3.12.4-2
a90057
- Add patch for GNOME bug 733081 (IMAPx job stuck with IDLE)
a90057
a90057
* Mon Jul 14 2014 Milan Crha <mcrha@redhat.com> - 3.12.4-1
a90057
- Update to 3.12.4
a90057
a90057
* Mon Jun 09 2014 Milan Crha <mcrha@redhat.com> - 3.12.3-1
a90057
- Update to 3.12.3
a90057
a90057
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-2
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a90057
a90057
* Mon May 12 2014 Milan Crha <mcrha@redhat.com> - 3.12.2-1
a90057
- Update to 3.12.2
a90057
a90057
* Wed Apr 16 2014 Adam Williamson <awilliam@redhat.com> - 3.12.1-2
a90057
- rebuild for new libgdata
a90057
a90057
* Mon Apr 14 2014 Milan Crha <mcrha@redhat.com> - 3.12.1-1
a90057
- Update to 3.12.1
a90057
a90057
* Mon Mar 24 2014 Milan Crha <mcrha@redhat.com> - 3.12.0-1
a90057
- Update to 3.12.0
a90057
a90057
* Mon Mar 17 2014 Milan Crha <mcrha@redhat.com> - 3.11.92-1
a90057
- Update to 3.11.92
a90057
a90057
* Mon Mar 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.91-1
a90057
- Update to 3.11.91
a90057
a90057
* Mon Feb 17 2014 Milan Crha <mcrha@redhat.com> - 3.11.90-1
a90057
- Update to 3.11.90
a90057
a90057
* Fri Feb 14 2014 Adam Williamson <awilliam@redhat.com> - 3.11.5-3
a90057
- rebuild for new icu
a90057
a90057
* Mon Feb 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.5-2
a90057
- Avoid compiler warning due to incorrect krb5 include folder
a90057
a90057
* Mon Feb 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.5-1
a90057
- Update to 3.11.5
a90057
a90057
* Mon Jan 13 2014 Milan Crha <mcrha@redhat.com> - 3.11.4-1
a90057
- Update to 3.11.4
a90057
a90057
* Sun Dec 22 2013 Ville Skyttä <ville.skytta@iki.fi> - 3.11.2-3
a90057
- Drop empty AUTHORS from docs.
a90057
a90057
* Thu Nov 21 2013 Milan Crha <mcrha@redhat.com> - 3.11.2-2
a90057
- Rebuild for new libical (RH bug #1023020)
a90057
a90057
* Mon Nov 18 2013 Milan Crha <mcrha@redhat.com> - 3.11.2-1
a90057
- Update to 3.11.2
a90057
- Conditionally build devel documentation
a90057
- Disable compiler warnings about deprecated symbols
a90057
a90057
* Tue Oct 22 2013 Matthew Barnes <mbarnes@redhat.com> - 3.11.1-1
a90057
- Update to 3.11.1
a90057
a90057
* Mon Oct 14 2013 Milan Crha <mcrha@redhat.com> - 3.10.1-1
a90057
- Update to 3.10.1
a90057
a90057
* Mon Sep 23 2013 Milan Crha <mcrha@redhat.com> - 3.10.0-1
a90057
- Update to 3.10.0
a90057
a90057
* Mon Sep 16 2013 Milan Crha <mcrha@redhat.com> - 3.9.92-1
a90057
- Update to 3.9.92
a90057
a90057
* Mon Sep 02 2013 Milan Crha <mcrha@redhat.com> - 3.9.91-1
a90057
- Update to 3.9.91
a90057
a90057
* Mon Aug 19 2013 Milan Crha <mcrha@redhat.com> - 3.9.90-1
a90057
- Update to 3.9.90
a90057
a90057
* Mon Aug 12 2013 Milan Crha <mcrha@redhat.com> - 3.9.5-3
a90057
- Bump nss version requirement to 3.14
a90057
a90057
* Tue Aug 06 2013 Adam Williamson <awilliam@redhat.com> - 3.9.5-2
a90057
- rebuild for new libgweather
a90057
a90057
* Mon Jul 29 2013 Milan Crha <mcrha@redhat.com> - 3.9.5-1
a90057
- Update to 3.9.5
a90057
a90057
* Sun Jul 21 2013 Matthew Barnes <mbarnes@redhat.com> - 3.9.4-2
a90057
- Require dconf for dconf-service, necessary for evolution-data-server
a90057
  to operate properly.
a90057
a90057
* Mon Jul 08 2013 Milan Crha <mcrha@redhat.com> - 3.9.4-1
a90057
- Update to 3.9.4
a90057
a90057
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-2
a90057
- Rebuilt for libgweather 3.9.3 soname bump
a90057
a90057
* Mon Jun 17 2013 Milan Crha <mcrha@redhat.com> - 3.9.3-1
a90057
- Update to 3.9.3
a90057
a90057
* Mon May 27 2013 Milan Crha <mcrha@redhat.com> - 3.9.2-1
a90057
- Update to 3.9.2
a90057
a90057
* Fri May 24 2013 Rex Dieter <rdieter@fedoraproject.org> 3.9.1-2
a90057
- rebuild (libical)
a90057
a90057
* Mon Apr 29 2013 Milan Crha <mcrha@redhat.com> - 3.9.1-1
a90057
- Update to 3.9.1
a90057
a90057
* Mon Mar 25 2013 Milan Crha <mcrha@redhat.com> - 3.8.0-1
a90057
- Update to 3.8.0
a90057
a90057
* Mon Mar 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.92-1
a90057
- Update to 3.7.92
a90057
a90057
* Mon Mar 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.91-1
a90057
- Update to 3.7.91
a90057
- Remove an upstream .pc files fix for a libebook split (fixed upstream)
a90057
- Remove patch gor GNOME bug #693101 (fixed upstream)
a90057
- Remove patch for Red Hat bug #912503 (fixed upstream)
a90057
a90057
* Thu Feb 21 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-3
a90057
- Add patch gor GNOME bug #693101 (IMAPx vanishes folder summary)
a90057
- Add patch for Red Hat bug #912503 (incorrect G_BEGIN/END_DECLS)
a90057
a90057
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-2
a90057
- Add an upstream .pc files fix for a libebook split
a90057
a90057
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-1
a90057
- Update to 3.7.90
a90057
a90057
* Mon Feb 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.5-1
a90057
- Update to 3.7.5
a90057
a90057
* Mon Jan 14 2013 Milan Crha <mcrha@redhat.com> - 3.7.4-1
a90057
- Update to 3.7.4
a90057
- Add --add-missing to automake call
a90057
a90057
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-2
a90057
- Rebuilt for libgweather 3.7.3 soname bump
a90057
a90057
* Tue Dec 18 2012 Matthew Barnes <mbarnes@redhat.com> - 3.7.3-1
a90057
- Update to 3.7.3
a90057
- Remove obsolete BuildRequires:
a90057
    bison
a90057
    dbus-glib-devel
a90057
    libgnome-keyring-devel
a90057
    liboauth-devel
a90057
a90057
* Mon Nov 19 2012 Milan Crha <mcrha@redhat.com> - 3.7.2.1-1
a90057
- Update to 3.7.2.1
a90057
a90057
* Mon Oct 22 2012 Milan Crha <mcrha@redhat.com> - 3.7.1-1
a90057
- Update to 3.7.1
a90057
a90057
* Mon Sep 17 2012 Milan Crha <mcrha@redhat.com> - 3.5.92-1
a90057
- Update to 3.5.92
a90057
a90057
* Mon Sep 03 2012 Milan Crha <mcrha@redhat.com> - 3.5.91-1
a90057
- Update to 3.5.91
a90057
a90057
* Mon Aug 20 2012 Milan Crha <mcrha@redhat.com> - 3.5.90-1
a90057
- Update to 3.5.90
a90057
a90057
* Mon Aug 06 2012 Milan Crha <mcrha@redhat.com> - 3.5.5-1
a90057
- Update to 3.5.5
a90057
- Remove patch for less memory usage from vTrash camel folders (fixed upstream)
a90057
a90057
* Thu Jul 26 2012 Milan Crha <mcrha@redhat.com> - 3.5.4-3
a90057
- Add patch for less memory usage from vTrash camel folders
a90057
a90057
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a90057
a90057
* Mon Jul 16 2012 Milan Crha <mcrha@redhat.com> - 3.5.4-1
a90057
- Update to 3.5.4
a90057
- Change dependency from db4 to libdb
a90057
a90057
* Sun Jul  1 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3.1-1
a90057
- Update to 3.5.3.1
a90057
a90057
* Wed Jun 27 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3-3
a90057
- Avoid exposing <db.h> in a public header file.
a90057
a90057
* Wed Jun 27 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-2
a90057
- Build against libgweather 3.5
a90057
a90057
* Mon Jun 25 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3-1
a90057
- Update to 3.5.3
a90057
- Add BR: gcr-devel >= 3.4
a90057
- Drop BR: GConf2-devel  \o/
a90057
a90057
* Mon Jun 04 2012 Milan Crha <mcrha@redhat.com> - 3.5.2-1
a90057
- Update to 3.5.2
a90057
a90057
* Sun Apr 29 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.1-1
a90057
- Update to 3.5.1
a90057
a90057
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
a90057
- Silence rpm scriptlet output
a90057
a90057
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
a90057
- Update to 3.4.1
a90057
a90057
* Mon Mar 26 2012 Milan Crha <mcrha@redhat.com> - 3.4.0-1
a90057
- Update to 3.4.0
a90057
a90057
* Mon Mar 19 2012 Milan Crha <mcrha@redhat.com> - 3.3.92-1
a90057
- Update to 3.3.92
a90057
a90057
* Tue Mar 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.91-1
a90057
- Update to 3.3.91
a90057
a90057
* Mon Feb 20 2012 Milan Crha <mcrha@redhat.com> - 3.3.90-1
a90057
- Update to 3.3.90
a90057
a90057
* Mon Feb 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.5-1
a90057
- Update to 3.3.5
a90057
a90057
* Mon Jan 16 2012 Milan Crha <mcrha@redhat.com> - 3.3.4-1
a90057
- Update to 3.3.4
a90057
a90057
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-3
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a90057
a90057
* Fri Dec 30 2011 Matthew Barnes <mbarnes@redhat.com> - 3.3.3-2
a90057
- Require libgnome-keyring-devel instead of gnome-keyring-devel.
a90057
a90057
* Mon Dec 19 2011 Milan Crha <mcrha@redhat.com> - 3.3.3-1
a90057
- Update to 3.3.3
a90057
a90057
* Mon Nov 21 2011 Milan Crha <mcrha@redhat.com> - 3.3.2-1
a90057
- Update to 3.3.2
a90057
- Remove patch to not call g_thread_init() (fixed upstream)
a90057
a90057
* Mon Oct 24 2011 Milan Crha <mcrha@redhat.com> - 3.3.1-1
a90057
- Update to 3.3.1
a90057
- Add patch to not call g_thread_init()
a90057
a90057
* Mon Sep 26 2011 Milan Crha <mcrha@redhat.com> - 3.2.0-1
a90057
- Update to 3.2.0
a90057
a90057
* Mon Sep 19 2011 Milan Crha <mcrha@redhat.com> - 3.1.92-1
a90057
- Update to 3.1.92
a90057
a90057
* Mon Sep 05 2011 Milan Crha <mcrha@redhat.com> - 3.1.91-1
a90057
- Update to 3.1.91
a90057
- Enable introspection and vala bindings
a90057
a90057
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 3.1.90-1
a90057
- Update to 3.1.90
a90057
a90057
* Mon Aug 15 2011 Milan Crha <mcrha@redhat.com> - 3.1.5-1
a90057
- Update to 3.1.5
a90057
a90057
* Sat Jul 23 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.4-1
a90057
- Update to 3.1.4
a90057
a90057
* Mon Jul 04 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.3-1
a90057
- Update to 3.1.3
a90057
- Remove patch for libgdata-0.9.0 (fixed upstream).
a90057
- Disable SMP flags; some source directories are racy.
a90057
- Remove keyring option; gnome-keyring is mandatory now.
a90057
- Add BR: gnome-online-accounts-devel and liboauth-devel
a90057
a90057
* Tue Jun 14 2011 Milan Crha <mcrha@redhat.com> - 3.1.2-1
a90057
- Update to 3.1.2
a90057
- Add patch by Philip Withnall to build against libgdata-0.9.0
a90057
a90057
* Mon May 09 2011 Milan Crha <mcrha@redhat.com> - 3.1.1-1
a90057
- Update to 3.1.1
a90057
- Drop groupwise backends, as it was split out upstream
a90057
a90057
* Mon Apr 04 2011 Milan Crha <mcrha@redhat.com> - 3.0.0-1
a90057
- Update to 3.0.0
a90057
a90057
* Mon Mar 21 2011 Milan Crha <mcrha@redhat.com> - 2.91.92-1
a90057
- Update to 2.91.92
a90057
a90057
* Mon Mar 07 2011 Milan Crha <mcrha@redhat.com> - 2.91.91-1
a90057
- Update to 2.91.91
a90057
a90057
* Mon Feb 21 2011 Milan Crha <mcrha@redhat.com> - 2.91.90-1
a90057
- Update to 2.91.90
a90057
a90057
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-4
a90057
- Rebuild against newer gtk
a90057
a90057
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-3
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a90057
a90057
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-2
a90057
- Rebuild
a90057
a90057
* Mon Jan 31 2011 Milan Crha <mcrha@redhat.com> - 2.91.6-1
a90057
- Update to 2.91.6
a90057
- Requires gtk3.
a90057
a90057
* Mon Jan 31 2011 Caolánc McNamara <caolanm@redhat.com> - 2.91.5-4
a90057
- Rebuild against new libgweather
a90057
a90057
* Tue Jan 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-3
a90057
- Rebuild against new libgdata
a90057
a90057
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
a90057
- Move girs to -devel
a90057
a90057
* Mon Jan 10 2011 Milan Crha <mcrha@redhat.com> - 2.91.5-1
a90057
- Update to 2.91.5
a90057
a90057
* Mon Dec 20 2010 Milan Crha <mcrha@redhat.com> - 2.91.4-1
a90057
- Update to 2.91.4
a90057
a90057
* Mon Nov 29 2010 Milan Crha <mcrha@redhat.com> - 2.91.3-1
a90057
- Update to 2.91.3
a90057
a90057
* Mon Nov 08 2010 Milan Crha <mcrha@redhat.com> - 2.91.2-1
a90057
- Update to 2.91.2
a90057
a90057
* Fri Nov 05 2010 Milan Crha <mcrha@redhat.com> - 2.91.1-2
a90057
- Rebuild against newer libxml2
a90057
a90057
* Mon Oct 18 2010 Milan Crha <mcrha@redhat.com> - 2.91.1-1
a90057
- Update to 2.91.1
a90057
a90057
* Mon Oct 11 2010 Milan Crha <mcrha@redhat.com> - 2.91.0-1
a90057
- Update to 2.91.0
a90057
a90057
* Wed Sep 29 2010 jkeating - 2.31.92-2
a90057
- Rebuilt for gcc bug 634757
a90057
a90057
* Mon Sep 13 2010 Milan Crha <mcrha@redhat.com> - 2.31.92-1.fc15
a90057
- Update to 2.31.92
a90057
a90057
* Mon Aug 30 2010 Milan Crha <mcrha@redhat.com> - 2.31.91-1.fc14
a90057
- Update to 2.31.91
a90057
a90057
* Mon Aug 16 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.90-1.fc14
a90057
- Update to 2.31.90
a90057
a90057
* Mon Aug 02 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.6-1.fc14
a90057
- Update to 2.31.6
a90057
- Resume GSEAL usage.
a90057
- Drop dbus-glib requirement.
a90057
- Bump glib2 requirement to 2.25.12.
a90057
- Roll back eds_base_version to 2.32.
a90057
a90057
* Tue Jul 13 2010 Milan Crha <mcrha@redhat.com> - 2.31.5-1.fc14
a90057
- Update to 2.31.5
a90057
a90057
* Mon Jun 07 2010 Milan Crha <mcrha@redhat.com> - 2.31.3-1.fc14
a90057
- Update to 2.31.3
a90057
a90057
* Tue May 25 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.2-2.fc14
a90057
- Enable largefile support in Camel, to help debug GNOME bug #612082.
a90057
  Debian turned this on recently and is experiencing problems, and I
a90057
  want to get to the bottom of it and finally break this 2 GB barrier.
a90057
a90057
* Mon May 24 2010 Milan Crha <mcrha@redhat.com> - 2.31.2-1.fc14
a90057
- Update to 2.31.2
a90057
- libecalbackendgoogle dropped.
a90057
a90057
* Mon May 03 2010 Milan Crha <mcrha@redhat.com> - 2.31.1-1.fc14
a90057
- Update to 2.31.1
a90057
- Update BuildRequires.
a90057
- Remove imap4 camel provider support (dropped upstream).
a90057
a90057
* Tue Feb 09 2010 Milan Crha <mcrha@redhat.com> - 2.29.90-3.fc13
a90057
- Return back BuildRequires: libglade2-devel.
a90057
a90057
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.90-2.fc13
a90057
- Rebuild to hopefully fix pkgconfig auto-provides glitch.
a90057
a90057
* Mon Feb 08 2010 Milan Crha <mcrha@redhat.com> - 2.29.90-1.fc13
a90057
- Update to 2.29.90
a90057
- Removed unneeded BuildRequires.
a90057
a90057
* Mon Jan 25 2010 Milan Crha <mcrha@redhat.com> - 2.29.6-1.fc13
a90057
- Update to 2.29.6
a90057
a90057
* Tue Jan 12 2010 Milan Crha <mcrha@redhat.com> - 2.29.5-1.fc13
a90057
- Update to 2.29.5
a90057
- Correct Source URL
a90057
a90057
* Mon Dec 21 2009 Milan Crha <mcrha@redhat.com> - 2.29.4-1.fc13
a90057
- Update to 2.29.4
a90057
- Remove patch for GNOME bug #487988 (fixed upstream).
a90057
a90057
* Wed Dec 09 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-3
a90057
- Remove libgnome and libgnomeui requirements
a90057
a90057
* Wed Dec 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.29.3-2.fc13
a90057
- Devel subpackage does not need to require doc subpackage.
a90057
a90057
* Mon Nov 30 2009 Milan Crha <mcrha@redhat.com> - 2.29.3-1.fc13
a90057
- Update to 2.29.3
a90057
a90057
* Mon Nov 16 2009 Milan Crha <mcrha@redhat.com> - 2.29.2-1.fc13
a90057
- Update to 2.29.2
a90057
a90057
* Tue Oct 27 2009 Matthew Barnes <mbarnes@redhat.com> - 2.29.1-1.fc13
a90057
- Update to 2.29.1
a90057
- Bump eds_base_version to 2.30.
a90057
- Add dbus-glib build requirement.
a90057
- Drop Bonobo + ORBit dependency (yay!).
a90057
- Remove option to use OpenSSL instead of NSS.
a90057
- Drop eds_api_version definition since it will never change.
a90057
- Remove patch for GNOME bug #373146 (deviates from upstream).
a90057
a90057
* Mon Sep 21 2009 Milan Crha <mcrha@redhat.com> - 2.28.0-1.fc12
a90057
- Update to 2.28.0
a90057
a90057
* Mon Sep 07 2009 Milan Crha <mcrha@redhat.com> - 2.27.92-1.fc12
a90057
- Update to 2.27.92
a90057
a90057
* Thu Aug 27 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.91-3.fc12
a90057
- Rebuild with old OpenSSL, er something...
a90057
a90057
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 2.27.91-2.fc12
a90057
- rebuilt with new openssl
a90057
a90057
* Mon Aug 24 2009 Milan Crha <mcrha@redhat.com> - 2.27.91-1.fc12
a90057
- Update to 2.27.91
a90057
a90057
* Mon Aug 10 2009 Milan Crha <mcrha@redhat.com> - 2.27.90-1.fc12
a90057
- Update to 2.27.90
a90057
a90057
* Mon Jul 27 2009 Milan Crha <mcrha@redhat.com> - 2.27.5-1.fc12
a90057
- Update to 2.27.5
a90057
a90057
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a90057
a90057
* Mon Jul 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.4-1.fc12
a90057
- Update to 2.27.4
a90057
- Remove patch for RH bug #505661 (fixed upstream).
a90057
a90057
* Thu Jul 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-3.fc12
a90057
- Add patch for RH bug #505661 (crash on startup).
a90057
a90057
* Wed Jul 01 2009 Milan Crha <mcrha@redhat.com> - 2.27.3-2.fc12
a90057
- Rebuild against newer gcc
a90057
a90057
* Mon Jun 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-1.fc12
a90057
- Update to 2.27.3
a90057
a90057
* Mon May 25 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.2-1.fc12
a90057
- Update to 2.27.2
a90057
- Remove strict_build_settings since the settings are used upstream now.
a90057
a90057
* Mon May 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.1-1.fc12
a90057
- Update to 2.27.1
a90057
- Bump evo_major to 2.28.
a90057
a90057
* Wed Apr 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1.1-1.fc11
a90057
- Update to 2.26.1.1
a90057
a90057
* Mon Apr 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1-1.fc11
a90057
- Update to 2.26.1
a90057
a90057
* Mon Mar 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.0-1.fc11
a90057
- Update to 2.26.0
a90057
- Remove patch for RH bug #568332 (fixed upstream).
a90057
- Remove patch for GNOME bug #573240 (reverted upstream).
a90057
a90057
* Fri Mar 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-4.fc11
a90057
- Revise patch for RH bug #568332 to match upstream commit.
a90057
a90057
* Thu Mar 12 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-3.fc11
a90057
- Add patch for RH bug #568332 (thread leak in fsync() rate limiting).
a90057
a90057
* Sat Mar 07 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-2.fc11
a90057
- Add patch to revert GNOME bug #573240 (IMAP message loading regressions).
a90057
a90057
* Mon Mar 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-1.fc11
a90057
- Update to 2.25.92
a90057
a90057
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> 2.25.91-3
a90057
- Make -doc noarch
a90057
a90057
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
a90057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a90057
a90057
* Mon Feb 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.91-1.fc11
a90057
- Update to 2.25.91
a90057
a90057
* Fri Feb 06 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-5.fc11
a90057
- Update BuildRoot, License, Source and URL tags.
a90057
- Require gnome-common so we don't have to patch it out.
a90057
a90057
* Wed Feb 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-4.fc11
a90057
- ... and fix our own <ical.h> includes too.
a90057
a90057
* Wed Feb 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-3.fc11
a90057
- Work around libical's broken pkg-config file.
a90057
a90057
* Mon Feb 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-2.fc11
a90057
- Forgot the libical requirement in devel subpackage.
a90057
a90057
* Mon Feb 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-1.fc11
a90057
- Update to 2.25.90
a90057
- Add libical build requirement.
a90057
a90057
* Mon Jan 19 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.5-1.fc11
a90057
- Update to 2.25.5
a90057
- Bump gtk2_version to 2.14.0.
a90057
a90057
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.25.4-2.fc11
a90057
- rebuild with new openssl
a90057
a90057
* Mon Jan 05 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.4-1.fc11
a90057
- Update to 2.25.4
a90057
a90057
* Mon Dec 15 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-1.fc11
a90057
- Update to 2.25.3
a90057
- New BR: libgweather-devel
a90057
a90057
* Thu Dec 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25-2-2.fc11
a90057
- Rebuild due to recent pkg-config breakage.
a90057
a90057
* Mon Dec 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.2-1.fc11
a90057
- Update to 2.25.2
a90057
a90057
* Thu Nov 27 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-2.fc11
a90057
- Obsolete the evolution-webcal package (RH bug #468855).
a90057
a90057
* Mon Nov 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-1.fc11
a90057
- Update to 2.25.1
a90057
- Bump eds_base_version to 2.26.
a90057
- Remove patch for RH bug #467804 (fixed upstream).
a90057
a90057
* Thu Oct 23 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.1-2.fc10
a90057
- Add patch for RH bug #467804 (remove console spew).
a90057
a90057
* Tue Oct 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.1-1.fc10
a90057
- Update to 2.24.1
a90057
a90057
* Mon Sep 22 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.0-1.fc10
a90057
- Update to 2.24.0
a90057
a90057
* Mon Sep 08 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.92-1.fc10
a90057
- Update to 2.23.92
a90057
a90057
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1.fc10
a90057
- Update to 2.23.91
a90057
a90057
* Wed Aug 20 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.90.1-1.fc10
a90057
- Update to 2.23.90.1
a90057
a90057
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-3.fc10
a90057
- Add sqlite3 requirement to devel subpackage.
a90057
a90057
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-2.fc10
a90057
- Add sqlite3 to Camel's pkgconfig requirements.
a90057
a90057
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-1.fc10
a90057
- Update to 2.23.6
a90057
- Add build requirement for sqlite.
a90057
a90057
* Mon Jul 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.5-1.fc10
a90057
- Update to 2.23.5
a90057
- Remove patch for RH bug #534080 (fixed upstream).
a90057
a90057
* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.23.4-3
a90057
- fix license tag
a90057
a90057
* Thu Jul 03 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.4-2.fc10
a90057
- Add patch for RH bug #534080 (fix attachment saving).
a90057
a90057
* Mon Jun 16 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.4-1.fc10
a90057
- Update to 2.23.4
a90057
a90057
* Mon Jun 02 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.3-1.fc10
a90057
- Update to 2.23.3
a90057
- Remove patch for GNOME bug #531439 (fixed upstream).
a90057
a90057
* Sun May 18 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-3.fc10
a90057
- Add patch for GNOME bug #531439 (GPG passphrases destroy passwords).
a90057
a90057
* Tue May 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-2.fc10
a90057
- Fix some third-party package breakage caused by libebackend.
a90057
a90057
* Mon May 12 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-1.fc10
a90057
- Update to 2.23.2
a90057
- Add files for new libebackend library.
a90057
- Remove patch for RH bug #202309 (fixed upstream).
a90057
a90057
* Mon Apr 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-1.fc10
a90057
- Update to 2.23.1
a90057
- Bump eds_base_version to 2.24.
a90057
- Bump glib2 requirement to 2.16.1.
a90057
- Drop gnome-vfs2 requirement.
a90057
a90057
* Mon Apr 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.1-1.fc9
a90057
- Update to 2.22.1
a90057
- Remove patch for RH bug #296671 (fixed upstream).
a90057
- Remove patch for GNOME bug #523023 (fixed upstream).
a90057
a90057
* Mon Mar 24 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3.fc9
a90057
- Add patch for GNOME bug #523023 (EFolder leak in evo-ex-storage).
a90057
a90057
* Tue Mar 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2.fc9
a90057
- Add patch for RH bug #296671 (GC servers may not support NTLM).
a90057
a90057
* Mon Mar 10 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-1.fc9
a90057
- Update to 2.22.0
a90057
a90057
* Mon Feb 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.92-1.fc9
a90057
- Update to 2.21.92
a90057
- Remove patch for GNOME bug #516074 (fixed upstream).
a90057
a90057
* Thu Feb 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-3.fc9
a90057
- Try removing the ancient "ldap-x86_64-hack" patch.
a90057
a90057
* Wed Feb 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-2.fc9
a90057
- Rebuild against libsoup 2.3.2.
a90057
a90057
* Mon Feb 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-1.fc9
a90057
- Update to 2.21.91
a90057
- Add patch for GNOME bug #516074 (latest glibc breaks Camel).
a90057
a90057
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1.fc9
a90057
- Update to 2.21.90
a90057
- Remove patch for GNOME bug #509644 (fixed upstream).
a90057
a90057
* Thu Jan 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-3.fc9
a90057
- Rename evolution-1.4.4-ldap-x86_64-hack.patch to avoid namespace
a90057
  collision with similarly named patch in evolution (RH bug #395551).
a90057
a90057
* Wed Jan 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-2.fc9
a90057
- Add patch for GNOME bug #509644 (password dialog breakage).
a90057
- Remove patch for RH bug #384741 (fixed upstream).
a90057
- Remove patch for GNOME bug #363695 (obsolete).
a90057
- Remove patch for GNOME bug #376991 (obsolete).
a90057
a90057
* Mon Jan 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-1.fc9
a90057
- Update to 2.21.5
a90057
a90057
* Mon Dec 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.4-1.fc9
a90057
- Update to 2.21.4
a90057
- Require gtk-doc >= 1.9.
a90057
a90057
* Tue Dec  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-2
a90057
- Rebuild against openssl
a90057
a90057
* Mon Dec 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.3-1.fc9
a90057
- Update to 2.21.3
a90057
a90057
* Thu Nov 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-2.fc9
a90057
- Add patch for RH bug #384741 (authentication crash).
a90057
a90057
* Mon Nov 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-1.fc9
a90057
- Update to 2.21.2
a90057
a90057
* Mon Oct 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.1-1.fc9
a90057
- Update to 2.21.1
a90057
- Bump eds_base_version to 2.22.
a90057
- Remove patch for RH bug #212106 (fixed upstream).
a90057
- Remove patch for GNOME bug #417999 (fixed upstream).
a90057
a90057
* Fri Oct 26 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-4.fc9
a90057
- Remove the use_gtk_doc macro.
a90057
- Remove redundant requirements.
a90057
- Use the name tag where appropriate.
a90057
- Add an evolution-data-server-doc subpackage.
a90057
a90057
* Thu Oct 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-3.fc9
a90057
- Porting a couple patches over from RHEL5:
a90057
- Add patch for RH bug #212106 (address book error on fresh install).
a90057
- Add patch for RH bug #215702 (bad search filter for LDAP address books).
a90057
a90057
* Tue Oct 16 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-2.fc8
a90057
- Disable patch for GNOME bug #376991 for now.  It may be contributing
a90057
  to password prompting problems as described in RH bug #296671.
a90057
a90057
* Mon Oct 15 2007 Milan Crha <mcrha@redhat.com> - 1.12.1-1.fc8
a90057
- Update to 1.12.1
a90057
a90057
* Mon Sep 17 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.0-1.fc8
a90057
- Update to 1.12.0
a90057
a90057
* Mon Sep 03 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.92-1.fc8
a90057
- Update to 1.11.92
a90057
a90057
* Tue Aug 28 2007 Milan Crha <mcrha@redhat.com> - 1.11.91-1.fc8
a90057
- Update to 1.11.91
a90057
- Removed patch for RH bug #215634 (fixed upstream).
a90057
- Removed patch for GNOME bug #466987 (fixed upstream).
a90057
a90057
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> 1.11.90-4.fc8
a90057
- Add Requires: glib2 >= 2.14.0, since it's in the buildroot now, and
a90057
  forcibly introduces deps on symbols that don't exist in 2.13.  If
a90057
  only we had working symbol versioning.
a90057
a90057
* Mon Aug 20 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-3.fc8
a90057
- Revise patch for GNOME bug #417999 to fix GNOME bug #447591
a90057
  (Automatic Contacts combo boxes don't work).
a90057
a90057
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-2.fc8
a90057
- Re-enable the --with-libdb configure option.
a90057
a90057
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-1.fc8
a90057
- Update to 1.11.90
a90057
- Add patch for GNOME bug #466987 (glibc redefines "open").
a90057
- Remove patch for GNOME bug #415891 (fixed upstream).
a90057
a90057
* Wed Aug 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.6.1-1.fc8
a90057
- Update to 1.11.6.1
a90057
a90057
* Tue Jul 31 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.6-1.fc8
a90057
- Update to 1.11.6
a90057
- Remove patch for GNOME bug #380534 (fixed upstream).
a90057
a90057
* Fri Jul 27 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-3.fc8
a90057
- Add patch for GNOME bug #380534 (clarify version requirements).
a90057
a90057
* Tue Jul 17 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-2.fc8
a90057
- Add patch for RH bug #243296 (fix LDAP configuration).
a90057
a90057
* Mon Jul 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-1.fc8
a90057
- Update to 1.11.5
a90057
a90057
* Mon Jun 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.4-1.fc8
a90057
- Update to 1.11.4
a90057
- Remove patch for RH bug #202309 (fixed upstream).
a90057
- Remove patch for GNOME bug #312854 (fixed upstream).
a90057
- Remove patch for GNOME bug #447414 (fixed upstream).
a90057
a90057
* Fri Jun 15 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-3.fc8
a90057
- Add patch for GNOME bug #224277 (Camel IMAP security flaw).
a90057
a90057
* Thu Jun 14 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-2.fc8
a90057
- Add patch for GNOME bug #312584 (renaming Exchange folders).
a90057
a90057
* Mon Jun 04 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-1.fc8
a90057
- Update to 1.11.3
a90057
- Remove patch for GNOME bug #415922 (fixed upstream).
a90057
a90057
* Thu May 31 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-3.fc8
a90057
- Revise patch for GNOME bug #376991 to fix RH bug #241974.
a90057
a90057
* Mon May 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-2.fc8
a90057
- Store account passwords in GNOME Keyring.
a90057
a90057
* Fri May 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-1.fc8
a90057
- Update to 1.11.2
a90057
- Bump eds_base_version to 1.12.
a90057
- Add patch to fix implicit function declarations.
a90057
- Remove patch for RH bug #203058 (fixed upstream).
a90057
- Remove patch for RH bug #210142 (fixed upstream).
a90057
- Remove patch for RH bug #235290 (fixed upstream).
a90057
- Remove patch for GNOME bug #360240 (fixed upstream).
a90057
- Remove patch for GNOME bug #360619 (fixed upstream).
a90057
- Remove patch for GNOME bug #373117 (fixed upstream).
a90057
- Revise patch for GNOME bug #415891 (partially fixed upstream).
a90057
a90057
* Wed May 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-6.fc7
a90057
- Add patch for RH bug #215634 (read NSS certificates more reliably).
a90057
a90057
* Tue May 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-5.fc7
a90057
- Add patch for GNOME bug #373146 (spam message triggers crash).
a90057
a90057
* Mon May 07 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-4.fc7
a90057
- Add patch to fix a dangling pointer in e-source-group.c.
a90057
a90057
* Mon Apr 30 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-3.fc7
a90057
- Revise patch for RH bug #235290 to not break string freeze.
a90057
a90057
* Tue Apr 24 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-2.fc7
a90057
- Add patch for RH bug #235290 (APOP authentication vulnerability).
a90057
a90057
* Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-1.fc7
a90057
- Update to 1.10.1
a90057
- Remove evolution-data-server-1.10.0-no-more-beeps.patch (fixed upstream).
a90057
a90057
* Wed Apr 04 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-6.fc7
a90057
- Revise patch for GNOME bug #417999 (another ESourceComboBox goof).
a90057
a90057
* Mon Apr 02 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-5.fc7
a90057
- Make the new ESourceComboBox widget work properly (RH bug #234760).
a90057
a90057
* Tue Mar 27 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-4.fc7
a90057
- Link to static evolution-openldap library (RH bug #210126).
a90057
- Require openssl-devel when statically linking against openldap.
a90057
- Add -Wdeclaration-after-statement to strict build settings.
a90057
a90057
* Thu Mar 22 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-3.fc7
a90057
- Stop beeping at me!
a90057
a90057
* Wed Mar 14 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-2.fc7
a90057
- Modify patch for GNOME bug #376991 to fix RH bug #231994.
a90057
- Add patch for GNOME bug #417999 (avoid deprecated GTK+ symbols).
a90057
- Remove evolution-data-server-1.0.2-workaround-cal-backend-leak.patch.
a90057
- Remove evolution-data-server-1.2.2-fix_open_calendar_declaration.patch.
a90057
- Remove evolution-data-server-1.3.8-fix-implicit-function-declarations.
a90057
a90057
* Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-1.fc7
a90057
- Update to 1.10.0
a90057
- Remove patch for GNOME bug #301363 (fixed upstream).
a90057
a90057
* Fri Mar 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-4.fc7
a90057
- Add patch for GNOME bug #415922 (support MS ISA Server 2004).
a90057
- Patch by Kenny Root.
a90057
a90057
* Thu Mar 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-3.fc7
a90057
- Add patch for GNOME bug #415891 (introduce EFlag API).
a90057
- Add patch for GNOME bug #376991 (refactor password handling).
a90057
a90057
* Tue Mar 06 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-2.fc7
a90057
- Add patch for GNOME bug #301363 (update timezones).
a90057
a90057
* Mon Feb 26 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-1.fc7
a90057
- Update to 1.9.92
a90057
- Remove patch for GNOME bug #356177 (fixed upstream).
a90057
- Add minimum version to intltool requirement (current >= 0.35.5).
a90057
a90057
* Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.91-1.fc7
a90057
- Update to 1.9.91
a90057
- Add flag to disable deprecated Pango symbols.
a90057
- Remove patch for GNOME bug #359979 (fixed upstream).
a90057
a90057
* Sun Jan 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-4.fc7
a90057
- Revise evolution-data-server-1.8.0-no-gnome-common.patch so that we no
a90057
  longer have to run autoconf before building.
a90057
a90057
* Wed Jan 10 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-3.fc7
a90057
- Add patch for GNOME bug #359979 (change EMsgPort semantics).
a90057
a90057
* Tue Jan 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-2.fc7
a90057
- Require libsoup-devel in devel subpackage (RH bug #152482).
a90057
a90057
* Mon Jan 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-1.fc7
a90057
- Update to 1.9.5
a90057
- Remove patch for GNOME bug #362638 (fixed upstream).
a90057
- Remove patch for GNOME bug #387638 (fixed upstream).
a90057
a90057
* Tue Dec 19 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.4-1.fc7
a90057
- Update to 1.9.4
a90057
- Add patch for GNOME bug #373117 (storing color settings).
a90057
- Add patch for GNOME bug #387638 (implicit function declaration).
a90057
a90057
* Mon Dec 04 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.3-1.fc7
a90057
- Update to 1.9.3
a90057
- Remove patch for GNOME bug #353924 (fixed upstream).
a90057
a90057
* Fri Nov 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-3.fc7
a90057
- Add patch for RH bug #210142 (calendar crash in indic locales).
a90057
a90057
* Wed Nov 08 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-2.fc7
a90057
- Add patch for RH bug #203058 (name selector dialog glitch).
a90057
a90057
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-1.fc7
a90057
- Update to 1.9.2
a90057
- Remove patch for Gnome.org bugs #369168, #369259, and #369261
a90057
  (fixed upstream).
a90057
a90057
* Thu Nov  2 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-4.fc7
a90057
- Add patch for Gnome.org bug #369168, #369259, and #369261
a90057
  (misc camel bugs reported by Hans Petter Jansson).
a90057
a90057
* Wed Nov  1 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-3.fc7
a90057
- Add patch for Gnome.org bug #353924 (category sorting).
a90057
a90057
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-2.fc7
a90057
- Rebuild
a90057
a90057
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-2.fc7
a90057
- Update to 1.9.1
a90057
- Add patch for Gnome.org bug #356177 (deprecate EMutex).
a90057
- Add patch for Gnome.org bug #363695 (deprecate EMemPool, EStrv, EPoolv).
a90057
- Remove Jerusalem.ics timezone file (fixed upstream).
a90057
- Remove patch for RH bug #198935 (fixed upstream).
a90057
a90057
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.1-1.fc7
a90057
- Update to 1.8.1
a90057
- Use stricter build settings.
a90057
- Add patch for Gnome.org bug #360240 ("unused variable" warnings).
a90057
- Add patch for Gnome.org bug #360619 ("incompatible pointer type" warnings).
a90057
- Add patch for Gnome.org bug #362638 (deprecate EThread).
a90057
- Remove patch for RH bug #198935 (fixed upstream).
a90057
- Remove patch for RH bug #205187 (fixed upstream).
a90057
- Remove patch for Gnome.org bug #353478 (fixed upstream).
a90057
- Remove patch for Gnome.org bug #356828 (fixed upstream).
a90057
- Remove patch for Gnome.org bug #357666 (fixed upstream).
a90057
a90057
* Tue Sep 26 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-11.fc6
a90057
- Add patch for RH bug #203915 (fix dangerous mallocs in camel).
a90057
a90057
* Mon Sep 25 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-10.fc6
a90057
- Add patch for Gnome.org bug #357666.
a90057
a90057
* Thu Sep 21 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-9.fc6
a90057
- Revise patch for RH bug #198935 (fix a crash reported in bug #207446).
a90057
a90057
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-8.fc6
a90057
- Revise patch for RH bug #198935 (fix a typo).
a90057
a90057
* Wed Sep 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.8.0-7.fc6
a90057
- Fix the timezone info for Jerusalem  (#207161)
a90057
a90057
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-6.fc6
a90057
- Add patch for Gnome.org bug #356828 (lingering file on uninstall).
a90057
a90057
* Mon Sep 18 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-5.fc6
a90057
- Revise patch for RH bug #205187 (use upstream's version).
a90057
a90057
* Sat Sep 16 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-4.fc6
a90057
- Add patch for RH bug #205187 (crash on startup).
a90057
a90057
* Fri Sep 15 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-3.fc6
a90057
- Revise patch for RH bug #198935 to eliminate a race condition.
a90057
a90057
* Tue Sep 12 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-2.fc6
a90057
- Add patch for RH bug #198935.
a90057
a90057
* Mon Sep  4 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-1.fc6
a90057
- Update to 1.8.0
a90057
- Remove evolution-data-server-1.5.4-make_imap4_optional.patch (fixed upstream)
a90057
  and save remaining hunk as evolution-data-server-1.8.0-no-gnome-common.patch.
a90057
- Remove patch for RH bug #202329 (fixed upstream).
a90057
- Remove patch for Gnome.org bug #349847 (fixed upstream).
a90057
a90057
* Tue Aug 29 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-4.fc6
a90057
- Revise patch for RH bug #198935.
a90057
- Add patch for Gnome.org bug #353478.
a90057
a90057
* Mon Aug 28 2006 Ray Strode <rstrode@redhat.com> - 1.7.92-3.fc6
a90057
- Add patch from Veerapuram Varadhan to fix fd leak (bug 198935).
a90057
a90057
* Tue Aug 22 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-2
a90057
- Add patch for Gnome.org bug #349847.
a90057
a90057
* Mon Aug 21 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-1
a90057
- Update to 1.7.92
a90057
a90057
* Wed Aug 16 2006 Ray Strode <rstrode@redhat.com> - 1.7.91-3
a90057
- Add fix from Matthias Clasen that might help bug 202309.
a90057
a90057
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-2
a90057
- Add patch for RH bug #202329.
a90057
a90057
* Mon Aug  7 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-1
a90057
- Update to 1.7.91
a90057
- Remove patch for Gnome.org bug #348725 (fixed upstream).
a90057
a90057
* Fri Aug  4 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-5
a90057
- Update to 1.7.90.1 (again)
a90057
a90057
* Thu Aug  3 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-5
a90057
- Remove patches for Gnome.org bug #309079 (rejected upstream).
a90057
- One of these patches was causing RH bug #167157.
a90057
a90057
* Thu Aug  3 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-4
a90057
- No longer packaging unused patches.
a90057
a90057
* Mon Jul 31 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-3
a90057
- Revert to version 1.7.4 to prevent API/ABI breakage.
a90057
- Add back patch to make --with-libdb configure option work.
a90057
a90057
* Mon Jul 31 2006 Ray Strode <rstrode@redhat.com> - 1.7.90.1-4
a90057
- add executable bits to libs 
a90057
a90057
* Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 1.7.90.1-3
a90057
- Rebuild
a90057
a90057
* Wed Jul 26 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-2
a90057
- Rebuild
a90057
a90057
* Tue Jul 25 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-1
a90057
- Update to 1.7.90.1
a90057
- Add patch for Gnome.org bug #348725.
a90057
- Remove patch to make --with-db configure option work (fixed upstream).
a90057
a90057
* Wed Jul 19 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-2
a90057
- Dynamically link to BDB.
a90057
- Add patch to make --with-db configure option work.
a90057
- Add Requires for db4 and BuildRequires for db4-devel.
a90057
- Clean up spec file, renumber patches.
a90057
a90057
* Wed Jul 12 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-1
a90057
- Update to 1.7.4
a90057
- Remove patch for Gnome.org bug #345965 (fixed upstream).
a90057
a90057
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.7.3-3.1
a90057
- rebuild
a90057
a90057
* Tue Jun 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.3-3
a90057
- Show GPG key name when asking for the password (Gnome.org #345965).
a90057
a90057
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.7.3-2
a90057
- rebuilt with new gnutls
a90057
a90057
* Tue Jun 13 2006 Matthisa Clasen  <mclasen@redhat.com> 1.7.3-1
a90057
- Update to 1.7.3
a90057
a90057
* Thu Jun  8 2006 Jeremy Katz <katzj@redhat.com> - 1.7.2-3
a90057
- BR flex
a90057
a90057
* Sat May 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.2-2
a90057
- Add missing BuildRequires for gettext (#193360).
a90057
a90057
* Wed May 17 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.2
a90057
- Update to 1.7.2
a90057
- Remove evolution-data-server-1.7.1-nss_auto_detect.patch; in upstream now.
a90057
a90057
* Sun May 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-2
a90057
- Add temporary patch evolution-data-server-1.7.1-nss_auto_detect.patch
a90057
  to help `configure' detect the SSL modules (closes #191567).
a90057
a90057
* Wed May 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-1
a90057
- Update to 1.7.1
a90057
- Bump eds_base_version from 1.6 to 1.8.
a90057
- Disable evolution-data-server-1.2.0-validatehelo.patch (accepted upstream).
a90057
a90057
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 1.6.1-3
a90057
- Avoid a multilib conflict
a90057
a90057
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 1.6.1-2
a90057
- Update to 1.6.1
a90057
a90057
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 1.6.0-1
a90057
- 1.6.0
a90057
a90057
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 1.5.92-1
a90057
- 1.5.92
a90057
a90057
* Tue Feb 14 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.91-1
a90057
- 1.5.91
a90057
a90057
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.5.90-2.2
a90057
- bump again for double-long bug on ppc(64)
a90057
a90057
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.5.90-2.1
a90057
- rebuilt for new gcc4.1 snapshot and glibc changes
a90057
a90057
* Tue Jan 31 2006 Ray Strode <rstrode@redhat.com> - 1.5.90-2
a90057
- add build deps (bug 137553)
a90057
a90057
* Mon Jan 30 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.90-1
a90057
- 1.5.90
a90057
- explicitly list various files rather than rely on globbing
a90057
- enabled parallel make
a90057
a90057
* Wed Jan 25 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.5-1
a90057
- 1.5.5
a90057
- added CalDAV backend to the list of packaged extensions
a90057
a90057
* Mon Jan  9 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-4
a90057
- updated patch 300 to remove usage of GNOME_COMPILE_WARNINGS from configure.in
a90057
  (since gnome-common might not be available when we rerun the autotools)
a90057
a90057
* Mon Jan  9 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-3
a90057
- added patch to make the "imap4"/"IMAP4rev1" backend optional; disable it in 
a90057
  our packages; re-run automake since we have touched various Makefile.am 
a90057
  files; rerun intltoolize to avoid incompatibilities between tarball copy of
a90057
  intltool-merge.in and intltool.m4 in intltool package (@EXPANDED_LIBDIR@
a90057
  renamed to @INTLTOOL_LIBDIR@) (#167574)
a90057
- explicitly list the camel providers and e-d-s extension files in the spec file
a90057
a90057
* Thu Jan  5 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-2
a90057
- added patch from David Woodhouse to validate reverse DNS domain before using 
a90057
  in SMTP greeting (patch 103, #151121)
a90057
a90057
* Tue Jan  3 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-1
a90057
- 1.5.4
a90057
a90057
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.3-2
a90057
- Update specfile and patch 5 (evolution-data-server-1.3.5-nspr_fix.patch) to
a90057
  use nss rather than mozilla-nss throughout
a90057
a90057
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.3-1
a90057
- 1.5.3
a90057
a90057
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a90057
- rebuilt
a90057
a90057
* Tue Dec  6 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.2-1
a90057
- 1.5.2
a90057
- bump eds_base_version from 1.4 to 1.6
a90057
- updated patch 102
a90057
a90057
* Mon Dec  5 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.2.1-1
a90057
- 1.4.2.1
a90057
a90057
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.2-1
a90057
- 1.4.2
a90057
a90057
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-3
a90057
- add -DLDAP_DEPRECATED to CFLAGS (#172999)
a90057
a90057
* Thu Nov 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-2
a90057
- Updated license field to reflect change from GPL to LGPL
a90057
- Remove all static libraries, not just those in /usr/lib; avoid listing libdir
a90057
  subdirectory so that we can be more explicit about the package payload (bug
a90057
  #172882)
a90057
a90057
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-1
a90057
- 1.4.1.1
a90057
a90057
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1-2
a90057
- Updated patch 102 (fix-implicit-function-declarations) to include fix for 
a90057
  http calendar backend (thanks to Peter Robinson)
a90057
a90057
* Tue Oct  4 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1-1
a90057
- 1.4.1
a90057
a90057
* Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 1.4.0-2
a90057
- rebuild now that mozilla builds on ppc64
a90057
a90057
* Tue Sep  6 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.0-1
a90057
- 1.4.0
a90057
- Removed evolution-data-server-1.3.8-fix-libical-vsnprintf.c.patch; a version
a90057
  of this is now upstream (was patch 103, added in 1.3.8-2)
a90057
a90057
* Wed Aug 31 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-6
a90057
- Use regular LDAP library for now, rather than evolution-openldap (#167238)
a90057
a90057
* Tue Aug 30 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-5
a90057
- Add -Werror-implicit-function-declaration back to CFLAGS at the make stage, 
a90057
  after the configure, to spot 64-bit problems whilst avoiding breaking 
a90057
  configuration tests; expand patch 102 to avoid this breaking libdb's CFLAGS
a90057
a90057
* Wed Aug 24 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-4
a90057
- Remove -Werror-implicit-function-declaration from CFLAGS; this broke the
a90057
  configuration test for fast mutexes in the internal copy of libdb, and hence
a90057
  broke access to local addressbooks (#166742)
a90057
- Introduce static_ldap macro; use it to link to static evolution-openldap 
a90057
  library, containing NTLM support for LDAP binds (needed by Exchange support)
a90057
a90057
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-3
a90057
- Updated patch 102 to fix further implicit function declarations
a90057
a90057
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-2
a90057
- added patch (103) to fix problem with configuration macros in libical's
a90057
  vsnprintf.c
a90057
a90057
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-1
a90057
- 1.3.8
a90057
- Add -Werror-implicit-function-declaration to CFLAGS, to avoid 64-bit issues
a90057
  and add patch to fix these where they occur (patch 102)
a90057
a90057
* Mon Aug 15 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.7-2
a90057
- rebuild
a90057
a90057
* Tue Aug  9 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.7-1
a90057
- 1.3.7
a90057
a90057
* Mon Aug  8 2005 Tomas Mraz <tmraz@redhat.com> - 1.3.6.1-2
a90057
- rebuild with new gnutls
a90057
a90057
* Fri Jul 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.6.1-1
a90057
- 1.3.6.1
a90057
a90057
* Thu Jul 28 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.6-1
a90057
- 1.3.6
a90057
a90057
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.5-2
a90057
- Added patch to use nspr rather than mozilla-nspr when doing pkg-config tests
a90057
  (Patch5: evolution-data-server-1.3.5-nspr_fix.patch)
a90057
a90057
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.5-1
a90057
- 1.3.5
a90057
- Split eds_major (was 1.2) into eds_base_version (1.4) and eds_api_version
a90057
  (1.2) to correspond to BASE_VERSION and API_VERSION in configure.in; updated
a90057
  rest of specfile accordingly.
a90057
- Removed upstreamed patch: 
a90057
  evolution-data-server-1.2.0-cope-with-a-macro-called-read.patch
a90057
a90057
* Mon Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-4.fc5
a90057
- Added leak fixes for GNOME bug 309079 provided by Mark G. Adams
a90057
a90057
* Wed May 18 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-3
a90057
- bumped libsoup requirement to 2.2.3; removed mozilla_build_version, using
a90057
  pkg-config instead for locating NSPRS and NSS headers/libraries (#158085)
a90057
a90057
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-2
a90057
- added patch to calendar/libecal/e-cal.c to fix missing declaration of open_calendar
a90057
a90057
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-1
a90057
- 1.2.2
a90057
a90057
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.1-1
a90057
- 1.2.1
a90057
a90057
* Thu Mar 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-3
a90057
- Removed explicit run-time spec-file requirement on mozilla.
a90057
  The Mozilla NSS API/ABI stabilised by version 1.7.3
a90057
  The libraries are always located in the libdir
a90057
  However, the headers are in /usr/include/mozilla-%%{mozilla_build_version}
a90057
  and so they move each time the mozilla version changes.
a90057
  So we no longer have an explicit mozilla run-time requirement in the specfile; 
a90057
  a requirement on the appropriate NSS and NSPR .so files is automagically generated on build.
a90057
  We have an explicit, exact build-time version, so that we can find the headers (without
a90057
  invoking an RPM query from the spec file; to do so is considered bad practice)
a90057
- Introduced mozilla_build_version, to replace mozilla_version
a90057
- Set mozilla_build_version to 1.7.6 to reflect current state of tree
a90057
a90057
* Tue Mar  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-2
a90057
- Added a patch to deal with glibc defining a macro called "read"
a90057
a90057
* Tue Mar  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-1
a90057
- 1.2.0
a90057
- Removed patch for GCC 4 as this is now in upstream tarball
a90057
a90057
* Wed Mar  2 2005 Jeremy Katz <katzj@redhat.com> - 1.1.6-6
a90057
- rebuild to fix library linking silliness
a90057
a90057
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-5
a90057
- disabling gtk-doc on ia64 and s390x
a90057
a90057
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-4
a90057
- added macro use_gtk_doc; added missing BuildRequires on gtk-doc; enabled gtk-doc generation on all platforms (had been disabled on ia64)
a90057
a90057
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-3
a90057
- extended patch to deal with camel-groupwise-store-summary.c
a90057
a90057
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-2
a90057
- added patch to fix badly-scoped declaration of "namespace_clear" in camel-imap-store-summary.c
a90057
a90057
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-1
a90057
- 1.1.6
a90057
a90057
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-3
a90057
- rebuild
a90057
a90057
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-2
a90057
- forgot to fix sources
a90057
a90057
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-1
a90057
- 1.1.5
a90057
a90057
* Thu Jan 27 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.2-1
a90057
- Update from unstable 1.1.4.1 to unstable 1.1.1.4.2
a90057
a90057
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-3
a90057
- disable gtk-doc generation on ia64 for now
a90057
a90057
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-2
a90057
- Exclude ppc64 due to missing mozilla dependency
a90057
a90057
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-1
a90057
- Update from 1.0.3 to 1.1.4.1
a90057
- Updated eds_major from 1.0 to 1.2; fixed translation search path.
a90057
- Removed 64-bit patch for calendar backend hash table; upstream now stores pointers to ECalBackendFactory, rather than GType
a90057
- Removed calendar optimisation patch for part of part of bug #141283 as this is now in the upstream tarball
a90057
- Added /usr/lib/evolution-data-server-%%{eds_major} to cover the extensions, plus the camel code now in e-d-s, rather than evolution
a90057
- Added /usr/share/pixmaps/evolution-data-server-%%{eds_major} to cover the category pixmaps
a90057
- Camel code from evolution is now in evolution-data-server:
a90057
  - Added camel-index-control and camel-lock-helper to packaged files
a90057
  - Added mozilla dependency code from the evolution package
a90057
  - Ditto for LDAP
a90057
  - Ditto for krb5
a90057
  - Ditto for NNTP support handling
a90057
  - Ditto for --enable-file-locking and --enable-dot-locking
a90057
- Added requirements on libbonobo, libgnomeui, gnome-vfs2, GConf2, libglade2
a90057
- Updated libsoup requirement from 2.2.1 to 2.2.2
a90057
- Enabled gtk-doc
a90057
a90057
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-2
a90057
- fixed packaging of translation files to reflect upstream change to GETTEXT_PACKAGE being evolution-data-server-1.0 rather than -1.5
a90057
a90057
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-1
a90057
- update from upstream 1.0.2 to 1.0.3:
a90057
  * Address Book
a90057
    - prevent e_book_commit_contact from crashing on multiple calls (Diego Gonzalez)
a90057
    - prevent file backend from crashing if uid of vcard is NULL (Diego Gonzalez)
a90057
a90057
  * Calendar
a90057
    #XB59904 - Speed up calendar queries (Rodrigo)
a90057
    #XB69624 - make changes in evo corresponding to soap schema changes  (Siva)
a90057
    - fix libical build for automake 1.9 (Rodney)
a90057
    - fix putenv usage for portability (Julio M. Merino Vidal)
a90057
a90057
  * Updated Translations:
a90057
    - sv (Christian Rose)
a90057
a90057
- Removed patches to fix build on x86_64 and calendar optimisation for XB59004 as these are in the upstream tarball
a90057
a90057
* Tue Dec  7 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-6
a90057
- Amortize writes to a local cache of a webcal calendar, fixing further aspect of #141283 (upstream bugzilla #70267), as posted to mailing list here:
a90057
http://lists.ximian.com/archives/public/evolution-patches/2004-December/008338.html
a90057
(The groupwise part of that patch did not cleanly apply, so I removed it).
a90057
a90057
* Thu Dec  2 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-5
a90057
- Added fix for #141283 (upstream bugzilla XB 59904), a backported calendar 
a90057
optimisation patch posted to upstream development mailing list here:
a90057
http://lists.ximian.com/archives/public/evolution-patches/2004-November/008139.html
a90057
a90057
* Wed Nov  3 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-4
a90057
- Added patch to fix usage of GINT_TO_POINTER/GPOINTER_TO_INT for calendar backend GType hash table, breaking on ia64  (#136914)
a90057
a90057
* Wed Oct 20 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-3
a90057
- added workaround for a backend leak that causes the "contacts" calendar 
a90057
backend to hold open an EBook for the local contacts (filed upstream at:
a90057
http://bugzilla.ximian.com/show_bug.cgi?id=68533 ); this was causing e-d-s to
a90057
never lose its last addressbook, and hence never quit.  We workaround this by
a90057
detecting this condition and exiting when it occurs, fixing bug #134851 and #134849.
a90057
a90057
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-2
a90057
- added patch to fix build on x86_64 (had multiple definitions of mutex code in libdb/dbinc.mutex.h)
a90057
a90057
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-1
a90057
- update from 1.0.1 to 1.0.2
a90057
- increased libsoup requirement to 2.2.1 to match configuration script
a90057
a90057
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.1-1
a90057
- update from 1.0.0 to 1.0.1
a90057
- removed patch that fixed warnings in calendar code (now in upstream tarball)
a90057
a90057
* Mon Sep 20 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.0-2
a90057
- fixed various warnings in the calendar code 
a90057
  (filed upstream here: http://bugzilla.ximian.com/show_bug.cgi?id=66383)
a90057
a90057
* Tue Sep 14 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.0-1
a90057
- update from 0.0.99 to 1.0.0
a90057
- changed path in FTP source location from 0.0 to 1.0
a90057
a90057
* Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.99-1
a90057
- update from 0.0.98 to 0.0.99
a90057
- increased libsoup requirement to 2.2.0 to match configuration script
a90057
a90057
* Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.98-1
a90057
- updated tarball from 0.0.97 to 0.0.98; updated required libsoup version to 2.1.13
a90057
a90057
* Thu Aug  5 2004 Warren Togami <wtogami@redhat.com> - 0.0.97-2
a90057
- pkgconfig -devel Requires libbonobo-devel, libgnome-devel
a90057
a90057
* Wed Aug  4 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.97-1
a90057
- upgraded to 0.0.97; rewrote the package's description
a90057
a90057
* Mon Jul 26 2004 David Malcolm <dmalcolm@redhat.com>
a90057
- rebuilt
a90057
a90057
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-2
a90057
- added version numbers to the BuildRequires test for libsoup-devel and ORBit2-devel
a90057
a90057
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-1
a90057
- 0.0.96; libsoup required is now 2.1.12
a90057
a90057
* Thu Jul  8 2004 David Malcolm <dmalcolm@redhat.com>
a90057
- rebuilt
a90057
a90057
* Wed Jul  7 2004 David Malcolm <dmalcolm@redhat.com>
a90057
- rebuilt
a90057
a90057
* Tue Jul  6 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.95-1
a90057
- 0.0.95
a90057
a90057
* Thu Jun 17 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94.1-1
a90057
- 0.0.94.1
a90057
a90057
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-2
a90057
- rebuilt
a90057
a90057
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-1
a90057
- 0.0.94
a90057
a90057
* Wed May 26 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-4
a90057
- added ORBit2 requirement
a90057
a90057
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-3
a90057
- rebuild again
a90057
a90057
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-2
a90057
- rebuilt
a90057
a90057
* Thu May 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-1
a90057
- 0.0.93; libsoup required is now 2.1.10
a90057
a90057
* Wed Apr 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.92-1
a90057
- Update to 0.0.92; added a define and a requirement on the libsoup version
a90057
a90057
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 0.0.90-1
a90057
- 0.0.90
a90057
a90057
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
a90057
- rebuilt
a90057
a90057
* Mon Jan 26 2004 Jeremy Katz <katzj@redhat.com> - 0.0.6-1
a90057
- 0.0.6
a90057
a90057
* Wed Jan 21 2004 Jeremy Katz <katzj@redhat.com> - 0.0.5-2
a90057
- better fix by using system libtool
a90057
a90057
* Mon Jan 19 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-1
a90057
- add some libdb linkage to make the build on x86_64 happy
a90057
a90057
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-0
a90057
- update to 0.0.5
a90057
a90057
* Sat Jan  3 2004 Jeremy Katz <katzj@redhat.com> 0.0.4-0
a90057
- Initial build.