dmalcolm df41aa
%define use_nss 1
dmalcolm e15f63
%define ldap_support 1
dmalcolm fe72ed
%define static_ldap 0
dmalcolm e15f63
%define krb5_support 1
dmalcolm e15f63
%define nntp_support 1
dmalcolm e15f63
dmalcolm b6a800
%define soup_version 2.2.3
cvsdist 434808
%define orbit2_version 2.9.8
dmalcolm e15f63
%define libbonobo_version 2.4.2
dmalcolm e15f63
Matthew Barnes a7a8a8
%define eds_base_version 1.8
dmalcolm 22d025
%define eds_api_version 1.2
cvsdist 58ae61
dmalcolm 1ee777
%define use_gtk_doc 0
dmalcolm 88f483
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
cvsdist b2a572
Summary: Backend data server for evolution
cvsdist b2a572
Name: evolution-data-server
Matthew Barnes 90a8e2
Version: 1.7.2
Matthew Barnes 575160
Release: 2
dmalcolm bd9251
License: LGPL
cvsdist b2a572
Group: System Environment/Libraries
Matthew Barnes 90a8e2
Source: %{name}-%{version}.tar.bz2
dmalcolm 3be68b
#Patch1: evolution-data-server-1.0.2-fix-64-bit-build.patch
dmalcolm 15c398
#Patch2: fix_contact_leaks.patch
dmalcolm 15c398
Patch3: evolution-data-server-1.0.2-workaround-cal-backend-leak.patch
dmalcolm e15f63
#Patch4: evolution-data-server-1.0.2-fix-calendar-factory-GType.patch
Matthew Barnes a7a8a8
#Patch5: evolution-data-server-1.3.5-nspr_fix.patch
dmalcolm 020533
dmalcolm 3be68b
# Patch for part of bug #141283 not in upstream tarball (in Ximian bugzilla as 70267)
dmalcolm e15f63
#Patch6: evolution-data-server-1.0.2-calendar-optimisation-XB70267.patch
dmalcolm e15f63
dmalcolm e15f63
Patch98: evolution-1.4.4-ldap-x86_64-hack.patch
dmalcolm 7e93af
Patch101: evolution-data-server-1.2.2-fix_open_calendar_declaration.patch
dmalcolm 64cadf
Patch102: evolution-data-server-1.3.8-fix-implicit-function-declarations
Matthew Barnes a7a8a8
Matthew Barnes a7a8a8
# Fixed upstream (Bug #336035)
Matthew Barnes a7a8a8
#Patch103: evolution-data-server-1.2.0-validatehelo.patch
dmalcolm 3d417f
dmalcolm 67223a
# Leak fixes by Mark G. Adams
dmalcolm 67223a
Patch200: gb-309079-attach-48376.patch
dmalcolm 67223a
Patch201: gb-309079-attach-48377.patch
dmalcolm 67223a
dmalcolm 888043
Patch300: evolution-data-server-1.5.4-make_imap4_optional.patch
dmalcolm 888043
cvsdist b2a572
BuildRoot: %{_tmppath}/%{name}-root
cvsdist 58ae61
Requires: libsoup >= %{soup_version}
cvsdist 434808
Requires: ORBit2 >= %{orbit2_version}
dmalcolm e15f63
Requires: libbonobo >= %{libbonobo_version}
dmalcolm e15f63
Requires: libgnomeui
dmalcolm e15f63
Requires: gnome-vfs2
dmalcolm e15f63
Requires: GConf2
dmalcolm e15f63
Requires: libglade2
Matthew Barnes 575160
BuildRequires: bison
Matthew Barnes 575160
BuildRequires: gettext
cvsdist a8db9b
BuildRequires: intltool
Matthew Barnes 575160
BuildRequires: libtool
Matthew Barnes 575160
BuildRequires: glib2-devel
Matthew Barnes 575160
BuildRequires: gnome-vfs2-devel
Matthew Barnes 575160
BuildRequires: GConf2-devel
cvsdist a8db9b
BuildRequires: libsoup-devel >= %{soup_version}
cvsdist a8db9b
BuildRequires: ORBit2-devel >= %{orbit2_version}
dmalcolm e15f63
BuildRequires: libbonobo-devel >= %{libbonobo_version}
Matthew Barnes 575160
BuildRequires: libgnome-devel
dmalcolm e15f63
BuildRequires: libgnomeui-devel
dmalcolm e15f63
BuildRequires: libglade2-devel
Matthew Barnes 575160
BuildRequires: gnutls-devel
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
dmalcolm 88f483
%if %{use_gtk_doc}
dmalcolm 88f483
BuildRequires: gtk-doc
dmalcolm 88f483
%endif
dmalcolm 88f483
dmalcolm e15f63
%if %{ldap_support}
dmalcolm 1fa72d
%if %{static_ldap}
dmalcolm 1fa72d
BuildRequires: openldap-evolution-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
cvsdist 4aecd2
The evolution-data-server package provides a unified backend for programs that work with contacts, tasks, and calendar information.
cvsdist 4aecd2
cvsdist 4aecd2
It was originally developed for Evolution (hence the name), but is now used by other packages.
cvsdist b2a572
cvsdist b2a572
%package devel
cvsdist b2a572
Summary: Development files for building against evolution-data-server
cvsdist b2a572
Group: Development/Libraries
cvsdist 648473
Requires: %{name} = %{version}-%{release}
cvsdist 648473
Requires: libbonobo-devel
cvsdist 648473
Requires: libgnome-devel
cvsdist b2a572
cvsdist b2a572
%description devel
cvsdist b2a572
Development files needed for building things which link against 
cvsdist b2a572
evolution-data-server.
cvsdist b2a572
cvsdist b2a572
%prep
cvsdist b2a572
%setup -q
dmalcolm 3be68b
#%patch1 -p1 -b .fix-64-bit-build
dmalcolm 15c398
#%patch2 -p1 -b .fix_contact_leaks
dmalcolm 15c398
%patch3 -p1 -b .workaround-cal-backend-leak
dmalcolm e15f63
#%patch4 -p1 -b .fix-calendar-factory-GType
Matthew Barnes a7a8a8
#%patch5 -p1 -b .fix_nspr
dmalcolm 3d417f
dmalcolm e15f63
#%patch6 -p0 -b .calendar-optimisation-XB70267
dmalcolm e15f63
dmalcolm e15f63
%patch98 -p1 -b .ldaphack
dmalcolm 7e93af
%patch101 -p1 -b .fix_open_calendar_declaration
dmalcolm 64cadf
%patch102 -p1 -b .fix-implicit-function-declarations
Matthew Barnes a7a8a8
#%patch103 -p1 -b .validatehelo
dmalcolm 67223a
%patch200 -p0 -b .fix-uid-leak
dmalcolm 67223a
%patch201 -p0 -b .fix-comp-ref-leak
dmalcolm 91736c
%patch300 -p1 -b .make_imap4_optional
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
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
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
dmalcolm e15f63
CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
dmalcolm d85c42
CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et"; export CFLAGS
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
dmalcolm 88f483
%if %{use_gtk_doc}
dmalcolm 97bf4c
%define gtkdoc_flags --enable-gtk-doc
dmalcolm 88f483
%else
dmalcolm 88f483
%define gtkdoc_flags --enable-gtk-doc=no
dmalcolm 97bf4c
%endif
dmalcolm 97bf4c
dmalcolm 888043
# Rerun automake since we patched some Makefile.am files:
dmalcolm 888043
aclocal
dmalcolm 888043
autoheader
dmalcolm 888043
automake
dmalcolm 888043
libtoolize
dmalcolm 888043
intltoolize --force
dmalcolm 888043
dmalcolm 26602d
# Rerun autoconf since we patched configure.in:
dmalcolm 26602d
autoconf
dmalcolm 26602d
dmalcolm e15f63
%configure \
dmalcolm 97bf4c
  %gtkdoc_flags \
dmalcolm e15f63
  --enable-file-locking=fcntl --enable-dot-locking=no \
dmalcolm 888043
  %ldap_flags %krb5_flags %nntp_flags %ssl_flags %imap4_flags
cvsdist b2a572
export tagname=CC
dmalcolm d3e4b8
make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
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
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.*
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.*
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}
dmalcolm 22d025
%{_datadir}/pixmaps/evolution-data-server-%{eds_base_version}
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}/libcamelhula.so
dmalcolm 888043
%{camel_provider_dir}/libcamelhula.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
dmalcolm 888043
%{eds_extensions_dir}/libebookbackendgroupwise.so
dmalcolm 888043
%{eds_extensions_dir}/libebookbackendldap.so
dmalcolm 888043
%{eds_extensions_dir}/libebookbackendvcf.so
dmalcolm 888043
%{eds_extensions_dir}/libecalbackendcontacts.so
dmalcolm 888043
%{eds_extensions_dir}/libecalbackendfile.so
dmalcolm 888043
%{eds_extensions_dir}/libecalbackendgroupwise.so
dmalcolm 888043
%{eds_extensions_dir}/libecalbackendhttp.so
dmalcolm 888043
%{eds_extensions_dir}/libecalbackendweather.so
dmalcolm c72de1
%{eds_extensions_dir}/libecalbackendcaldav.so
cvsdist b2a572
cvsdist b2a572
%files devel
cvsdist b2a572
%defattr(-,root,root,-)
dmalcolm 22d025
%{_includedir}/evolution-data-server-%{eds_base_version}
cvsdist b2a572
%{_datadir}/gtk-doc/html/*
dmalcolm d3e4b8
%{_libdir}/libcamel-%{eds_api_version}.so
dmalcolm d3e4b8
%{_libdir}/libcamel-provider-%{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
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
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
cvsdist b2a572
cvsdist b2a572
cvsdist b2a572
%changelog
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.