dmalcolm df41aa
%define use_nss 1
dmalcolm e15f63
%define ldap_support 1
Matthew Barnes d22873
%define static_ldap 1
dmalcolm e15f63
%define krb5_support 1
dmalcolm e15f63
%define nntp_support 1
dmalcolm e15f63
Matthew Barnes d970f4
%define glib2_version 2.16.1
Matthew Barnes 55c199
%define gtk2_version 2.10.0
Matthew Barnes 3da816
%define gtk_doc_version 1.9
Matthew Barnes 17f0f8
%define intltool_version 0.35.5
Matthew Barnes 2b3ba2
%define libbonobo_version 2.20.3
Adam Jackson e75bc9
%define orbit2_version 2.9.8
Matthew Barnes 2b3ba2
%define soup_version 2.3.0
Matthew Barnes 624a24
%define sqlite_version 3.5
dmalcolm e15f63
Matthew Barnes d970f4
%define eds_base_version 2.24
dmalcolm 22d025
%define eds_api_version 1.2
cvsdist 58ae61
Matthew Barnes 84c245
%define use_gnome_keyring 1
dmalcolm 888043
%define support_imap4_provider 0
dmalcolm 888043
dmalcolm 888043
%define camel_provider_dir %{_libdir}/evolution-data-server-%{eds_api_version}/camel-providers
dmalcolm 888043
%define eds_extensions_dir %{_libdir}/evolution-data-server-%{eds_api_version}/extensions
dmalcolm 888043
Matthew Barnes 9e47f3
# Use stricter build settings than required by upstream.
Matthew Barnes 9e47f3
%define strict_build_settings 1
Matthew Barnes 9e47f3
Matthew Barnes a84275
### Abstract ###
Matthew Barnes a84275
cvsdist b2a572
Name: evolution-data-server
Matthew Barnes bdf924
Version: 2.23.91
Matthew Barnes de5547
Release: 1%{?dist}
Tom Callaway d3aa76
License: LGPLv2
cvsdist b2a572
Group: System Environment/Libraries
Matthew Barnes a84275
Summary: Backend data server for Evolution
Matthew Barnes a84275
URL: http://www.gnome.org/projects/evolution/
Matthew Barnes a84275
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Tom Callaway d3aa76
Source: http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/2.23/%{name}-%{version}.tar.bz2
dmalcolm e15f63
Matthew Barnes a84275
### Patches ###
Matthew Barnes a7a8a8
Matthew Barnes 1b8ed2
# Remove gnome-common macros from configure.in.
Matthew Barnes 822985
Patch10: evolution-data-server-1.8.0-no-gnome-common.patch
Matthew Barnes f7c194
Matthew Barnes 66f626
# RH bug #215702 / GNOME bug #487988
Matthew Barnes dc9cf9
Patch11: evolution-data-server-1.8.0-fix-ldap-query.patch
Matthew Barnes ab6285
Matthew Barnes 08ab64
# GNOME bug #373146
Matthew Barnes dc9cf9
Patch12: evolution-data-server-1.10.1-camel-folder-summary-crash.patch
Matthew Barnes 08ab64
Matthew Barnes 1c8c13
# RH bug #243296
Matthew Barnes dc9cf9
Patch13: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
Matthew Barnes f021fb
Matthew Barnes bdf924
Patch14: evolution-data-server-2.23.91-compiler-warnings.patch
Matthew Barnes bdf924
Matthew Barnes a84275
### Build Dependencies ###
Matthew Barnes a84275
Matthew Barnes a84275
BuildRequires: GConf2-devel
Matthew Barnes a84275
BuildRequires: ORBit2-devel >= %{orbit2_version}
Matthew Barnes 575160
BuildRequires: bison
Matthew Barnes a84275
BuildRequires: db4-devel
Jeremy Katz 707781
BuildRequires: flex
Matthew Barnes 575160
BuildRequires: gettext
Matthew Barnes 55c199
BuildRequires: glib2-devel >= %{glib2_version}
Matthew Barnes a84275
BuildRequires: gnutls-devel
Matthew Barnes 3da816
BuildRequires: gtk-doc >= %{gtk_doc_version}
Matthew Barnes 55c199
BuildRequires: gtk2-devel >= %{gtk2_version}
Matthew Barnes 17f0f8
BuildRequires: intltool >= %{intltool_version}
dmalcolm e15f63
BuildRequires: libbonobo-devel >= %{libbonobo_version}
Matthew Barnes a84275
BuildRequires: libglade2-devel
Matthew Barnes 575160
BuildRequires: libgnome-devel
dmalcolm e15f63
BuildRequires: libgnomeui-devel
Matthew Barnes a84275
BuildRequires: libsoup-devel >= %{soup_version}
Matthew Barnes a84275
BuildRequires: libtool
Matthew Barnes 317422
BuildRequires: sqlite-devel >= %{sqlite_version}
Matthew Barnes a84275
dmalcolm df41aa
%if %{use_nss}
dmalcolm 26602d
BuildRequires: nspr-devel
dmalcolm df41aa
BuildRequires: nss-devel
dmalcolm e15f63
%else
dmalcolm e15f63
BuildRequires: openssl-devel
dmalcolm e15f63
%endif
Matthew Barnes ef8e42
dmalcolm e15f63
%if %{ldap_support}
dmalcolm 1fa72d
%if %{static_ldap}
dmalcolm 1fa72d
BuildRequires: openldap-evolution-devel
Matthew Barnes ad4b9f
BuildRequires: openssl-devel
dmalcolm 1fa72d
%else
dmalcolm e15f63
BuildRequires: openldap-devel >= 2.0.11 
dmalcolm e15f63
%endif
dmalcolm 1fa72d
%endif
dmalcolm e15f63
dmalcolm e15f63
%if %{krb5_support} 
dmalcolm e15f63
BuildRequires: krb5-devel 
dmalcolm e15f63
# tweak for krb5 1.2 vs 1.3
dmalcolm e15f63
%define krb5dir /usr/kerberos
dmalcolm e15f63
#define krb5dir `pwd`/krb5-fakeprefix
dmalcolm e15f63
%endif
cvsdist b2a572
cvsdist b2a572
%description
Matthew Barnes 974bb0
The %{name} package provides a unified backend for programs that work
Matthew Barnes 974bb0
with contacts, tasks, and calendar information.
cvsdist 4aecd2
Matthew Barnes a84275
It was originally developed for Evolution (hence the name), but is now used
Matthew Barnes a84275
by other packages.
cvsdist b2a572
cvsdist b2a572
%package devel
Matthew Barnes 974bb0
Summary: Development files for building against %{name}
cvsdist b2a572
Group: Development/Libraries
cvsdist 648473
Requires: %{name} = %{version}-%{release}
Matthew Barnes 974bb0
Requires: %{name}-doc = %{version}-%{release}
cvsdist 648473
Requires: libbonobo-devel
cvsdist 648473
Requires: libgnome-devel
Matthew Barnes 55340c
Requires: libsoup-devel
Matthew Barnes e4dc30
Requires: sqlite-devel
cvsdist b2a572
cvsdist b2a572
%description devel
Matthew Barnes 974bb0
Development files needed for building things which link against %{name}.
Matthew Barnes 974bb0
Matthew Barnes 974bb0
%package doc
Matthew Barnes 974bb0
Summary: Documentation files for %{name}
Matthew Barnes 974bb0
Group: Development/Libraries
Matthew Barnes 974bb0
Matthew Barnes 974bb0
%description doc
Matthew Barnes 974bb0
This package contains developer documentation for %{name}.
cvsdist b2a572
cvsdist b2a572
%prep
cvsdist b2a572
%setup -q
Matthias Clasen 3a34d1
Matthew Barnes 822985
%patch10 -p1 -b .no-gnome-common
Matthew Barnes dc9cf9
%patch11 -p1 -b .fix-ldap-query
Matthew Barnes dc9cf9
%patch12 -p1 -b .camel-folder-summary-crash
Matthew Barnes dc9cf9
%patch13 -p1 -b .fix-64bit-acinclude
Matthew Barnes bdf924
%patch14 -p1 -b .compiler-warnings
dmalcolm e15f63
dmalcolm e15f63
mkdir -p krb5-fakeprefix/include
dmalcolm e15f63
mkdir -p krb5-fakeprefix/lib
dmalcolm e15f63
mkdir -p krb5-fakeprefix/%{_lib}
dmalcolm 3d417f
cvsdist b2a572
%build
dmalcolm e15f63
%if %{ldap_support}
dmalcolm 1fa72d
dmalcolm 1fa72d
%if %{static_ldap}
dmalcolm 1fa72d
%define ldap_flags --with-openldap=%{_libdir}/evolution-openldap --with-static-ldap
Matthew Barnes d22873
# Set LIBS so that configure will be able to link with static LDAP libraries,
Matthew Barnes ad4b9f
# which depend on Cyrus SASL and OpenSSL.  XXX Is the "else" clause necessary?
Matthew Barnes d22873
if pkg-config openssl ; then
Matthew Barnes d22873
	export LIBS="-lsasl2 `pkg-config --libs openssl`"
Matthew Barnes d22873
else
Matthew Barnes d22873
	export LIBS="-lsasl2 -lssl -lcrypto"
Matthew Barnes d22873
fi
dmalcolm 1fa72d
%else
dmalcolm e15f63
%define ldap_flags --with-openldap=yes
dmalcolm 1fa72d
%endif
dmalcolm 1fa72d
dmalcolm e15f63
%else
dmalcolm e15f63
%define ldap_flags --without-openldap
dmalcolm e15f63
%endif
dmalcolm e15f63
dmalcolm e15f63
%if %{krb5_support}
dmalcolm e15f63
%define krb5_flags --with-krb5=%{krb5dir}
dmalcolm e15f63
%else
dmalcolm e15f63
%define krb5_flags --without-krb5
dmalcolm e15f63
%endif
dmalcolm e15f63
dmalcolm e15f63
%if %{nntp_support}
dmalcolm e15f63
%define nntp_flags --enable-nntp=yes
dmalcolm e15f63
%else
dmalcolm e15f63
%define nntp_flags --enable-nntp=no
dmalcolm e15f63
%endif
dmalcolm e15f63
dmalcolm df41aa
%if %{use_nss}
dmalcolm b6a800
%define ssl_flags --enable-nss=yes --enable-smime=yes
dmalcolm e15f63
%else
dmalcolm e15f63
%define ssl_flags --enable-openssl=yes
dmalcolm e15f63
%endif
dmalcolm e15f63
dmalcolm df41aa
%if %{use_nss}
dmalcolm df41aa
if ! pkg-config --exists nss; then 
dmalcolm df41aa
  echo "Unable to find suitable version of nss to use!"
dmalcolm e15f63
  exit 1
dmalcolm e15f63
fi
dmalcolm e15f63
%endif
dmalcolm e15f63
Matthew Barnes 84c245
%if %{use_gnome_keyring}
Matthew Barnes 84c245
%define keyring_flags --enable-gnome-keyring
Matthew Barnes 84c245
%else
Matthew Barnes 84c245
%define keyring flags --disable-gnome-keyring
Matthew Barnes 84c245
%endif
Matthew Barnes 84c245
dmalcolm 888043
%if %{support_imap4_provider}
dmalcolm 888043
%define imap4_flags --enable-imap4=yes
dmalcolm 888043
%else
dmalcolm 888043
%define imap4_flags --enable-imap4=no
dmalcolm 888043
%endif
dmalcolm 888043
Matthew Barnes d22873
export CPPFLAGS="-I%{_includedir}/et"
Matthew Barnes d22873
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et"
dmalcolm df41aa
%if ! %{use_nss}
dmalcolm e15f63
if pkg-config openssl ; then
dmalcolm e15f63
	CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
dmalcolm e15f63
	LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
dmalcolm e15f63
fi
dmalcolm e15f63
%endif
dmalcolm e15f63
Matthew Barnes 9e47f3
# Add stricter build settings here as the source code gets cleaned up.
Matthew Barnes 9e47f3
# We want to make sure things like compiler warnings and avoiding deprecated
Matthew Barnes 9e47f3
# functions in the GNOME/GTK+ libraries stay fixed.
Matthew Barnes 9e47f3
#
Matthew Barnes 9e47f3
# Please file a bug report at bugzilla.gnome.org if these settings break
Matthew Barnes 9e47f3
# compilation, and encourage the upstream developers to use them.
Matthew Barnes 9e47f3
Matthew Barnes 9e47f3
%if %{strict_build_settings}
Matthew Barnes 9e47f3
CFLAGS="$CFLAGS \
Matthew Barnes 9e47f3
	-DG_DISABLE_DEPRECATED=1 \
Matthew Barnes 3c1efd
        -DPANGO_DISABLE_DEPRECATED=1 \
Matthew Barnes 9e47f3
	-DGDK_PIXBUF_DISABLE_DEPRECATED=1 \
Matthew Barnes 9e47f3
	-DGDK_DISABLE_DEPRECATED=1 \
Matthew Barnes d22873
	-Wdeclaration-after-statement \
Matthew Barnes 9e47f3
	-Werror-implicit-function-declaration"
Matthew Barnes 9e47f3
%endif
Matthew Barnes 9e47f3
Matthew Barnes b43d95
# Regenerate configure to pick up configure.in and acinclude.m4 changes.
Matthew Barnes 1c8c13
aclocal
Matthew Barnes 1c8c13
autoheader
Matthew Barnes 1c8c13
automake
Matthew Barnes 1c8c13
libtoolize
Matthew Barnes 1c8c13
intltoolize --force
Matthew Barnes 1c8c13
autoconf
Matthew Barnes 1c8c13
Matthew Barnes a84275
# See Ross Burton's blog entry for why we want --with-libdb.
Matthew Barnes a84275
# http://www.burtonini.com/blog//computers/eds-libdb-2006-07-18-10-40
Matthew Barnes a84275
dmalcolm e15f63
%configure \
Matthew Barnes a99775
	--with-libdb=/usr \
Matthew Barnes d22873
	--enable-file-locking=fcntl \
Matthew Barnes d22873
	--enable-dot-locking=no \
Matthew Barnes 974bb0
	--enable-gtk-doc \
Matthew Barnes 84c245
	%ldap_flags %krb5_flags %nntp_flags %ssl_flags %imap4_flags \
Matthew Barnes 84c245
	%keyring_flags
cvsdist b2a572
export tagname=CC
Matthew Barnes 9e47f3
make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
cvsdist b2a572
cvsdist b2a572
%install
cvsdist b2a572
rm -rf $RPM_BUILD_ROOT
cvsdist b2a572
export tagname=CC
cvsdist b2a572
make DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool install
cvsdist b2a572
cvsdist b2a572
# remove libtool archives for importers and the like
cvsdist b2a572
find $RPM_BUILD_ROOT/%{_libdir} -name '*.la' -exec rm {} \;
cvsdist b2a572
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
dmalcolm bd9251
rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server-%{eds_api_version}/camel-providers/*.a
dmalcolm bd9251
rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server-%{eds_api_version}/extensions/*.a
cvsdist b2a572
Ray Strode 79e75d
# give the libraries some executable bits 
Ray Strode 79e75d
find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
Ray Strode 79e75d
dmalcolm 22d025
%find_lang %{name}-%{eds_base_version}
cvsdist b2a572
cvsdist b2a572
%clean
cvsdist b2a572
rm -rf $RPM_BUILD_ROOT
cvsdist b2a572
cvsdist b2a572
%post -p /sbin/ldconfig
cvsdist b2a572
cvsdist b2a572
%postun -p /sbin/ldconfig
cvsdist b2a572
dmalcolm 22d025
%files -f %{name}-%{eds_base_version}.lang
cvsdist b2a572
%defattr(-,root,root,-)
cvsdist b2a572
%doc README COPYING ChangeLog NEWS AUTHORS
dmalcolm d3e4b8
%{_libdir}/bonobo/servers/GNOME_Evolution_DataServer_%{eds_api_version}.server
dmalcolm d3e4b8
%{_libdir}/libcamel-%{eds_api_version}.so.*
dmalcolm d3e4b8
%{_libdir}/libcamel-provider-%{eds_api_version}.so.*
Matthew Barnes dc9cf9
%{_libdir}/libebackend-%{eds_api_version}.so.*
dmalcolm d3e4b8
%{_libdir}/libebook-%{eds_api_version}.so.*
dmalcolm d3e4b8
%{_libdir}/libecal-%{eds_api_version}.so.*
dmalcolm d3e4b8
%{_libdir}/libedata-book-%{eds_api_version}.so.*
dmalcolm d3e4b8
%{_libdir}/libedata-cal-%{eds_api_version}.so.*
dmalcolm d3e4b8
%{_libdir}/libedataserver-%{eds_api_version}.so.*
dmalcolm d3e4b8
%{_libdir}/libedataserverui-%{eds_api_version}.so.*
dmalcolm d3e4b8
%{_libdir}/libegroupwise-%{eds_api_version}.so.*
dmalcolm d3e4b8
%{_libdir}/libexchange-storage-%{eds_api_version}.so.*
Matthew Barnes a188ce
%{_libdir}/libgdata-%{eds_api_version}.so.*
Matthew Barnes a188ce
%{_libdir}/libgdata-google-%{eds_api_version}.so.*
dmalcolm d3e4b8
dmalcolm 22d025
%{_libexecdir}/evolution-data-server-%{eds_base_version}
dmalcolm 22d025
%{_libexecdir}/camel-index-control-%{eds_api_version}
dmalcolm 22d025
%{_libexecdir}/camel-lock-helper-%{eds_api_version}
dmalcolm 22d025
%{_datadir}/evolution-data-server-%{eds_base_version}
dmalcolm 22d025
%{_datadir}/idl/evolution-data-server-%{eds_api_version}
Matthew Barnes c7f3d8
%{_datadir}/pixmaps/evolution-data-server
dmalcolm bd9251
%dir %{_libdir}/evolution-data-server-%{eds_api_version}
dmalcolm 888043
%dir %{camel_provider_dir}
dmalcolm 888043
%dir %{eds_extensions_dir}
dmalcolm 888043
dmalcolm 888043
# Camel providers:
dmalcolm 888043
%{camel_provider_dir}/libcamelgroupwise.so
dmalcolm 888043
%{camel_provider_dir}/libcamelgroupwise.urls
dmalcolm 888043
dmalcolm 888043
%{camel_provider_dir}/libcamelimap.so
dmalcolm 888043
%{camel_provider_dir}/libcamelimap.urls
dmalcolm 888043
dmalcolm 888043
%if %{support_imap4_provider}
dmalcolm 888043
%{camel_provider_dir}/libcamelimap4.so
dmalcolm 888043
%{camel_provider_dir}/libcamelimap4.urls
dmalcolm 888043
%endif
dmalcolm 888043
dmalcolm 888043
%{camel_provider_dir}/libcamellocal.so
dmalcolm 888043
%{camel_provider_dir}/libcamellocal.urls
dmalcolm 888043
dmalcolm 888043
%{camel_provider_dir}/libcamelnntp.so
dmalcolm 888043
%{camel_provider_dir}/libcamelnntp.urls
dmalcolm 888043
dmalcolm 888043
%{camel_provider_dir}/libcamelpop3.so
dmalcolm 888043
%{camel_provider_dir}/libcamelpop3.urls
dmalcolm 888043
dmalcolm 888043
%{camel_provider_dir}/libcamelsendmail.so
dmalcolm 888043
%{camel_provider_dir}/libcamelsendmail.urls
dmalcolm 888043
dmalcolm 888043
%{camel_provider_dir}/libcamelsmtp.so
dmalcolm 888043
%{camel_provider_dir}/libcamelsmtp.urls
dmalcolm 888043
dmalcolm 888043
# e-d-s extensions:
dmalcolm 888043
%{eds_extensions_dir}/libebookbackendfile.so
Matthew Barnes 8101eb
%{eds_extensions_dir}/libebookbackendgoogle.so
dmalcolm 888043
%{eds_extensions_dir}/libebookbackendgroupwise.so
dmalcolm 888043
%{eds_extensions_dir}/libebookbackendldap.so
dmalcolm 888043
%{eds_extensions_dir}/libebookbackendvcf.so
Matthew Barnes c0c14f
%{eds_extensions_dir}/libebookbackendwebdav.so
Matthew Barnes a188ce
%{eds_extensions_dir}/libecalbackendcaldav.so
dmalcolm 888043
%{eds_extensions_dir}/libecalbackendcontacts.so
dmalcolm 888043
%{eds_extensions_dir}/libecalbackendfile.so
Matthew Barnes a188ce
%{eds_extensions_dir}/libecalbackendgoogle.so
dmalcolm 888043
%{eds_extensions_dir}/libecalbackendgroupwise.so
dmalcolm 888043
%{eds_extensions_dir}/libecalbackendhttp.so
dmalcolm 888043
%{eds_extensions_dir}/libecalbackendweather.so
cvsdist b2a572
cvsdist b2a572
%files devel
cvsdist b2a572
%defattr(-,root,root,-)
dmalcolm 22d025
%{_includedir}/evolution-data-server-%{eds_base_version}
dmalcolm d3e4b8
%{_libdir}/libcamel-%{eds_api_version}.so
dmalcolm d3e4b8
%{_libdir}/libcamel-provider-%{eds_api_version}.so
Matthew Barnes dc9cf9
%{_libdir}/libebackend-%{eds_api_version}.so
dmalcolm d3e4b8
%{_libdir}/libebook-%{eds_api_version}.so
dmalcolm d3e4b8
%{_libdir}/libecal-%{eds_api_version}.so
dmalcolm d3e4b8
%{_libdir}/libedata-book-%{eds_api_version}.so
dmalcolm d3e4b8
%{_libdir}/libedata-cal-%{eds_api_version}.so
dmalcolm d3e4b8
%{_libdir}/libedataserver-%{eds_api_version}.so
dmalcolm d3e4b8
%{_libdir}/libedataserverui-%{eds_api_version}.so
dmalcolm d3e4b8
%{_libdir}/libegroupwise-%{eds_api_version}.so
dmalcolm d3e4b8
%{_libdir}/libexchange-storage-%{eds_api_version}.so
Matthew Barnes a188ce
%{_libdir}/libgdata-%{eds_api_version}.so
Matthew Barnes a188ce
%{_libdir}/libgdata-google-%{eds_api_version}.so
dmalcolm d3e4b8
%{_libdir}/pkgconfig/camel-%{eds_api_version}.pc
dmalcolm d3e4b8
%{_libdir}/pkgconfig/camel-provider-%{eds_api_version}.pc
dmalcolm d3e4b8
%{_libdir}/pkgconfig/evolution-data-server-%{eds_api_version}.pc
Matthew Barnes dc9cf9
%{_libdir}/pkgconfig/libebackend-%{eds_api_version}.pc
dmalcolm d3e4b8
%{_libdir}/pkgconfig/libebook-%{eds_api_version}.pc
dmalcolm d3e4b8
%{_libdir}/pkgconfig/libecal-%{eds_api_version}.pc
dmalcolm d3e4b8
%{_libdir}/pkgconfig/libedata-book-%{eds_api_version}.pc
dmalcolm d3e4b8
%{_libdir}/pkgconfig/libedata-cal-%{eds_api_version}.pc
dmalcolm d3e4b8
%{_libdir}/pkgconfig/libedataserver-%{eds_api_version}.pc
dmalcolm d3e4b8
%{_libdir}/pkgconfig/libedataserverui-%{eds_api_version}.pc
dmalcolm d3e4b8
%{_libdir}/pkgconfig/libegroupwise-%{eds_api_version}.pc
dmalcolm d3e4b8
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
Matthew Barnes a188ce
%{_libdir}/pkgconfig/libgdata-%{eds_api_version}.pc
Matthew Barnes a188ce
%{_libdir}/pkgconfig/libgdata-google-%{eds_api_version}.pc
cvsdist b2a572
Matthew Barnes 974bb0
%files doc
Matthew Barnes 974bb0
%defattr(-,root,root,-)
Matthew Barnes 974bb0
%{_datadir}/gtk-doc/html/camel
Matthew Barnes dc9cf9
%{_datadir}/gtk-doc/html/libebackend
Matthew Barnes 974bb0
%{_datadir}/gtk-doc/html/libebook
Matthew Barnes 974bb0
%{_datadir}/gtk-doc/html/libecal
Matthew Barnes 974bb0
%{_datadir}/gtk-doc/html/libedata-book
Matthew Barnes 974bb0
%{_datadir}/gtk-doc/html/libedata-cal
Matthew Barnes 974bb0
%{_datadir}/gtk-doc/html/libedataserver
Matthew Barnes 974bb0
%{_datadir}/gtk-doc/html/libedataserverui
Matthew Barnes 974bb0
cvsdist b2a572
%changelog
Matthew Barnes bdf924
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1.fc10
Matthew Barnes bdf924
- Update to 2.23.91
Matthew Barnes bdf924
Matthew Barnes de5547
* Wed Aug 20 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.90.1-1.fc10
Matthew Barnes de5547
- Update to 2.23.90.1
Matthew Barnes de5547
Matthew Barnes 0dad68
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-3.fc10
Matthew Barnes 0dad68
- Add sqlite3 requirement to devel subpackage.
Matthew Barnes 0dad68
Matthew Barnes 0e5aeb
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-2.fc10
Matthew Barnes 0e5aeb
- Add sqlite3 to Camel's pkgconfig requirements.
Matthew Barnes 0e5aeb
Matthew Barnes 36470b
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-1.fc10
Matthew Barnes 36470b
- Update to 2.23.6
Matthew Barnes 624a24
- Add build requirement for sqlite.
Matthew Barnes 36470b
Matthew Barnes 8101eb
* Mon Jul 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.5-1.fc10
Matthew Barnes 8101eb
- Update to 2.23.5
Matthew Barnes 8101eb
- Remove patch for RH bug #534080 (fixed upstream).
Matthew Barnes 8101eb
Tom Callaway d3aa76
* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.23.4-3
Tom Callaway d3aa76
- fix license tag
Tom Callaway d3aa76
Matthew Barnes cf3eb8
* Thu Jul 03 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.4-2.fc10
Matthew Barnes 8101eb
- Add patch for RH bug #534080 (fix attachment saving).
Matthew Barnes cf3eb8
Matthew Barnes 4f22dc
* Mon Jun 16 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.4-1.fc10
Matthew Barnes 4f22dc
- Update to 2.23.4
Matthew Barnes 4f22dc
Matthew Barnes 3bd4a1
* Mon Jun 02 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.3-1.fc10
Matthew Barnes 3bd4a1
- Update to 2.23.3
Matthew Barnes 3bd4a1
- Remove patch for GNOME bug #531439 (fixed upstream).
Matthew Barnes 3bd4a1
Matthew Barnes 8ff2ab
* Sun May 18 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-3.fc10
Matthew Barnes 8ff2ab
- Add patch for GNOME bug #531439 (GPG passphrases destroy passwords).
Matthew Barnes 8ff2ab
Matthew Barnes 933b96
* Tue May 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-2.fc10
Matthew Barnes 933b96
- Fix some third-party package breakage caused by libebackend.
Matthew Barnes 933b96
Matthew Barnes dc9cf9
* Mon May 12 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-1.fc10
Matthew Barnes dc9cf9
- Update to 2.23.2
Matthew Barnes dc9cf9
- Add files for new libebackend library.
Matthew Barnes dc9cf9
- Remove patch for RH bug #202309 (fixed upstream).
Matthew Barnes dc9cf9
Matthew Barnes d970f4
* Mon Apr 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-1.fc10
Matthew Barnes d970f4
- Update to 2.23.1
Matthew Barnes d970f4
- Bump eds_base_version to 2.24.
Matthew Barnes d970f4
- Bump glib2 requirement to 2.16.1.
Matthew Barnes d970f4
- Drop gnome-vfs2 requirement.
Matthew Barnes d970f4
Matthew Barnes d970f4
* Mon Apr 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.1-1.fc9
Matthew Barnes 494448
- Update to 2.22.1
Matthew Barnes 494448
- Remove patch for RH bug #296671 (fixed upstream).
Matthew Barnes 494448
- Remove patch for GNOME bug #523023 (fixed upstream).
Matthew Barnes 494448
Matthew Barnes 25453e
* Mon Mar 24 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3.fc9
Matthew Barnes 25453e
- Add patch for GNOME bug #523023 (EFolder leak in evo-ex-storage).
Matthew Barnes 25453e
Matthew Barnes 3bfb90
* Tue Mar 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2.fc9
Matthew Barnes 3bfb90
- Add patch for RH bug #296671 (GC servers may not support NTLM).
Matthew Barnes 3bfb90
Matthew Barnes 55c199
* Mon Mar 10 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-1.fc9
Matthew Barnes 55c199
- Update to 2.22.0
Matthew Barnes 55c199
Matthew Barnes 3fc0df
* Mon Feb 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.92-1.fc9
Matthew Barnes 3fc0df
- Update to 2.21.92
Matthew Barnes 3fc0df
- Remove patch for GNOME bug #516074 (fixed upstream).
Matthew Barnes 3fc0df
Matthew Barnes 51a85f
* Thu Feb 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-3.fc9
Matthew Barnes 51a85f
- Try removing the ancient "ldap-x86_64-hack" patch.
Matthew Barnes 51a85f
Matthew Barnes 2c869d
* Wed Feb 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-2.fc9
Matthew Barnes 2c869d
- Rebuild against libsoup 2.3.2.
Matthew Barnes 2c869d
Matthew Barnes abea6a
* Mon Feb 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-1.fc9
Matthew Barnes abea6a
- Update to 2.21.91
Matthew Barnes 555fac
- Add patch for GNOME bug #516074 (latest glibc breaks Camel).
Matthew Barnes cbdf39
Matthew Barnes 2b3ba2
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1.fc9
Matthew Barnes 2b3ba2
- Update to 2.21.90
Matthew Barnes 2b3ba2
- Remove patch for GNOME bug #509644 (fixed upstream).
Matthew Barnes 2b3ba2
Matthew Barnes bd08cc
* Thu Jan 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-3.fc9
Matthew Barnes bd08cc
- Rename evolution-1.4.4-ldap-x86_64-hack.patch to avoid namespace
Matthew Barnes bd08cc
  collision with similarly named patch in evolution (RH bug #395551).
Matthew Barnes bd08cc
Matthew Barnes bf9583
* Wed Jan 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-2.fc9
Matthew Barnes bf9583
- Add patch for GNOME bug #509644 (password dialog breakage).
Matthew Barnes bf9583
- Remove patch for RH bug #384741 (fixed upstream).
Matthew Barnes bf9583
- Remove patch for GNOME bug #363695 (obsolete).
Matthew Barnes bf9583
- Remove patch for GNOME bug #376991 (obsolete).
Matthew Barnes bf9583
Matthew Barnes 3347f4
* Mon Jan 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-1.fc9
Matthew Barnes 3347f4
- Update to 2.21.5
Matthew Barnes 3347f4
Matthew Barnes 3da816
* Mon Dec 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.4-1.fc9
Matthew Barnes 3da816
- Update to 2.21.4
Matthew Barnes 3da816
- Require gtk-doc >= 1.9.
Matthew Barnes 3da816
Matthias Clasen a3963a
* Tue Dec  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-2
Matthias Clasen a3963a
- Rebuild against openssl
Matthias Clasen a3963a
Matthew Barnes 058223
* Mon Dec 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.3-1.fc9
Matthew Barnes 058223
- Update to 2.21.3
Matthew Barnes 058223
Matthew Barnes 5ea85e
* Thu Nov 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-2.fc9
Matthew Barnes 5ea85e
- Add patch for RH bug #384741 (authentication crash).
Matthew Barnes 5ea85e
Matthew Barnes 9040ef
* Mon Nov 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-1.fc9
Matthew Barnes 9040ef
- Update to 2.21.2
Matthew Barnes 9040ef
Matthew Barnes 9040ef
* Mon Oct 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.1-1.fc9
Matthew Barnes a188ce
- Update to 2.21.1
Matthew Barnes a188ce
- Bump eds_base_version to 2.22.
Matthew Barnes a188ce
- Remove patch for RH bug #212106 (fixed upstream).
Matthew Barnes a188ce
- Remove patch for GNOME bug #417999 (fixed upstream).
Matthew Barnes a188ce
Matthew Barnes 974bb0
* Fri Oct 26 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-4.fc9
Matthew Barnes 974bb0
- Remove the use_gtk_doc macro.
Matthew Barnes 974bb0
- Remove redundant requirements.
Matthew Barnes 974bb0
- Use the name tag where appropriate.
Matthew Barnes 974bb0
- Add an evolution-data-server-doc subpackage.
Matthew Barnes 974bb0
Matthew Barnes 66f626
* Thu Oct 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-3.fc9
Matthew Barnes 66f626
- Porting a couple patches over from RHEL5:
Matthew Barnes 66f626
- Add patch for RH bug #212106 (address book error on fresh install).
Matthew Barnes 66f626
- Add patch for RH bug #215702 (bad search filter for LDAP address books).
Matthew Barnes 66f626
Matthew Barnes 632ead
* Tue Oct 16 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-2.fc8
Matthew Barnes 632ead
- Disable patch for GNOME bug #376991 for now.  It may be contributing
Matthew Barnes 632ead
  to password prompting problems as described in RH bug #296671.
Matthew Barnes 632ead
Milan Crha 39af06
* Mon Oct 15 2007 Milan Crha <mcrha@redhat.com> - 1.12.1-1.fc8
Milan Crha 39af06
- Update to 1.12.1
Milan Crha 39af06
Matthew Barnes 1c0f28
* Mon Sep 17 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.0-1.fc8
Matthew Barnes 1c0f28
- Update to 1.12.0
Matthew Barnes 1c0f28
Matthew Barnes ff10c0
* Mon Sep 03 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.92-1.fc8
Matthew Barnes ff10c0
- Update to 1.11.92
Matthew Barnes ff10c0
Milan Crha 393173
* Tue Aug 28 2007 Milan Crha <mcrha@redhat.com> - 1.11.91-1.fc8
Milan Crha 393173
- Update to 1.11.91
Milan Crha 393173
- Removed patch for RH bug #215634 (fixed upstream).
Milan Crha 393173
- Removed patch for GNOME bug #466987 (fixed upstream).
Milan Crha 393173
Adam Jackson e75bc9
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> 1.11.90-4.fc8
Adam Jackson e75bc9
- Add Requires: glib2 >= 2.14.0, since it's in the buildroot now, and
Adam Jackson e75bc9
  forcibly introduces deps on symbols that don't exist in 2.13.  If
Adam Jackson e75bc9
  only we had working symbol versioning.
Adam Jackson e75bc9
Matthew Barnes 4b9a6f
* Mon Aug 20 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-3.fc8
Matthew Barnes 4b9a6f
- Revise patch for GNOME bug #417999 to fix GNOME bug #447591
Matthew Barnes 4b9a6f
  (Automatic Contacts combo boxes don't work).
Matthew Barnes 4b9a6f
Matthew Barnes 972266
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-2.fc8
Matthew Barnes 972266
- Re-enable the --with-libdb configure option.
Matthew Barnes 972266
Matthew Barnes bff840
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-1.fc8
Matthew Barnes bff840
- Update to 1.11.90
Matthew Barnes f021fb
- Add patch for GNOME bug #466987 (glibc redefines "open").
Matthew Barnes bff840
- Remove patch for GNOME bug #415891 (fixed upstream).
Matthew Barnes bff840
Matthew Barnes 85c4ce
* Wed Aug 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.6.1-1.fc8
Matthew Barnes 817ffb
- Update to 1.11.6.1
Matthew Barnes 817ffb
Matthew Barnes b43d95
* Tue Jul 31 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.6-1.fc8
Matthew Barnes b43d95
- Update to 1.11.6
Matthew Barnes b43d95
- Remove patch for GNOME bug #380534 (fixed upstream).
Matthew Barnes b43d95
Matthew Barnes d3564c
* Fri Jul 27 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-3.fc8
Matthew Barnes d3564c
- Add patch for GNOME bug #380534 (clarify version requirements).
Matthew Barnes d3564c
Matthew Barnes 1c8c13
* Tue Jul 17 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-2.fc8
Matthew Barnes 1c8c13
- Add patch for RH bug #243296 (fix LDAP configuration).
Matthew Barnes 1c8c13
Matthew Barnes 88831b
* Mon Jul 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-1.fc8
Matthew Barnes 88831b
- Update to 1.11.5
Matthew Barnes 88831b
Matthew Barnes 3be76c
* Mon Jun 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.4-1.fc8
Matthew Barnes 3be76c
- Update to 1.11.4
Matthew Barnes 3be76c
- Remove patch for RH bug #202309 (fixed upstream).
Matthew Barnes 3be76c
- Remove patch for GNOME bug #312854 (fixed upstream).
Matthew Barnes 3be76c
- Remove patch for GNOME bug #447414 (fixed upstream).
Matthew Barnes 3be76c
Matthew Barnes 1b27ca
* Fri Jun 15 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-3.fc8
Matthew Barnes 1b27ca
- Add patch for GNOME bug #224277 (Camel IMAP security flaw).
Matthew Barnes 1b27ca
Matthew Barnes 48e4e7
* Thu Jun 14 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-2.fc8
Matthew Barnes 48e4e7
- Add patch for GNOME bug #312584 (renaming Exchange folders).
Matthew Barnes 48e4e7
Matthew Barnes c30bc7
* Mon Jun 04 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-1.fc8
Matthew Barnes c30bc7
- Update to 1.11.3
Matthew Barnes c30bc7
- Remove patch for GNOME bug #415922 (fixed upstream).
Matthew Barnes c30bc7
Matthew Barnes c30bc7
* Thu May 31 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-3.fc8
Matthew Barnes 6efa8f
- Revise patch for GNOME bug #376991 to fix RH bug #241974.
Matthew Barnes 6efa8f
Matthew Barnes c30bc7
* Mon May 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-2.fc8
Matthew Barnes 84c245
- Store account passwords in GNOME Keyring.
Matthew Barnes 84c245
Matthew Barnes c30bc7
* Fri May 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-1.fc8
Matthew Barnes 8edc3a
- Update to 1.11.2
Matthew Barnes 8edc3a
- Bump eds_base_version to 1.12.
Matthew Barnes 8edc3a
- Add patch to fix implicit function declarations.
Matthew Barnes 8edc3a
- Remove patch for RH bug #203058 (fixed upstream).
Matthew Barnes 8edc3a
- Remove patch for RH bug #210142 (fixed upstream).
Matthew Barnes 8edc3a
- Remove patch for RH bug #235290 (fixed upstream).
Matthew Barnes 8edc3a
- Remove patch for GNOME bug #360240 (fixed upstream).
Matthew Barnes 8edc3a
- Remove patch for GNOME bug #360619 (fixed upstream).
Matthew Barnes 8edc3a
- Remove patch for GNOME bug #373117 (fixed upstream).
Matthew Barnes 8edc3a
- Revise patch for GNOME bug #415891 (partially fixed upstream).
Matthew Barnes 8edc3a
Matthew Barnes cf6100
* Wed May 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-6.fc7
Matthew Barnes cf6100
- Add patch for RH bug #215634 (read NSS certificates more reliably).
Matthew Barnes cf6100
Matthew Barnes 08ab64
* Tue May 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-5.fc7
Matthew Barnes 08ab64
- Add patch for GNOME bug #373146 (spam message triggers crash).
Matthew Barnes 08ab64
Matthew Barnes 418146
* Mon May 07 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-4.fc7
Matthew Barnes 418146
- Add patch to fix a dangling pointer in e-source-group.c.
Matthew Barnes 418146
Matthew Barnes 1d8712
* Mon Apr 30 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-3.fc7
Matthew Barnes 1d8712
- Revise patch for RH bug #235290 to not break string freeze.
Matthew Barnes 1d8712
Matthew Barnes ec880f
* Tue Apr 24 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-2.fc7
Matthew Barnes ec880f
- Add patch for RH bug #235290 (APOP authentication vulnerability).
Matthew Barnes ec880f
Matthew Barnes 921a69
* Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-1.fc7
Matthew Barnes 921a69
- Update to 1.10.1
Matthew Barnes 921a69
- Remove evolution-data-server-1.10.0-no-more-beeps.patch (fixed upstream).
Matthew Barnes 921a69
Matthew Barnes 89d907
* Wed Apr 04 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-6.fc7
Matthew Barnes 89d907
- Revise patch for GNOME bug #417999 (another ESourceComboBox goof).
Matthew Barnes 89d907
Matthew Barnes 2187af
* Mon Apr 02 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-5.fc7
Matthew Barnes 2187af
- Make the new ESourceComboBox widget work properly (RH bug #234760).
Matthew Barnes 2187af
Matthew Barnes d22873
* Tue Mar 27 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-4.fc7
Matthew Barnes d22873
- Link to static evolution-openldap library (RH bug #210126).
Matthew Barnes ad4b9f
- Require openssl-devel when statically linking against openldap.
Matthew Barnes d22873
- Add -Wdeclaration-after-statement to strict build settings.
Matthew Barnes d22873
Matthew Barnes 5ee8cc
* Thu Mar 22 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-3.fc7
Matthew Barnes 5ee8cc
- Stop beeping at me!
Matthew Barnes 5ee8cc
Matthew Barnes 3b4059
* Wed Mar 14 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-2.fc7
Matthew Barnes 3b4059
- Modify patch for GNOME bug #376991 to fix RH bug #231994.
Matthew Barnes 5ee8cc
- Add patch for GNOME bug #417999 (avoid deprecated GTK+ symbols).
Matthew Barnes 3b4059
- Remove evolution-data-server-1.0.2-workaround-cal-backend-leak.patch.
Matthew Barnes 3b4059
- Remove evolution-data-server-1.2.2-fix_open_calendar_declaration.patch.
Matthew Barnes 3b4059
- Remove evolution-data-server-1.3.8-fix-implicit-function-declarations.
Matthew Barnes 3b4059
Matthew Barnes 83418f
* Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-1.fc7
Matthew Barnes 83418f
- Update to 1.10.0
Matthew Barnes 83418f
- Remove patch for GNOME bug #301363 (fixed upstream).
Matthew Barnes 83418f
Matthew Barnes 32b2b2
* Fri Mar 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-4.fc7
Matthew Barnes 32b2b2
- Add patch for GNOME bug #415922 (support MS ISA Server 2004).
Matthew Barnes 32b2b2
- Patch by Kenny Root.
Matthew Barnes 32b2b2
Matthew Barnes ab6285
* Thu Mar 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-3.fc7
Matthew Barnes ab6285
- Add patch for GNOME bug #415891 (introduce EFlag API).
Matthew Barnes ab6285
- Add patch for GNOME bug #376991 (refactor password handling).
Matthew Barnes ab6285
Matthew Barnes fee3ae
* Tue Mar 06 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-2.fc7
Matthew Barnes fee3ae
- Add patch for GNOME bug #301363 (update timezones).
Matthew Barnes fee3ae
Matthew Barnes 17f0f8
* Mon Feb 26 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-1.fc7
Matthew Barnes 17f0f8
- Update to 1.9.92
Matthew Barnes 17f0f8
- Remove patch for GNOME bug #356177 (fixed upstream).
Matthew Barnes 17f0f8
- Add minimum version to intltool requirement (current >= 0.35.5).
Matthew Barnes 17f0f8
Matthew Barnes 3c1efd
* Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.91-1.fc7
Matthew Barnes 3c1efd
- Update to 1.9.91
Matthew Barnes 3c1efd
- Add flag to disable deprecated Pango symbols.
Matthew Barnes 3c1efd
- Remove patch for GNOME bug #359979 (fixed upstream).
Matthew Barnes 3c1efd
Matthew Barnes ea2bb0
* Sun Jan 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-4.fc7
Matthew Barnes ea2bb0
- Revise evolution-data-server-1.8.0-no-gnome-common.patch so that we no
Matthew Barnes ea2bb0
  longer have to run autoconf before building.
Matthew Barnes ea2bb0
Matthew Barnes 48692f
* Wed Jan 10 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-3.fc7
Matthew Barnes 48692f
- Add patch for GNOME bug #359979 (change EMsgPort semantics).
Matthew Barnes 48692f
Matthew Barnes 55340c
* Mon Jan 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-2.fc7
Matthew Barnes 55340c
- Require libsoup-devel in devel subpackage (RH bug #152482).
Matthew Barnes 55340c
Matthew Barnes 959b84
* Mon Jan 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-1.fc7
Matthew Barnes 959b84
- Update to 1.9.5
Matthew Barnes 959b84
- Remove patch for GNOME bug #362638 (fixed upstream).
Matthew Barnes 959b84
- Remove patch for GNOME bug #387638 (fixed upstream).
Matthew Barnes 959b84
Matthew Barnes 4e1eec
* Tue Dec 19 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.4-1.fc7
Matthew Barnes 4e1eec
- Update to 1.9.4
Matthew Barnes 4e1eec
- Add patch for GNOME bug #373117 (storing color settings).
Matthew Barnes 4e1eec
- Add patch for GNOME bug #387638 (implicit function declaration).
Matthew Barnes 4e1eec
Matthew Barnes 91b606
* Mon Dec 04 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.3-1.fc7
Matthew Barnes 91b606
- Update to 1.9.3
Matthew Barnes 91b606
- Remove patch for GNOME bug #353924 (fixed upstream).
Matthew Barnes 91b606
Matthew Barnes 464359
* Fri Nov 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-3.fc7
Matthew Barnes 464359
- Add patch for RH bug #210142 (calendar crash in indic locales).
Matthew Barnes 464359
Matthew Barnes 305df9
* Wed Nov 08 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-2.fc7
Matthew Barnes 305df9
- Add patch for RH bug #203058 (name selector dialog glitch).
Matthew Barnes 305df9
Matthew Barnes c675df
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-1.fc7
Matthew Barnes c675df
- Update to 1.9.2
Matthew Barnes c675df
- Remove patch for Gnome.org bugs #369168, #369259, and #369261
Matthew Barnes c675df
  (fixed upstream).
Matthew Barnes c675df
Matthew Barnes b530fd
* Thu Nov  2 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-4.fc7
Matthew Barnes b530fd
- Add patch for Gnome.org bug #369168, #369259, and #369261
Matthew Barnes b530fd
  (misc camel bugs reported by Hans Petter Jansson).
Matthew Barnes b530fd
Matthew Barnes 2c5473
* Wed Nov  1 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-3.fc7
Matthew Barnes 2c5473
- Add patch for Gnome.org bug #353924 (category sorting).
Matthew Barnes 2c5473
Matthew Barnes f8fc00
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-2.fc7
Matthew Barnes f8fc00
- Rebuild
Matthew Barnes f8fc00
Matthew Barnes f8fc00
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-2.fc7
Matthew Barnes c7f3d8
- Update to 1.9.1
Matthew Barnes 971ea5
- Add patch for Gnome.org bug #356177 (deprecate EMutex).
Matthew Barnes 971ea5
- Add patch for Gnome.org bug #363695 (deprecate EMemPool, EStrv, EPoolv).
Matthew Barnes 971ea5
- Remove Jerusalem.ics timezone file (fixed upstream).
Matthew Barnes c7f3d8
- Remove patch for RH bug #198935 (fixed upstream).
Matthew Barnes c7f3d8
Matthew Barnes e85c91
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.1-1.fc7
Matthew Barnes e85c91
- Update to 1.8.1
Matthew Barnes e85c91
- Use stricter build settings.
Matthew Barnes e85c91
- Add patch for Gnome.org bug #360240 ("unused variable" warnings).
Matthew Barnes e85c91
- Add patch for Gnome.org bug #360619 ("incompatible pointer type" warnings).
Matthew Barnes e85c91
- Add patch for Gnome.org bug #362638 (deprecate EThread).
Matthew Barnes e85c91
- Remove patch for RH bug #198935 (fixed upstream).
Matthew Barnes e85c91
- Remove patch for RH bug #205187 (fixed upstream).
Matthew Barnes e85c91
- Remove patch for Gnome.org bug #353478 (fixed upstream).
Matthew Barnes e85c91
- Remove patch for Gnome.org bug #356828 (fixed upstream).
Matthew Barnes e85c91
- Remove patch for Gnome.org bug #357666 (fixed upstream).
Matthew Barnes e85c91
Matthew Barnes 26efb9
* Tue Sep 26 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-11.fc6
Matthew Barnes 26efb9
- Add patch for RH bug #203915 (fix dangerous mallocs in camel).
Matthew Barnes 26efb9
Matthew Barnes 9e47f3
* Mon Sep 25 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-10.fc6
Matthew Barnes 9e47f3
- Add patch for Gnome.org bug #357666.
Matthew Barnes 9e47f3
Matthew Barnes f6c87d
* Thu Sep 21 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-9.fc6
Matthew Barnes f6c87d
- Revise patch for RH bug #198935 (fix a crash reported in bug #207446).
Matthew Barnes f6c87d
Matthew Barnes f482eb
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-8.fc6
Matthew Barnes f482eb
- Revise patch for RH bug #198935 (fix a typo).
Matthew Barnes f482eb
Matthias Clasen 3a34d1
* Wed Sep 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.8.0-7.fc6
Matthias Clasen 3a34d1
- Fix the timezone info for Jerusalem  (#207161)
Matthias Clasen 3a34d1
Matthew Barnes 04a7c4
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-6.fc6
Matthew Barnes 04a7c4
- Add patch for Gnome.org bug #356828 (lingering file on uninstall).
Matthew Barnes 04a7c4
Matthew Barnes 8b83c5
* Mon Sep 18 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-5.fc6
Matthew Barnes 8b83c5
- Revise patch for RH bug #205187 (use upstream's version).
Matthew Barnes 8b83c5
Matthew Barnes 0f35d9
* Sat Sep 16 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-4.fc6
Matthew Barnes 0f35d9
- Add patch for RH bug #205187 (crash on startup).
Matthew Barnes 0f35d9
Matthew Barnes f64f06
* Fri Sep 15 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-3.fc6
Matthew Barnes f64f06
- Revise patch for RH bug #198935 to eliminate a race condition.
Matthew Barnes f64f06
Matthew Barnes e9e33d
* Tue Sep 12 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-2.fc6
Matthew Barnes e9e33d
- Add patch for RH bug #198935.
Matthew Barnes e9e33d
Matthew Barnes 1b8ed2
* Mon Sep  4 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-1.fc6
Matthew Barnes 1b8ed2
- Update to 1.8.0
Matthew Barnes 1b8ed2
- Remove evolution-data-server-1.5.4-make_imap4_optional.patch (fixed upstream)
Matthew Barnes 1b8ed2
  and save remaining hunk as evolution-data-server-1.8.0-no-gnome-common.patch.
Matthew Barnes 1b8ed2
- Remove patch for RH bug #202329 (fixed upstream).
Matthew Barnes 1b8ed2
- Remove patch for Gnome.org bug #349847 (fixed upstream).
Matthew Barnes 1b8ed2
Matthew Barnes c54869
* Tue Aug 29 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-4.fc6
Matthew Barnes c54869
- Revise patch for RH bug #198935.
Matthew Barnes c54869
- Add patch for Gnome.org bug #353478.
Matthew Barnes c54869
Ray Strode 89a9a4
* Mon Aug 28 2006 Ray Strode <rstrode@redhat.com> - 1.7.92-3.fc6
Ray Strode 89a9a4
- Add patch from Veerapuram Varadhan to fix fd leak (bug 198935).
Ray Strode 89a9a4
Matthew Barnes 810bff
* Tue Aug 22 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-2
Matthew Barnes 810bff
- Add patch for Gnome.org bug #349847.
Matthew Barnes 810bff
Matthew Barnes 0135d6
* Mon Aug 21 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-1
Matthew Barnes 0135d6
- Update to 1.7.92
Matthew Barnes 0135d6
Ray Strode 3ea179
* Wed Aug 16 2006 Ray Strode <rstrode@redhat.com> - 1.7.91-3
Ray Strode 3ea179
- Add fix from Matthias Clasen that might help bug 202309.
Ray Strode 3ea179
Matthew Barnes f7c194
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-2
Matthew Barnes f7c194
- Add patch for RH bug #202329.
Matthew Barnes f7c194
Matthew Barnes 0d83e8
* Mon Aug  7 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-1
Matthew Barnes 0d83e8
- Update to 1.7.91
Matthew Barnes 0d83e8
- Remove patch for Gnome.org bug #348725 (fixed upstream).
Matthew Barnes 0d83e8
Matthew Barnes 296201
* Fri Aug  4 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-5
Matthew Barnes 296201
- Update to 1.7.90.1 (again)
Matthew Barnes 296201
Matthew Barnes 75e663
* Thu Aug  3 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-5
Matthew Barnes ef8e42
- Remove patches for Gnome.org bug #309079 (rejected upstream).
Matthew Barnes ef8e42
- One of these patches was causing RH bug #167157.
Matthew Barnes 75e663
Matthew Barnes 75e663
* Thu Aug  3 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-4
Matthew Barnes ef8e42
- No longer packaging unused patches.
Matthew Barnes ef8e42
Matthew Barnes 56bff4
* Mon Jul 31 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-3
Matthew Barnes 56bff4
- Revert to version 1.7.4 to prevent API/ABI breakage.
Matthew Barnes 56bff4
- Add back patch to make --with-libdb configure option work.
Matthew Barnes 56bff4
Ray Strode 79e75d
* Mon Jul 31 2006 Ray Strode <rstrode@redhat.com> - 1.7.90.1-4
Ray Strode 79e75d
- add executable bits to libs 
Ray Strode 79e75d
Matthias Clasen f80485
* Sun Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 1.7.90.1-3
Matthias Clasen f80485
- Rebuild
Matthias Clasen f80485
Matthew Barnes 5c7a25
* Wed Jul 26 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-2
Matthew Barnes 5c7a25
- Rebuild
Matthew Barnes 5c7a25
Matthew Barnes 35b618
* Tue Jul 25 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-1
Matthew Barnes 35b618
- Update to 1.7.90.1
Matthew Barnes 35b618
- Add patch for Gnome.org bug #348725.
Matthew Barnes 35b618
- Remove patch to make --with-db configure option work (fixed upstream).
Matthew Barnes 35b618
Matthew Barnes a84275
* Tue Jul 19 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-2
Matthew Barnes a84275
- Dynamically link to BDB.
Matthew Barnes a84275
- Add patch to make --with-db configure option work.
Matthew Barnes a84275
- Add Requires for db4 and BuildRequires for db4-devel.
Matthew Barnes a84275
- Clean up spec file, renumber patches.
Matthew Barnes a84275
Matthew Barnes ef5e11
* Wed Jul 12 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-1
Matthew Barnes ef5e11
- Update to 1.7.4
Matthew Barnes ef5e11
- Remove patch for Gnome.org bug #345965 (fixed upstream).
Matthew Barnes ef5e11
Jesse Keating 41f1bc
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.7.3-3.1
Jesse Keating 41f1bc
- rebuild
Jesse Keating 41f1bc
Matthew Barnes 7b8ca3
* Tue Jun 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.3-3
Matthew Barnes 7b8ca3
- Show GPG key name when asking for the password (Gnome.org #345965).
Matthew Barnes 7b8ca3
Tomáš Mráz 9fa07f
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.7.3-2
Tomáš Mráz 9fa07f
- rebuilt with new gnutls
Tomáš Mráz 9fa07f
Matthias Clasen 0ad3ba
* Tue Jun 13 2006 Matthisa Clasen  <mclasen@redhat.com> 1.7.3-1
Matthias Clasen 0ad3ba
- Update to 1.7.3
Matthias Clasen 0ad3ba
Jeremy Katz 95a11a
* Thu Jun  8 2006 Jeremy Katz <katzj@redhat.com> - 1.7.2-3
Jeremy Katz 707781
- BR flex
Jeremy Katz 95a11a
Matthew Barnes 575160
* Sat May 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.2-2
Matthew Barnes 575160
- Add missing BuildRequires for gettext (#193360).
Matthew Barnes 575160
Matthew Barnes 90a8e2
* Wed May 17 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.2
Matthew Barnes 90a8e2
- Update to 1.7.2
Matthew Barnes 90a8e2
- Remove evolution-data-server-1.7.1-nss_auto_detect.patch; in upstream now.
Matthew Barnes 90a8e2
Matthew Barnes 307ff6
* Sun May 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-2
Matthew Barnes 307ff6
- Add temporary patch evolution-data-server-1.7.1-nss_auto_detect.patch
Matthew Barnes 307ff6
  to help `configure' detect the SSL modules (closes #191567).
Matthew Barnes 307ff6
Matthew Barnes a7a8a8
* Wed May 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-1
Matthew Barnes a7a8a8
- Update to 1.7.1
Matthew Barnes a7a8a8
- Bump eds_base_version from 1.6 to 1.8.
Matthew Barnes a7a8a8
- Disable evolution-data-server-1.2.0-validatehelo.patch (accepted upstream).
Matthew Barnes a7a8a8
Matthias Clasen 80c202
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 1.6.1-3
Matthias Clasen 80c202
- Avoid a multilib conflict
Matthias Clasen 80c202
Matthias Clasen 80c202
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 1.6.1-2
Matthias Clasen 0d4057
- Update to 1.6.1
Matthias Clasen 0d4057
Ray Strode 13c1d3
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 1.6.0-1
Ray Strode 13c1d3
- 1.6.0
Ray Strode 13c1d3
Ray Strode 5ed638
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 1.5.92-1
Ray Strode 5ed638
- 1.5.92
Ray Strode 5ed638
dmalcolm 8974ce
* Tue Feb 14 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.91-1
dmalcolm 8974ce
- 1.5.91
dmalcolm 8974ce
Jesse Keating f6f038
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.5.90-2.2
Jesse Keating f6f038
- bump again for double-long bug on ppc(64)
Jesse Keating f6f038
Jesse Keating c1d8bf
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.5.90-2.1
Jesse Keating c1d8bf
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating c1d8bf
Ray Strode e7f674
* Tue Jan 31 2006 Ray Strode <rstrode@redhat.com> - 1.5.90-2
Ray Strode e7f674
- add build deps (bug 137553)
Ray Strode e7f674
dmalcolm d3e4b8
* Mon Jan 30 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.90-1
dmalcolm d3e4b8
- 1.5.90
dmalcolm d3e4b8
- explicitly list various files rather than rely on globbing
dmalcolm d3e4b8
- enabled parallel make
dmalcolm d3e4b8
dmalcolm c72de1
* Wed Jan 25 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.5-1
dmalcolm c72de1
- 1.5.5
dmalcolm c72de1
- added CalDAV backend to the list of packaged extensions
dmalcolm c72de1
dmalcolm c72de1
* Mon Jan  9 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-4
dmalcolm 91736c
- updated patch 300 to remove usage of GNOME_COMPILE_WARNINGS from configure.in
dmalcolm 91736c
  (since gnome-common might not be available when we rerun the autotools)
dmalcolm 91736c
dmalcolm 888043
* Mon Jan  9 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-3
dmalcolm 888043
- added patch to make the "imap4"/"IMAP4rev1" backend optional; disable it in 
dmalcolm 888043
  our packages; re-run automake since we have touched various Makefile.am 
dmalcolm 888043
  files; rerun intltoolize to avoid incompatibilities between tarball copy of
dmalcolm 888043
  intltool-merge.in and intltool.m4 in intltool package (@EXPANDED_LIBDIR@
dmalcolm 888043
  renamed to @INTLTOOL_LIBDIR@) (#167574)
dmalcolm 888043
- explicitly list the camel providers and e-d-s extension files in the spec file
dmalcolm 888043
dmalcolm 91287c
* Thu Jan  5 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-2
dmalcolm 91287c
- added patch from David Woodhouse to validate reverse DNS domain before using 
dmalcolm 91287c
  in SMTP greeting (patch 103, #151121)
dmalcolm 91287c
dmalcolm 58a6c0
* Tue Jan  3 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-1
dmalcolm 58a6c0
- 1.5.4
dmalcolm 58a6c0
dmalcolm df41aa
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.3-2
dmalcolm df41aa
- Update specfile and patch 5 (evolution-data-server-1.3.5-nspr_fix.patch) to
dmalcolm df41aa
  use nss rather than mozilla-nss throughout
dmalcolm df41aa
dmalcolm 621a9f
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.3-1
dmalcolm 621a9f
- 1.5.3
dmalcolm 621a9f
Jesse Keating 9d3a7e
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating 9d3a7e
- rebuilt
Jesse Keating 9d3a7e
dmalcolm 36d0b8
* Tue Dec  6 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.2-1
dmalcolm 36d0b8
- 1.5.2
dmalcolm 36d0b8
- bump eds_base_version from 1.4 to 1.6
dmalcolm 36d0b8
- updated patch 102
dmalcolm 36d0b8
dmalcolm 51814d
* Mon Dec  5 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.2.1-1
dmalcolm 51814d
- 1.4.2.1
dmalcolm 51814d
dmalcolm 620f41
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.2-1
dmalcolm 620f41
- 1.4.2
dmalcolm 620f41
dmalcolm d85c42
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-3
dmalcolm d85c42
- add -DLDAP_DEPRECATED to CFLAGS (#172999)
dmalcolm d85c42
dmalcolm bd9251
* Thu Nov 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-2
dmalcolm bd9251
- Updated license field to reflect change from GPL to LGPL
dmalcolm bd9251
- Remove all static libraries, not just those in /usr/lib; avoid listing libdir
dmalcolm bd9251
  subdirectory so that we can be more explicit about the package payload (bug
dmalcolm bd9251
  #172882)
dmalcolm bd9251
dmalcolm 72ada2
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-1
dmalcolm 72ada2
- 1.4.1.1
dmalcolm 72ada2
dmalcolm 873837
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1-2
dmalcolm 873837
- Updated patch 102 (fix-implicit-function-declarations) to include fix for 
dmalcolm 873837
  http calendar backend (thanks to Peter Robinson)
dmalcolm 873837
dmalcolm 1f9a46
* Tue Oct  4 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1-1
dmalcolm 1f9a46
- 1.4.1
dmalcolm 1f9a46
Jeremy Katz e10761
* Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 1.4.0-2
Jeremy Katz e10761
- rebuild now that mozilla builds on ppc64
Jeremy Katz e10761
dmalcolm 16b63b
* Tue Sep  6 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.0-1
dmalcolm 16b63b
- 1.4.0
dmalcolm 16b63b
- Removed evolution-data-server-1.3.8-fix-libical-vsnprintf.c.patch; a version
dmalcolm 16b63b
  of this is now upstream (was patch 103, added in 1.3.8-2)
dmalcolm 16b63b
dmalcolm fe72ed
* Wed Aug 31 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-6
dmalcolm fe72ed
- Use regular LDAP library for now, rather than evolution-openldap (#167238)
dmalcolm fe72ed
dmalcolm 50dc0a
* Tue Aug 30 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-5
dmalcolm 50dc0a
- Add -Werror-implicit-function-declaration back to CFLAGS at the make stage, 
dmalcolm 50dc0a
  after the configure, to spot 64-bit problems whilst avoiding breaking 
dmalcolm 50dc0a
  configuration tests; expand patch 102 to avoid this breaking libdb's CFLAGS
dmalcolm 50dc0a
dmalcolm 1fa72d
* Wed Aug 24 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-4
dmalcolm 1fa72d
- Remove -Werror-implicit-function-declaration from CFLAGS; this broke the
dmalcolm 1fa72d
  configuration test for fast mutexes in the internal copy of libdb, and hence
dmalcolm 1fa72d
  broke access to local addressbooks (#166742)
dmalcolm 1fa72d
- Introduce static_ldap macro; use it to link to static evolution-openldap 
dmalcolm 1fa72d
  library, containing NTLM support for LDAP binds (needed by Exchange support)
dmalcolm 1fa72d
dmalcolm 5d0c15
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-3
dmalcolm 5d0c15
- Updated patch 102 to fix further implicit function declarations
dmalcolm 5d0c15
dmalcolm cb2ba3
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-2
dmalcolm cb2ba3
- added patch (103) to fix problem with configuration macros in libical's
dmalcolm cb2ba3
  vsnprintf.c
dmalcolm cb2ba3
dmalcolm 64cadf
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-1
dmalcolm 64cadf
- 1.3.8
dmalcolm 64cadf
- Add -Werror-implicit-function-declaration to CFLAGS, to avoid 64-bit issues
dmalcolm 64cadf
  and add patch to fix these where they occur (patch 102)
dmalcolm 64cadf
dmalcolm bcbeec
* Mon Aug 15 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.7-2
dmalcolm bcbeec
- rebuild
dmalcolm bcbeec
dmalcolm c4f2b0
* Tue Aug  9 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.7-1
dmalcolm c4f2b0
- 1.3.7
dmalcolm c4f2b0
Tomáš Mráz 864d60
* Mon Aug  8 2005 Tomas Mraz <tmraz@redhat.com> - 1.3.6.1-2
Tomáš Mráz 864d60
- rebuild with new gnutls
Tomáš Mráz 864d60
dmalcolm 40ef9e
* Fri Jul 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.6.1-1
dmalcolm 40ef9e
- 1.3.6.1
dmalcolm 40ef9e
dmalcolm 945850
* Thu Jul 28 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.6-1
dmalcolm 945850
- 1.3.6
dmalcolm 945850
dmalcolm 26602d
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.5-2
dmalcolm 26602d
- Added patch to use nspr rather than mozilla-nspr when doing pkg-config tests
dmalcolm 26602d
  (Patch5: evolution-data-server-1.3.5-nspr_fix.patch)
dmalcolm 26602d
dmalcolm 22d025
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.5-1
dmalcolm 22d025
- 1.3.5
dmalcolm 22d025
- Split eds_major (was 1.2) into eds_base_version (1.4) and eds_api_version
dmalcolm 22d025
  (1.2) to correspond to BASE_VERSION and API_VERSION in configure.in; updated
dmalcolm 22d025
  rest of specfile accordingly.
dmalcolm 22d025
- Removed upstreamed patch: 
dmalcolm 22d025
  evolution-data-server-1.2.0-cope-with-a-macro-called-read.patch
dmalcolm 22d025
dmalcolm 67223a
* Wed Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-4.fc5
dmalcolm 67223a
- Added leak fixes for GNOME bug 309079 provided by Mark G. Adams
dmalcolm 67223a
dmalcolm b6a800
* Wed May 18 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-3
dmalcolm b6a800
- bumped libsoup requirement to 2.2.3; removed mozilla_build_version, using
dmalcolm b6a800
  pkg-config instead for locating NSPRS and NSS headers/libraries (#158085)
dmalcolm b6a800
dmalcolm 7e93af
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-2
dmalcolm 7e93af
- added patch to calendar/libecal/e-cal.c to fix missing declaration of open_calendar
dmalcolm 7e93af
dmalcolm 638d0e
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-1
dmalcolm 638d0e
- 1.2.2
dmalcolm 638d0e
dmalcolm a5cbf0
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.1-1
dmalcolm a5cbf0
- 1.2.1
dmalcolm a5cbf0
dmalcolm 86b1ee
* Thu Mar 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-3
dmalcolm 86b1ee
- Removed explicit run-time spec-file requirement on mozilla.
dmalcolm 86b1ee
  The Mozilla NSS API/ABI stabilised by version 1.7.3
dmalcolm 86b1ee
  The libraries are always located in the libdir
dmalcolm 86b1ee
  However, the headers are in /usr/include/mozilla-%{mozilla_build_version}
dmalcolm 86b1ee
  and so they move each time the mozilla version changes.
dmalcolm 86b1ee
  So we no longer have an explicit mozilla run-time requirement in the specfile; 
dmalcolm 86b1ee
  a requirement on the appropriate NSS and NSPR .so files is automagically generated on build.
dmalcolm 86b1ee
  We have an explicit, exact build-time version, so that we can find the headers (without
dmalcolm 86b1ee
  invoking an RPM query from the spec file; to do so is considered bad practice)
dmalcolm 86b1ee
- Introduced mozilla_build_version, to replace mozilla_version
dmalcolm 86b1ee
- Set mozilla_build_version to 1.7.6 to reflect current state of tree
dmalcolm 86b1ee
dmalcolm 830276
* Tue Mar  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-2
dmalcolm 830276
- Added a patch to deal with glibc defining a macro called "read"
dmalcolm 830276
dmalcolm 349d49
* Tue Mar  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-1
dmalcolm 349d49
- 1.2.0
dmalcolm 349d49
- Removed patch for GCC 4 as this is now in upstream tarball
dmalcolm 349d49
Jeremy Katz 567c78
* Wed Mar  2 2005 Jeremy Katz <katzj@redhat.com> - 1.1.6-6
Jeremy Katz 567c78
- rebuild to fix library linking silliness
Jeremy Katz 567c78
dmalcolm 1ee777
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-5
dmalcolm 1ee777
- disabling gtk-doc on ia64 and s390x
dmalcolm 1ee777
dmalcolm 88f483
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-4
dmalcolm 88f483
- added macro use_gtk_doc; added missing BuildRequires on gtk-doc; enabled gtk-doc generation on all platforms (had been disabled on ia64)
dmalcolm 88f483
dmalcolm 9b5ac0
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-3
dmalcolm 9b5ac0
- extended patch to deal with camel-groupwise-store-summary.c
dmalcolm 9b5ac0
dmalcolm 0a8c68
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-2
dmalcolm 0a8c68
- added patch to fix badly-scoped declaration of "namespace_clear" in camel-imap-store-summary.c
dmalcolm 0a8c68
dmalcolm 261da8
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-1
dmalcolm 261da8
- 1.1.6
dmalcolm 261da8
dmalcolm 56ee23
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-3
dmalcolm 56ee23
- rebuild
dmalcolm 56ee23
dmalcolm 083c44
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-2
dmalcolm 083c44
- forgot to fix sources
dmalcolm 083c44
dmalcolm 588da8
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-1
dmalcolm 588da8
- 1.1.5
dmalcolm 588da8
dmalcolm e27e4a
* Thu Jan 27 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.2-1
dmalcolm e27e4a
- Update from unstable 1.1.4.1 to unstable 1.1.1.4.2
dmalcolm e27e4a
dmalcolm 97bf4c
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-3
dmalcolm 97bf4c
- disable gtk-doc generation on ia64 for now
dmalcolm 97bf4c
dmalcolm b506d5
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-2
dmalcolm b506d5
- Exclude ppc64 due to missing mozilla dependency
dmalcolm b506d5
dmalcolm e15f63
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-1
dmalcolm e15f63
- Update from 1.0.3 to 1.1.4.1
dmalcolm e15f63
- Updated eds_major from 1.0 to 1.2; fixed translation search path.
dmalcolm e15f63
- Removed 64-bit patch for calendar backend hash table; upstream now stores pointers to ECalBackendFactory, rather than GType
dmalcolm e15f63
- Removed calendar optimisation patch for part of part of bug #141283 as this is now in the upstream tarball
dmalcolm e15f63
- Added /usr/lib/evolution-data-server-%{eds_major} to cover the extensions, plus the camel code now in e-d-s, rather than evolution
dmalcolm e15f63
- Added /usr/share/pixmaps/evolution-data-server-%{eds_major} to cover the category pixmaps
dmalcolm e15f63
- Camel code from evolution is now in evolution-data-server:
dmalcolm e15f63
  - Added camel-index-control and camel-lock-helper to packaged files
dmalcolm e15f63
  - Added mozilla dependency code from the evolution package
dmalcolm e15f63
  - Ditto for LDAP
dmalcolm e15f63
  - Ditto for krb5
dmalcolm e15f63
  - Ditto for NNTP support handling
dmalcolm e15f63
  - Ditto for --enable-file-locking and --enable-dot-locking
dmalcolm e15f63
- Added requirements on libbonobo, libgnomeui, gnome-vfs2, GConf2, libglade2
dmalcolm e15f63
- Updated libsoup requirement from 2.2.1 to 2.2.2
dmalcolm e15f63
- Enabled gtk-doc
dmalcolm e15f63
dmalcolm 5e5665
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-2
dmalcolm 5e5665
- fixed packaging of translation files to reflect upstream change to GETTEXT_PACKAGE being evolution-data-server-1.0 rather than -1.5
dmalcolm 5e5665
dmalcolm 3be68b
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-1
dmalcolm 3be68b
- update from upstream 1.0.2 to 1.0.3:
dmalcolm 3be68b
  * Address Book
dmalcolm 3be68b
    - prevent e_book_commit_contact from crashing on multiple calls (Diego Gonzalez)
dmalcolm 3be68b
    - prevent file backend from crashing if uid of vcard is NULL (Diego Gonzalez)
dmalcolm 3be68b
dmalcolm 3be68b
  * Calendar
dmalcolm 3be68b
    #XB59904 - Speed up calendar queries (Rodrigo)
dmalcolm 3be68b
    #XB69624 - make changes in evo corresponding to soap schema changes  (Siva)
dmalcolm 3be68b
    - fix libical build for automake 1.9 (Rodney)
dmalcolm 3be68b
    - fix putenv usage for portability (Julio M. Merino Vidal)
dmalcolm 3be68b
dmalcolm 3be68b
  * Updated Translations:
dmalcolm 3be68b
    - sv (Christian Rose)
dmalcolm 3be68b
dmalcolm 3be68b
- Removed patches to fix build on x86_64 and calendar optimisation for XB59004 as these are in the upstream tarball
dmalcolm 3be68b
dmalcolm 3d417f
* Tue Dec  7 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-6
dmalcolm 3d417f
- Amortize writes to a local cache of a webcal calendar, fixing further aspect of #141283 (upstream bugzilla #70267), as posted to mailing list here:
dmalcolm 3d417f
http://lists.ximian.com/archives/public/evolution-patches/2004-December/008338.html
dmalcolm 3d417f
(The groupwise part of that patch did not cleanly apply, so I removed it).
dmalcolm 3d417f
dmalcolm 020533
* Thu Dec  2 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-5
dmalcolm 020533
- Added fix for #141283 (upstream bugzilla XB 59904), a backported calendar 
dmalcolm 020533
optimisation patch posted to upstream development mailing list here:
dmalcolm 020533
http://lists.ximian.com/archives/public/evolution-patches/2004-November/008139.html
dmalcolm 020533
dmalcolm 020533
* Wed Nov  3 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-4
dmalcolm 020533
- Added patch to fix usage of GINT_TO_POINTER/GPOINTER_TO_INT for calendar backend GType hash table, breaking on ia64  (#136914)
dmalcolm 020533
dmalcolm 15c398
* Wed Oct 20 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-3
dmalcolm 15c398
- added workaround for a backend leak that causes the "contacts" calendar 
dmalcolm 15c398
backend to hold open an EBook for the local contacts (filed upstream at:
dmalcolm 15c398
http://bugzilla.ximian.com/show_bug.cgi?id=68533 ); this was causing e-d-s to
dmalcolm 15c398
never lose its last addressbook, and hence never quit.  We workaround this by
dmalcolm 15c398
detecting this condition and exiting when it occurs, fixing bug #134851 and #134849.
dmalcolm 15c398
dmalcolm 8d9761
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-2
dmalcolm 8d9761
- added patch to fix build on x86_64 (had multiple definitions of mutex code in libdb/dbinc.mutex.h)
dmalcolm 8d9761
dmalcolm cb81c3
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-1
dmalcolm cb81c3
- update from 1.0.1 to 1.0.2
dmalcolm cb81c3
- increased libsoup requirement to 2.2.1 to match configuration script
dmalcolm cb81c3
dmalcolm 521ea0
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.1-1
dmalcolm 521ea0
- update from 1.0.0 to 1.0.1
dmalcolm 521ea0
- removed patch that fixed warnings in calendar code (now in upstream tarball)
dmalcolm 521ea0
dmalcolm a6822a
* Mon Sep 20 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.0-2
dmalcolm 459a4b
- fixed various warnings in the calendar code 
dmalcolm 459a4b
  (filed upstream here: http://bugzilla.ximian.com/show_bug.cgi?id=66383)
dmalcolm a6822a
dmalcolm e6c389
* Tue Sep 14 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.0-1
dmalcolm e6c389
- update from 0.0.99 to 1.0.0
dmalcolm e6c389
- changed path in FTP source location from 0.0 to 1.0
dmalcolm e6c389
cvsdist 1f9826
* Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.99-1
cvsdist 1f9826
- update from 0.0.98 to 0.0.99
cvsdist 1f9826
- increased libsoup requirement to 2.2.0 to match configuration script
cvsdist 1f9826
cvsdist 398b64
* Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.98-1
cvsdist 398b64
- updated tarball from 0.0.97 to 0.0.98; updated required libsoup version to 2.1.13
cvsdist 398b64
cvsdist 648473
* Thu Aug  5 2004 Warren Togami <wtogami@redhat.com> - 0.0.97-2
cvsdist 648473
- pkgconfig -devel Requires libbonobo-devel, libgnome-devel
cvsdist 648473
cvsdist 4aecd2
* Wed Aug  4 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.97-1
cvsdist 4aecd2
- upgraded to 0.0.97; rewrote the package's description
cvsdist 4aecd2
cvsdist a8db9b
* Mon Jul 26 2004 David Malcolm <dmalcolm@redhat.com>
cvsdist a8db9b
- rebuilt
cvsdist a8db9b
cvsdist a8db9b
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-2
cvsdist a8db9b
- added version numbers to the BuildRequires test for libsoup-devel and ORBit2-devel
cvsdist a8db9b
cvsdist a8db9b
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-1
cvsdist a8db9b
- 0.0.96; libsoup required is now 2.1.12
cvsdist a8db9b
cvsdist b8cc4b
* Thu Jul  8 2004 David Malcolm <dmalcolm@redhat.com>
cvsdist b8cc4b
- rebuilt
cvsdist b8cc4b
cvsdist d3a245
* Wed Jul  7 2004 David Malcolm <dmalcolm@redhat.com>
cvsdist d3a245
- rebuilt
cvsdist d3a245
cvsdist d3a245
* Tue Jul  6 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.95-1
cvsdist d3a245
- 0.0.95
cvsdist d3a245
cvsdist a5df5b
* Thu Jun 17 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94.1-1
cvsdist a5df5b
- 0.0.94.1
cvsdist a5df5b
cvsdist 6522bf
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-2
cvsdist 6522bf
- rebuilt
cvsdist 6522bf
cvsdist 434808
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-1
cvsdist 434808
- 0.0.94
cvsdist 434808
cvsdist 434808
* Wed May 26 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-4
cvsdist 434808
- added ORBit2 requirement
cvsdist 434808
cvsdist 2b334d
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-3
cvsdist 2b334d
- rebuild again
cvsdist 2b334d
cvsdist cb791b
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-2
cvsdist cb791b
- rebuilt
cvsdist cb791b
cvsdist cb791b
* Thu May 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-1
cvsdist cb791b
- 0.0.93; libsoup required is now 2.1.10
cvsdist cb791b
cvsdist 58ae61
* Wed Apr 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.92-1
cvsdist 58ae61
- Update to 0.0.92; added a define and a requirement on the libsoup version
cvsdist 58ae61
cvsdist 58ae61
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 0.0.90-1
cvsdist 58ae61
- 0.0.90
cvsdist 58ae61
cvsdist 58ae61
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 58ae61
- rebuilt
cvsdist 58ae61
cvsdist b2d4cc
* Mon Jan 26 2004 Jeremy Katz <katzj@redhat.com> - 0.0.6-1
cvsdist b2d4cc
- 0.0.6
cvsdist b2d4cc
cvsdist b2a572
* Wed Jan 21 2004 Jeremy Katz <katzj@redhat.com> - 0.0.5-2
cvsdist b2a572
- better fix by using system libtool
cvsdist b2a572
cvsdist b2a572
* Mon Jan 19 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-1
cvsdist b2a572
- add some libdb linkage to make the build on x86_64 happy
cvsdist b2a572
cvsdist b2a572
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-0
cvsdist b2a572
- update to 0.0.5
cvsdist b2a572
cvsdist b2a572
* Sat Jan  3 2004 Jeremy Katz <katzj@redhat.com> 0.0.4-0
cvsdist b2a572
- Initial build.