e15f631
%define ldap_support 1
14324ea
%define static_ldap 0
e15f631
%define krb5_support 1
e15f631
%define nntp_support 1
1f6b7fd
%define largefile_support 1
e15f631
ec25f08
# Coverity scan can override this to 0, to skip checking in gtk-doc generated code
ec25f08
%{!?with_docs: %define with_docs 1}
ec25f08
8d0e009
%define glib2_version 2.40.0
8d0e009
%define gtk3_version 3.6.0
Matthew Barnes e0ee691
%define gcr_version 3.4
3da816d
%define gtk_doc_version 1.9
fc2626b
%define goa_version 3.8
17f0f80
%define intltool_version 0.35.5
33fbb56
%define libsecret_version 0.5
9c44d15
%define libgdata_version 0.10.0
d082a6f
%define libgweather_version 3.5.0
250490d
%define libical_version 0.46
8d0e009
%define libsoup_version 2.42
624a247
%define sqlite_version 3.5
86dcc22
%define nss_version 3.14
e15f631
4cd386b
%define eds_base_version 3.16
cvsdist 58ae61e
8d0e009
%define credential_modules_dir %{_libdir}/evolution-data-server/credential-modules
a6daa04
%define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
a6daa04
%define ebook_backends_dir %{_libdir}/evolution-data-server/addressbook-backends
a6daa04
%define ecal_backends_dir %{_libdir}/evolution-data-server/calendar-backends
Matthew Barnes 840936e
%define modules_dir %{_libdir}/evolution-data-server/registry-modules
8880439
a842754
### Abstract ###
a842754
cvsdist b2a5721
Name: evolution-data-server
8315e14
Version: 3.16.5
eaf6ad3
Release: 1%{?dist}
cvsdist b2a5721
Group: System Environment/Libraries
a842754
Summary: Backend data server for Evolution
340a51d
License: LGPLv2+
f62f686
URL: https://wiki.gnome.org/Apps/Evolution
340a51d
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
dba9512
Source: http://download.gnome.org/sources/%{name}/3.16/%{name}-%{version}.tar.xz
e15f631
e0a1084
Provides: evolution-webcal = %{version}
e0a1084
Obsoletes: evolution-webcal < 2.24.0
e0a1084
1518ca8
%if 0%{?fedora}
1518ca8
# From rhughes-f20-gnome-3-12 copr
1518ca8
Obsoletes: compat-evolution-data-server310-libcamel < 3.12
1518ca8
%endif
1518ca8
a842754
### Patches ###
a7a8a82
1c8c13a
# RH bug #243296
513b55e
Patch01: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
f021fb5
Matthew Barnes c38dd43
### Dependencies ###
Matthew Barnes c38dd43
Matthew Barnes c38dd43
Requires: dconf
Matthew Barnes c38dd43
a842754
### Build Dependencies ###
a842754
5751604
BuildRequires: gettext
340a51d
BuildRequires: gnome-common
ce9227a
BuildRequires: gperf
3da816d
BuildRequires: gtk-doc >= %{gtk_doc_version}
17f0f80
BuildRequires: intltool >= %{intltool_version}
9c5abd9
BuildRequires: libdb-devel
a842754
BuildRequires: libtool
569ea31
BuildRequires: vala
569ea31
BuildRequires: vala-tools
ef8e424
9c5abd9
BuildRequires: pkgconfig(gcr-3)  >= %{gcr_version}
9c5abd9
BuildRequires: pkgconfig(gcr-base-3)  >= %{gcr_version}
9c5abd9
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
9c5abd9
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
9c5abd9
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version}
9c5abd9
BuildRequires: pkgconfig(icu-i18n)
9c5abd9
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
9c5abd9
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
9c5abd9
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
9c5abd9
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
9c5abd9
BuildRequires: pkgconfig(libical) >= %{libical_version}
9c5abd9
BuildRequires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
9c5abd9
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
9c5abd9
BuildRequires: pkgconfig(libxml-2.0)
9c5abd9
BuildRequires: pkgconfig(nspr)
9c5abd9
BuildRequires: pkgconfig(nss) >= %{nss_version}
9c5abd9
BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version}
9c5abd9
e15f631
%if %{ldap_support}
1fa72db
%if %{static_ldap}
c841305
BuildRequires: openldap-devel%{?_isa}
9c5abd9
BuildRequires: pkgconfig(openssl)
1fa72db
%else
e15f631
BuildRequires: openldap-devel >= 2.0.11 
e15f631
%endif
1fa72db
%endif
e15f631
e15f631
%if %{krb5_support} 
17c5809
BuildRequires: krb5-devel >= 1.11
e15f631
%endif
cvsdist b2a5721
cvsdist b2a5721
%description
974bb03
The %{name} package provides a unified backend for programs that work
974bb03
with contacts, tasks, and calendar information.
cvsdist 4aecd2a
a842754
It was originally developed for Evolution (hence the name), but is now used
a842754
by other packages.
cvsdist b2a5721
cvsdist b2a5721
%package devel
974bb03
Summary: Development files for building against %{name}
cvsdist b2a5721
Group: Development/Libraries
b65ea8b
Requires: %{name}%{?_isa} = %{version}-%{release}
9c5abd9
9c5abd9
Requires: pkgconfig(goa-1.0) >= %{goa_version}
9c5abd9
Requires: pkgconfig(libgdata) >= %{libgdata_version}
9c5abd9
Requires: pkgconfig(gweather-3.0) >= %{libgweather_version}
9c5abd9
Requires: pkgconfig(libical) >= %{libical_version}
9c5abd9
Requires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
9c5abd9
Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
9c5abd9
Requires: pkgconfig(sqlite3) >= %{sqlite_version}
cvsdist b2a5721
cvsdist b2a5721
%description devel
974bb03
Development files needed for building things which link against %{name}.
974bb03
ec25f08
%if %{with_docs}
ec25f08
974bb03
%package doc
974bb03
Summary: Documentation files for %{name}
974bb03
Group: Development/Libraries
581f5f2
BuildArch: noarch
974bb03
974bb03
%description doc
974bb03
This package contains developer documentation for %{name}.
cvsdist b2a5721
ec25f08
# %{with_docs}
ec25f08
%endif
ec25f08
b65ea8b
%package tests
b65ea8b
Summary: Tests for the %{name} package
b65ea8b
Group: Development/Libraries
b65ea8b
Requires: %{name}%{?_isa} = %{version}-%{release}
b65ea8b
b65ea8b
%description tests
b65ea8b
The %{name}-tests package contains tests that can be used to verify
b65ea8b
the functionality of the installed %{name} package.
b65ea8b
cvsdist b2a5721
%prep
cvsdist b2a5721
%setup -q
3a34d1d
513b55e
%patch01 -p1 -b .fix-64bit-acinclude
e15f631
cvsdist b2a5721
%build
e15f631
%if %{ldap_support}
1fa72db
1fa72db
%if %{static_ldap}
7a80666
%define ldap_flags --with-openldap=yes --with-static-ldap
d228733
# Set LIBS so that configure will be able to link with static LDAP libraries,
ad4b9f8
# which depend on Cyrus SASL and OpenSSL.  XXX Is the "else" clause necessary?
d228733
if pkg-config openssl ; then
d228733
	export LIBS="-lsasl2 `pkg-config --libs openssl`"
d228733
else
d228733
	export LIBS="-lsasl2 -lssl -lcrypto"
d228733
fi
0f83fd6
# newer versions of openldap are built with Mozilla NSS crypto, so also need
0f83fd6
# those libs to link with the static ldap libs
0f83fd6
if pkg-config nss ; then
0f83fd6
    export LIBS="$LIBS `pkg-config --libs nss`"
0f83fd6
else
0f83fd6
    export LIBS="$LIBS -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4"
0f83fd6
fi
1fa72db
%else
e15f631
%define ldap_flags --with-openldap=yes
1fa72db
%endif
1fa72db
e15f631
%else
e15f631
%define ldap_flags --without-openldap
e15f631
%endif
e15f631
e15f631
%if %{krb5_support}
17c5809
%define krb5_flags --with-krb5
e15f631
%else
e15f631
%define krb5_flags --without-krb5
e15f631
%endif
e15f631
e15f631
%if %{nntp_support}
e15f631
%define nntp_flags --enable-nntp=yes
e15f631
%else
e15f631
%define nntp_flags --enable-nntp=no
e15f631
%endif
e15f631
1f6b7fd
%if %{largefile_support}
1f6b7fd
%define largefile_flags --enable-largefile
1f6b7fd
%else
1f6b7fd
%define largefile_flags --disable-largefile
1f6b7fd
%endif
1f6b7fd
ac15bc2
%define ssl_flags --enable-smime=yes
e15f631
ec25f08
%if %{with_docs}
ec25f08
%define gtkdoc_flags --enable-gtk-doc
ec25f08
%else
ec25f08
%define gtkdoc_flags --disable-gtk-doc
ec25f08
%endif
ec25f08
df41aad
if ! pkg-config --exists nss; then 
df41aad
  echo "Unable to find suitable version of nss to use!"
e15f631
  exit 1
e15f631
fi
e15f631
d228733
export CPPFLAGS="-I%{_includedir}/et"
ec25f08
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-deprecated-declarations"
e15f631
fb26c94
# Regenerate configure to pick up configure.in and acinclude.m4 changes..
ba868d5
aclocal -I m4
1c8c13a
autoheader
2c82e73
automake --add-missing
1c8c13a
libtoolize
1c8c13a
intltoolize --force
1c8c13a
autoconf
1c8c13a
a842754
# See Ross Burton's blog entry for why we want --with-libdb.
a842754
# http://www.burtonini.com/blog//computers/eds-libdb-2006-07-18-10-40
a842754
e15f631
%configure \
23f583b
	--disable-maintainer-mode \
e3c107d
	--disable-uoa \
a99775f
	--with-libdb=/usr \
d228733
	--enable-file-locking=fcntl \
d228733
	--enable-dot-locking=no \
569ea31
	--enable-introspection=yes \
569ea31
	--enable-vala-bindings \
b65ea8b
	--enable-installed-tests \
ce9227a
	%ldap_flags %krb5_flags %nntp_flags %ssl_flags \
ec25f08
	%largefile_flags %gtkdoc_flags
cvsdist b2a5721
export tagname=CC
Matthew Barnes 9b3c552
afe949f
make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
cvsdist b2a5721
cvsdist b2a5721
%install
cvsdist b2a5721
rm -rf $RPM_BUILD_ROOT
cvsdist b2a5721
export tagname=CC
cvsdist b2a5721
make DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool install
cvsdist b2a5721
cvsdist b2a5721
# remove libtool archives for importers and the like
cvsdist b2a5721
find $RPM_BUILD_ROOT/%{_libdir} -name '*.la' -exec rm {} \;
cvsdist b2a5721
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
497fac9
rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/*.a
8d0e009
rm -f $RPM_BUILD_ROOT/%{credential_modules_dir}/*.a
8d0e009
rm -f $RPM_BUILD_ROOT/%{camel_provider_dir}/*.a
8d0e009
rm -f $RPM_BUILD_ROOT/%{ebook_backends_dir}/*.a
8d0e009
rm -f $RPM_BUILD_ROOT/%{ecal_backends_dir}/*.a
8d0e009
rm -f $RPM_BUILD_ROOT/%{modules_dir}/*.a
cvsdist b2a5721
79e75db
# give the libraries some executable bits 
79e75db
find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
79e75db
22d025c
%find_lang %{name}-%{eds_base_version}
cvsdist b2a5721
cvsdist b2a5721
%clean
cvsdist b2a5721
rm -rf $RPM_BUILD_ROOT
cvsdist b2a5721
cvsdist b2a5721
%post -p /sbin/ldconfig
cvsdist b2a5721
d7ca694
%postun
d7ca694
/sbin/ldconfig
d7ca694
if [ $1 -eq 0 ] ; then
419fa50
    glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
d7ca694
fi
d7ca694
d7ca694
%posttrans
419fa50
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
cvsdist b2a5721
22d025c
%files -f %{name}-%{eds_base_version}.lang
cvsdist b2a5721
%defattr(-,root,root,-)
fd63693
%doc README COPYING ChangeLog NEWS
13d4aed
%{_libdir}/libcamel-1.2.so.*
13d4aed
%{_libdir}/libebackend-1.2.so.*
13d4aed
%{_libdir}/libebook-1.2.so.*
a52a191
%{_libdir}/libebook-contacts-1.2.so.*
13d4aed
%{_libdir}/libecal-1.2.so.*
13d4aed
%{_libdir}/libedata-book-1.2.so.*
13d4aed
%{_libdir}/libedata-cal-1.2.so.*
13d4aed
%{_libdir}/libedataserver-1.2.so.*
8d0e009
%{_libdir}/libedataserverui-1.2.so.*
13d4aed
68a07b0
%{_libdir}/girepository-1.0/EBook-1.2.typelib
26d3134
%{_libdir}/girepository-1.0/EBookContacts-1.2.typelib
d4f138e
%{_libdir}/girepository-1.0/EDataServer-1.2.typelib
d4f138e
13d4aed
%{_libexecdir}/camel-index-control-1.2
13d4aed
%{_libexecdir}/camel-lock-helper-1.2
f8bf7d0
%{_libexecdir}/evolution-addressbook-factory
b65ea8b
%{_libexecdir}/evolution-addressbook-factory-subprocess
f8bf7d0
%{_libexecdir}/evolution-calendar-factory
b65ea8b
%{_libexecdir}/evolution-calendar-factory-subprocess
ed3e512
%{_libexecdir}/evolution-scan-gconf-tree-xml
Matthew Barnes 840936e
%{_libexecdir}/evolution-source-registry
Matthew Barnes 49f64f5
%{_libexecdir}/evolution-user-prompter
13d4aed
d7ca694
# GSettings schemas:
Matthew Barnes c351a00
%{_datadir}/GConf/gsettings/evolution-data-server.convert
Matthew Barnes 840936e
%{_datadir}/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml
d726b3a
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.gschema.xml
Matthew Barnes c351a00
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml
Matthew Barnes c351a00
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml
Matthew Barnes c351a00
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml
d7ca694
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
d7ca694
d3d4271
%{_datadir}/evolution-data-server
13d4aed
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
13d4aed
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
Matthew Barnes 840936e
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Sources.service
Matthew Barnes 49f64f5
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service
c7f3d89
%{_datadir}/pixmaps/evolution-data-server
13d4aed
a6daa04
%dir %{_libdir}/evolution-data-server
8d0e009
%dir %{credential_modules_dir}
8880439
%dir %{camel_provider_dir}
a6daa04
%dir %{ebook_backends_dir}
a6daa04
%dir %{ecal_backends_dir}
Matthew Barnes 840936e
%dir %{modules_dir}
8880439
497fac9
%{_libdir}/evolution-data-server/libedbus-private.so
497fac9
8880439
# Camel providers:
ce9227a
%{camel_provider_dir}/libcamelimapx.so
ce9227a
%{camel_provider_dir}/libcamelimapx.urls
8880439
8880439
%{camel_provider_dir}/libcamellocal.so
8880439
%{camel_provider_dir}/libcamellocal.urls
8880439
8880439
%{camel_provider_dir}/libcamelnntp.so
8880439
%{camel_provider_dir}/libcamelnntp.urls
8880439
8880439
%{camel_provider_dir}/libcamelpop3.so
8880439
%{camel_provider_dir}/libcamelpop3.urls
8880439
8880439
%{camel_provider_dir}/libcamelsendmail.so
8880439
%{camel_provider_dir}/libcamelsendmail.urls
8880439
8880439
%{camel_provider_dir}/libcamelsmtp.so
8880439
%{camel_provider_dir}/libcamelsmtp.urls
8880439
8880439
# e-d-s extensions:
8d0e009
%{credential_modules_dir}/module-credentials-goa.so
a6daa04
%{ebook_backends_dir}/libebookbackendfile.so
a6daa04
%{ebook_backends_dir}/libebookbackendgoogle.so
a6daa04
%{ebook_backends_dir}/libebookbackendldap.so
a6daa04
%{ebook_backends_dir}/libebookbackendwebdav.so
a6daa04
%{ecal_backends_dir}/libecalbackendcaldav.so
a6daa04
%{ecal_backends_dir}/libecalbackendcontacts.so
a6daa04
%{ecal_backends_dir}/libecalbackendfile.so
e5280e0
%{ecal_backends_dir}/libecalbackendgtasks.so
a6daa04
%{ecal_backends_dir}/libecalbackendhttp.so
a6daa04
%{ecal_backends_dir}/libecalbackendweather.so
Matthew Barnes 840936e
%{modules_dir}/module-cache-reaper.so
Matthew Barnes 840936e
%{modules_dir}/module-google-backend.so
dbe7779
%{modules_dir}/module-gnome-online-accounts.so
752d7c8
%{modules_dir}/module-outlook-backend.so
26d3134
%{modules_dir}/module-owncloud-backend.so
1c85e6a
%{modules_dir}/module-secret-monitor.so
Matthew Barnes 49f64f5
%{modules_dir}/module-trust-prompt.so
Matthew Barnes 840936e
%{modules_dir}/module-yahoo-backend.so
cvsdist b2a5721
cvsdist b2a5721
%files devel
cvsdist b2a5721
%defattr(-,root,root,-)
3a5fdcc
%{_includedir}/evolution-data-server
13d4aed
%{_libdir}/libcamel-1.2.so
13d4aed
%{_libdir}/libebackend-1.2.so
13d4aed
%{_libdir}/libebook-1.2.so
a52a191
%{_libdir}/libebook-contacts-1.2.so
13d4aed
%{_libdir}/libecal-1.2.so
13d4aed
%{_libdir}/libedata-book-1.2.so
13d4aed
%{_libdir}/libedata-cal-1.2.so
13d4aed
%{_libdir}/libedataserver-1.2.so
8d0e009
%{_libdir}/libedataserverui-1.2.so
13d4aed
%{_libdir}/pkgconfig/camel-1.2.pc
13d4aed
%{_libdir}/pkgconfig/evolution-data-server-1.2.pc
13d4aed
%{_libdir}/pkgconfig/libebackend-1.2.pc
13d4aed
%{_libdir}/pkgconfig/libebook-1.2.pc
a52a191
%{_libdir}/pkgconfig/libebook-contacts-1.2.pc
13d4aed
%{_libdir}/pkgconfig/libecal-1.2.pc
13d4aed
%{_libdir}/pkgconfig/libedata-book-1.2.pc
13d4aed
%{_libdir}/pkgconfig/libedata-cal-1.2.pc
13d4aed
%{_libdir}/pkgconfig/libedataserver-1.2.pc
8d0e009
%{_libdir}/pkgconfig/libedataserverui-1.2.pc
68a07b0
%{_datadir}/gir-1.0/EBook-1.2.gir
26d3134
%{_datadir}/gir-1.0/EBookContacts-1.2.gir
83fa0c9
%{_datadir}/gir-1.0/EDataServer-1.2.gir
569ea31
%{_datadir}/vala/vapi/libebook-1.2.deps
569ea31
%{_datadir}/vala/vapi/libebook-1.2.vapi
a52a191
%{_datadir}/vala/vapi/libebook-contacts-1.2.deps
a52a191
%{_datadir}/vala/vapi/libebook-contacts-1.2.vapi
7b13fa8
%{_datadir}/vala/vapi/libedataserver-1.2.deps
569ea31
%{_datadir}/vala/vapi/libedataserver-1.2.vapi
cvsdist b2a5721
ec25f08
%if %{with_docs}
ec25f08
974bb03
%files doc
974bb03
%defattr(-,root,root,-)
7a2b814
%{_datadir}/gtk-doc/html/*
974bb03
ec25f08
%endif
ec25f08
b65ea8b
%files tests
b65ea8b
%{_libdir}/libetestserverutils.so
b65ea8b
%{_libdir}/libetestserverutils.so.*
b65ea8b
%{_libexecdir}/%{name}/installed-tests
b65ea8b
%{_datadir}/installed-tests
b65ea8b
cvsdist b2a5721
%changelog
8315e14
* Mon Aug 10 2015 Milan Crha <mcrha@redhat.com> - 3.16.5-1
8315e14
- Update to 3.16.5
8315e14
eaf6ad3
* Mon Jul 13 2015 Milan Crha <mcrha@redhat.com> - 3.16.4-1
eaf6ad3
- Update to 3.16.4
eaf6ad3
- Remove patch for RH bug #1230283 (Fixed upstream)
eaf6ad3
0206656
* Fri Jun 12 2015 Milan Crha <mcrha@redhat.com> - 3.16.3-2
0206656
- Add patch for RH bug #1230283 (GMail account with calendar/contacts broken the next start)
0206656
62dd4ab
* Mon Jun 08 2015 Milan Crha <mcrha@redhat.com> - 3.16.3-1
62dd4ab
- Update to 3.16.3
62dd4ab
- Remove patch for GNOME bug #719476 (fixed upstream)
62dd4ab
Debarshi Ray e64231e
* Thu May 28 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.16.2-3
Debarshi Ray 704cc8d
- Rebuild for libgdata soname bump
Debarshi Ray 704cc8d
2176862
* Wed May 13 2015 Milan Crha <mcrha@redhat.com> - 3.16.2-2
2176862
- Add patch for GNOME bug #719476 (IMAPx IDLE could cause folder content vanish locally)
2176862
c3361cd
* Mon May 11 2015 Milan Crha <mcrha@redhat.com> - 3.16.2-1
c3361cd
- Update to 3.16.2
c3361cd
7a2f4f5
* Mon Apr 13 2015 Milan Crha <mcrha@redhat.com> - 3.16.1-1
7a2f4f5
- Update to 3.16.1
7a2f4f5
dba9512
* Mon Mar 23 2015 Milan Crha <mcrha@redhat.com> - 3.16.0-1
dba9512
- Update to 3.16.0
dba9512
879cc98
* Mon Mar 16 2015 Milan Crha <mcrha@redhat.com> - 3.15.92-1
879cc98
- Update to 3.15.92
879cc98
- Remove patch to fix libdb configure.ac check (fixed upstream)
879cc98
4cd386b
* Mon Mar 02 2015 Milan Crha <mcrha@redhat.com> - 3.15.91-1
4cd386b
- Update to 3.15.91
2d22f69
- Add patch to fix libdb configure.ac check
4cd386b
8d0e009
* Mon Feb 16 2015 Milan Crha <mcrha@redhat.com> - 3.13.90-1
8d0e009
- Update to 3.13.90
8d0e009
452447f
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 3.13.10-2
452447f
- rebuild for ICU 54.1
452447f
52bac04
* Mon Jan 26 2015 Milan Crha <mcrha@redhat.com> - 3.13.10-1
52bac04
- Update to 3.13.10
52bac04
2bc5919
* Mon Dec 22 2014 Milan Crha <mcrha@redhat.com> - 3.13.9-1
2bc5919
- Update to 3.13.9
2bc5919
e88ad6a
* Mon Nov 24 2014 Milan Crha <mcrha@redhat.com> - 3.13.8-1
e88ad6a
- Update to 3.13.8
e88ad6a
1518ca8
* Sun Nov 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-2
1518ca8
- Obsolete compat-evolution-data-server310-libcamel from rhughes-f20-gnome-3-12
1518ca8
  copr
1518ca8
afe949f
* Mon Oct 27 2014 Milan Crha <mcrha@redhat.com> - 3.13.7-1
afe949f
- Update to 3.13.7
afe949f
- Re-enable parallel build
afe949f
b1554bc
* Mon Sep 22 2014 Milan Crha <mcrha@redhat.com> - 3.13.6-1
b1554bc
- Update to 3.13.6
b1554bc
- Remove patch for GNOME bug #735311 (fixed upstream)
b1554bc
7202ccb
* Wed Aug 27 2014 Milan Crha <mcrha@redhat.com> - 3.13.5-3
7202ccb
- Add patch for GNOME bug #735311 (Adapt to new Google HTTP restriction)
7202ccb
f05d5d4
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 3.13.5-2
f05d5d4
- rebuild for ICU 53.1
f05d5d4
c2ce432
* Mon Aug 25 2014 Milan Crha <mcrha@redhat.com> - 3.13.5-1
c2ce432
- Update to 3.13.5
c2ce432
8b2e53b
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
8b2e53b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8b2e53b
b65ea8b
* Wed Jul 30 2014 Milan Crha <mcrha@redhat.com> - 3.13.4-1
b65ea8b
- Update to 3.13.4
b65ea8b
- Introduce tests subpackage with installed tests
b65ea8b
- Remove patch for GNOME bug 733081 (fixed upstream)
b65ea8b
7dd800b
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.4-4
7dd800b
- Rebuilt for gobject-introspection 1.41.4
7dd800b
c00eb8f
* Fri Jul 18 2014 Milan Crha <mcrha@redhat.com> - 3.12.4-3
c00eb8f
- Update patch for GNOME bug 733081 (IMAPx job stuck with IDLE)
c00eb8f
34c7eec
* Wed Jul 16 2014 Milan Crha <mcrha@redhat.com> - 3.12.4-2
34c7eec
- Add patch for GNOME bug 733081 (IMAPx job stuck with IDLE)
34c7eec
3b971dc
* Mon Jul 14 2014 Milan Crha <mcrha@redhat.com> - 3.12.4-1
3b971dc
- Update to 3.12.4
3b971dc
7a148d8
* Mon Jun 09 2014 Milan Crha <mcrha@redhat.com> - 3.12.3-1
7a148d8
- Update to 3.12.3
7a148d8
708b443
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-2
708b443
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
708b443
b5e79e8
* Mon May 12 2014 Milan Crha <mcrha@redhat.com> - 3.12.2-1
b5e79e8
- Update to 3.12.2
b5e79e8
1eef2e1
* Wed Apr 16 2014 Adam Williamson <awilliam@redhat.com> - 3.12.1-2
1eef2e1
- rebuild for new libgdata
1eef2e1
d578c32
* Mon Apr 14 2014 Milan Crha <mcrha@redhat.com> - 3.12.1-1
d578c32
- Update to 3.12.1
d578c32
010c55c
* Mon Mar 24 2014 Milan Crha <mcrha@redhat.com> - 3.12.0-1
010c55c
- Update to 3.12.0
010c55c
b3d2c3c
* Mon Mar 17 2014 Milan Crha <mcrha@redhat.com> - 3.11.92-1
b3d2c3c
- Update to 3.11.92
b3d2c3c
957e194
* Mon Mar 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.91-1
957e194
- Update to 3.11.91
957e194
f62f686
* Mon Feb 17 2014 Milan Crha <mcrha@redhat.com> - 3.11.90-1
f62f686
- Update to 3.11.90
f62f686
665dfc1
* Fri Feb 14 2014 Adam Williamson <awilliam@redhat.com> - 3.11.5-3
665dfc1
- rebuild for new icu
665dfc1
17c5809
* Mon Feb 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.5-2
17c5809
- Avoid compiler warning due to incorrect krb5 include folder
17c5809
9c65dcf
* Mon Feb 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.5-1
9c65dcf
- Update to 3.11.5
9c65dcf
7a2b814
* Mon Jan 13 2014 Milan Crha <mcrha@redhat.com> - 3.11.4-1
48c09ea
- Update to 3.11.4
48c09ea
fd63693
* Sun Dec 22 2013 Ville Skyttä <ville.skytta@iki.fi> - 3.11.2-3
fd63693
- Drop empty AUTHORS from docs.
fd63693
02ad6d0
* Thu Nov 21 2013 Milan Crha <mcrha@redhat.com> - 3.11.2-2
02ad6d0
- Rebuild for new libical (RH bug #1023020)
02ad6d0
f77046e
* Mon Nov 18 2013 Milan Crha <mcrha@redhat.com> - 3.11.2-1
ec25f08
- Update to 3.11.2
ec25f08
- Conditionally build devel documentation
ec25f08
- Disable compiler warnings about deprecated symbols
ec25f08
Matthew Barnes 4bdbb34
* Tue Oct 22 2013 Matthew Barnes <mbarnes@redhat.com> - 3.11.1-1
Matthew Barnes 4bdbb34
- Update to 3.11.1
Matthew Barnes 4bdbb34
5404ec1
* Mon Oct 14 2013 Milan Crha <mcrha@redhat.com> - 3.10.1-1
5404ec1
- Update to 3.10.1
5404ec1
a455ca8
* Mon Sep 23 2013 Milan Crha <mcrha@redhat.com> - 3.10.0-1
a455ca8
- Update to 3.10.0
a455ca8
065ecdf
* Mon Sep 16 2013 Milan Crha <mcrha@redhat.com> - 3.9.92-1
065ecdf
- Update to 3.9.92
065ecdf
c4ed8ea
* Mon Sep 02 2013 Milan Crha <mcrha@redhat.com> - 3.9.91-1
c4ed8ea
- Update to 3.9.91
c4ed8ea
c3cf47d
* Mon Aug 19 2013 Milan Crha <mcrha@redhat.com> - 3.9.90-1
c3cf47d
- Update to 3.9.90
c3cf47d
86dcc22
* Mon Aug 12 2013 Milan Crha <mcrha@redhat.com> - 3.9.5-3
86dcc22
- Bump nss version requirement to 3.14
86dcc22
ec60f52
* Tue Aug 06 2013 Adam Williamson <awilliam@redhat.com> - 3.9.5-2
ec60f52
- rebuild for new libgweather
ec60f52
85184f8
* Mon Jul 29 2013 Milan Crha <mcrha@redhat.com> - 3.9.5-1
85184f8
- Update to 3.9.5
85184f8
Matthew Barnes c38dd43
* Sun Jul 21 2013 Matthew Barnes <mbarnes@redhat.com> - 3.9.4-2
Matthew Barnes c38dd43
- Require dconf for dconf-service, necessary for evolution-data-server
Matthew Barnes c38dd43
  to operate properly.
Matthew Barnes c38dd43
4542b04
* Mon Jul 08 2013 Milan Crha <mcrha@redhat.com> - 3.9.4-1
4542b04
- Update to 3.9.4
4542b04
01154f9
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-2
01154f9
- Rebuilt for libgweather 3.9.3 soname bump
01154f9
f43327d
* Mon Jun 17 2013 Milan Crha <mcrha@redhat.com> - 3.9.3-1
f43327d
- Update to 3.9.3
f43327d
450886a
* Mon May 27 2013 Milan Crha <mcrha@redhat.com> - 3.9.2-1
450886a
- Update to 3.9.2
450886a
Rex Dieter c327c26
* Fri May 24 2013 Rex Dieter <rdieter@fedoraproject.org> 3.9.1-2
Rex Dieter c327c26
- rebuild (libical)
Rex Dieter c327c26
fc2626b
* Mon Apr 29 2013 Milan Crha <mcrha@redhat.com> - 3.9.1-1
fc2626b
- Update to 3.9.1
fc2626b
d7bff9f
* Mon Mar 25 2013 Milan Crha <mcrha@redhat.com> - 3.8.0-1
d7bff9f
- Update to 3.8.0
d7bff9f
81ebb97
* Mon Mar 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.92-1
81ebb97
- Update to 3.7.92
81ebb97
52fbf66
* Mon Mar 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.91-1
52fbf66
- Update to 3.7.91
52fbf66
- Remove an upstream .pc files fix for a libebook split (fixed upstream)
52fbf66
- Remove patch gor GNOME bug #693101 (fixed upstream)
52fbf66
- Remove patch for Red Hat bug #912503 (fixed upstream)
52fbf66
1a5dcf9
* Thu Feb 21 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-3
1a5dcf9
- Add patch gor GNOME bug #693101 (IMAPx vanishes folder summary)
1a5dcf9
- Add patch for Red Hat bug #912503 (incorrect G_BEGIN/END_DECLS)
1a5dcf9
0fb4032
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-2
0fb4032
- Add an upstream .pc files fix for a libebook split
0fb4032
a52a191
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-1
a52a191
- Update to 3.7.90
a52a191
e3c107d
* Mon Feb 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.5-1
e3c107d
- Update to 3.7.5
e3c107d
5dc06a1
* Mon Jan 14 2013 Milan Crha <mcrha@redhat.com> - 3.7.4-1
5dc06a1
- Update to 3.7.4
2c82e73
- Add --add-missing to automake call
5dc06a1
7c253a2
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-2
7c253a2
- Rebuilt for libgweather 3.7.3 soname bump
7c253a2
Matthew Barnes 49f64f5
* Tue Dec 18 2012 Matthew Barnes <mbarnes@redhat.com> - 3.7.3-1
Matthew Barnes 49f64f5
- Update to 3.7.3
Matthew Barnes 49f64f5
- Remove obsolete BuildRequires:
Matthew Barnes 49f64f5
    bison
Matthew Barnes 49f64f5
    dbus-glib-devel
Matthew Barnes 49f64f5
    libgnome-keyring-devel
Matthew Barnes 49f64f5
    liboauth-devel
Matthew Barnes 49f64f5
3825b70
* Mon Nov 19 2012 Milan Crha <mcrha@redhat.com> - 3.7.2.1-1
3825b70
- Update to 3.7.2.1
3825b70
33fbb56
* Mon Oct 22 2012 Milan Crha <mcrha@redhat.com> - 3.7.1-1
33fbb56
- Update to 3.7.1
33fbb56
6e2e7f4
* Mon Sep 17 2012 Milan Crha <mcrha@redhat.com> - 3.5.92-1
6e2e7f4
- Update to 3.5.92
6e2e7f4
a2d4778
* Mon Sep 03 2012 Milan Crha <mcrha@redhat.com> - 3.5.91-1
a2d4778
- Update to 3.5.91
a2d4778
4efab1a
* Mon Aug 20 2012 Milan Crha <mcrha@redhat.com> - 3.5.90-1
4efab1a
- Update to 3.5.90
4efab1a
12a42a6
* Mon Aug 06 2012 Milan Crha <mcrha@redhat.com> - 3.5.5-1
12a42a6
- Update to 3.5.5
12a42a6
- Remove patch for less memory usage from vTrash camel folders (fixed upstream)
12a42a6
94dbfee
* Thu Jul 26 2012 Milan Crha <mcrha@redhat.com> - 3.5.4-3
94dbfee
- Add patch for less memory usage from vTrash camel folders
94dbfee
30167ec
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
30167ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
30167ec
c4bfc1e
* Mon Jul 16 2012 Milan Crha <mcrha@redhat.com> - 3.5.4-1
c4bfc1e
- Update to 3.5.4
7d1caba
- Change dependency from db4 to libdb
c4bfc1e
Matthew Barnes 74f7174
* Sun Jul  1 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3.1-1
Matthew Barnes 74f7174
- Update to 3.5.3.1
Matthew Barnes 74f7174
Matthew Barnes 21029f8
* Wed Jun 27 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3-3
Matthew Barnes 21029f8
- Avoid exposing <db.h> in a public header file.
Matthew Barnes 21029f8
36770b9
* Wed Jun 27 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-2
36770b9
- Build against libgweather 3.5
36770b9
Matthew Barnes 840936e
* Mon Jun 25 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3-1
Matthew Barnes 840936e
- Update to 3.5.3
Matthew Barnes e0ee691
- Add BR: gcr-devel >= 3.4
Matthew Barnes e0ee691
- Drop BR: GConf2-devel  \o/
Matthew Barnes 840936e
4fabcf6
* Mon Jun 04 2012 Milan Crha <mcrha@redhat.com> - 3.5.2-1
4fabcf6
- Update to 3.5.2
4fabcf6
Matthew Barnes c830487
* Sun Apr 29 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.1-1
Matthew Barnes c830487
- Update to 3.5.1
Matthew Barnes c830487
419fa50
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
419fa50
- Silence rpm scriptlet output
419fa50
Richard Hughes 7f2aead
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
Richard Hughes 7f2aead
- Update to 3.4.1
Richard Hughes 7f2aead
3ceaaaa
* Mon Mar 26 2012 Milan Crha <mcrha@redhat.com> - 3.4.0-1
3ceaaaa
- Update to 3.4.0
3ceaaaa
1580e35
* Mon Mar 19 2012 Milan Crha <mcrha@redhat.com> - 3.3.92-1
1580e35
- Update to 3.3.92
1580e35
325569d
* Tue Mar 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.91-1
325569d
- Update to 3.3.91
325569d
d7ca694
* Mon Feb 20 2012 Milan Crha <mcrha@redhat.com> - 3.3.90-1
d7ca694
- Update to 3.3.90
d7ca694
8bd8720
* Mon Feb 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.5-1
8bd8720
- Update to 3.3.5
8bd8720
7a1f0b3
* Mon Jan 16 2012 Milan Crha <mcrha@redhat.com> - 3.3.4-1
7a1f0b3
- Update to 3.3.4
7a1f0b3
aab5d50
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-3
aab5d50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
aab5d50
Matthew Barnes 1df74aa
* Fri Dec 30 2011 Matthew Barnes <mbarnes@redhat.com> - 3.3.3-2
Matthew Barnes 8733547
- Require libgnome-keyring-devel instead of gnome-keyring-devel.
Matthew Barnes 1df74aa
b482246
* Mon Dec 19 2011 Milan Crha <mcrha@redhat.com> - 3.3.3-1
b482246
- Update to 3.3.3
b482246
608bd89
* Mon Nov 21 2011 Milan Crha <mcrha@redhat.com> - 3.3.2-1
608bd89
- Update to 3.3.2
608bd89
- Remove patch to not call g_thread_init() (fixed upstream)
608bd89
9c44d15
* Mon Oct 24 2011 Milan Crha <mcrha@redhat.com> - 3.3.1-1
9c44d15
- Update to 3.3.1
513b55e
- Add patch to not call g_thread_init()
9c44d15
26c406d
* Mon Sep 26 2011 Milan Crha <mcrha@redhat.com> - 3.2.0-1
26c406d
- Update to 3.2.0
26c406d
23f583b
* Mon Sep 19 2011 Milan Crha <mcrha@redhat.com> - 3.1.92-1
23f583b
- Update to 3.1.92
23f583b
569ea31
* Mon Sep 05 2011 Milan Crha <mcrha@redhat.com> - 3.1.91-1
569ea31
- Update to 3.1.91
569ea31
- Enable introspection and vala bindings
569ea31
1edea13
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 3.1.90-1
1edea13
- Update to 3.1.90
1edea13
db61586
* Mon Aug 15 2011 Milan Crha <mcrha@redhat.com> - 3.1.5-1
db61586
- Update to 3.1.5
db61586
Matthew Barnes 11d3c97
* Sat Jul 23 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.4-1
Matthew Barnes 11d3c97
- Update to 3.1.4
Matthew Barnes 11d3c97
Matthew Barnes 9b3c552
* Mon Jul 04 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.3-1
Matthew Barnes 9b3c552
- Update to 3.1.3
Matthew Barnes 9b3c552
- Remove patch for libgdata-0.9.0 (fixed upstream).
Matthew Barnes 9b3c552
- Disable SMP flags; some source directories are racy.
Matthew Barnes 9b3c552
- Remove keyring option; gnome-keyring is mandatory now.
Matthew Barnes 9b3c552
- Add BR: gnome-online-accounts-devel and liboauth-devel
Matthew Barnes 9b3c552
e00214d
* Tue Jun 14 2011 Milan Crha <mcrha@redhat.com> - 3.1.2-1
e00214d
- Update to 3.1.2
aae0d70
- Add patch by Philip Withnall to build against libgdata-0.9.0
e00214d
00801bb
* Mon May 09 2011 Milan Crha <mcrha@redhat.com> - 3.1.1-1
00801bb
- Update to 3.1.1
00801bb
- Drop groupwise backends, as it was split out upstream
00801bb
597662f
* Mon Apr 04 2011 Milan Crha <mcrha@redhat.com> - 3.0.0-1
597662f
- Update to 3.0.0
597662f
eda9bdb
* Mon Mar 21 2011 Milan Crha <mcrha@redhat.com> - 2.91.92-1
eda9bdb
- Update to 2.91.92
eda9bdb
e407513
* Mon Mar 07 2011 Milan Crha <mcrha@redhat.com> - 2.91.91-1
e407513
- Update to 2.91.91
e407513
d5fc8b5
* Mon Feb 21 2011 Milan Crha <mcrha@redhat.com> - 2.91.90-1
d5fc8b5
- Update to 2.91.90
d5fc8b5
fb26c94
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-4
fb26c94
- Rebuild against newer gtk
fb26c94
788525c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-3
788525c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
788525c
994ee4a
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-2
994ee4a
- Rebuild
994ee4a
250490d
* Mon Jan 31 2011 Milan Crha <mcrha@redhat.com> - 2.91.6-1
250490d
- Update to 2.91.6
2e15241
- Requires gtk3.
250490d
ad9284f
* Mon Jan 31 2011 Caolánc McNamara <caolanm@redhat.com> - 2.91.5-4
ad9284f
- Rebuild against new libgweather
ad9284f
0a136ba
* Tue Jan 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-3
0a136ba
- Rebuild against new libgdata
0a136ba
0a136ba
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
83fa0c9
- Move girs to -devel
83fa0c9
a6daa04
* Mon Jan 10 2011 Milan Crha <mcrha@redhat.com> - 2.91.5-1
a6daa04
- Update to 2.91.5
a6daa04
2fac1b1
* Mon Dec 20 2010 Milan Crha <mcrha@redhat.com> - 2.91.4-1
2fac1b1
- Update to 2.91.4
2fac1b1
80eaf41
* Mon Nov 29 2010 Milan Crha <mcrha@redhat.com> - 2.91.3-1
80eaf41
- Update to 2.91.3
80eaf41
dc25d53
* Mon Nov 08 2010 Milan Crha <mcrha@redhat.com> - 2.91.2-1
dc25d53
- Update to 2.91.2
dc25d53
69f44b5
* Fri Nov 05 2010 Milan Crha <mcrha@redhat.com> - 2.91.1-2
4483dc0
- Rebuild against newer libxml2
d902f0d
b98284d
* Mon Oct 18 2010 Milan Crha <mcrha@redhat.com> - 2.91.1-1
b98284d
- Update to 2.91.1
b98284d
66ebe72
* Mon Oct 11 2010 Milan Crha <mcrha@redhat.com> - 2.91.0-1
66ebe72
- Update to 2.91.0
66ebe72
Jesse Keating ef7e18a
* Wed Sep 29 2010 jkeating - 2.31.92-2
Jesse Keating ef7e18a
- Rebuilt for gcc bug 634757
Jesse Keating ef7e18a
76d26c7
* Mon Sep 13 2010 Milan Crha <mcrha@redhat.com> - 2.31.92-1.fc15
76d26c7
- Update to 2.31.92
76d26c7
76d26c7
* Mon Aug 30 2010 Milan Crha <mcrha@redhat.com> - 2.31.91-1.fc14
13417b7
- Update to 2.31.91
76d26c7
76d26c7
* Mon Aug 16 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.90-1.fc14
76d26c7
- Update to 2.31.90
76d26c7
367648c
* Mon Aug 02 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.6-1.fc14
76d26c7
- Update to 2.31.6
fd55dff
- Resume GSEAL usage.
fd55dff
- Drop dbus-glib requirement.
fd55dff
- Bump glib2 requirement to 2.25.12.
fd55dff
- Roll back eds_base_version to 2.32.
13417b7
f9fb20c
* Tue Jul 13 2010 Milan Crha <mcrha@redhat.com> - 2.31.5-1.fc14
f9fb20c
- Update to 2.31.5
f9fb20c
2a0a9c3
* Mon Jun 07 2010 Milan Crha <mcrha@redhat.com> - 2.31.3-1.fc14
2a0a9c3
- Update to 2.31.3
2a0a9c3
1f6b7fd
* Tue May 25 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.2-2.fc14
1f6b7fd
- Enable largefile support in Camel, to help debug GNOME bug #612082.
1f6b7fd
  Debian turned this on recently and is experiencing problems, and I
1f6b7fd
  want to get to the bottom of it and finally break this 2 GB barrier.
1f6b7fd
d795065
* Mon May 24 2010 Milan Crha <mcrha@redhat.com> - 2.31.2-1.fc14
d795065
- Update to 2.31.2
61f0d0b
- libecalbackendgoogle dropped.
d795065
ce9227a
* Mon May 03 2010 Milan Crha <mcrha@redhat.com> - 2.31.1-1.fc14
ce9227a
- Update to 2.31.1
ce9227a
- Update BuildRequires.
ce9227a
- Remove imap4 camel provider support (dropped upstream).
ce9227a
388ac32
* Tue Feb 09 2010 Milan Crha <mcrha@redhat.com> - 2.29.90-3.fc13
388ac32
- Return back BuildRequires: libglade2-devel.
388ac32
db3c2b4
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.90-2.fc13
db3c2b4
- Rebuild to hopefully fix pkgconfig auto-provides glitch.
db3c2b4
9b28c7e
* Mon Feb 08 2010 Milan Crha <mcrha@redhat.com> - 2.29.90-1.fc13
9b28c7e
- Update to 2.29.90
364248b
- Removed unneeded BuildRequires.
9b28c7e
faa0efc
* Mon Jan 25 2010 Milan Crha <mcrha@redhat.com> - 2.29.6-1.fc13
faa0efc
- Update to 2.29.6
faa0efc
ed731c0
* Tue Jan 12 2010 Milan Crha <mcrha@redhat.com> - 2.29.5-1.fc13
ed731c0
- Update to 2.29.5
0894477
- Correct Source URL
ed731c0
2d15f7d
* Mon Dec 21 2009 Milan Crha <mcrha@redhat.com> - 2.29.4-1.fc13
2d15f7d
- Update to 2.29.4
2d15f7d
- Remove patch for GNOME bug #487988 (fixed upstream).
2d15f7d
26b1bd0
* Wed Dec 09 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-3
26b1bd0
- Remove libgnome and libgnomeui requirements
26b1bd0
05dd1be
* Wed Dec 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.29.3-2.fc13
05dd1be
- Devel subpackage does not need to require doc subpackage.
05dd1be
a22af59
* Mon Nov 30 2009 Milan Crha <mcrha@redhat.com> - 2.29.3-1.fc13
a22af59
- Update to 2.29.3
a22af59
e713f27
* Mon Nov 16 2009 Milan Crha <mcrha@redhat.com> - 2.29.2-1.fc13
e713f27
- Update to 2.29.2
e713f27
13d4aed
* Tue Oct 27 2009 Matthew Barnes <mbarnes@redhat.com> - 2.29.1-1.fc13
13d4aed
- Update to 2.29.1
13d4aed
- Bump eds_base_version to 2.30.
13d4aed
- Add dbus-glib build requirement.
13d4aed
- Drop Bonobo + ORBit dependency (yay!).
13d4aed
- Remove option to use OpenSSL instead of NSS.
13d4aed
- Drop eds_api_version definition since it will never change.
13d4aed
- Remove patch for GNOME bug #373146 (deviates from upstream).
13d4aed
9c272b6
* Mon Sep 21 2009 Milan Crha <mcrha@redhat.com> - 2.28.0-1.fc12
9c272b6
- Update to 2.28.0
9c272b6
bc0a938
* Mon Sep 07 2009 Milan Crha <mcrha@redhat.com> - 2.27.92-1.fc12
bc0a938
- Update to 2.27.92
bc0a938
d3db25e
* Thu Aug 27 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.91-3.fc12
d3db25e
- Rebuild with old OpenSSL, er something...
d3db25e
d95a9dd
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 2.27.91-2.fc12
d95a9dd
- rebuilt with new openssl
d95a9dd
5ef0ac5
* Mon Aug 24 2009 Milan Crha <mcrha@redhat.com> - 2.27.91-1.fc12
5ef0ac5
- Update to 2.27.91
5ef0ac5
7a93c60
* Mon Aug 10 2009 Milan Crha <mcrha@redhat.com> - 2.27.90-1.fc12
7a93c60
- Update to 2.27.90
7a93c60
7f47bd3
* Mon Jul 27 2009 Milan Crha <mcrha@redhat.com> - 2.27.5-1.fc12
7f47bd3
- Update to 2.27.5
7f47bd3
5330fcf
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
5330fcf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5330fcf
6e00080
* Mon Jul 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.4-1.fc12
6e00080
- Update to 2.27.4
6e00080
- Remove patch for RH bug #505661 (fixed upstream).
6e00080
a9b2a9b
* Thu Jul 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-3.fc12
a9b2a9b
- Add patch for RH bug #505661 (crash on startup).
a9b2a9b
e2a59cc
* Wed Jul 01 2009 Milan Crha <mcrha@redhat.com> - 2.27.3-2.fc12
e2a59cc
- Rebuild against newer gcc
e2a59cc
8f18408
* Mon Jun 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-1.fc12
8f18408
- Update to 2.27.3
8f18408
5034569
* Mon May 25 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.2-1.fc12
5034569
- Update to 2.27.2
5034569
- Remove strict_build_settings since the settings are used upstream now.
5034569
a00cb06
* Mon May 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.1-1.fc12
a00cb06
- Update to 2.27.1
a00cb06
- Bump evo_major to 2.28.
a00cb06
e0ca3b6
* Wed Apr 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1.1-1.fc11
e0ca3b6
- Update to 2.26.1.1
e0ca3b6
9dcaefa
* Mon Apr 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1-1.fc11
9dcaefa
- Update to 2.26.1
9dcaefa
11345c5
* Mon Mar 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.0-1.fc11
11345c5
- Update to 2.26.0
11345c5
- Remove patch for RH bug #568332 (fixed upstream).
11345c5
- Remove patch for GNOME bug #573240 (reverted upstream).
11345c5
385cb9e
* Fri Mar 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-4.fc11
385cb9e
- Revise patch for RH bug #568332 to match upstream commit.
385cb9e
3de9e2d
* Thu Mar 12 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-3.fc11
3de9e2d
- Add patch for RH bug #568332 (thread leak in fsync() rate limiting).
3de9e2d
aa9f395
* Sat Mar 07 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-2.fc11
aa9f395
- Add patch to revert GNOME bug #573240 (IMAP message loading regressions).
aa9f395
eaf94ec
* Mon Mar 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-1.fc11
eaf94ec
- Update to 2.25.92
eaf94ec
581f5f2
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> 2.25.91-3
581f5f2
- Make -doc noarch
581f5f2
860a61b
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
860a61b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
860a61b
eee217f
* Mon Feb 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.91-1.fc11
eee217f
- Update to 2.25.91
eee217f
340a51d
* Fri Feb 06 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-5.fc11
340a51d
- Update BuildRoot, License, Source and URL tags.
340a51d
- Require gnome-common so we don't have to patch it out.
340a51d
f4fc84c
* Wed Feb 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-4.fc11
f4fc84c
- ... and fix our own <ical.h> includes too.
f4fc84c
a1b8ec0
* Wed Feb 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-3.fc11
a1b8ec0
- Work around libical's broken pkg-config file.
a1b8ec0
d504182
* Mon Feb 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-2.fc11
d504182
- Forgot the libical requirement in devel subpackage.
d504182
6115595
* Mon Feb 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-1.fc11
6115595
- Update to 2.25.90
6115595
- Add libical build requirement.
6115595
b2610fe
* Mon Jan 19 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.5-1.fc11
b2610fe
- Update to 2.25.5
b2610fe
- Bump gtk2_version to 2.14.0.
b2610fe
04e90aa
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.25.4-2.fc11
04e90aa
- rebuild with new openssl
04e90aa
3c92fa7
* Mon Jan 05 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.4-1.fc11
3c92fa7
- Update to 2.25.4
3c92fa7
fd134de
* Mon Dec 15 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-1.fc11
fd134de
- Update to 2.25.3
fd134de
- New BR: libgweather-devel
fd134de
b335167
* Thu Dec 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25-2-2.fc11
b335167
- Rebuild due to recent pkg-config breakage.
b335167
a41173f
* Mon Dec 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.2-1.fc11
a41173f
- Update to 2.25.2
a41173f
e0a1084
* Thu Nov 27 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-2.fc11
e0a1084
- Obsolete the evolution-webcal package (RH bug #468855).
e0a1084
a109c4e
* Mon Nov 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-1.fc11
a109c4e
- Update to 2.25.1
a109c4e
- Bump eds_base_version to 2.26.
a109c4e
- Remove patch for RH bug #467804 (fixed upstream).
a109c4e
70d95c5
* Thu Oct 23 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.1-2.fc10
70d95c5
- Add patch for RH bug #467804 (remove console spew).
70d95c5
733830c
* Tue Oct 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.1-1.fc10
733830c
- Update to 2.24.1
733830c
5862412
* Mon Sep 22 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.0-1.fc10
5862412
- Update to 2.24.0
5862412
6c9b6cb
* Mon Sep 08 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.92-1.fc10
6c9b6cb
- Update to 2.23.92
6c9b6cb
bdf924e
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1.fc10
bdf924e
- Update to 2.23.91
bdf924e
de5547a
* Wed Aug 20 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.90.1-1.fc10
de5547a
- Update to 2.23.90.1
de5547a
0dad68b
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-3.fc10
0dad68b
- Add sqlite3 requirement to devel subpackage.
0dad68b
0e5aeb1
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-2.fc10
0e5aeb1
- Add sqlite3 to Camel's pkgconfig requirements.
0e5aeb1
36470b5
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-1.fc10
36470b5
- Update to 2.23.6
624a247
- Add build requirement for sqlite.
36470b5
8101eb6
* Mon Jul 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.5-1.fc10
8101eb6
- Update to 2.23.5
8101eb6
- Remove patch for RH bug #534080 (fixed upstream).
8101eb6
d3aa76e
* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.23.4-3
d3aa76e
- fix license tag
d3aa76e
cf3eb8e
* Thu Jul 03 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.4-2.fc10
8101eb6
- Add patch for RH bug #534080 (fix attachment saving).
cf3eb8e
4f22dc8
* Mon Jun 16 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.4-1.fc10
4f22dc8
- Update to 2.23.4
4f22dc8
3bd4a1a
* Mon Jun 02 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.3-1.fc10
3bd4a1a
- Update to 2.23.3
3bd4a1a
- Remove patch for GNOME bug #531439 (fixed upstream).
3bd4a1a
8ff2abe
* Sun May 18 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-3.fc10
8ff2abe
- Add patch for GNOME bug #531439 (GPG passphrases destroy passwords).
8ff2abe
933b965
* Tue May 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-2.fc10
933b965
- Fix some third-party package breakage caused by libebackend.
933b965
dc9cf95
* Mon May 12 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-1.fc10
dc9cf95
- Update to 2.23.2
dc9cf95
- Add files for new libebackend library.
dc9cf95
- Remove patch for RH bug #202309 (fixed upstream).
dc9cf95
d970f4f
* Mon Apr 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-1.fc10
d970f4f
- Update to 2.23.1
d970f4f
- Bump eds_base_version to 2.24.
d970f4f
- Bump glib2 requirement to 2.16.1.
d970f4f
- Drop gnome-vfs2 requirement.
d970f4f
d970f4f
* Mon Apr 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.1-1.fc9
4944482
- Update to 2.22.1
4944482
- Remove patch for RH bug #296671 (fixed upstream).
4944482
- Remove patch for GNOME bug #523023 (fixed upstream).
4944482
25453e9
* Mon Mar 24 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3.fc9
25453e9
- Add patch for GNOME bug #523023 (EFolder leak in evo-ex-storage).
25453e9
3bfb902
* Tue Mar 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2.fc9
3bfb902
- Add patch for RH bug #296671 (GC servers may not support NTLM).
3bfb902
55c1991
* Mon Mar 10 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-1.fc9
55c1991
- Update to 2.22.0
55c1991
3fc0df3
* Mon Feb 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.92-1.fc9
3fc0df3
- Update to 2.21.92
3fc0df3
- Remove patch for GNOME bug #516074 (fixed upstream).
3fc0df3
51a85f5
* Thu Feb 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-3.fc9
51a85f5
- Try removing the ancient "ldap-x86_64-hack" patch.
51a85f5
2c869df
* Wed Feb 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-2.fc9
2c869df
- Rebuild against libsoup 2.3.2.
2c869df
abea6ac
* Mon Feb 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-1.fc9
abea6ac
- Update to 2.21.91
555fac0
- Add patch for GNOME bug #516074 (latest glibc breaks Camel).
cbdf39d
2b3ba2d
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1.fc9
2b3ba2d
- Update to 2.21.90
2b3ba2d
- Remove patch for GNOME bug #509644 (fixed upstream).
2b3ba2d
bd08cc4
* Thu Jan 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-3.fc9
bd08cc4
- Rename evolution-1.4.4-ldap-x86_64-hack.patch to avoid namespace
bd08cc4
  collision with similarly named patch in evolution (RH bug #395551).
bd08cc4
bf9583b
* Wed Jan 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-2.fc9
bf9583b
- Add patch for GNOME bug #509644 (password dialog breakage).
bf9583b
- Remove patch for RH bug #384741 (fixed upstream).
bf9583b
- Remove patch for GNOME bug #363695 (obsolete).
bf9583b
- Remove patch for GNOME bug #376991 (obsolete).
bf9583b
3347f4a
* Mon Jan 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-1.fc9
3347f4a
- Update to 2.21.5
3347f4a
3da816d
* Mon Dec 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.4-1.fc9
3da816d
- Update to 2.21.4
3da816d
- Require gtk-doc >= 1.9.
3da816d
a3963ab
* Tue Dec  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-2
a3963ab
- Rebuild against openssl
a3963ab
0582232
* Mon Dec 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.3-1.fc9
0582232
- Update to 2.21.3
0582232
5ea85e3
* Thu Nov 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-2.fc9
5ea85e3
- Add patch for RH bug #384741 (authentication crash).
5ea85e3
9040ef7
* Mon Nov 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-1.fc9
9040ef7
- Update to 2.21.2
9040ef7
9040ef7
* Mon Oct 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.1-1.fc9
a188ce3
- Update to 2.21.1
a188ce3
- Bump eds_base_version to 2.22.
a188ce3
- Remove patch for RH bug #212106 (fixed upstream).
a188ce3
- Remove patch for GNOME bug #417999 (fixed upstream).
a188ce3
974bb03
* Fri Oct 26 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-4.fc9
974bb03
- Remove the use_gtk_doc macro.
974bb03
- Remove redundant requirements.
974bb03
- Use the name tag where appropriate.
974bb03
- Add an evolution-data-server-doc subpackage.
974bb03
66f6269
* Thu Oct 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-3.fc9
66f6269
- Porting a couple patches over from RHEL5:
66f6269
- Add patch for RH bug #212106 (address book error on fresh install).
66f6269
- Add patch for RH bug #215702 (bad search filter for LDAP address books).
66f6269
632ead3
* Tue Oct 16 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-2.fc8
632ead3
- Disable patch for GNOME bug #376991 for now.  It may be contributing
632ead3
  to password prompting problems as described in RH bug #296671.
632ead3
39af060
* Mon Oct 15 2007 Milan Crha <mcrha@redhat.com> - 1.12.1-1.fc8
39af060
- Update to 1.12.1
39af060
1c0f287
* Mon Sep 17 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.0-1.fc8
1c0f287
- Update to 1.12.0
1c0f287
ff10c02
* Mon Sep 03 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.92-1.fc8
ff10c02
- Update to 1.11.92
ff10c02
3931730
* Tue Aug 28 2007 Milan Crha <mcrha@redhat.com> - 1.11.91-1.fc8
3931730
- Update to 1.11.91
3931730
- Removed patch for RH bug #215634 (fixed upstream).
3931730
- Removed patch for GNOME bug #466987 (fixed upstream).
3931730
e75bc9a
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> 1.11.90-4.fc8
e75bc9a
- Add Requires: glib2 >= 2.14.0, since it's in the buildroot now, and
e75bc9a
  forcibly introduces deps on symbols that don't exist in 2.13.  If
e75bc9a
  only we had working symbol versioning.
e75bc9a
4b9a6f6
* Mon Aug 20 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-3.fc8
4b9a6f6
- Revise patch for GNOME bug #417999 to fix GNOME bug #447591
4b9a6f6
  (Automatic Contacts combo boxes don't work).
4b9a6f6
9722666
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-2.fc8
9722666
- Re-enable the --with-libdb configure option.
9722666
bff8406
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-1.fc8
bff8406
- Update to 1.11.90
f021fb5
- Add patch for GNOME bug #466987 (glibc redefines "open").
bff8406
- Remove patch for GNOME bug #415891 (fixed upstream).
bff8406
85c4ceb
* Wed Aug 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.6.1-1.fc8
817ffbd
- Update to 1.11.6.1
817ffbd
b43d95b
* Tue Jul 31 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.6-1.fc8
b43d95b
- Update to 1.11.6
b43d95b
- Remove patch for GNOME bug #380534 (fixed upstream).
b43d95b
d3564c7
* Fri Jul 27 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-3.fc8
d3564c7
- Add patch for GNOME bug #380534 (clarify version requirements).
d3564c7
1c8c13a
* Tue Jul 17 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-2.fc8
1c8c13a
- Add patch for RH bug #243296 (fix LDAP configuration).
1c8c13a
88831bb
* Mon Jul 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-1.fc8
88831bb
- Update to 1.11.5
88831bb
3be76c6
* Mon Jun 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.4-1.fc8
3be76c6
- Update to 1.11.4
3be76c6
- Remove patch for RH bug #202309 (fixed upstream).
3be76c6
- Remove patch for GNOME bug #312854 (fixed upstream).
3be76c6
- Remove patch for GNOME bug #447414 (fixed upstream).
3be76c6
1b27cac
* Fri Jun 15 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-3.fc8
1b27cac
- Add patch for GNOME bug #224277 (Camel IMAP security flaw).
1b27cac
48e4e7d
* Thu Jun 14 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-2.fc8
48e4e7d
- Add patch for GNOME bug #312584 (renaming Exchange folders).
48e4e7d
c30bc73
* Mon Jun 04 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-1.fc8
c30bc73
- Update to 1.11.3
c30bc73
- Remove patch for GNOME bug #415922 (fixed upstream).
c30bc73
c30bc73
* Thu May 31 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-3.fc8
6efa8ff
- Revise patch for GNOME bug #376991 to fix RH bug #241974.
6efa8ff
c30bc73
* Mon May 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-2.fc8
84c245e
- Store account passwords in GNOME Keyring.
84c245e
c30bc73
* Fri May 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-1.fc8
8edc3ab
- Update to 1.11.2
8edc3ab
- Bump eds_base_version to 1.12.
8edc3ab
- Add patch to fix implicit function declarations.
8edc3ab
- Remove patch for RH bug #203058 (fixed upstream).
8edc3ab
- Remove patch for RH bug #210142 (fixed upstream).
8edc3ab
- Remove patch for RH bug #235290 (fixed upstream).
8edc3ab
- Remove patch for GNOME bug #360240 (fixed upstream).
8edc3ab
- Remove patch for GNOME bug #360619 (fixed upstream).
8edc3ab
- Remove patch for GNOME bug #373117 (fixed upstream).
8edc3ab
- Revise patch for GNOME bug #415891 (partially fixed upstream).
8edc3ab
cf61009
* Wed May 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-6.fc7
cf61009
- Add patch for RH bug #215634 (read NSS certificates more reliably).
cf61009
08ab64d
* Tue May 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-5.fc7
08ab64d
- Add patch for GNOME bug #373146 (spam message triggers crash).
08ab64d
4181462
* Mon May 07 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-4.fc7
4181462
- Add patch to fix a dangling pointer in e-source-group.c.
4181462
1d8712e
* Mon Apr 30 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-3.fc7
1d8712e
- Revise patch for RH bug #235290 to not break string freeze.
1d8712e
ec880f9
* Tue Apr 24 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-2.fc7
ec880f9
- Add patch for RH bug #235290 (APOP authentication vulnerability).
ec880f9
921a69f
* Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-1.fc7
921a69f
- Update to 1.10.1
921a69f
- Remove evolution-data-server-1.10.0-no-more-beeps.patch (fixed upstream).
921a69f
89d907d
* Wed Apr 04 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-6.fc7
89d907d
- Revise patch for GNOME bug #417999 (another ESourceComboBox goof).
89d907d
2187af3
* Mon Apr 02 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-5.fc7
2187af3
- Make the new ESourceComboBox widget work properly (RH bug #234760).
2187af3
d228733
* Tue Mar 27 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-4.fc7
d228733
- Link to static evolution-openldap library (RH bug #210126).
ad4b9f8
- Require openssl-devel when statically linking against openldap.
d228733
- Add -Wdeclaration-after-statement to strict build settings.
d228733
5ee8cca
* Thu Mar 22 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-3.fc7
5ee8cca
- Stop beeping at me!
5ee8cca
3b4059f
* Wed Mar 14 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-2.fc7
3b4059f
- Modify patch for GNOME bug #376991 to fix RH bug #231994.
5ee8cca
- Add patch for GNOME bug #417999 (avoid deprecated GTK+ symbols).
3b4059f
- Remove evolution-data-server-1.0.2-workaround-cal-backend-leak.patch.
3b4059f
- Remove evolution-data-server-1.2.2-fix_open_calendar_declaration.patch.
3b4059f
- Remove evolution-data-server-1.3.8-fix-implicit-function-declarations.
3b4059f
83418fe
* Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-1.fc7
83418fe
- Update to 1.10.0
83418fe
- Remove patch for GNOME bug #301363 (fixed upstream).
83418fe
32b2b2d
* Fri Mar 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-4.fc7
32b2b2d
- Add patch for GNOME bug #415922 (support MS ISA Server 2004).
32b2b2d
- Patch by Kenny Root.
32b2b2d
ab62852
* Thu Mar 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-3.fc7
ab62852
- Add patch for GNOME bug #415891 (introduce EFlag API).
ab62852
- Add patch for GNOME bug #376991 (refactor password handling).
ab62852
fee3ae6
* Tue Mar 06 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-2.fc7
fee3ae6
- Add patch for GNOME bug #301363 (update timezones).
fee3ae6
17f0f80
* Mon Feb 26 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-1.fc7
17f0f80
- Update to 1.9.92
17f0f80
- Remove patch for GNOME bug #356177 (fixed upstream).
17f0f80
- Add minimum version to intltool requirement (current >= 0.35.5).
17f0f80
3c1efd7
* Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.91-1.fc7
3c1efd7
- Update to 1.9.91
3c1efd7
- Add flag to disable deprecated Pango symbols.
3c1efd7
- Remove patch for GNOME bug #359979 (fixed upstream).
3c1efd7
ea2bb07
* Sun Jan 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-4.fc7
ea2bb07
- Revise evolution-data-server-1.8.0-no-gnome-common.patch so that we no
ea2bb07
  longer have to run autoconf before building.
ea2bb07
48692f7
* Wed Jan 10 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-3.fc7
48692f7
- Add patch for GNOME bug #359979 (change EMsgPort semantics).
48692f7
367648c
* Tue Jan 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-2.fc7
55340c8
- Require libsoup-devel in devel subpackage (RH bug #152482).
55340c8
959b84a
* Mon Jan 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-1.fc7
959b84a
- Update to 1.9.5
959b84a
- Remove patch for GNOME bug #362638 (fixed upstream).
959b84a
- Remove patch for GNOME bug #387638 (fixed upstream).
959b84a
4e1eecb
* Tue Dec 19 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.4-1.fc7
4e1eecb
- Update to 1.9.4
4e1eecb
- Add patch for GNOME bug #373117 (storing color settings).
4e1eecb
- Add patch for GNOME bug #387638 (implicit function declaration).
4e1eecb
91b606f
* Mon Dec 04 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.3-1.fc7
91b606f
- Update to 1.9.3
91b606f
- Remove patch for GNOME bug #353924 (fixed upstream).
91b606f
4643592
* Fri Nov 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-3.fc7
4643592
- Add patch for RH bug #210142 (calendar crash in indic locales).
4643592
305df95
* Wed Nov 08 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-2.fc7
305df95
- Add patch for RH bug #203058 (name selector dialog glitch).
305df95
c675df1
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-1.fc7
c675df1
- Update to 1.9.2
c675df1
- Remove patch for Gnome.org bugs #369168, #369259, and #369261
c675df1
  (fixed upstream).
c675df1
b530fd2
* Thu Nov  2 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-4.fc7
b530fd2
- Add patch for Gnome.org bug #369168, #369259, and #369261
b530fd2
  (misc camel bugs reported by Hans Petter Jansson).
b530fd2
2c5473b
* Wed Nov  1 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-3.fc7
2c5473b
- Add patch for Gnome.org bug #353924 (category sorting).
2c5473b
f8fc00f
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-2.fc7
f8fc00f
- Rebuild
f8fc00f
f8fc00f
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-2.fc7
c7f3d89
- Update to 1.9.1
971ea5b
- Add patch for Gnome.org bug #356177 (deprecate EMutex).
971ea5b
- Add patch for Gnome.org bug #363695 (deprecate EMemPool, EStrv, EPoolv).
971ea5b
- Remove Jerusalem.ics timezone file (fixed upstream).
c7f3d89
- Remove patch for RH bug #198935 (fixed upstream).
c7f3d89
e85c913
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.1-1.fc7
e85c913
- Update to 1.8.1
e85c913
- Use stricter build settings.
e85c913
- Add patch for Gnome.org bug #360240 ("unused variable" warnings).
e85c913
- Add patch for Gnome.org bug #360619 ("incompatible pointer type" warnings).
e85c913
- Add patch for Gnome.org bug #362638 (deprecate EThread).
e85c913
- Remove patch for RH bug #198935 (fixed upstream).
e85c913
- Remove patch for RH bug #205187 (fixed upstream).
e85c913
- Remove patch for Gnome.org bug #353478 (fixed upstream).
e85c913
- Remove patch for Gnome.org bug #356828 (fixed upstream).
e85c913
- Remove patch for Gnome.org bug #357666 (fixed upstream).
e85c913
26efb91
* Tue Sep 26 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-11.fc6
26efb91
- Add patch for RH bug #203915 (fix dangerous mallocs in camel).
26efb91
9e47f30
* Mon Sep 25 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-10.fc6
9e47f30
- Add patch for Gnome.org bug #357666.
9e47f30
f6c87d5
* Thu Sep 21 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-9.fc6
f6c87d5
- Revise patch for RH bug #198935 (fix a crash reported in bug #207446).
f6c87d5
f482eb0
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-8.fc6
f482eb0
- Revise patch for RH bug #198935 (fix a typo).
f482eb0
3a34d1d
* Wed Sep 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.8.0-7.fc6
3a34d1d
- Fix the timezone info for Jerusalem  (#207161)
3a34d1d
04a7c48
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-6.fc6
04a7c48
- Add patch for Gnome.org bug #356828 (lingering file on uninstall).
04a7c48
8b83c5b
* Mon Sep 18 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-5.fc6
8b83c5b
- Revise patch for RH bug #205187 (use upstream's version).
8b83c5b
0f35d97
* Sat Sep 16 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-4.fc6
0f35d97
- Add patch for RH bug #205187 (crash on startup).
0f35d97
f64f063
* Fri Sep 15 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-3.fc6
f64f063
- Revise patch for RH bug #198935 to eliminate a race condition.
f64f063
e9e33d2
* Tue Sep 12 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-2.fc6
e9e33d2
- Add patch for RH bug #198935.
e9e33d2
1b8ed2f
* Mon Sep  4 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-1.fc6
1b8ed2f
- Update to 1.8.0
1b8ed2f
- Remove evolution-data-server-1.5.4-make_imap4_optional.patch (fixed upstream)
1b8ed2f
  and save remaining hunk as evolution-data-server-1.8.0-no-gnome-common.patch.
1b8ed2f
- Remove patch for RH bug #202329 (fixed upstream).
1b8ed2f
- Remove patch for Gnome.org bug #349847 (fixed upstream).
1b8ed2f
c548692
* Tue Aug 29 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-4.fc6
c548692
- Revise patch for RH bug #198935.
c548692
- Add patch for Gnome.org bug #353478.
c548692
89a9a48
* Mon Aug 28 2006 Ray Strode <rstrode@redhat.com> - 1.7.92-3.fc6
89a9a48
- Add patch from Veerapuram Varadhan to fix fd leak (bug 198935).
89a9a48
810bffe
* Tue Aug 22 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-2
810bffe
- Add patch for Gnome.org bug #349847.
810bffe
0135d6d
* Mon Aug 21 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-1
0135d6d
- Update to 1.7.92
0135d6d
3ea179c
* Wed Aug 16 2006 Ray Strode <rstrode@redhat.com> - 1.7.91-3
3ea179c
- Add fix from Matthias Clasen that might help bug 202309.
3ea179c
f7c194f
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-2
f7c194f
- Add patch for RH bug #202329.
f7c194f
0d83e87
* Mon Aug  7 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-1
0d83e87
- Update to 1.7.91
0d83e87
- Remove patch for Gnome.org bug #348725 (fixed upstream).
0d83e87
2962016
* Fri Aug  4 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-5
2962016
- Update to 1.7.90.1 (again)
2962016
75e6631
* Thu Aug  3 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-5
ef8e424
- Remove patches for Gnome.org bug #309079 (rejected upstream).
ef8e424
- One of these patches was causing RH bug #167157.
75e6631
75e6631
* Thu Aug  3 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-4
ef8e424
- No longer packaging unused patches.
ef8e424
56bff4c
* Mon Jul 31 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-3
56bff4c
- Revert to version 1.7.4 to prevent API/ABI breakage.
56bff4c
- Add back patch to make --with-libdb configure option work.
56bff4c
79e75db
* Mon Jul 31 2006 Ray Strode <rstrode@redhat.com> - 1.7.90.1-4
79e75db
- add executable bits to libs 
79e75db
367648c
* Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 1.7.90.1-3
f804857
- Rebuild
f804857
5c7a252
* Wed Jul 26 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-2
5c7a252
- Rebuild
5c7a252
35b6184
* Tue Jul 25 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-1
35b6184
- Update to 1.7.90.1
35b6184
- Add patch for Gnome.org bug #348725.
35b6184
- Remove patch to make --with-db configure option work (fixed upstream).
35b6184
367648c
* Wed Jul 19 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-2
a842754
- Dynamically link to BDB.
a842754
- Add patch to make --with-db configure option work.
a842754
- Add Requires for db4 and BuildRequires for db4-devel.
a842754
- Clean up spec file, renumber patches.
a842754
ef5e112
* Wed Jul 12 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-1
ef5e112
- Update to 1.7.4
ef5e112
- Remove patch for Gnome.org bug #345965 (fixed upstream).
ef5e112
41f1bc9
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.7.3-3.1
41f1bc9
- rebuild
41f1bc9
7b8ca39
* Tue Jun 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.3-3
7b8ca39
- Show GPG key name when asking for the password (Gnome.org #345965).
7b8ca39
9fa07f5
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.7.3-2
9fa07f5
- rebuilt with new gnutls
9fa07f5
0ad3ba5
* Tue Jun 13 2006 Matthisa Clasen  <mclasen@redhat.com> 1.7.3-1
0ad3ba5
- Update to 1.7.3
0ad3ba5
95a11a8
* Thu Jun  8 2006 Jeremy Katz <katzj@redhat.com> - 1.7.2-3
7077816
- BR flex
95a11a8
5751604
* Sat May 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.2-2
5751604
- Add missing BuildRequires for gettext (#193360).
5751604
90a8e23
* Wed May 17 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.2
90a8e23
- Update to 1.7.2
90a8e23
- Remove evolution-data-server-1.7.1-nss_auto_detect.patch; in upstream now.
90a8e23
307ff6b
* Sun May 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-2
307ff6b
- Add temporary patch evolution-data-server-1.7.1-nss_auto_detect.patch
307ff6b
  to help `configure' detect the SSL modules (closes #191567).
307ff6b
a7a8a82
* Wed May 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-1
a7a8a82
- Update to 1.7.1
a7a8a82
- Bump eds_base_version from 1.6 to 1.8.
a7a8a82
- Disable evolution-data-server-1.2.0-validatehelo.patch (accepted upstream).
a7a8a82
80c2024
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 1.6.1-3
80c2024
- Avoid a multilib conflict
80c2024
80c2024
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 1.6.1-2
0d4057b
- Update to 1.6.1
0d4057b
13c1d39
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 1.6.0-1
13c1d39
- 1.6.0
13c1d39
5ed638b
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 1.5.92-1
5ed638b
- 1.5.92
5ed638b
8974ced
* Tue Feb 14 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.91-1
8974ced
- 1.5.91
8974ced
f6f0380
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.5.90-2.2
f6f0380
- bump again for double-long bug on ppc(64)
f6f0380
c1d8bff
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.5.90-2.1
c1d8bff
- rebuilt for new gcc4.1 snapshot and glibc changes
c1d8bff
e7f6747
* Tue Jan 31 2006 Ray Strode <rstrode@redhat.com> - 1.5.90-2
e7f6747
- add build deps (bug 137553)
e7f6747
d3e4b83
* Mon Jan 30 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.90-1
d3e4b83
- 1.5.90
d3e4b83
- explicitly list various files rather than rely on globbing
d3e4b83
- enabled parallel make
d3e4b83
c72de17
* Wed Jan 25 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.5-1
c72de17
- 1.5.5
c72de17
- added CalDAV backend to the list of packaged extensions
c72de17
c72de17
* Mon Jan  9 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-4
91736cc
- updated patch 300 to remove usage of GNOME_COMPILE_WARNINGS from configure.in
91736cc
  (since gnome-common might not be available when we rerun the autotools)
91736cc
8880439
* Mon Jan  9 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-3
8880439
- added patch to make the "imap4"/"IMAP4rev1" backend optional; disable it in 
8880439
  our packages; re-run automake since we have touched various Makefile.am 
8880439
  files; rerun intltoolize to avoid incompatibilities between tarball copy of
8880439
  intltool-merge.in and intltool.m4 in intltool package (@EXPANDED_LIBDIR@
8880439
  renamed to @INTLTOOL_LIBDIR@) (#167574)
8880439
- explicitly list the camel providers and e-d-s extension files in the spec file
8880439
91287c1
* Thu Jan  5 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-2
91287c1
- added patch from David Woodhouse to validate reverse DNS domain before using 
91287c1
  in SMTP greeting (patch 103, #151121)
91287c1
58a6c02
* Tue Jan  3 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-1
58a6c02
- 1.5.4
58a6c02
df41aad
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.3-2
df41aad
- Update specfile and patch 5 (evolution-data-server-1.3.5-nspr_fix.patch) to
df41aad
  use nss rather than mozilla-nss throughout
df41aad
621a9f7
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.3-1
621a9f7
- 1.5.3
621a9f7
9d3a7e6
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
9d3a7e6
- rebuilt
9d3a7e6
36d0b83
* Tue Dec  6 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.2-1
36d0b83
- 1.5.2
36d0b83
- bump eds_base_version from 1.4 to 1.6
36d0b83
- updated patch 102
36d0b83
51814d4
* Mon Dec  5 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.2.1-1
51814d4
- 1.4.2.1
51814d4
620f411
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.2-1
620f411
- 1.4.2
620f411
d85c426
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-3
d85c426
- add -DLDAP_DEPRECATED to CFLAGS (#172999)
d85c426
bd9251e
* Thu Nov 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-2
bd9251e
- Updated license field to reflect change from GPL to LGPL
bd9251e
- Remove all static libraries, not just those in /usr/lib; avoid listing libdir
bd9251e
  subdirectory so that we can be more explicit about the package payload (bug
bd9251e
  #172882)
bd9251e
72ada2c
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-1
72ada2c
- 1.4.1.1
72ada2c
8738372
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1-2
8738372
- Updated patch 102 (fix-implicit-function-declarations) to include fix for 
8738372
  http calendar backend (thanks to Peter Robinson)
8738372
1f9a46d
* Tue Oct  4 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1-1
1f9a46d
- 1.4.1
1f9a46d
e10761b
* Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 1.4.0-2
e10761b
- rebuild now that mozilla builds on ppc64
e10761b
16b63b0
* Tue Sep  6 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.0-1
16b63b0
- 1.4.0
16b63b0
- Removed evolution-data-server-1.3.8-fix-libical-vsnprintf.c.patch; a version
16b63b0
  of this is now upstream (was patch 103, added in 1.3.8-2)
16b63b0
fe72ed6
* Wed Aug 31 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-6
fe72ed6
- Use regular LDAP library for now, rather than evolution-openldap (#167238)
fe72ed6
50dc0a1
* Tue Aug 30 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-5
50dc0a1
- Add -Werror-implicit-function-declaration back to CFLAGS at the make stage, 
50dc0a1
  after the configure, to spot 64-bit problems whilst avoiding breaking 
50dc0a1
  configuration tests; expand patch 102 to avoid this breaking libdb's CFLAGS
50dc0a1
1fa72db
* Wed Aug 24 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-4
1fa72db
- Remove -Werror-implicit-function-declaration from CFLAGS; this broke the
1fa72db
  configuration test for fast mutexes in the internal copy of libdb, and hence
1fa72db
  broke access to local addressbooks (#166742)
1fa72db
- Introduce static_ldap macro; use it to link to static evolution-openldap 
1fa72db
  library, containing NTLM support for LDAP binds (needed by Exchange support)
1fa72db
5d0c159
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-3
5d0c159
- Updated patch 102 to fix further implicit function declarations
5d0c159
cb2ba32
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-2
cb2ba32
- added patch (103) to fix problem with configuration macros in libical's
cb2ba32
  vsnprintf.c
cb2ba32
64cadf2
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-1
64cadf2
- 1.3.8
64cadf2
- Add -Werror-implicit-function-declaration to CFLAGS, to avoid 64-bit issues
64cadf2
  and add patch to fix these where they occur (patch 102)
64cadf2
bcbeec9
* Mon Aug 15 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.7-2
bcbeec9
- rebuild
bcbeec9
c4f2b0f
* Tue Aug  9 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.7-1
c4f2b0f
- 1.3.7
c4f2b0f
864d60b
* Mon Aug  8 2005 Tomas Mraz <tmraz@redhat.com> - 1.3.6.1-2
864d60b
- rebuild with new gnutls
864d60b
40ef9e7
* Fri Jul 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.6.1-1
40ef9e7
- 1.3.6.1
40ef9e7
945850f
* Thu Jul 28 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.6-1
945850f
- 1.3.6
945850f
26602df
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.5-2
26602df
- Added patch to use nspr rather than mozilla-nspr when doing pkg-config tests
26602df
  (Patch5: evolution-data-server-1.3.5-nspr_fix.patch)
26602df
22d025c
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.5-1
22d025c
- 1.3.5
22d025c
- Split eds_major (was 1.2) into eds_base_version (1.4) and eds_api_version
22d025c
  (1.2) to correspond to BASE_VERSION and API_VERSION in configure.in; updated
22d025c
  rest of specfile accordingly.
22d025c
- Removed upstreamed patch: 
22d025c
  evolution-data-server-1.2.0-cope-with-a-macro-called-read.patch
22d025c
367648c
* Mon Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-4.fc5
67223a8
- Added leak fixes for GNOME bug 309079 provided by Mark G. Adams
67223a8
b6a8002
* Wed May 18 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-3
b6a8002
- bumped libsoup requirement to 2.2.3; removed mozilla_build_version, using
b6a8002
  pkg-config instead for locating NSPRS and NSS headers/libraries (#158085)
b6a8002
7e93af7
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-2
7e93af7
- added patch to calendar/libecal/e-cal.c to fix missing declaration of open_calendar
7e93af7
638d0ee
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-1
638d0ee
- 1.2.2
638d0ee
a5cbf09
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.1-1
a5cbf09
- 1.2.1
a5cbf09
86b1ee9
* Thu Mar 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-3
86b1ee9
- Removed explicit run-time spec-file requirement on mozilla.
86b1ee9
  The Mozilla NSS API/ABI stabilised by version 1.7.3
86b1ee9
  The libraries are always located in the libdir
86b1ee9
  However, the headers are in /usr/include/mozilla-%{mozilla_build_version}
86b1ee9
  and so they move each time the mozilla version changes.
86b1ee9
  So we no longer have an explicit mozilla run-time requirement in the specfile; 
86b1ee9
  a requirement on the appropriate NSS and NSPR .so files is automagically generated on build.
86b1ee9
  We have an explicit, exact build-time version, so that we can find the headers (without
86b1ee9
  invoking an RPM query from the spec file; to do so is considered bad practice)
86b1ee9
- Introduced mozilla_build_version, to replace mozilla_version
86b1ee9
- Set mozilla_build_version to 1.7.6 to reflect current state of tree
86b1ee9
8302762
* Tue Mar  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-2
8302762
- Added a patch to deal with glibc defining a macro called "read"
8302762
349d490
* Tue Mar  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-1
349d490
- 1.2.0
349d490
- Removed patch for GCC 4 as this is now in upstream tarball
349d490
567c780
* Wed Mar  2 2005 Jeremy Katz <katzj@redhat.com> - 1.1.6-6
567c780
- rebuild to fix library linking silliness
567c780
1ee7778
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-5
1ee7778
- disabling gtk-doc on ia64 and s390x
1ee7778
88f4837
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-4
88f4837
- added macro use_gtk_doc; added missing BuildRequires on gtk-doc; enabled gtk-doc generation on all platforms (had been disabled on ia64)
88f4837
9b5ac0a
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-3
9b5ac0a
- extended patch to deal with camel-groupwise-store-summary.c
9b5ac0a
0a8c68d
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-2
0a8c68d
- added patch to fix badly-scoped declaration of "namespace_clear" in camel-imap-store-summary.c
0a8c68d
261da89
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-1
261da89
- 1.1.6
261da89
56ee23d
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-3
56ee23d
- rebuild
56ee23d
083c443
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-2
083c443
- forgot to fix sources
083c443
588da8a
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-1
588da8a
- 1.1.5
588da8a
e27e4ab
* Thu Jan 27 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.2-1
e27e4ab
- Update from unstable 1.1.4.1 to unstable 1.1.1.4.2
e27e4ab
97bf4c5
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-3
97bf4c5
- disable gtk-doc generation on ia64 for now
97bf4c5
b506d58
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-2
b506d58
- Exclude ppc64 due to missing mozilla dependency
b506d58
e15f631
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-1
e15f631
- Update from 1.0.3 to 1.1.4.1
e15f631
- Updated eds_major from 1.0 to 1.2; fixed translation search path.
e15f631
- Removed 64-bit patch for calendar backend hash table; upstream now stores pointers to ECalBackendFactory, rather than GType
e15f631
- Removed calendar optimisation patch for part of part of bug #141283 as this is now in the upstream tarball
e15f631
- Added /usr/lib/evolution-data-server-%{eds_major} to cover the extensions, plus the camel code now in e-d-s, rather than evolution
e15f631
- Added /usr/share/pixmaps/evolution-data-server-%{eds_major} to cover the category pixmaps
e15f631
- Camel code from evolution is now in evolution-data-server:
e15f631
  - Added camel-index-control and camel-lock-helper to packaged files
e15f631
  - Added mozilla dependency code from the evolution package
e15f631
  - Ditto for LDAP
e15f631
  - Ditto for krb5
e15f631
  - Ditto for NNTP support handling
e15f631
  - Ditto for --enable-file-locking and --enable-dot-locking
e15f631
- Added requirements on libbonobo, libgnomeui, gnome-vfs2, GConf2, libglade2
e15f631
- Updated libsoup requirement from 2.2.1 to 2.2.2
e15f631
- Enabled gtk-doc
e15f631
5e56654
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-2
5e56654
- fixed packaging of translation files to reflect upstream change to GETTEXT_PACKAGE being evolution-data-server-1.0 rather than -1.5
5e56654
3be68b4
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-1
3be68b4
- update from upstream 1.0.2 to 1.0.3:
3be68b4
  * Address Book
3be68b4
    - prevent e_book_commit_contact from crashing on multiple calls (Diego Gonzalez)
3be68b4
    - prevent file backend from crashing if uid of vcard is NULL (Diego Gonzalez)
3be68b4
3be68b4
  * Calendar
3be68b4
    #XB59904 - Speed up calendar queries (Rodrigo)
3be68b4
    #XB69624 - make changes in evo corresponding to soap schema changes  (Siva)
3be68b4
    - fix libical build for automake 1.9 (Rodney)
3be68b4
    - fix putenv usage for portability (Julio M. Merino Vidal)
3be68b4
3be68b4
  * Updated Translations:
3be68b4
    - sv (Christian Rose)
3be68b4
3be68b4
- Removed patches to fix build on x86_64 and calendar optimisation for XB59004 as these are in the upstream tarball
3be68b4
3d417fe
* Tue Dec  7 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-6
3d417fe
- Amortize writes to a local cache of a webcal calendar, fixing further aspect of #141283 (upstream bugzilla #70267), as posted to mailing list here:
3d417fe
http://lists.ximian.com/archives/public/evolution-patches/2004-December/008338.html
3d417fe
(The groupwise part of that patch did not cleanly apply, so I removed it).
3d417fe
0205339
* Thu Dec  2 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-5
0205339
- Added fix for #141283 (upstream bugzilla XB 59904), a backported calendar 
0205339
optimisation patch posted to upstream development mailing list here:
0205339
http://lists.ximian.com/archives/public/evolution-patches/2004-November/008139.html
0205339
0205339
* Wed Nov  3 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-4
0205339
- Added patch to fix usage of GINT_TO_POINTER/GPOINTER_TO_INT for calendar backend GType hash table, breaking on ia64  (#136914)
0205339
15c3980
* Wed Oct 20 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-3
15c3980
- added workaround for a backend leak that causes the "contacts" calendar 
15c3980
backend to hold open an EBook for the local contacts (filed upstream at:
15c3980
http://bugzilla.ximian.com/show_bug.cgi?id=68533 ); this was causing e-d-s to
15c3980
never lose its last addressbook, and hence never quit.  We workaround this by
15c3980
detecting this condition and exiting when it occurs, fixing bug #134851 and #134849.
15c3980
8d97612
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-2
8d97612
- added patch to fix build on x86_64 (had multiple definitions of mutex code in libdb/dbinc.mutex.h)
8d97612
cb81c34
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-1
cb81c34
- update from 1.0.1 to 1.0.2
cb81c34
- increased libsoup requirement to 2.2.1 to match configuration script
cb81c34
521ea07
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.1-1
521ea07
- update from 1.0.0 to 1.0.1
521ea07
- removed patch that fixed warnings in calendar code (now in upstream tarball)
521ea07
a6822a0
* Mon Sep 20 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.0-2
459a4b5
- fixed various warnings in the calendar code 
459a4b5
  (filed upstream here: http://bugzilla.ximian.com/show_bug.cgi?id=66383)
a6822a0
e6c389d
* Tue Sep 14 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.0-1
e6c389d
- update from 0.0.99 to 1.0.0
e6c389d
- changed path in FTP source location from 0.0 to 1.0
e6c389d
cvsdist 1f9826c
* Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.99-1
cvsdist 1f9826c
- update from 0.0.98 to 0.0.99
cvsdist 1f9826c
- increased libsoup requirement to 2.2.0 to match configuration script
cvsdist 1f9826c
cvsdist 398b644
* Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.98-1
cvsdist 398b644
- updated tarball from 0.0.97 to 0.0.98; updated required libsoup version to 2.1.13
cvsdist 398b644
cvsdist 6484738
* Thu Aug  5 2004 Warren Togami <wtogami@redhat.com> - 0.0.97-2
cvsdist 6484738
- pkgconfig -devel Requires libbonobo-devel, libgnome-devel
cvsdist 6484738
cvsdist 4aecd2a
* Wed Aug  4 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.97-1
cvsdist 4aecd2a
- upgraded to 0.0.97; rewrote the package's description
cvsdist 4aecd2a
cvsdist a8db9b7
* Mon Jul 26 2004 David Malcolm <dmalcolm@redhat.com>
cvsdist a8db9b7
- rebuilt
cvsdist a8db9b7
cvsdist a8db9b7
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-2
cvsdist a8db9b7
- added version numbers to the BuildRequires test for libsoup-devel and ORBit2-devel
cvsdist a8db9b7
cvsdist a8db9b7
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-1
cvsdist a8db9b7
- 0.0.96; libsoup required is now 2.1.12
cvsdist a8db9b7
cvsdist b8cc4bc
* Thu Jul  8 2004 David Malcolm <dmalcolm@redhat.com>
cvsdist b8cc4bc
- rebuilt
cvsdist b8cc4bc
cvsdist d3a2455
* Wed Jul  7 2004 David Malcolm <dmalcolm@redhat.com>
cvsdist d3a2455
- rebuilt
cvsdist d3a2455
cvsdist d3a2455
* Tue Jul  6 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.95-1
cvsdist d3a2455
- 0.0.95
cvsdist d3a2455
cvsdist a5df5bd
* Thu Jun 17 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94.1-1
cvsdist a5df5bd
- 0.0.94.1
cvsdist a5df5bd
cvsdist 6522bf6
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-2
cvsdist 6522bf6
- rebuilt
cvsdist 6522bf6
cvsdist 4348081
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-1
cvsdist 4348081
- 0.0.94
cvsdist 4348081
cvsdist 4348081
* Wed May 26 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-4
cvsdist 4348081
- added ORBit2 requirement
cvsdist 4348081
cvsdist 2b334d1
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-3
cvsdist 2b334d1
- rebuild again
cvsdist 2b334d1
cvsdist cb791b8
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-2
cvsdist cb791b8
- rebuilt
cvsdist cb791b8
cvsdist cb791b8
* Thu May 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-1
cvsdist cb791b8
- 0.0.93; libsoup required is now 2.1.10
cvsdist cb791b8
cvsdist 58ae61e
* Wed Apr 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.92-1
cvsdist 58ae61e
- Update to 0.0.92; added a define and a requirement on the libsoup version
cvsdist 58ae61e
cvsdist 58ae61e
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 0.0.90-1
cvsdist 58ae61e
- 0.0.90
cvsdist 58ae61e
cvsdist 58ae61e
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 58ae61e
- rebuilt
cvsdist 58ae61e
cvsdist b2d4cc1
* Mon Jan 26 2004 Jeremy Katz <katzj@redhat.com> - 0.0.6-1
cvsdist b2d4cc1
- 0.0.6
cvsdist b2d4cc1
cvsdist b2a5721
* Wed Jan 21 2004 Jeremy Katz <katzj@redhat.com> - 0.0.5-2
cvsdist b2a5721
- better fix by using system libtool
cvsdist b2a5721
cvsdist b2a5721
* Mon Jan 19 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-1
cvsdist b2a5721
- add some libdb linkage to make the build on x86_64 happy
cvsdist b2a5721
cvsdist b2a5721
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-0
cvsdist b2a5721
- update to 0.0.5
cvsdist b2a5721
cvsdist b2a5721
* Sat Jan  3 2004 Jeremy Katz <katzj@redhat.com> 0.0.4-0
cvsdist b2a5721
- Initial build.