df41aad
%define use_nss 1
e15f631
%define ldap_support 1
d228733
%define static_ldap 1
e15f631
%define krb5_support 1
e15f631
%define nntp_support 1
e15f631
e75bc9a
%define glib2_version 2.14.0
17f0f80
%define intltool_version 0.35.5
e15f631
%define libbonobo_version 2.4.2
e75bc9a
%define orbit2_version 2.9.8
e75bc9a
%define soup_version 2.2.3
e15f631
a188ce3
%define eds_base_version 2.22
22d025c
%define eds_api_version 1.2
cvsdist 58ae61e
84c245e
%define use_gnome_keyring 1
8880439
%define support_imap4_provider 0
8880439
8880439
%define camel_provider_dir %{_libdir}/evolution-data-server-%{eds_api_version}/camel-providers
8880439
%define eds_extensions_dir %{_libdir}/evolution-data-server-%{eds_api_version}/extensions
8880439
9e47f30
# Use stricter build settings than required by upstream.
9e47f30
%define strict_build_settings 1
9e47f30
a842754
### Abstract ###
a842754
cvsdist b2a5721
Name: evolution-data-server
0582232
Version: 2.21.3
a3963ab
Release: 2%{?dist}
bd9251e
License: LGPL
cvsdist b2a5721
Group: System Environment/Libraries
a842754
Summary: Backend data server for Evolution
a842754
URL: http://www.gnome.org/projects/evolution/
a842754
BuildRoot: %{_tmppath}/%{name}-%{version}-root
90a8e23
Source: %{name}-%{version}.tar.bz2
e15f631
a842754
### Patches ###
a7a8a82
3b4059f
Patch10: evolution-1.4.4-ldap-x86_64-hack.patch
8880439
1b8ed2f
# Remove gnome-common macros from configure.in.
1b8ed2f
# We do not ship gnome-common (or at least we're not supposed to).
3b4059f
Patch11: evolution-data-server-1.8.0-no-gnome-common.patch
f7c194f
3ea179c
# RH bug #202309
3b4059f
Patch12: evolution-data-server-1.7.91-maybe-fix-crash.patch
810bffe
66f6269
# RH bug #215702 / GNOME bug #487988
66f6269
Patch14: evolution-data-server-1.8.0-fix-ldap-query.patch
66f6269
8edc3ab
# GNOME bug #363695
66f6269
Patch15: evolution-data-server-1.9.1-kill-ememory.patch
4e1eecb
ab62852
# GNOME bug #376991
632ead3
# XXX Disabled due to outstanding issues.
632ead3
#Patch16: evolution-data-server-1.9.92-e-passwords.patch
ab62852
08ab64d
# GNOME bug #373146
66f6269
Patch18: evolution-data-server-1.10.1-camel-folder-summary-crash.patch
08ab64d
1c8c13a
# RH bug #243296
66f6269
Patch19: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
f021fb5
5ea85e3
# RH bug #384741 / GNOME bug #474000
5ea85e3
Patch20: evolution-data-server-2.21.2-base64.patch
5ea85e3
a842754
### Build Dependencies ###
a842754
a842754
BuildRequires: GConf2-devel
a842754
BuildRequires: ORBit2-devel >= %{orbit2_version}
5751604
BuildRequires: bison
a842754
BuildRequires: db4-devel
7077816
BuildRequires: flex
5751604
BuildRequires: gettext
5751604
BuildRequires: glib2-devel
5751604
BuildRequires: gnome-vfs2-devel
a842754
BuildRequires: gnutls-devel
974bb03
BuildRequires: gtk-doc
17f0f80
BuildRequires: intltool >= %{intltool_version}
e15f631
BuildRequires: libbonobo-devel >= %{libbonobo_version}
a842754
BuildRequires: libglade2-devel
5751604
BuildRequires: libgnome-devel
e15f631
BuildRequires: libgnomeui-devel
a842754
BuildRequires: libsoup-devel >= %{soup_version}
a842754
BuildRequires: libtool
a842754
df41aad
%if %{use_nss}
26602df
BuildRequires: nspr-devel
df41aad
BuildRequires: nss-devel
e15f631
%else
e15f631
BuildRequires: openssl-devel
e15f631
%endif
ef8e424
e15f631
%if %{ldap_support}
1fa72db
%if %{static_ldap}
1fa72db
BuildRequires: openldap-evolution-devel
ad4b9f8
BuildRequires: openssl-devel
1fa72db
%else
e15f631
BuildRequires: openldap-devel >= 2.0.11 
e15f631
%endif
1fa72db
%endif
e15f631
e15f631
%if %{krb5_support} 
e15f631
BuildRequires: krb5-devel 
e15f631
# tweak for krb5 1.2 vs 1.3
e15f631
%define krb5dir /usr/kerberos
e15f631
#define krb5dir `pwd`/krb5-fakeprefix
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
cvsdist 6484738
Requires: %{name} = %{version}-%{release}
974bb03
Requires: %{name}-doc = %{version}-%{release}
cvsdist 6484738
Requires: libbonobo-devel
cvsdist 6484738
Requires: libgnome-devel
55340c8
Requires: libsoup-devel
cvsdist b2a5721
cvsdist b2a5721
%description devel
974bb03
Development files needed for building things which link against %{name}.
974bb03
974bb03
%package doc
974bb03
Summary: Documentation files for %{name}
974bb03
Group: Development/Libraries
974bb03
974bb03
%description doc
974bb03
This package contains developer documentation for %{name}.
cvsdist b2a5721
cvsdist b2a5721
%prep
cvsdist b2a5721
%setup -q
3a34d1d
3b4059f
%patch10 -p1 -b .ldaphack
3b4059f
%patch11 -p1 -b .no-gnome-common
3b4059f
%patch12 -p1 -b .maybe-fix-crash
66f6269
%patch14 -p1 -b .fix-ldap-query
0582232
#%patch15 -p1 -b .kill-ememory
0582232
##%patch16 -p1 -b .e-passwords
0582232
#%patch18 -p1 -b .camel-folder-summary-crash
0582232
#%patch19 -p1 -b .fix-64bit-acinclude
0582232
#%patch20 -p1 -b .base64
e15f631
e15f631
mkdir -p krb5-fakeprefix/include
e15f631
mkdir -p krb5-fakeprefix/lib
e15f631
mkdir -p krb5-fakeprefix/%{_lib}
3d417fe
cvsdist b2a5721
%build
e15f631
%if %{ldap_support}
1fa72db
1fa72db
%if %{static_ldap}
1fa72db
%define ldap_flags --with-openldap=%{_libdir}/evolution-openldap --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
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}
e15f631
%define krb5_flags --with-krb5=%{krb5dir}
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
df41aad
%if %{use_nss}
b6a8002
%define ssl_flags --enable-nss=yes --enable-smime=yes
e15f631
%else
e15f631
%define ssl_flags --enable-openssl=yes
e15f631
%endif
e15f631
df41aad
%if %{use_nss}
df41aad
if ! pkg-config --exists nss; then 
df41aad
  echo "Unable to find suitable version of nss to use!"
e15f631
  exit 1
e15f631
fi
e15f631
%endif
e15f631
84c245e
%if %{use_gnome_keyring}
84c245e
%define keyring_flags --enable-gnome-keyring
84c245e
%else
84c245e
%define keyring flags --disable-gnome-keyring
84c245e
%endif
84c245e
8880439
%if %{support_imap4_provider}
8880439
%define imap4_flags --enable-imap4=yes
8880439
%else
8880439
%define imap4_flags --enable-imap4=no
8880439
%endif
8880439
d228733
export CPPFLAGS="-I%{_includedir}/et"
d228733
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et"
df41aad
%if ! %{use_nss}
e15f631
if pkg-config openssl ; then
e15f631
	CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
e15f631
	LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
e15f631
fi
e15f631
%endif
e15f631
9e47f30
# Add stricter build settings here as the source code gets cleaned up.
9e47f30
# We want to make sure things like compiler warnings and avoiding deprecated
9e47f30
# functions in the GNOME/GTK+ libraries stay fixed.
9e47f30
#
9e47f30
# Please file a bug report at bugzilla.gnome.org if these settings break
9e47f30
# compilation, and encourage the upstream developers to use them.
9e47f30
9e47f30
%if %{strict_build_settings}
9e47f30
CFLAGS="$CFLAGS \
9e47f30
	-DG_DISABLE_DEPRECATED=1 \
3c1efd7
        -DPANGO_DISABLE_DEPRECATED=1 \
9e47f30
	-DGDK_PIXBUF_DISABLE_DEPRECATED=1 \
9e47f30
	-DGDK_DISABLE_DEPRECATED=1 \
d228733
	-Wdeclaration-after-statement \
9e47f30
	-Werror-implicit-function-declaration"
9e47f30
%endif
9e47f30
b43d95b
# Regenerate configure to pick up configure.in and acinclude.m4 changes.
1c8c13a
aclocal
1c8c13a
autoheader
1c8c13a
automake
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 \
a99775f
	--with-libdb=/usr \
d228733
	--enable-file-locking=fcntl \
d228733
	--enable-dot-locking=no \
974bb03
	--enable-gtk-doc \
84c245e
	%ldap_flags %krb5_flags %nntp_flags %ssl_flags %imap4_flags \
84c245e
	%keyring_flags
cvsdist b2a5721
export tagname=CC
9e47f30
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
bd9251e
rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server-%{eds_api_version}/camel-providers/*.a
bd9251e
rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server-%{eds_api_version}/extensions/*.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
cvsdist b2a5721
%postun -p /sbin/ldconfig
cvsdist b2a5721
22d025c
%files -f %{name}-%{eds_base_version}.lang
cvsdist b2a5721
%defattr(-,root,root,-)
cvsdist b2a5721
%doc README COPYING ChangeLog NEWS AUTHORS
d3e4b83
%{_libdir}/bonobo/servers/GNOME_Evolution_DataServer_%{eds_api_version}.server
d3e4b83
%{_libdir}/libcamel-%{eds_api_version}.so.*
d3e4b83
%{_libdir}/libcamel-provider-%{eds_api_version}.so.*
d3e4b83
%{_libdir}/libebook-%{eds_api_version}.so.*
d3e4b83
%{_libdir}/libecal-%{eds_api_version}.so.*
d3e4b83
%{_libdir}/libedata-book-%{eds_api_version}.so.*
d3e4b83
%{_libdir}/libedata-cal-%{eds_api_version}.so.*
d3e4b83
%{_libdir}/libedataserver-%{eds_api_version}.so.*
d3e4b83
%{_libdir}/libedataserverui-%{eds_api_version}.so.*
d3e4b83
%{_libdir}/libegroupwise-%{eds_api_version}.so.*
d3e4b83
%{_libdir}/libexchange-storage-%{eds_api_version}.so.*
a188ce3
%{_libdir}/libgdata-%{eds_api_version}.so.*
a188ce3
%{_libdir}/libgdata-google-%{eds_api_version}.so.*
d3e4b83
22d025c
%{_libexecdir}/evolution-data-server-%{eds_base_version}
22d025c
%{_libexecdir}/camel-index-control-%{eds_api_version}
22d025c
%{_libexecdir}/camel-lock-helper-%{eds_api_version}
22d025c
%{_datadir}/evolution-data-server-%{eds_base_version}
22d025c
%{_datadir}/idl/evolution-data-server-%{eds_api_version}
c7f3d89
%{_datadir}/pixmaps/evolution-data-server
bd9251e
%dir %{_libdir}/evolution-data-server-%{eds_api_version}
8880439
%dir %{camel_provider_dir}
8880439
%dir %{eds_extensions_dir}
8880439
8880439
# Camel providers:
8880439
%{camel_provider_dir}/libcamelgroupwise.so
8880439
%{camel_provider_dir}/libcamelgroupwise.urls
8880439
8880439
%{camel_provider_dir}/libcamelhula.so
8880439
%{camel_provider_dir}/libcamelhula.urls
8880439
8880439
%{camel_provider_dir}/libcamelimap.so
8880439
%{camel_provider_dir}/libcamelimap.urls
8880439
8880439
%if %{support_imap4_provider}
8880439
%{camel_provider_dir}/libcamelimap4.so
8880439
%{camel_provider_dir}/libcamelimap4.urls
8880439
%endif
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:
8880439
%{eds_extensions_dir}/libebookbackendfile.so
8880439
%{eds_extensions_dir}/libebookbackendgroupwise.so
8880439
%{eds_extensions_dir}/libebookbackendldap.so
8880439
%{eds_extensions_dir}/libebookbackendvcf.so
a188ce3
%{eds_extensions_dir}/libecalbackendcaldav.so
8880439
%{eds_extensions_dir}/libecalbackendcontacts.so
8880439
%{eds_extensions_dir}/libecalbackendfile.so
a188ce3
%{eds_extensions_dir}/libecalbackendgoogle.so
8880439
%{eds_extensions_dir}/libecalbackendgroupwise.so
8880439
%{eds_extensions_dir}/libecalbackendhttp.so
8880439
%{eds_extensions_dir}/libecalbackendweather.so
cvsdist b2a5721
cvsdist b2a5721
%files devel
cvsdist b2a5721
%defattr(-,root,root,-)
22d025c
%{_includedir}/evolution-data-server-%{eds_base_version}
d3e4b83
%{_libdir}/libcamel-%{eds_api_version}.so
d3e4b83
%{_libdir}/libcamel-provider-%{eds_api_version}.so
d3e4b83
%{_libdir}/libebook-%{eds_api_version}.so
d3e4b83
%{_libdir}/libecal-%{eds_api_version}.so
d3e4b83
%{_libdir}/libedata-book-%{eds_api_version}.so
d3e4b83
%{_libdir}/libedata-cal-%{eds_api_version}.so
d3e4b83
%{_libdir}/libedataserver-%{eds_api_version}.so
d3e4b83
%{_libdir}/libedataserverui-%{eds_api_version}.so
d3e4b83
%{_libdir}/libegroupwise-%{eds_api_version}.so
d3e4b83
%{_libdir}/libexchange-storage-%{eds_api_version}.so
a188ce3
%{_libdir}/libgdata-%{eds_api_version}.so
a188ce3
%{_libdir}/libgdata-google-%{eds_api_version}.so
d3e4b83
%{_libdir}/pkgconfig/camel-%{eds_api_version}.pc
d3e4b83
%{_libdir}/pkgconfig/camel-provider-%{eds_api_version}.pc
d3e4b83
%{_libdir}/pkgconfig/evolution-data-server-%{eds_api_version}.pc
d3e4b83
%{_libdir}/pkgconfig/libebook-%{eds_api_version}.pc
d3e4b83
%{_libdir}/pkgconfig/libecal-%{eds_api_version}.pc
d3e4b83
%{_libdir}/pkgconfig/libedata-book-%{eds_api_version}.pc
d3e4b83
%{_libdir}/pkgconfig/libedata-cal-%{eds_api_version}.pc
d3e4b83
%{_libdir}/pkgconfig/libedataserver-%{eds_api_version}.pc
d3e4b83
%{_libdir}/pkgconfig/libedataserverui-%{eds_api_version}.pc
d3e4b83
%{_libdir}/pkgconfig/libegroupwise-%{eds_api_version}.pc
d3e4b83
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
a188ce3
%{_libdir}/pkgconfig/libgdata-%{eds_api_version}.pc
a188ce3
%{_libdir}/pkgconfig/libgdata-google-%{eds_api_version}.pc
cvsdist b2a5721
974bb03
%files doc
974bb03
%defattr(-,root,root,-)
974bb03
%{_datadir}/gtk-doc/html/camel
974bb03
%{_datadir}/gtk-doc/html/libebook
974bb03
%{_datadir}/gtk-doc/html/libecal
974bb03
%{_datadir}/gtk-doc/html/libedata-book
974bb03
%{_datadir}/gtk-doc/html/libedata-cal
974bb03
%{_datadir}/gtk-doc/html/libedataserver
974bb03
%{_datadir}/gtk-doc/html/libedataserverui
974bb03
cvsdist b2a5721
%changelog
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
55340c8
* Mon 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
f804857
* Sun 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
a842754
* Tue 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
67223a8
* Wed 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.