2005-01-27 00:28:15 +00:00
|
|
|
%define ldap_support 1
|
2013-04-29 11:02:50 +00:00
|
|
|
%define static_ldap 0
|
2005-01-27 00:28:15 +00:00
|
|
|
%define krb5_support 1
|
|
|
|
%define nntp_support 1
|
2010-05-25 10:56:10 +00:00
|
|
|
%define largefile_support 1
|
2005-01-27 00:28:15 +00:00
|
|
|
|
2013-11-18 07:26:59 +00:00
|
|
|
# Coverity scan can override this to 0, to skip checking in gtk-doc generated code
|
|
|
|
%{!?with_docs: %define with_docs 1}
|
|
|
|
|
2013-10-22 14:38:40 +00:00
|
|
|
%define glib2_version 2.36.0
|
2011-10-24 06:57:15 +00:00
|
|
|
%define gtk3_version 3.2.0
|
2012-06-25 14:08:01 +00:00
|
|
|
%define gcr_version 3.4
|
2007-12-17 18:58:53 +00:00
|
|
|
%define gtk_doc_version 1.9
|
2013-04-29 09:14:12 +00:00
|
|
|
%define goa_version 3.8
|
2007-02-26 19:09:37 +00:00
|
|
|
%define intltool_version 0.35.5
|
2012-10-22 07:51:24 +00:00
|
|
|
%define libsecret_version 0.5
|
2011-10-24 06:57:15 +00:00
|
|
|
%define libgdata_version 0.10.0
|
2012-07-16 07:44:13 +00:00
|
|
|
%define libgweather_version 3.5.0
|
2011-01-31 13:48:55 +00:00
|
|
|
%define libical_version 0.46
|
2013-02-04 07:21:07 +00:00
|
|
|
%define libsoup_version 2.40.3
|
2008-08-04 17:38:04 +00:00
|
|
|
%define sqlite_version 3.5
|
2013-08-12 05:14:29 +00:00
|
|
|
%define nss_version 3.14
|
2005-01-27 00:28:15 +00:00
|
|
|
|
2013-10-22 14:38:40 +00:00
|
|
|
%define eds_base_version 3.12
|
2004-09-09 04:36:03 +00:00
|
|
|
|
2011-01-10 10:30:00 +00:00
|
|
|
%define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
|
|
|
|
%define ebook_backends_dir %{_libdir}/evolution-data-server/addressbook-backends
|
|
|
|
%define ecal_backends_dir %{_libdir}/evolution-data-server/calendar-backends
|
2012-06-25 13:18:44 +00:00
|
|
|
%define modules_dir %{_libdir}/evolution-data-server/registry-modules
|
2006-01-09 21:56:12 +00:00
|
|
|
|
2006-07-19 17:25:58 +00:00
|
|
|
### Abstract ###
|
|
|
|
|
2004-09-09 04:35:38 +00:00
|
|
|
Name: evolution-data-server
|
2013-11-18 07:26:59 +00:00
|
|
|
Version: 3.11.2
|
2013-08-19 06:17:14 +00:00
|
|
|
Release: 1%{?dist}
|
2004-09-09 04:35:38 +00:00
|
|
|
Group: System Environment/Libraries
|
2006-07-19 17:25:58 +00:00
|
|
|
Summary: Backend data server for Evolution
|
2009-02-06 05:56:39 +00:00
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://projects.gnome.org/evolution/
|
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
2013-09-23 09:12:07 +00:00
|
|
|
Source: http://download.gnome.org/sources/%{name}/3.10/%{name}-%{version}.tar.xz
|
2005-01-27 00:28:15 +00:00
|
|
|
|
2008-11-27 20:18:39 +00:00
|
|
|
Provides: evolution-webcal = %{version}
|
|
|
|
Obsoletes: evolution-webcal < 2.24.0
|
|
|
|
|
2006-07-19 17:25:58 +00:00
|
|
|
### Patches ###
|
2006-05-11 20:14:45 +00:00
|
|
|
|
2007-07-17 15:21:30 +00:00
|
|
|
# RH bug #243296
|
2011-10-24 07:40:26 +00:00
|
|
|
Patch01: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
|
2007-08-15 17:10:06 +00:00
|
|
|
|
2013-07-21 14:29:31 +00:00
|
|
|
### Dependencies ###
|
|
|
|
|
|
|
|
Requires: dconf
|
|
|
|
|
2006-07-19 17:25:58 +00:00
|
|
|
### Build Dependencies ###
|
|
|
|
|
2012-07-16 08:59:02 +00:00
|
|
|
BuildRequires: libdb-devel
|
2012-06-25 14:08:01 +00:00
|
|
|
BuildRequires: gcr-devel >= %{gcr_version}
|
2006-05-28 04:28:00 +00:00
|
|
|
BuildRequires: gettext
|
2008-03-10 17:14:08 +00:00
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
2009-02-06 05:56:39 +00:00
|
|
|
BuildRequires: gnome-common
|
2013-04-29 09:14:12 +00:00
|
|
|
BuildRequires: gnome-online-accounts-devel >= %{goa_version}
|
2006-07-19 17:25:58 +00:00
|
|
|
BuildRequires: gnutls-devel
|
2010-05-03 16:59:25 +00:00
|
|
|
BuildRequires: gperf
|
2007-12-17 18:58:53 +00:00
|
|
|
BuildRequires: gtk-doc >= %{gtk_doc_version}
|
2011-01-31 13:56:04 +00:00
|
|
|
BuildRequires: gtk3-devel >= %{gtk3_version}
|
2007-02-26 19:09:37 +00:00
|
|
|
BuildRequires: intltool >= %{intltool_version}
|
2010-05-03 16:59:25 +00:00
|
|
|
BuildRequires: libgdata-devel >= %{libgdata_version}
|
2008-12-15 15:38:05 +00:00
|
|
|
BuildRequires: libgweather-devel >= %{libgweather_version}
|
2009-02-02 18:26:42 +00:00
|
|
|
BuildRequires: libical-devel >= %{libical_version}
|
2012-10-22 07:51:24 +00:00
|
|
|
BuildRequires: libsecret-devel >= %{libsecret_version}
|
|
|
|
BuildRequires: libsoup-devel >= %{libsoup_version}
|
2006-07-19 17:25:58 +00:00
|
|
|
BuildRequires: libtool
|
2005-07-25 23:03:25 +00:00
|
|
|
BuildRequires: nspr-devel
|
2013-08-12 05:14:29 +00:00
|
|
|
BuildRequires: nss-devel >= %{nss_version}
|
2009-10-27 16:02:52 +00:00
|
|
|
BuildRequires: sqlite-devel >= %{sqlite_version}
|
2011-09-05 06:38:30 +00:00
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: vala-tools
|
2006-08-03 18:07:31 +00:00
|
|
|
|
2005-01-27 00:28:15 +00:00
|
|
|
%if %{ldap_support}
|
2005-08-26 04:07:43 +00:00
|
|
|
%if %{static_ldap}
|
2013-04-29 09:51:19 +00:00
|
|
|
BuildRequires: openldap-devel%{?_isa}
|
2007-03-27 18:30:19 +00:00
|
|
|
BuildRequires: openssl-devel
|
2005-08-26 04:07:43 +00:00
|
|
|
%else
|
2005-01-27 00:28:15 +00:00
|
|
|
BuildRequires: openldap-devel >= 2.0.11
|
|
|
|
%endif
|
2005-08-26 04:07:43 +00:00
|
|
|
%endif
|
2005-01-27 00:28:15 +00:00
|
|
|
|
|
|
|
%if %{krb5_support}
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
# tweak for krb5 1.2 vs 1.3
|
|
|
|
%define krb5dir /usr/kerberos
|
|
|
|
#define krb5dir `pwd`/krb5-fakeprefix
|
|
|
|
%endif
|
2004-09-09 04:35:38 +00:00
|
|
|
|
|
|
|
%description
|
2007-10-26 20:26:33 +00:00
|
|
|
The %{name} package provides a unified backend for programs that work
|
|
|
|
with contacts, tasks, and calendar information.
|
2004-09-09 04:37:59 +00:00
|
|
|
|
2006-07-19 17:25:58 +00:00
|
|
|
It was originally developed for Evolution (hence the name), but is now used
|
|
|
|
by other packages.
|
2004-09-09 04:35:38 +00:00
|
|
|
|
|
|
|
%package devel
|
2007-10-26 20:26:33 +00:00
|
|
|
Summary: Development files for building against %{name}
|
2004-09-09 04:35:38 +00:00
|
|
|
Group: Development/Libraries
|
2004-09-09 04:38:08 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2011-07-04 21:30:49 +00:00
|
|
|
Requires: gnome-online-accounts-devel
|
2010-05-04 09:18:44 +00:00
|
|
|
Requires: libgdata-devel
|
2008-12-15 15:38:05 +00:00
|
|
|
Requires: libgweather-devel
|
2009-02-03 00:53:41 +00:00
|
|
|
Requires: libical-devel
|
2012-10-22 07:51:24 +00:00
|
|
|
Requires: libsecret-devel
|
2007-01-09 19:11:52 +00:00
|
|
|
Requires: libsoup-devel
|
2008-08-04 21:30:04 +00:00
|
|
|
Requires: sqlite-devel
|
2004-09-09 04:35:38 +00:00
|
|
|
|
|
|
|
%description devel
|
2007-10-26 20:26:33 +00:00
|
|
|
Development files needed for building things which link against %{name}.
|
|
|
|
|
2013-11-18 07:26:59 +00:00
|
|
|
%if %{with_docs}
|
|
|
|
|
2007-10-26 20:26:33 +00:00
|
|
|
%package doc
|
|
|
|
Summary: Documentation files for %{name}
|
|
|
|
Group: Development/Libraries
|
2009-02-25 03:00:21 +00:00
|
|
|
BuildArch: noarch
|
2007-10-26 20:26:33 +00:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
This package contains developer documentation for %{name}.
|
2004-09-09 04:35:38 +00:00
|
|
|
|
2013-11-18 07:26:59 +00:00
|
|
|
# %{with_docs}
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 04:35:38 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2006-09-20 19:22:51 +00:00
|
|
|
|
2011-10-24 07:40:26 +00:00
|
|
|
%patch01 -p1 -b .fix-64bit-acinclude
|
2005-01-27 00:28:15 +00:00
|
|
|
|
|
|
|
mkdir -p krb5-fakeprefix/include
|
|
|
|
mkdir -p krb5-fakeprefix/lib
|
|
|
|
mkdir -p krb5-fakeprefix/%{_lib}
|
2004-12-08 00:27:01 +00:00
|
|
|
|
2004-09-09 04:35:38 +00:00
|
|
|
%build
|
2005-01-27 00:28:15 +00:00
|
|
|
%if %{ldap_support}
|
2005-08-26 04:07:43 +00:00
|
|
|
|
|
|
|
%if %{static_ldap}
|
2013-04-29 10:22:41 +00:00
|
|
|
%define ldap_flags --with-openldap=yes --with-static-ldap
|
2007-03-27 18:18:03 +00:00
|
|
|
# Set LIBS so that configure will be able to link with static LDAP libraries,
|
2007-03-27 18:30:19 +00:00
|
|
|
# which depend on Cyrus SASL and OpenSSL. XXX Is the "else" clause necessary?
|
2007-03-27 18:18:03 +00:00
|
|
|
if pkg-config openssl ; then
|
|
|
|
export LIBS="-lsasl2 `pkg-config --libs openssl`"
|
|
|
|
else
|
|
|
|
export LIBS="-lsasl2 -lssl -lcrypto"
|
|
|
|
fi
|
2010-07-15 08:00:52 +00:00
|
|
|
# newer versions of openldap are built with Mozilla NSS crypto, so also need
|
|
|
|
# those libs to link with the static ldap libs
|
|
|
|
if pkg-config nss ; then
|
|
|
|
export LIBS="$LIBS `pkg-config --libs nss`"
|
|
|
|
else
|
|
|
|
export LIBS="$LIBS -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4"
|
|
|
|
fi
|
2005-08-26 04:07:43 +00:00
|
|
|
%else
|
2005-01-27 00:28:15 +00:00
|
|
|
%define ldap_flags --with-openldap=yes
|
2005-08-26 04:07:43 +00:00
|
|
|
%endif
|
|
|
|
|
2005-01-27 00:28:15 +00:00
|
|
|
%else
|
|
|
|
%define ldap_flags --without-openldap
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{krb5_support}
|
|
|
|
%define krb5_flags --with-krb5=%{krb5dir}
|
|
|
|
%else
|
|
|
|
%define krb5_flags --without-krb5
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{nntp_support}
|
|
|
|
%define nntp_flags --enable-nntp=yes
|
|
|
|
%else
|
|
|
|
%define nntp_flags --enable-nntp=no
|
|
|
|
%endif
|
|
|
|
|
2010-05-25 10:56:10 +00:00
|
|
|
%if %{largefile_support}
|
|
|
|
%define largefile_flags --enable-largefile
|
|
|
|
%else
|
|
|
|
%define largefile_flags --disable-largefile
|
|
|
|
%endif
|
|
|
|
|
2013-01-08 17:44:07 +00:00
|
|
|
%define ssl_flags --enable-smime=yes
|
2005-01-27 00:28:15 +00:00
|
|
|
|
2013-11-18 07:26:59 +00:00
|
|
|
%if %{with_docs}
|
|
|
|
%define gtkdoc_flags --enable-gtk-doc
|
|
|
|
%else
|
|
|
|
%define gtkdoc_flags --disable-gtk-doc
|
|
|
|
%endif
|
|
|
|
|
2005-12-19 22:50:23 +00:00
|
|
|
if ! pkg-config --exists nss; then
|
|
|
|
echo "Unable to find suitable version of nss to use!"
|
2005-01-27 00:28:15 +00:00
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
|
2007-03-27 18:18:03 +00:00
|
|
|
export CPPFLAGS="-I%{_includedir}/et"
|
2013-11-18 07:26:59 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-deprecated-declarations"
|
2005-01-27 00:28:15 +00:00
|
|
|
|
2011-02-11 05:31:16 +00:00
|
|
|
# Regenerate configure to pick up configure.in and acinclude.m4 changes..
|
2009-08-24 13:19:58 +00:00
|
|
|
aclocal -I m4
|
2007-07-17 15:21:30 +00:00
|
|
|
autoheader
|
2013-01-14 12:02:34 +00:00
|
|
|
automake --add-missing
|
2007-07-17 15:21:30 +00:00
|
|
|
libtoolize
|
|
|
|
intltoolize --force
|
|
|
|
autoconf
|
|
|
|
|
2006-07-19 17:25:58 +00:00
|
|
|
# See Ross Burton's blog entry for why we want --with-libdb.
|
|
|
|
# http://www.burtonini.com/blog//computers/eds-libdb-2006-07-18-10-40
|
|
|
|
|
2005-01-27 00:28:15 +00:00
|
|
|
%configure \
|
2011-09-19 12:54:09 +00:00
|
|
|
--disable-maintainer-mode \
|
2013-02-04 07:21:07 +00:00
|
|
|
--disable-uoa \
|
2007-08-15 18:38:30 +00:00
|
|
|
--with-libdb=/usr \
|
2007-03-27 18:18:03 +00:00
|
|
|
--enable-file-locking=fcntl \
|
|
|
|
--enable-dot-locking=no \
|
2011-09-05 06:38:30 +00:00
|
|
|
--enable-introspection=yes \
|
|
|
|
--enable-vala-bindings \
|
2010-05-03 16:59:25 +00:00
|
|
|
%ldap_flags %krb5_flags %nntp_flags %ssl_flags \
|
2013-11-18 07:26:59 +00:00
|
|
|
%largefile_flags %gtkdoc_flags
|
2004-09-09 04:35:38 +00:00
|
|
|
export tagname=CC
|
2011-07-04 21:30:49 +00:00
|
|
|
|
|
|
|
# Do not build in parallel. The libedata-book and libedata-cal directories
|
|
|
|
# each produce a shared library and an executable binary that links to the
|
|
|
|
# shared library. If the executable binary finishes first the build fails.
|
|
|
|
# There may be other similar cases in the source tree.
|
|
|
|
#make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
|
|
|
|
make LIBTOOL=/usr/bin/libtool
|
2004-09-09 04:35:38 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
export tagname=CC
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool install
|
|
|
|
|
|
|
|
# remove libtool archives for importers and the like
|
|
|
|
find $RPM_BUILD_ROOT/%{_libdir} -name '*.la' -exec rm {} \;
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
2011-10-24 08:39:17 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/camel-providers/*.a
|
2011-01-10 10:58:30 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/addressbook-backends/*.a
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/calendar-backends/*.a
|
2012-06-25 13:18:44 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/registry-modules/*.a
|
2004-09-09 04:35:38 +00:00
|
|
|
|
2006-07-31 15:21:15 +00:00
|
|
|
# give the libraries some executable bits
|
|
|
|
find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
|
2005-07-25 21:50:20 +00:00
|
|
|
%find_lang %{name}-%{eds_base_version}
|
2004-09-09 04:35:38 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
2012-02-20 12:25:32 +00:00
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
if [ $1 -eq 0 ] ; then
|
2012-04-24 17:34:54 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
2012-02-20 12:25:32 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%posttrans
|
2012-04-24 17:34:54 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
2004-09-09 04:35:38 +00:00
|
|
|
|
2005-07-25 21:50:20 +00:00
|
|
|
%files -f %{name}-%{eds_base_version}.lang
|
2004-09-09 04:35:38 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README COPYING ChangeLog NEWS AUTHORS
|
2009-10-27 16:02:52 +00:00
|
|
|
%{_libdir}/libcamel-1.2.so.*
|
|
|
|
%{_libdir}/libebackend-1.2.so.*
|
|
|
|
%{_libdir}/libebook-1.2.so.*
|
2013-02-18 07:59:15 +00:00
|
|
|
%{_libdir}/libebook-contacts-1.2.so.*
|
2009-10-27 16:02:52 +00:00
|
|
|
%{_libdir}/libecal-1.2.so.*
|
|
|
|
%{_libdir}/libedata-book-1.2.so.*
|
|
|
|
%{_libdir}/libedata-cal-1.2.so.*
|
|
|
|
%{_libdir}/libedataserver-1.2.so.*
|
|
|
|
|
2011-06-14 05:44:41 +00:00
|
|
|
%{_libdir}/girepository-1.0/EBook-1.2.typelib
|
2013-02-18 08:38:53 +00:00
|
|
|
%{_libdir}/girepository-1.0/EBookContacts-1.2.typelib
|
2010-11-08 10:12:04 +00:00
|
|
|
%{_libdir}/girepository-1.0/EDataServer-1.2.typelib
|
|
|
|
|
2009-10-27 16:02:52 +00:00
|
|
|
%{_libexecdir}/camel-index-control-1.2
|
|
|
|
%{_libexecdir}/camel-lock-helper-1.2
|
2011-10-24 08:00:06 +00:00
|
|
|
%{_libexecdir}/evolution-addressbook-factory
|
|
|
|
%{_libexecdir}/evolution-calendar-factory
|
2012-06-25 13:18:44 +00:00
|
|
|
%{_libexecdir}/evolution-source-registry
|
2012-12-18 20:55:42 +00:00
|
|
|
%{_libexecdir}/evolution-user-prompter
|
2009-10-27 16:02:52 +00:00
|
|
|
|
2012-02-20 12:25:32 +00:00
|
|
|
# GSettings schemas:
|
|
|
|
%{_datadir}/GConf/gsettings/libedataserver.convert
|
2012-06-25 14:32:17 +00:00
|
|
|
%{_datadir}/GConf/gsettings/evolution-data-server.convert
|
2012-06-25 13:18:44 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml
|
2012-06-25 14:32:17 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml
|
2012-02-20 12:25:32 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
|
|
|
|
|
2012-11-19 12:14:55 +00:00
|
|
|
%{_datadir}/evolution-data-server
|
2009-10-27 16:02:52 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
|
2012-06-25 13:18:44 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Sources.service
|
2012-12-18 20:55:42 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service
|
2006-10-17 01:07:09 +00:00
|
|
|
%{_datadir}/pixmaps/evolution-data-server
|
2009-10-27 16:02:52 +00:00
|
|
|
|
2011-01-10 10:30:00 +00:00
|
|
|
%dir %{_libdir}/evolution-data-server
|
2006-01-09 21:56:12 +00:00
|
|
|
%dir %{camel_provider_dir}
|
2011-01-10 10:30:00 +00:00
|
|
|
%dir %{ebook_backends_dir}
|
|
|
|
%dir %{ecal_backends_dir}
|
2012-06-25 13:18:44 +00:00
|
|
|
%dir %{modules_dir}
|
2006-01-09 21:56:12 +00:00
|
|
|
|
|
|
|
# Camel providers:
|
2010-05-03 16:59:25 +00:00
|
|
|
%{camel_provider_dir}/libcamelimapx.so
|
|
|
|
%{camel_provider_dir}/libcamelimapx.urls
|
2006-01-09 21:56:12 +00:00
|
|
|
|
|
|
|
%{camel_provider_dir}/libcamellocal.so
|
|
|
|
%{camel_provider_dir}/libcamellocal.urls
|
|
|
|
|
|
|
|
%{camel_provider_dir}/libcamelnntp.so
|
|
|
|
%{camel_provider_dir}/libcamelnntp.urls
|
|
|
|
|
|
|
|
%{camel_provider_dir}/libcamelpop3.so
|
|
|
|
%{camel_provider_dir}/libcamelpop3.urls
|
|
|
|
|
|
|
|
%{camel_provider_dir}/libcamelsendmail.so
|
|
|
|
%{camel_provider_dir}/libcamelsendmail.urls
|
|
|
|
|
|
|
|
%{camel_provider_dir}/libcamelsmtp.so
|
|
|
|
%{camel_provider_dir}/libcamelsmtp.urls
|
|
|
|
|
|
|
|
# e-d-s extensions:
|
2011-01-10 10:30:00 +00:00
|
|
|
%{ebook_backends_dir}/libebookbackendfile.so
|
|
|
|
%{ebook_backends_dir}/libebookbackendgoogle.so
|
|
|
|
%{ebook_backends_dir}/libebookbackendldap.so
|
|
|
|
%{ebook_backends_dir}/libebookbackendwebdav.so
|
|
|
|
%{ecal_backends_dir}/libecalbackendcaldav.so
|
|
|
|
%{ecal_backends_dir}/libecalbackendcontacts.so
|
|
|
|
%{ecal_backends_dir}/libecalbackendfile.so
|
|
|
|
%{ecal_backends_dir}/libecalbackendhttp.so
|
|
|
|
%{ecal_backends_dir}/libecalbackendweather.so
|
2012-06-25 13:18:44 +00:00
|
|
|
%{modules_dir}/module-cache-reaper.so
|
|
|
|
%{modules_dir}/module-google-backend.so
|
2012-10-24 09:12:14 +00:00
|
|
|
%{modules_dir}/module-gnome-online-accounts.so
|
2013-10-14 08:32:48 +00:00
|
|
|
%{modules_dir}/module-outlook-backend.so
|
2013-02-18 08:38:53 +00:00
|
|
|
%{modules_dir}/module-owncloud-backend.so
|
2012-12-18 20:55:42 +00:00
|
|
|
%{modules_dir}/module-trust-prompt.so
|
2012-06-25 13:18:44 +00:00
|
|
|
%{modules_dir}/module-yahoo-backend.so
|
2004-09-09 04:35:38 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
2012-11-19 11:43:27 +00:00
|
|
|
%{_includedir}/evolution-data-server
|
2009-10-27 16:02:52 +00:00
|
|
|
%{_libdir}/libcamel-1.2.so
|
|
|
|
%{_libdir}/libebackend-1.2.so
|
|
|
|
%{_libdir}/libebook-1.2.so
|
2013-02-18 07:59:15 +00:00
|
|
|
%{_libdir}/libebook-contacts-1.2.so
|
2009-10-27 16:02:52 +00:00
|
|
|
%{_libdir}/libecal-1.2.so
|
|
|
|
%{_libdir}/libedata-book-1.2.so
|
|
|
|
%{_libdir}/libedata-cal-1.2.so
|
|
|
|
%{_libdir}/libedataserver-1.2.so
|
|
|
|
%{_libdir}/pkgconfig/camel-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/evolution-data-server-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/libebackend-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/libebook-1.2.pc
|
2013-02-18 07:59:15 +00:00
|
|
|
%{_libdir}/pkgconfig/libebook-contacts-1.2.pc
|
2009-10-27 16:02:52 +00:00
|
|
|
%{_libdir}/pkgconfig/libecal-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/libedata-book-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/libedata-cal-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/libedataserver-1.2.pc
|
2011-06-14 05:44:41 +00:00
|
|
|
%{_datadir}/gir-1.0/EBook-1.2.gir
|
2013-02-18 08:38:53 +00:00
|
|
|
%{_datadir}/gir-1.0/EBookContacts-1.2.gir
|
2011-01-13 23:57:07 +00:00
|
|
|
%{_datadir}/gir-1.0/EDataServer-1.2.gir
|
2011-09-05 06:38:30 +00:00
|
|
|
%{_datadir}/vala/vapi/libebook-1.2.deps
|
|
|
|
%{_datadir}/vala/vapi/libebook-1.2.vapi
|
2013-02-18 07:59:15 +00:00
|
|
|
%{_datadir}/vala/vapi/libebook-contacts-1.2.deps
|
|
|
|
%{_datadir}/vala/vapi/libebook-contacts-1.2.vapi
|
2013-01-14 12:31:55 +00:00
|
|
|
%{_datadir}/vala/vapi/libedataserver-1.2.deps
|
2011-09-05 06:38:30 +00:00
|
|
|
%{_datadir}/vala/vapi/libedataserver-1.2.vapi
|
2004-09-09 04:35:38 +00:00
|
|
|
|
2013-11-18 07:26:59 +00:00
|
|
|
%if %{with_docs}
|
|
|
|
|
2007-10-26 20:26:33 +00:00
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/gtk-doc/html/camel
|
2008-05-12 15:05:31 +00:00
|
|
|
%{_datadir}/gtk-doc/html/libebackend
|
2007-10-26 20:26:33 +00:00
|
|
|
%{_datadir}/gtk-doc/html/libebook
|
2013-03-04 14:01:14 +00:00
|
|
|
%{_datadir}/gtk-doc/html/libebook-contacts
|
2007-10-26 20:26:33 +00:00
|
|
|
%{_datadir}/gtk-doc/html/libecal
|
|
|
|
%{_datadir}/gtk-doc/html/libedata-book
|
|
|
|
%{_datadir}/gtk-doc/html/libedata-cal
|
|
|
|
%{_datadir}/gtk-doc/html/libedataserver
|
|
|
|
|
2013-11-18 07:26:59 +00:00
|
|
|
%endif
|
|
|
|
|
2004-09-09 04:35:38 +00:00
|
|
|
%changelog
|
2013-11-18 07:26:59 +00:00
|
|
|
* Mon Nov 18 2013 Matthew Barnes <mbarnes@redhat.com> - 3.11.2-1
|
|
|
|
- Update to 3.11.2
|
|
|
|
- Conditionally build devel documentation
|
|
|
|
- Disable compiler warnings about deprecated symbols
|
|
|
|
|
2013-10-22 14:38:40 +00:00
|
|
|
* Tue Oct 22 2013 Matthew Barnes <mbarnes@redhat.com> - 3.11.1-1
|
|
|
|
- Update to 3.11.1
|
|
|
|
|
2013-10-14 08:09:27 +00:00
|
|
|
* Mon Oct 14 2013 Milan Crha <mcrha@redhat.com> - 3.10.1-1
|
|
|
|
- Update to 3.10.1
|
|
|
|
|
2013-09-23 09:12:07 +00:00
|
|
|
* Mon Sep 23 2013 Milan Crha <mcrha@redhat.com> - 3.10.0-1
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
2013-09-16 06:20:03 +00:00
|
|
|
* Mon Sep 16 2013 Milan Crha <mcrha@redhat.com> - 3.9.92-1
|
|
|
|
- Update to 3.9.92
|
|
|
|
|
2013-09-02 06:52:17 +00:00
|
|
|
* Mon Sep 02 2013 Milan Crha <mcrha@redhat.com> - 3.9.91-1
|
|
|
|
- Update to 3.9.91
|
|
|
|
|
2013-08-19 06:17:14 +00:00
|
|
|
* Mon Aug 19 2013 Milan Crha <mcrha@redhat.com> - 3.9.90-1
|
|
|
|
- Update to 3.9.90
|
|
|
|
|
2013-08-12 05:14:29 +00:00
|
|
|
* Mon Aug 12 2013 Milan Crha <mcrha@redhat.com> - 3.9.5-3
|
|
|
|
- Bump nss version requirement to 3.14
|
|
|
|
|
2013-08-06 18:06:26 +00:00
|
|
|
* Tue Aug 06 2013 Adam Williamson <awilliam@redhat.com> - 3.9.5-2
|
|
|
|
- rebuild for new libgweather
|
|
|
|
|
2013-07-29 04:59:44 +00:00
|
|
|
* Mon Jul 29 2013 Milan Crha <mcrha@redhat.com> - 3.9.5-1
|
|
|
|
- Update to 3.9.5
|
|
|
|
|
2013-07-21 14:29:31 +00:00
|
|
|
* Sun Jul 21 2013 Matthew Barnes <mbarnes@redhat.com> - 3.9.4-2
|
|
|
|
- Require dconf for dconf-service, necessary for evolution-data-server
|
|
|
|
to operate properly.
|
|
|
|
|
2013-07-08 10:44:13 +00:00
|
|
|
* Mon Jul 08 2013 Milan Crha <mcrha@redhat.com> - 3.9.4-1
|
|
|
|
- Update to 3.9.4
|
|
|
|
|
2013-06-20 20:24:17 +00:00
|
|
|
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-2
|
|
|
|
- Rebuilt for libgweather 3.9.3 soname bump
|
|
|
|
|
2013-06-17 09:21:37 +00:00
|
|
|
* Mon Jun 17 2013 Milan Crha <mcrha@redhat.com> - 3.9.3-1
|
|
|
|
- Update to 3.9.3
|
|
|
|
|
2013-05-27 07:38:59 +00:00
|
|
|
* Mon May 27 2013 Milan Crha <mcrha@redhat.com> - 3.9.2-1
|
|
|
|
- Update to 3.9.2
|
|
|
|
|
2013-05-24 16:50:30 +00:00
|
|
|
* Fri May 24 2013 Rex Dieter <rdieter@fedoraproject.org> 3.9.1-2
|
|
|
|
- rebuild (libical)
|
|
|
|
|
2013-04-29 09:14:12 +00:00
|
|
|
* Mon Apr 29 2013 Milan Crha <mcrha@redhat.com> - 3.9.1-1
|
|
|
|
- Update to 3.9.1
|
|
|
|
|
2013-03-25 09:56:17 +00:00
|
|
|
* Mon Mar 25 2013 Milan Crha <mcrha@redhat.com> - 3.8.0-1
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
2013-03-18 07:17:13 +00:00
|
|
|
* Mon Mar 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.92-1
|
|
|
|
- Update to 3.7.92
|
|
|
|
|
2013-03-04 07:37:25 +00:00
|
|
|
* Mon Mar 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.91-1
|
|
|
|
- Update to 3.7.91
|
|
|
|
- Remove an upstream .pc files fix for a libebook split (fixed upstream)
|
|
|
|
- Remove patch gor GNOME bug #693101 (fixed upstream)
|
|
|
|
- Remove patch for Red Hat bug #912503 (fixed upstream)
|
|
|
|
|
2013-02-21 09:55:18 +00:00
|
|
|
* Thu Feb 21 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-3
|
|
|
|
- Add patch gor GNOME bug #693101 (IMAPx vanishes folder summary)
|
|
|
|
- Add patch for Red Hat bug #912503 (incorrect G_BEGIN/END_DECLS)
|
|
|
|
|
2013-02-18 12:26:32 +00:00
|
|
|
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-2
|
|
|
|
- Add an upstream .pc files fix for a libebook split
|
|
|
|
|
2013-02-18 07:59:15 +00:00
|
|
|
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-1
|
|
|
|
- Update to 3.7.90
|
|
|
|
|
2013-02-04 07:21:07 +00:00
|
|
|
* Mon Feb 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.5-1
|
|
|
|
- Update to 3.7.5
|
|
|
|
|
2013-01-14 09:39:45 +00:00
|
|
|
* Mon Jan 14 2013 Milan Crha <mcrha@redhat.com> - 3.7.4-1
|
|
|
|
- Update to 3.7.4
|
2013-01-14 12:02:34 +00:00
|
|
|
- Add --add-missing to automake call
|
2013-01-14 09:39:45 +00:00
|
|
|
|
2012-12-20 20:57:01 +00:00
|
|
|
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-2
|
|
|
|
- Rebuilt for libgweather 3.7.3 soname bump
|
|
|
|
|
2012-12-18 20:55:42 +00:00
|
|
|
* Tue Dec 18 2012 Matthew Barnes <mbarnes@redhat.com> - 3.7.3-1
|
|
|
|
- Update to 3.7.3
|
|
|
|
- Remove obsolete BuildRequires:
|
|
|
|
bison
|
|
|
|
dbus-glib-devel
|
|
|
|
libgnome-keyring-devel
|
|
|
|
liboauth-devel
|
|
|
|
|
2012-11-19 09:31:38 +00:00
|
|
|
* Mon Nov 19 2012 Milan Crha <mcrha@redhat.com> - 3.7.2.1-1
|
|
|
|
- Update to 3.7.2.1
|
|
|
|
|
2012-10-22 07:51:24 +00:00
|
|
|
* Mon Oct 22 2012 Milan Crha <mcrha@redhat.com> - 3.7.1-1
|
|
|
|
- Update to 3.7.1
|
|
|
|
|
2012-09-17 08:26:05 +00:00
|
|
|
* Mon Sep 17 2012 Milan Crha <mcrha@redhat.com> - 3.5.92-1
|
|
|
|
- Update to 3.5.92
|
|
|
|
|
2012-09-03 06:15:39 +00:00
|
|
|
* Mon Sep 03 2012 Milan Crha <mcrha@redhat.com> - 3.5.91-1
|
|
|
|
- Update to 3.5.91
|
|
|
|
|
2012-08-20 09:04:43 +00:00
|
|
|
* Mon Aug 20 2012 Milan Crha <mcrha@redhat.com> - 3.5.90-1
|
|
|
|
- Update to 3.5.90
|
|
|
|
|
2012-08-06 07:12:33 +00:00
|
|
|
* Mon Aug 06 2012 Milan Crha <mcrha@redhat.com> - 3.5.5-1
|
|
|
|
- Update to 3.5.5
|
|
|
|
- Remove patch for less memory usage from vTrash camel folders (fixed upstream)
|
|
|
|
|
2012-07-26 15:23:29 +00:00
|
|
|
* Thu Jul 26 2012 Milan Crha <mcrha@redhat.com> - 3.5.4-3
|
|
|
|
- Add patch for less memory usage from vTrash camel folders
|
|
|
|
|
2012-07-19 00:43:39 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-16 07:40:40 +00:00
|
|
|
* Mon Jul 16 2012 Milan Crha <mcrha@redhat.com> - 3.5.4-1
|
|
|
|
- Update to 3.5.4
|
2012-07-16 08:59:02 +00:00
|
|
|
- Change dependency from db4 to libdb
|
2012-07-16 07:40:40 +00:00
|
|
|
|
2012-07-01 15:13:41 +00:00
|
|
|
* Sun Jul 1 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3.1-1
|
|
|
|
- Update to 3.5.3.1
|
|
|
|
|
2012-06-27 12:41:09 +00:00
|
|
|
* Wed Jun 27 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3-3
|
|
|
|
- Avoid exposing <db.h> in a public header file.
|
|
|
|
|
2012-06-27 10:58:37 +00:00
|
|
|
* Wed Jun 27 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-2
|
|
|
|
- Build against libgweather 3.5
|
|
|
|
|
2012-06-25 13:18:44 +00:00
|
|
|
* Mon Jun 25 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3-1
|
|
|
|
- Update to 3.5.3
|
2012-06-25 14:08:01 +00:00
|
|
|
- Add BR: gcr-devel >= 3.4
|
|
|
|
- Drop BR: GConf2-devel \o/
|
2012-06-25 13:18:44 +00:00
|
|
|
|
2012-06-04 09:05:26 +00:00
|
|
|
* Mon Jun 04 2012 Milan Crha <mcrha@redhat.com> - 3.5.2-1
|
|
|
|
- Update to 3.5.2
|
|
|
|
|
2012-04-29 11:39:27 +00:00
|
|
|
* Sun Apr 29 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.1-1
|
|
|
|
- Update to 3.5.1
|
|
|
|
|
2012-04-24 17:34:54 +00:00
|
|
|
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
|
|
|
|
- Silence rpm scriptlet output
|
|
|
|
|
2012-04-16 08:04:55 +00:00
|
|
|
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
|
|
|
|
- Update to 3.4.1
|
|
|
|
|
2012-03-26 08:46:17 +00:00
|
|
|
* Mon Mar 26 2012 Milan Crha <mcrha@redhat.com> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2012-03-19 09:36:38 +00:00
|
|
|
* Mon Mar 19 2012 Milan Crha <mcrha@redhat.com> - 3.3.92-1
|
|
|
|
- Update to 3.3.92
|
|
|
|
|
2012-03-06 06:55:46 +00:00
|
|
|
* Tue Mar 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.91-1
|
|
|
|
- Update to 3.3.91
|
|
|
|
|
2012-02-20 12:25:32 +00:00
|
|
|
* Mon Feb 20 2012 Milan Crha <mcrha@redhat.com> - 3.3.90-1
|
|
|
|
- Update to 3.3.90
|
|
|
|
|
2012-02-06 10:11:39 +00:00
|
|
|
* Mon Feb 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.5-1
|
|
|
|
- Update to 3.3.5
|
|
|
|
|
2012-01-16 18:03:21 +00:00
|
|
|
* Mon Jan 16 2012 Milan Crha <mcrha@redhat.com> - 3.3.4-1
|
|
|
|
- Update to 3.3.4
|
|
|
|
|
2012-01-13 02:05:55 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-30 13:34:41 +00:00
|
|
|
* Fri Dec 30 2011 Matthew Barnes <mbarnes@redhat.com> - 3.3.3-2
|
2011-12-30 14:14:57 +00:00
|
|
|
- Require libgnome-keyring-devel instead of gnome-keyring-devel.
|
2011-12-30 13:34:41 +00:00
|
|
|
|
2011-12-19 15:43:50 +00:00
|
|
|
* Mon Dec 19 2011 Milan Crha <mcrha@redhat.com> - 3.3.3-1
|
|
|
|
- Update to 3.3.3
|
|
|
|
|
2011-11-21 08:06:01 +00:00
|
|
|
* Mon Nov 21 2011 Milan Crha <mcrha@redhat.com> - 3.3.2-1
|
|
|
|
- Update to 3.3.2
|
|
|
|
- Remove patch to not call g_thread_init() (fixed upstream)
|
|
|
|
|
2011-10-24 06:57:15 +00:00
|
|
|
* Mon Oct 24 2011 Milan Crha <mcrha@redhat.com> - 3.3.1-1
|
|
|
|
- Update to 3.3.1
|
2011-10-24 07:40:26 +00:00
|
|
|
- Add patch to not call g_thread_init()
|
2011-10-24 06:57:15 +00:00
|
|
|
|
2011-09-26 05:53:10 +00:00
|
|
|
* Mon Sep 26 2011 Milan Crha <mcrha@redhat.com> - 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
2011-09-19 12:54:09 +00:00
|
|
|
* Mon Sep 19 2011 Milan Crha <mcrha@redhat.com> - 3.1.92-1
|
|
|
|
- Update to 3.1.92
|
|
|
|
|
2011-09-05 06:38:30 +00:00
|
|
|
* Mon Sep 05 2011 Milan Crha <mcrha@redhat.com> - 3.1.91-1
|
|
|
|
- Update to 3.1.91
|
|
|
|
- Enable introspection and vala bindings
|
|
|
|
|
2011-08-29 06:22:54 +00:00
|
|
|
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 3.1.90-1
|
|
|
|
- Update to 3.1.90
|
|
|
|
|
2011-08-15 09:43:32 +00:00
|
|
|
* Mon Aug 15 2011 Milan Crha <mcrha@redhat.com> - 3.1.5-1
|
|
|
|
- Update to 3.1.5
|
|
|
|
|
2011-07-23 18:23:08 +00:00
|
|
|
* Sat Jul 23 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.4-1
|
|
|
|
- Update to 3.1.4
|
|
|
|
|
2011-07-04 21:30:49 +00:00
|
|
|
* Mon Jul 04 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.3-1
|
|
|
|
- Update to 3.1.3
|
|
|
|
- Remove patch for libgdata-0.9.0 (fixed upstream).
|
|
|
|
- Disable SMP flags; some source directories are racy.
|
|
|
|
- Remove keyring option; gnome-keyring is mandatory now.
|
|
|
|
- Add BR: gnome-online-accounts-devel and liboauth-devel
|
|
|
|
|
2011-06-14 04:01:08 +00:00
|
|
|
* Tue Jun 14 2011 Milan Crha <mcrha@redhat.com> - 3.1.2-1
|
|
|
|
- Update to 3.1.2
|
2011-06-14 05:23:54 +00:00
|
|
|
- Add patch by Philip Withnall to build against libgdata-0.9.0
|
2011-06-14 04:01:08 +00:00
|
|
|
|
2011-05-09 07:22:44 +00:00
|
|
|
* Mon May 09 2011 Milan Crha <mcrha@redhat.com> - 3.1.1-1
|
|
|
|
- Update to 3.1.1
|
|
|
|
- Drop groupwise backends, as it was split out upstream
|
|
|
|
|
2011-04-04 06:34:01 +00:00
|
|
|
* Mon Apr 04 2011 Milan Crha <mcrha@redhat.com> - 3.0.0-1
|
|
|
|
- Update to 3.0.0
|
|
|
|
|
2011-03-21 16:41:23 +00:00
|
|
|
* Mon Mar 21 2011 Milan Crha <mcrha@redhat.com> - 2.91.92-1
|
|
|
|
- Update to 2.91.92
|
|
|
|
|
2011-03-07 08:19:21 +00:00
|
|
|
* Mon Mar 07 2011 Milan Crha <mcrha@redhat.com> - 2.91.91-1
|
|
|
|
- Update to 2.91.91
|
|
|
|
|
2011-02-21 13:28:18 +00:00
|
|
|
* Mon Feb 21 2011 Milan Crha <mcrha@redhat.com> - 2.91.90-1
|
|
|
|
- Update to 2.91.90
|
|
|
|
|
2011-02-11 05:31:16 +00:00
|
|
|
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-4
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-08 18:49:29 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 20:20:09 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-2
|
|
|
|
- Rebuild
|
|
|
|
|
2011-01-31 13:48:55 +00:00
|
|
|
* Mon Jan 31 2011 Milan Crha <mcrha@redhat.com> - 2.91.6-1
|
|
|
|
- Update to 2.91.6
|
2011-01-31 13:56:04 +00:00
|
|
|
- Requires gtk3.
|
2011-01-31 13:48:55 +00:00
|
|
|
|
2011-01-31 10:00:05 +00:00
|
|
|
* Mon Jan 31 2011 Caolánc McNamara <caolanm@redhat.com> - 2.91.5-4
|
|
|
|
- Rebuild against new libgweather
|
|
|
|
|
2011-01-18 12:53:25 +00:00
|
|
|
* Tue Jan 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-3
|
|
|
|
- Rebuild against new libgdata
|
|
|
|
|
|
|
|
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
|
2011-01-13 23:57:07 +00:00
|
|
|
- Move girs to -devel
|
|
|
|
|
2011-01-10 10:30:00 +00:00
|
|
|
* Mon Jan 10 2011 Milan Crha <mcrha@redhat.com> - 2.91.5-1
|
|
|
|
- Update to 2.91.5
|
|
|
|
|
2010-12-20 15:33:44 +00:00
|
|
|
* Mon Dec 20 2010 Milan Crha <mcrha@redhat.com> - 2.91.4-1
|
|
|
|
- Update to 2.91.4
|
|
|
|
|
2010-11-29 15:16:44 +00:00
|
|
|
* Mon Nov 29 2010 Milan Crha <mcrha@redhat.com> - 2.91.3-1
|
|
|
|
- Update to 2.91.3
|
|
|
|
|
2010-11-08 08:10:56 +00:00
|
|
|
* Mon Nov 08 2010 Milan Crha <mcrha@redhat.com> - 2.91.2-1
|
|
|
|
- Update to 2.91.2
|
|
|
|
|
2010-11-05 14:06:40 +00:00
|
|
|
* Fri Nov 05 2010 Milan Crha <mcrha@redhat.com> - 2.91.1-2
|
2010-11-05 14:10:14 +00:00
|
|
|
- Rebuild against newer libxml2
|
2010-10-25 12:35:14 +00:00
|
|
|
|
2010-10-18 16:05:20 +00:00
|
|
|
* Mon Oct 18 2010 Milan Crha <mcrha@redhat.com> - 2.91.1-1
|
|
|
|
- Update to 2.91.1
|
|
|
|
|
2010-10-11 09:15:31 +00:00
|
|
|
* Mon Oct 11 2010 Milan Crha <mcrha@redhat.com> - 2.91.0-1
|
|
|
|
- Update to 2.91.0
|
|
|
|
|
2010-09-29 21:09:46 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 2.31.92-2
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-13 10:59:44 +00:00
|
|
|
* Mon Sep 13 2010 Milan Crha <mcrha@redhat.com> - 2.31.92-1.fc15
|
|
|
|
- Update to 2.31.92
|
|
|
|
|
|
|
|
* Mon Aug 30 2010 Milan Crha <mcrha@redhat.com> - 2.31.91-1.fc14
|
2010-08-30 08:24:55 +00:00
|
|
|
- Update to 2.31.91
|
2010-09-13 10:59:44 +00:00
|
|
|
|
|
|
|
* Mon Aug 16 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.90-1.fc14
|
|
|
|
- Update to 2.31.90
|
|
|
|
|
2012-11-19 11:14:55 +00:00
|
|
|
* Mon Aug 02 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.6-1.fc14
|
2010-09-13 10:59:44 +00:00
|
|
|
- Update to 2.31.6
|
2010-08-30 08:39:51 +00:00
|
|
|
- Resume GSEAL usage.
|
|
|
|
- Drop dbus-glib requirement.
|
|
|
|
- Bump glib2 requirement to 2.25.12.
|
|
|
|
- Roll back eds_base_version to 2.32.
|
2010-08-30 08:24:55 +00:00
|
|
|
|
2010-07-13 13:38:00 +00:00
|
|
|
* Tue Jul 13 2010 Milan Crha <mcrha@redhat.com> - 2.31.5-1.fc14
|
|
|
|
- Update to 2.31.5
|
|
|
|
|
2010-06-07 12:00:52 +00:00
|
|
|
* Mon Jun 07 2010 Milan Crha <mcrha@redhat.com> - 2.31.3-1.fc14
|
|
|
|
- Update to 2.31.3
|
|
|
|
|
2010-05-25 10:56:10 +00:00
|
|
|
* Tue May 25 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.2-2.fc14
|
|
|
|
- Enable largefile support in Camel, to help debug GNOME bug #612082.
|
|
|
|
Debian turned this on recently and is experiencing problems, and I
|
|
|
|
want to get to the bottom of it and finally break this 2 GB barrier.
|
|
|
|
|
2010-05-24 10:19:10 +00:00
|
|
|
* Mon May 24 2010 Milan Crha <mcrha@redhat.com> - 2.31.2-1.fc14
|
|
|
|
- Update to 2.31.2
|
2010-05-24 11:03:11 +00:00
|
|
|
- libecalbackendgoogle dropped.
|
2010-05-24 10:19:10 +00:00
|
|
|
|
2010-05-03 16:59:25 +00:00
|
|
|
* Mon May 03 2010 Milan Crha <mcrha@redhat.com> - 2.31.1-1.fc14
|
|
|
|
- Update to 2.31.1
|
|
|
|
- Update BuildRequires.
|
|
|
|
- Remove imap4 camel provider support (dropped upstream).
|
|
|
|
|
2010-02-09 19:17:10 +00:00
|
|
|
* Tue Feb 09 2010 Milan Crha <mcrha@redhat.com> - 2.29.90-3.fc13
|
|
|
|
- Return back BuildRequires: libglade2-devel.
|
|
|
|
|
2010-02-09 02:14:33 +00:00
|
|
|
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.90-2.fc13
|
|
|
|
- Rebuild to hopefully fix pkgconfig auto-provides glitch.
|
|
|
|
|
2010-02-08 11:19:16 +00:00
|
|
|
* Mon Feb 08 2010 Milan Crha <mcrha@redhat.com> - 2.29.90-1.fc13
|
|
|
|
- Update to 2.29.90
|
2010-02-08 11:35:12 +00:00
|
|
|
- Removed unneeded BuildRequires.
|
2010-02-08 11:19:16 +00:00
|
|
|
|
2010-01-25 10:35:23 +00:00
|
|
|
* Mon Jan 25 2010 Milan Crha <mcrha@redhat.com> - 2.29.6-1.fc13
|
|
|
|
- Update to 2.29.6
|
|
|
|
|
2010-01-12 09:13:50 +00:00
|
|
|
* Tue Jan 12 2010 Milan Crha <mcrha@redhat.com> - 2.29.5-1.fc13
|
|
|
|
- Update to 2.29.5
|
2010-01-12 11:24:16 +00:00
|
|
|
- Correct Source URL
|
2010-01-12 09:13:50 +00:00
|
|
|
|
2009-12-21 17:39:57 +00:00
|
|
|
* Mon Dec 21 2009 Milan Crha <mcrha@redhat.com> - 2.29.4-1.fc13
|
|
|
|
- Update to 2.29.4
|
|
|
|
- Remove patch for GNOME bug #487988 (fixed upstream).
|
|
|
|
|
2009-12-09 16:52:17 +00:00
|
|
|
* Wed Dec 09 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-3
|
|
|
|
- Remove libgnome and libgnomeui requirements
|
|
|
|
|
2009-12-02 18:37:38 +00:00
|
|
|
* Wed Dec 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.29.3-2.fc13
|
|
|
|
- Devel subpackage does not need to require doc subpackage.
|
|
|
|
|
2009-11-30 14:22:10 +00:00
|
|
|
* Mon Nov 30 2009 Milan Crha <mcrha@redhat.com> - 2.29.3-1.fc13
|
|
|
|
- Update to 2.29.3
|
|
|
|
|
2009-11-16 10:47:44 +00:00
|
|
|
* Mon Nov 16 2009 Milan Crha <mcrha@redhat.com> - 2.29.2-1.fc13
|
|
|
|
- Update to 2.29.2
|
|
|
|
|
2009-10-27 16:02:52 +00:00
|
|
|
* Tue Oct 27 2009 Matthew Barnes <mbarnes@redhat.com> - 2.29.1-1.fc13
|
|
|
|
- Update to 2.29.1
|
|
|
|
- Bump eds_base_version to 2.30.
|
|
|
|
- Add dbus-glib build requirement.
|
|
|
|
- Drop Bonobo + ORBit dependency (yay!).
|
|
|
|
- Remove option to use OpenSSL instead of NSS.
|
|
|
|
- Drop eds_api_version definition since it will never change.
|
|
|
|
- Remove patch for GNOME bug #373146 (deviates from upstream).
|
|
|
|
|
2009-09-21 12:25:16 +00:00
|
|
|
* Mon Sep 21 2009 Milan Crha <mcrha@redhat.com> - 2.28.0-1.fc12
|
|
|
|
- Update to 2.28.0
|
|
|
|
|
2009-09-07 15:53:06 +00:00
|
|
|
* Mon Sep 07 2009 Milan Crha <mcrha@redhat.com> - 2.27.92-1.fc12
|
|
|
|
- Update to 2.27.92
|
|
|
|
|
2009-08-27 15:07:23 +00:00
|
|
|
* Thu Aug 27 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.91-3.fc12
|
|
|
|
- Rebuild with old OpenSSL, er something...
|
|
|
|
|
2009-08-27 07:34:53 +00:00
|
|
|
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 2.27.91-2.fc12
|
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-08-24 10:52:49 +00:00
|
|
|
* Mon Aug 24 2009 Milan Crha <mcrha@redhat.com> - 2.27.91-1.fc12
|
|
|
|
- Update to 2.27.91
|
|
|
|
|
2009-08-10 15:06:01 +00:00
|
|
|
* Mon Aug 10 2009 Milan Crha <mcrha@redhat.com> - 2.27.90-1.fc12
|
|
|
|
- Update to 2.27.90
|
|
|
|
|
2009-07-27 15:15:46 +00:00
|
|
|
* Mon Jul 27 2009 Milan Crha <mcrha@redhat.com> - 2.27.5-1.fc12
|
|
|
|
- Update to 2.27.5
|
|
|
|
|
2009-07-24 22:22:41 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-13 14:27:24 +00:00
|
|
|
* Mon Jul 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.4-1.fc12
|
|
|
|
- Update to 2.27.4
|
|
|
|
- Remove patch for RH bug #505661 (fixed upstream).
|
|
|
|
|
2009-07-03 02:26:15 +00:00
|
|
|
* Thu Jul 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-3.fc12
|
|
|
|
- Add patch for RH bug #505661 (crash on startup).
|
|
|
|
|
2009-07-01 09:58:14 +00:00
|
|
|
* Wed Jul 01 2009 Milan Crha <mcrha@redhat.com> - 2.27.3-2.fc12
|
|
|
|
- Rebuild against newer gcc
|
|
|
|
|
2009-06-15 15:45:50 +00:00
|
|
|
* Mon Jun 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-1.fc12
|
|
|
|
- Update to 2.27.3
|
|
|
|
|
2009-05-26 02:18:43 +00:00
|
|
|
* Mon May 25 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.2-1.fc12
|
|
|
|
- Update to 2.27.2
|
|
|
|
- Remove strict_build_settings since the settings are used upstream now.
|
|
|
|
|
2009-05-04 12:57:33 +00:00
|
|
|
* Mon May 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.1-1.fc12
|
|
|
|
- Update to 2.27.1
|
|
|
|
- Bump evo_major to 2.28.
|
|
|
|
|
2009-04-15 14:55:41 +00:00
|
|
|
* Wed Apr 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1.1-1.fc11
|
|
|
|
- Update to 2.26.1.1
|
|
|
|
|
2009-04-14 02:31:31 +00:00
|
|
|
* Mon Apr 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.1-1.fc11
|
|
|
|
- Update to 2.26.1
|
|
|
|
|
2009-03-16 11:47:11 +00:00
|
|
|
* Mon Mar 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.26.0-1.fc11
|
|
|
|
- Update to 2.26.0
|
|
|
|
- Remove patch for RH bug #568332 (fixed upstream).
|
|
|
|
- Remove patch for GNOME bug #573240 (reverted upstream).
|
|
|
|
|
2009-03-13 16:01:21 +00:00
|
|
|
* Fri Mar 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-4.fc11
|
|
|
|
- Revise patch for RH bug #568332 to match upstream commit.
|
|
|
|
|
2009-03-12 18:27:23 +00:00
|
|
|
* Thu Mar 12 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-3.fc11
|
|
|
|
- Add patch for RH bug #568332 (thread leak in fsync() rate limiting).
|
|
|
|
|
2009-03-07 19:23:45 +00:00
|
|
|
* Sat Mar 07 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-2.fc11
|
|
|
|
- Add patch to revert GNOME bug #573240 (IMAP message loading regressions).
|
|
|
|
|
2009-03-02 16:18:33 +00:00
|
|
|
* Mon Mar 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.92-1.fc11
|
|
|
|
- Update to 2.25.92
|
|
|
|
|
2009-02-25 03:00:21 +00:00
|
|
|
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> 2.25.91-3
|
|
|
|
- Make -doc noarch
|
|
|
|
|
2009-02-24 15:41:21 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-16 18:26:41 +00:00
|
|
|
* Mon Feb 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.91-1.fc11
|
|
|
|
- Update to 2.25.91
|
|
|
|
|
2009-02-06 05:56:39 +00:00
|
|
|
* Fri Feb 06 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-5.fc11
|
|
|
|
- Update BuildRoot, License, Source and URL tags.
|
|
|
|
- Require gnome-common so we don't have to patch it out.
|
|
|
|
|
2009-02-04 20:10:48 +00:00
|
|
|
* Wed Feb 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-4.fc11
|
|
|
|
- ... and fix our own <ical.h> includes too.
|
|
|
|
|
2009-02-04 18:14:23 +00:00
|
|
|
* Wed Feb 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-3.fc11
|
|
|
|
- Work around libical's broken pkg-config file.
|
|
|
|
|
2009-02-03 00:53:41 +00:00
|
|
|
* Mon Feb 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-2.fc11
|
|
|
|
- Forgot the libical requirement in devel subpackage.
|
|
|
|
|
2009-02-02 18:26:42 +00:00
|
|
|
* Mon Feb 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.90-1.fc11
|
|
|
|
- Update to 2.25.90
|
|
|
|
- Add libical build requirement.
|
|
|
|
|
2009-01-20 01:20:31 +00:00
|
|
|
* Mon Jan 19 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.5-1.fc11
|
|
|
|
- Update to 2.25.5
|
|
|
|
- Bump gtk2_version to 2.14.0.
|
|
|
|
|
2009-01-16 11:45:43 +00:00
|
|
|
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.25.4-2.fc11
|
|
|
|
- rebuild with new openssl
|
|
|
|
|
2009-01-06 01:53:33 +00:00
|
|
|
* Mon Jan 05 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.4-1.fc11
|
|
|
|
- Update to 2.25.4
|
|
|
|
|
2008-12-15 15:38:05 +00:00
|
|
|
* Mon Dec 15 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-1.fc11
|
|
|
|
- Update to 2.25.3
|
|
|
|
- New BR: libgweather-devel
|
|
|
|
|
2008-12-05 04:57:09 +00:00
|
|
|
* Thu Dec 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25-2-2.fc11
|
|
|
|
- Rebuild due to recent pkg-config breakage.
|
|
|
|
|
2008-12-01 20:26:43 +00:00
|
|
|
* Mon Dec 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.2-1.fc11
|
|
|
|
- Update to 2.25.2
|
|
|
|
|
2008-11-27 20:18:39 +00:00
|
|
|
* Thu Nov 27 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-2.fc11
|
|
|
|
- Obsolete the evolution-webcal package (RH bug #468855).
|
|
|
|
|
2008-11-03 19:01:44 +00:00
|
|
|
* Mon Nov 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-1.fc11
|
|
|
|
- Update to 2.25.1
|
|
|
|
- Bump eds_base_version to 2.26.
|
|
|
|
- Remove patch for RH bug #467804 (fixed upstream).
|
|
|
|
|
2008-10-23 18:50:41 +00:00
|
|
|
* Thu Oct 23 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.1-2.fc10
|
|
|
|
- Add patch for RH bug #467804 (remove console spew).
|
|
|
|
|
2008-10-21 19:51:37 +00:00
|
|
|
* Tue Oct 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.1-1.fc10
|
|
|
|
- Update to 2.24.1
|
|
|
|
|
2008-09-22 10:57:41 +00:00
|
|
|
* Mon Sep 22 2008 Matthew Barnes <mbarnes@redhat.com> - 2.24.0-1.fc10
|
|
|
|
- Update to 2.24.0
|
|
|
|
|
2008-09-08 11:23:49 +00:00
|
|
|
* Mon Sep 08 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.92-1.fc10
|
|
|
|
- Update to 2.23.92
|
|
|
|
|
2008-09-01 13:12:53 +00:00
|
|
|
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1.fc10
|
|
|
|
- Update to 2.23.91
|
|
|
|
|
2008-08-20 21:30:40 +00:00
|
|
|
* Wed Aug 20 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.90.1-1.fc10
|
|
|
|
- Update to 2.23.90.1
|
|
|
|
|
2008-08-04 21:33:31 +00:00
|
|
|
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-3.fc10
|
|
|
|
- Add sqlite3 requirement to devel subpackage.
|
|
|
|
|
2008-08-04 20:34:24 +00:00
|
|
|
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-2.fc10
|
|
|
|
- Add sqlite3 to Camel's pkgconfig requirements.
|
|
|
|
|
2008-08-04 15:26:10 +00:00
|
|
|
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-1.fc10
|
|
|
|
- Update to 2.23.6
|
2008-08-04 17:38:04 +00:00
|
|
|
- Add build requirement for sqlite.
|
2008-08-04 15:26:10 +00:00
|
|
|
|
2008-07-24 03:00:01 +00:00
|
|
|
* Mon Jul 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.5-1.fc10
|
|
|
|
- Update to 2.23.5
|
|
|
|
- Remove patch for RH bug #534080 (fixed upstream).
|
|
|
|
|
2008-07-18 13:23:46 +00:00
|
|
|
* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.23.4-3
|
|
|
|
- fix license tag
|
|
|
|
|
2008-07-03 14:46:10 +00:00
|
|
|
* Thu Jul 03 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.4-2.fc10
|
2008-07-24 03:00:01 +00:00
|
|
|
- Add patch for RH bug #534080 (fix attachment saving).
|
2008-07-03 14:46:10 +00:00
|
|
|
|
2008-06-16 17:41:49 +00:00
|
|
|
* Mon Jun 16 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.4-1.fc10
|
|
|
|
- Update to 2.23.4
|
|
|
|
|
2008-06-02 12:47:59 +00:00
|
|
|
* Mon Jun 02 2008 Matthew Barnes <mbarnes@redhat.com> - 3.23.3-1.fc10
|
|
|
|
- Update to 2.23.3
|
|
|
|
- Remove patch for GNOME bug #531439 (fixed upstream).
|
|
|
|
|
2008-05-19 04:01:27 +00:00
|
|
|
* Sun May 18 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-3.fc10
|
|
|
|
- Add patch for GNOME bug #531439 (GPG passphrases destroy passwords).
|
|
|
|
|
2008-05-13 17:11:55 +00:00
|
|
|
* Tue May 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-2.fc10
|
|
|
|
- Fix some third-party package breakage caused by libebackend.
|
|
|
|
|
2008-05-12 15:05:31 +00:00
|
|
|
* Mon May 12 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.2-1.fc10
|
|
|
|
- Update to 2.23.2
|
|
|
|
- Add files for new libebackend library.
|
|
|
|
- Remove patch for RH bug #202309 (fixed upstream).
|
|
|
|
|
2008-04-22 18:41:03 +00:00
|
|
|
* Mon Apr 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-1.fc10
|
|
|
|
- Update to 2.23.1
|
|
|
|
- Bump eds_base_version to 2.24.
|
|
|
|
- Bump glib2 requirement to 2.16.1.
|
|
|
|
- Drop gnome-vfs2 requirement.
|
|
|
|
|
|
|
|
* Mon Apr 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.1-1.fc9
|
2008-04-07 17:11:03 +00:00
|
|
|
- Update to 2.22.1
|
|
|
|
- Remove patch for RH bug #296671 (fixed upstream).
|
|
|
|
- Remove patch for GNOME bug #523023 (fixed upstream).
|
|
|
|
|
2008-03-24 15:16:08 +00:00
|
|
|
* Mon Mar 24 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3.fc9
|
|
|
|
- Add patch for GNOME bug #523023 (EFolder leak in evo-ex-storage).
|
|
|
|
|
2008-03-12 04:11:03 +00:00
|
|
|
* Tue Mar 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2.fc9
|
|
|
|
- Add patch for RH bug #296671 (GC servers may not support NTLM).
|
|
|
|
|
2008-03-10 17:14:08 +00:00
|
|
|
* Mon Mar 10 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-1.fc9
|
|
|
|
- Update to 2.22.0
|
|
|
|
|
2008-02-25 18:50:51 +00:00
|
|
|
* Mon Feb 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.92-1.fc9
|
|
|
|
- Update to 2.21.92
|
|
|
|
- Remove patch for GNOME bug #516074 (fixed upstream).
|
|
|
|
|
2008-02-14 18:27:04 +00:00
|
|
|
* Thu Feb 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-3.fc9
|
|
|
|
- Try removing the ancient "ldap-x86_64-hack" patch.
|
|
|
|
|
2008-02-13 22:52:21 +00:00
|
|
|
* Wed Feb 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-2.fc9
|
|
|
|
- Rebuild against libsoup 2.3.2.
|
|
|
|
|
2008-02-11 16:05:16 +00:00
|
|
|
* Mon Feb 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-1.fc9
|
|
|
|
- Update to 2.21.91
|
2008-02-12 18:29:55 +00:00
|
|
|
- Add patch for GNOME bug #516074 (latest glibc breaks Camel).
|
2008-02-08 16:23:02 +00:00
|
|
|
|
2008-01-28 22:31:42 +00:00
|
|
|
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1.fc9
|
|
|
|
- Update to 2.21.90
|
|
|
|
- Remove patch for GNOME bug #509644 (fixed upstream).
|
|
|
|
|
2008-01-17 17:30:33 +00:00
|
|
|
* Thu Jan 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-3.fc9
|
|
|
|
- Rename evolution-1.4.4-ldap-x86_64-hack.patch to avoid namespace
|
|
|
|
collision with similarly named patch in evolution (RH bug #395551).
|
|
|
|
|
2008-01-16 18:35:23 +00:00
|
|
|
* Wed Jan 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-2.fc9
|
|
|
|
- Add patch for GNOME bug #509644 (password dialog breakage).
|
|
|
|
- Remove patch for RH bug #384741 (fixed upstream).
|
|
|
|
- Remove patch for GNOME bug #363695 (obsolete).
|
|
|
|
- Remove patch for GNOME bug #376991 (obsolete).
|
|
|
|
|
2008-01-14 20:16:10 +00:00
|
|
|
* Mon Jan 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.5-1.fc9
|
|
|
|
- Update to 2.21.5
|
|
|
|
|
2007-12-17 18:58:53 +00:00
|
|
|
* Mon Dec 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.4-1.fc9
|
|
|
|
- Update to 2.21.4
|
|
|
|
- Require gtk-doc >= 1.9.
|
|
|
|
|
2007-12-05 02:21:35 +00:00
|
|
|
* Tue Dec 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-2
|
|
|
|
- Rebuild against openssl
|
|
|
|
|
2007-12-03 23:05:27 +00:00
|
|
|
* Mon Dec 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.3-1.fc9
|
|
|
|
- Update to 2.21.3
|
|
|
|
|
2007-11-15 19:18:25 +00:00
|
|
|
* Thu Nov 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-2.fc9
|
|
|
|
- Add patch for RH bug #384741 (authentication crash).
|
|
|
|
|
2007-11-12 19:41:51 +00:00
|
|
|
* Mon Nov 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-1.fc9
|
|
|
|
- Update to 2.21.2
|
|
|
|
|
|
|
|
* Mon Oct 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.1-1.fc9
|
2007-10-29 16:59:06 +00:00
|
|
|
- Update to 2.21.1
|
|
|
|
- Bump eds_base_version to 2.22.
|
|
|
|
- Remove patch for RH bug #212106 (fixed upstream).
|
|
|
|
- Remove patch for GNOME bug #417999 (fixed upstream).
|
|
|
|
|
2007-10-26 20:26:33 +00:00
|
|
|
* Fri Oct 26 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-4.fc9
|
|
|
|
- Remove the use_gtk_doc macro.
|
|
|
|
- Remove redundant requirements.
|
|
|
|
- Use the name tag where appropriate.
|
|
|
|
- Add an evolution-data-server-doc subpackage.
|
|
|
|
|
2007-10-19 16:59:47 +00:00
|
|
|
* Thu Oct 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-3.fc9
|
|
|
|
- Porting a couple patches over from RHEL5:
|
|
|
|
- Add patch for RH bug #212106 (address book error on fresh install).
|
|
|
|
- Add patch for RH bug #215702 (bad search filter for LDAP address books).
|
|
|
|
|
2007-10-16 20:07:41 +00:00
|
|
|
* Tue Oct 16 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.1-2.fc8
|
|
|
|
- Disable patch for GNOME bug #376991 for now. It may be contributing
|
|
|
|
to password prompting problems as described in RH bug #296671.
|
|
|
|
|
2007-10-15 16:39:33 +00:00
|
|
|
* Mon Oct 15 2007 Milan Crha <mcrha@redhat.com> - 1.12.1-1.fc8
|
|
|
|
- Update to 1.12.1
|
|
|
|
|
2007-09-17 18:17:31 +00:00
|
|
|
* Mon Sep 17 2007 Matthew Barnes <mbarnes@redhat.com> - 1.12.0-1.fc8
|
|
|
|
- Update to 1.12.0
|
|
|
|
|
2007-09-04 03:16:15 +00:00
|
|
|
* Mon Sep 03 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.92-1.fc8
|
|
|
|
- Update to 1.11.92
|
|
|
|
|
2007-08-28 14:03:43 +00:00
|
|
|
* Tue Aug 28 2007 Milan Crha <mcrha@redhat.com> - 1.11.91-1.fc8
|
|
|
|
- Update to 1.11.91
|
|
|
|
- Removed patch for RH bug #215634 (fixed upstream).
|
|
|
|
- Removed patch for GNOME bug #466987 (fixed upstream).
|
|
|
|
|
2007-08-22 16:01:58 +00:00
|
|
|
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> 1.11.90-4.fc8
|
|
|
|
- Add Requires: glib2 >= 2.14.0, since it's in the buildroot now, and
|
|
|
|
forcibly introduces deps on symbols that don't exist in 2.13. If
|
|
|
|
only we had working symbol versioning.
|
|
|
|
|
2007-08-21 02:56:27 +00:00
|
|
|
* Mon Aug 20 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-3.fc8
|
|
|
|
- Revise patch for GNOME bug #417999 to fix GNOME bug #447591
|
|
|
|
(Automatic Contacts combo boxes don't work).
|
|
|
|
|
2007-08-15 18:21:20 +00:00
|
|
|
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-2.fc8
|
|
|
|
- Re-enable the --with-libdb configure option.
|
|
|
|
|
2007-08-14 16:09:13 +00:00
|
|
|
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-1.fc8
|
|
|
|
- Update to 1.11.90
|
2007-08-15 17:10:06 +00:00
|
|
|
- Add patch for GNOME bug #466987 (glibc redefines "open").
|
2007-08-14 16:09:13 +00:00
|
|
|
- Remove patch for GNOME bug #415891 (fixed upstream).
|
|
|
|
|
2007-08-08 12:46:30 +00:00
|
|
|
* Wed Aug 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.6.1-1.fc8
|
2007-08-01 18:29:43 +00:00
|
|
|
- Update to 1.11.6.1
|
|
|
|
|
2007-07-31 11:35:30 +00:00
|
|
|
* Tue Jul 31 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.6-1.fc8
|
|
|
|
- Update to 1.11.6
|
|
|
|
- Remove patch for GNOME bug #380534 (fixed upstream).
|
|
|
|
|
2007-07-27 14:00:01 +00:00
|
|
|
* Fri Jul 27 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-3.fc8
|
|
|
|
- Add patch for GNOME bug #380534 (clarify version requirements).
|
|
|
|
|
2007-07-17 15:21:30 +00:00
|
|
|
* Tue Jul 17 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-2.fc8
|
|
|
|
- Add patch for RH bug #243296 (fix LDAP configuration).
|
|
|
|
|
2007-07-09 19:57:13 +00:00
|
|
|
* Mon Jul 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.5-1.fc8
|
|
|
|
- Update to 1.11.5
|
|
|
|
|
2007-06-18 20:44:32 +00:00
|
|
|
* Mon Jun 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.4-1.fc8
|
|
|
|
- Update to 1.11.4
|
|
|
|
- Remove patch for RH bug #202309 (fixed upstream).
|
|
|
|
- Remove patch for GNOME bug #312854 (fixed upstream).
|
|
|
|
- Remove patch for GNOME bug #447414 (fixed upstream).
|
|
|
|
|
2007-06-15 16:36:15 +00:00
|
|
|
* Fri Jun 15 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-3.fc8
|
|
|
|
- Add patch for GNOME bug #224277 (Camel IMAP security flaw).
|
|
|
|
|
2007-06-14 19:22:32 +00:00
|
|
|
* Thu Jun 14 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-2.fc8
|
|
|
|
- Add patch for GNOME bug #312584 (renaming Exchange folders).
|
|
|
|
|
2007-06-04 16:50:37 +00:00
|
|
|
* Mon Jun 04 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.3-1.fc8
|
|
|
|
- Update to 1.11.3
|
|
|
|
- Remove patch for GNOME bug #415922 (fixed upstream).
|
|
|
|
|
|
|
|
* Thu May 31 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-3.fc8
|
2007-06-01 04:14:22 +00:00
|
|
|
- Revise patch for GNOME bug #376991 to fix RH bug #241974.
|
|
|
|
|
2007-06-04 16:50:37 +00:00
|
|
|
* Mon May 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-2.fc8
|
2007-05-21 15:05:44 +00:00
|
|
|
- Store account passwords in GNOME Keyring.
|
|
|
|
|
2007-06-04 16:50:37 +00:00
|
|
|
* Fri May 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-1.fc8
|
2007-05-18 17:39:14 +00:00
|
|
|
- Update to 1.11.2
|
|
|
|
- Bump eds_base_version to 1.12.
|
|
|
|
- Add patch to fix implicit function declarations.
|
|
|
|
- Remove patch for RH bug #203058 (fixed upstream).
|
|
|
|
- Remove patch for RH bug #210142 (fixed upstream).
|
|
|
|
- Remove patch for RH bug #235290 (fixed upstream).
|
|
|
|
- Remove patch for GNOME bug #360240 (fixed upstream).
|
|
|
|
- Remove patch for GNOME bug #360619 (fixed upstream).
|
|
|
|
- Remove patch for GNOME bug #373117 (fixed upstream).
|
|
|
|
- Revise patch for GNOME bug #415891 (partially fixed upstream).
|
|
|
|
|
2007-05-10 02:13:05 +00:00
|
|
|
* Wed May 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-6.fc7
|
|
|
|
- Add patch for RH bug #215634 (read NSS certificates more reliably).
|
|
|
|
|
2007-05-08 17:10:23 +00:00
|
|
|
* Tue May 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-5.fc7
|
|
|
|
- Add patch for GNOME bug #373146 (spam message triggers crash).
|
|
|
|
|
2007-05-07 19:49:34 +00:00
|
|
|
* Mon May 07 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-4.fc7
|
|
|
|
- Add patch to fix a dangling pointer in e-source-group.c.
|
|
|
|
|
2007-04-30 20:58:25 +00:00
|
|
|
* Mon Apr 30 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-3.fc7
|
|
|
|
- Revise patch for RH bug #235290 to not break string freeze.
|
|
|
|
|
2007-04-24 20:15:51 +00:00
|
|
|
* Tue Apr 24 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-2.fc7
|
|
|
|
- Add patch for RH bug #235290 (APOP authentication vulnerability).
|
|
|
|
|
2007-04-09 16:41:22 +00:00
|
|
|
* Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.1-1.fc7
|
|
|
|
- Update to 1.10.1
|
|
|
|
- Remove evolution-data-server-1.10.0-no-more-beeps.patch (fixed upstream).
|
|
|
|
|
2007-04-04 16:53:44 +00:00
|
|
|
* Wed Apr 04 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-6.fc7
|
|
|
|
- Revise patch for GNOME bug #417999 (another ESourceComboBox goof).
|
|
|
|
|
2007-04-02 14:10:00 +00:00
|
|
|
* Mon Apr 02 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-5.fc7
|
|
|
|
- Make the new ESourceComboBox widget work properly (RH bug #234760).
|
|
|
|
|
2007-03-27 18:18:03 +00:00
|
|
|
* Tue Mar 27 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-4.fc7
|
|
|
|
- Link to static evolution-openldap library (RH bug #210126).
|
2007-03-27 18:30:19 +00:00
|
|
|
- Require openssl-devel when statically linking against openldap.
|
2007-03-27 18:18:03 +00:00
|
|
|
- Add -Wdeclaration-after-statement to strict build settings.
|
|
|
|
|
2007-03-22 17:24:07 +00:00
|
|
|
* Thu Mar 22 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-3.fc7
|
|
|
|
- Stop beeping at me!
|
|
|
|
|
2007-03-15 00:56:56 +00:00
|
|
|
* Wed Mar 14 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-2.fc7
|
|
|
|
- Modify patch for GNOME bug #376991 to fix RH bug #231994.
|
2007-03-22 17:24:07 +00:00
|
|
|
- Add patch for GNOME bug #417999 (avoid deprecated GTK+ symbols).
|
2007-03-15 00:56:56 +00:00
|
|
|
- Remove evolution-data-server-1.0.2-workaround-cal-backend-leak.patch.
|
|
|
|
- Remove evolution-data-server-1.2.2-fix_open_calendar_declaration.patch.
|
|
|
|
- Remove evolution-data-server-1.3.8-fix-implicit-function-declarations.
|
|
|
|
|
2007-03-13 02:51:25 +00:00
|
|
|
* Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-1.fc7
|
|
|
|
- Update to 1.10.0
|
|
|
|
- Remove patch for GNOME bug #301363 (fixed upstream).
|
|
|
|
|
2007-03-09 19:35:45 +00:00
|
|
|
* Fri Mar 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-4.fc7
|
|
|
|
- Add patch for GNOME bug #415922 (support MS ISA Server 2004).
|
|
|
|
- Patch by Kenny Root.
|
|
|
|
|
2007-03-09 15:52:08 +00:00
|
|
|
* Thu Mar 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-3.fc7
|
|
|
|
- Add patch for GNOME bug #415891 (introduce EFlag API).
|
|
|
|
- Add patch for GNOME bug #376991 (refactor password handling).
|
|
|
|
|
2007-03-06 19:43:27 +00:00
|
|
|
* Tue Mar 06 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-2.fc7
|
|
|
|
- Add patch for GNOME bug #301363 (update timezones).
|
|
|
|
|
2007-02-26 19:09:37 +00:00
|
|
|
* Mon Feb 26 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-1.fc7
|
|
|
|
- Update to 1.9.92
|
|
|
|
- Remove patch for GNOME bug #356177 (fixed upstream).
|
|
|
|
- Add minimum version to intltool requirement (current >= 0.35.5).
|
|
|
|
|
2007-02-12 19:45:53 +00:00
|
|
|
* Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.91-1.fc7
|
|
|
|
- Update to 1.9.91
|
|
|
|
- Add flag to disable deprecated Pango symbols.
|
|
|
|
- Remove patch for GNOME bug #359979 (fixed upstream).
|
|
|
|
|
2007-01-22 03:35:03 +00:00
|
|
|
* Sun Jan 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-4.fc7
|
|
|
|
- Revise evolution-data-server-1.8.0-no-gnome-common.patch so that we no
|
|
|
|
longer have to run autoconf before building.
|
|
|
|
|
2007-01-10 17:14:51 +00:00
|
|
|
* Wed Jan 10 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-3.fc7
|
|
|
|
- Add patch for GNOME bug #359979 (change EMsgPort semantics).
|
|
|
|
|
2012-11-19 11:14:55 +00:00
|
|
|
* Tue Jan 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-2.fc7
|
2007-01-09 19:11:52 +00:00
|
|
|
- Require libsoup-devel in devel subpackage (RH bug #152482).
|
|
|
|
|
2007-01-09 01:46:01 +00:00
|
|
|
* Mon Jan 08 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.5-1.fc7
|
|
|
|
- Update to 1.9.5
|
|
|
|
- Remove patch for GNOME bug #362638 (fixed upstream).
|
|
|
|
- Remove patch for GNOME bug #387638 (fixed upstream).
|
|
|
|
|
2006-12-19 20:52:48 +00:00
|
|
|
* Tue Dec 19 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.4-1.fc7
|
|
|
|
- Update to 1.9.4
|
|
|
|
- Add patch for GNOME bug #373117 (storing color settings).
|
|
|
|
- Add patch for GNOME bug #387638 (implicit function declaration).
|
|
|
|
|
2006-12-04 21:07:51 +00:00
|
|
|
* Mon Dec 04 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.3-1.fc7
|
|
|
|
- Update to 1.9.3
|
|
|
|
- Remove patch for GNOME bug #353924 (fixed upstream).
|
|
|
|
|
2006-11-10 04:09:57 +00:00
|
|
|
* Fri Nov 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-3.fc7
|
|
|
|
- Add patch for RH bug #210142 (calendar crash in indic locales).
|
|
|
|
|
2006-11-08 17:20:13 +00:00
|
|
|
* Wed Nov 08 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-2.fc7
|
|
|
|
- Add patch for RH bug #203058 (name selector dialog glitch).
|
|
|
|
|
2006-11-07 03:44:09 +00:00
|
|
|
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-1.fc7
|
|
|
|
- Update to 1.9.2
|
|
|
|
- Remove patch for Gnome.org bugs #369168, #369259, and #369261
|
|
|
|
(fixed upstream).
|
|
|
|
|
2006-11-02 15:59:09 +00:00
|
|
|
* Thu Nov 2 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-4.fc7
|
|
|
|
- Add patch for Gnome.org bug #369168, #369259, and #369261
|
|
|
|
(misc camel bugs reported by Hans Petter Jansson).
|
|
|
|
|
2006-11-01 17:41:23 +00:00
|
|
|
* Wed Nov 1 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-3.fc7
|
|
|
|
- Add patch for Gnome.org bug #353924 (category sorting).
|
|
|
|
|
2006-10-27 20:33:17 +00:00
|
|
|
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-2.fc7
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.1-2.fc7
|
2006-10-17 01:07:09 +00:00
|
|
|
- Update to 1.9.1
|
2006-10-27 20:31:18 +00:00
|
|
|
- Add patch for Gnome.org bug #356177 (deprecate EMutex).
|
|
|
|
- Add patch for Gnome.org bug #363695 (deprecate EMemPool, EStrv, EPoolv).
|
|
|
|
- Remove Jerusalem.ics timezone file (fixed upstream).
|
2006-10-17 01:07:09 +00:00
|
|
|
- Remove patch for RH bug #198935 (fixed upstream).
|
|
|
|
|
2006-10-16 18:58:11 +00:00
|
|
|
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.1-1.fc7
|
|
|
|
- Update to 1.8.1
|
|
|
|
- Use stricter build settings.
|
|
|
|
- Add patch for Gnome.org bug #360240 ("unused variable" warnings).
|
|
|
|
- Add patch for Gnome.org bug #360619 ("incompatible pointer type" warnings).
|
|
|
|
- Add patch for Gnome.org bug #362638 (deprecate EThread).
|
|
|
|
- Remove patch for RH bug #198935 (fixed upstream).
|
|
|
|
- Remove patch for RH bug #205187 (fixed upstream).
|
|
|
|
- Remove patch for Gnome.org bug #353478 (fixed upstream).
|
|
|
|
- Remove patch for Gnome.org bug #356828 (fixed upstream).
|
|
|
|
- Remove patch for Gnome.org bug #357666 (fixed upstream).
|
|
|
|
|
2006-09-27 14:02:46 +00:00
|
|
|
* Tue Sep 26 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-11.fc6
|
|
|
|
- Add patch for RH bug #203915 (fix dangerous mallocs in camel).
|
|
|
|
|
2006-09-25 19:37:49 +00:00
|
|
|
* Mon Sep 25 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-10.fc6
|
|
|
|
- Add patch for Gnome.org bug #357666.
|
|
|
|
|
2006-09-21 17:42:45 +00:00
|
|
|
* Thu Sep 21 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-9.fc6
|
|
|
|
- Revise patch for RH bug #198935 (fix a crash reported in bug #207446).
|
|
|
|
|
2006-09-20 20:34:23 +00:00
|
|
|
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-8.fc6
|
|
|
|
- Revise patch for RH bug #198935 (fix a typo).
|
|
|
|
|
2006-09-20 19:22:51 +00:00
|
|
|
* Wed Sep 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.8.0-7.fc6
|
|
|
|
- Fix the timezone info for Jerusalem (#207161)
|
|
|
|
|
2006-09-20 11:41:22 +00:00
|
|
|
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-6.fc6
|
|
|
|
- Add patch for Gnome.org bug #356828 (lingering file on uninstall).
|
|
|
|
|
2006-09-18 16:58:17 +00:00
|
|
|
* Mon Sep 18 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-5.fc6
|
|
|
|
- Revise patch for RH bug #205187 (use upstream's version).
|
|
|
|
|
2006-09-16 19:53:17 +00:00
|
|
|
* Sat Sep 16 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-4.fc6
|
|
|
|
- Add patch for RH bug #205187 (crash on startup).
|
|
|
|
|
2006-09-15 18:25:53 +00:00
|
|
|
* Fri Sep 15 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-3.fc6
|
|
|
|
- Revise patch for RH bug #198935 to eliminate a race condition.
|
|
|
|
|
2006-09-12 13:48:18 +00:00
|
|
|
* Tue Sep 12 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-2.fc6
|
|
|
|
- Add patch for RH bug #198935.
|
|
|
|
|
2006-09-05 03:25:40 +00:00
|
|
|
* Mon Sep 4 2006 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-1.fc6
|
|
|
|
- Update to 1.8.0
|
|
|
|
- Remove evolution-data-server-1.5.4-make_imap4_optional.patch (fixed upstream)
|
|
|
|
and save remaining hunk as evolution-data-server-1.8.0-no-gnome-common.patch.
|
|
|
|
- Remove patch for RH bug #202329 (fixed upstream).
|
|
|
|
- Remove patch for Gnome.org bug #349847 (fixed upstream).
|
|
|
|
|
2006-08-29 21:56:06 +00:00
|
|
|
* Tue Aug 29 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-4.fc6
|
|
|
|
- Revise patch for RH bug #198935.
|
|
|
|
- Add patch for Gnome.org bug #353478.
|
|
|
|
|
2006-08-28 14:49:57 +00:00
|
|
|
* Mon Aug 28 2006 Ray Strode <rstrode@redhat.com> - 1.7.92-3.fc6
|
|
|
|
- Add patch from Veerapuram Varadhan to fix fd leak (bug 198935).
|
|
|
|
|
2006-08-22 18:15:38 +00:00
|
|
|
* Tue Aug 22 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-2
|
|
|
|
- Add patch for Gnome.org bug #349847.
|
|
|
|
|
2006-08-21 15:16:19 +00:00
|
|
|
* Mon Aug 21 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.92-1
|
|
|
|
- Update to 1.7.92
|
|
|
|
|
2006-08-16 20:01:46 +00:00
|
|
|
* Wed Aug 16 2006 Ray Strode <rstrode@redhat.com> - 1.7.91-3
|
|
|
|
- Add fix from Matthias Clasen that might help bug 202309.
|
|
|
|
|
2006-08-14 16:39:54 +00:00
|
|
|
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-2
|
|
|
|
- Add patch for RH bug #202329.
|
|
|
|
|
2006-08-07 20:17:14 +00:00
|
|
|
* Mon Aug 7 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.91-1
|
|
|
|
- Update to 1.7.91
|
|
|
|
- Remove patch for Gnome.org bug #348725 (fixed upstream).
|
|
|
|
|
2006-08-04 20:37:20 +00:00
|
|
|
* Fri Aug 4 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-5
|
|
|
|
- Update to 1.7.90.1 (again)
|
|
|
|
|
2006-08-03 18:12:02 +00:00
|
|
|
* Thu Aug 3 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-5
|
2006-08-03 18:07:31 +00:00
|
|
|
- Remove patches for Gnome.org bug #309079 (rejected upstream).
|
|
|
|
- One of these patches was causing RH bug #167157.
|
2006-08-03 18:12:02 +00:00
|
|
|
|
|
|
|
* Thu Aug 3 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-4
|
2006-08-03 18:07:31 +00:00
|
|
|
- No longer packaging unused patches.
|
|
|
|
|
2006-07-31 19:48:55 +00:00
|
|
|
* Mon Jul 31 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-3
|
|
|
|
- Revert to version 1.7.4 to prevent API/ABI breakage.
|
|
|
|
- Add back patch to make --with-libdb configure option work.
|
|
|
|
|
2006-07-31 15:21:15 +00:00
|
|
|
* Mon Jul 31 2006 Ray Strode <rstrode@redhat.com> - 1.7.90.1-4
|
|
|
|
- add executable bits to libs
|
|
|
|
|
2012-11-19 11:14:55 +00:00
|
|
|
* Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 1.7.90.1-3
|
2006-07-31 04:54:36 +00:00
|
|
|
- Rebuild
|
|
|
|
|
2006-07-26 14:09:36 +00:00
|
|
|
* Wed Jul 26 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-2
|
|
|
|
- Rebuild
|
|
|
|
|
2006-07-26 03:23:15 +00:00
|
|
|
* Tue Jul 25 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.90.1-1
|
|
|
|
- Update to 1.7.90.1
|
|
|
|
- Add patch for Gnome.org bug #348725.
|
|
|
|
- Remove patch to make --with-db configure option work (fixed upstream).
|
|
|
|
|
2012-11-19 11:14:55 +00:00
|
|
|
* Wed Jul 19 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-2
|
2006-07-19 17:25:58 +00:00
|
|
|
- Dynamically link to BDB.
|
|
|
|
- Add patch to make --with-db configure option work.
|
|
|
|
- Add Requires for db4 and BuildRequires for db4-devel.
|
|
|
|
- Clean up spec file, renumber patches.
|
|
|
|
|
2006-07-12 12:10:10 +00:00
|
|
|
* Wed Jul 12 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.4-1
|
|
|
|
- Update to 1.7.4
|
|
|
|
- Remove patch for Gnome.org bug #345965 (fixed upstream).
|
|
|
|
|
2006-07-12 05:46:52 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.7.3-3.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-27 19:53:27 +00:00
|
|
|
* Tue Jun 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.3-3
|
|
|
|
- Show GPG key name when asking for the password (Gnome.org #345965).
|
|
|
|
|
2006-06-14 14:20:29 +00:00
|
|
|
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.7.3-2
|
|
|
|
- rebuilt with new gnutls
|
|
|
|
|
2006-06-13 19:57:35 +00:00
|
|
|
* Tue Jun 13 2006 Matthisa Clasen <mclasen@redhat.com> 1.7.3-1
|
|
|
|
- Update to 1.7.3
|
|
|
|
|
2006-06-09 02:25:13 +00:00
|
|
|
* Thu Jun 8 2006 Jeremy Katz <katzj@redhat.com> - 1.7.2-3
|
2006-06-09 02:44:18 +00:00
|
|
|
- BR flex
|
2006-06-09 02:25:13 +00:00
|
|
|
|
2006-05-28 04:28:00 +00:00
|
|
|
* Sat May 27 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.2-2
|
|
|
|
- Add missing BuildRequires for gettext (#193360).
|
|
|
|
|
2006-05-17 16:16:28 +00:00
|
|
|
* Wed May 17 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.2
|
|
|
|
- Update to 1.7.2
|
|
|
|
- Remove evolution-data-server-1.7.1-nss_auto_detect.patch; in upstream now.
|
|
|
|
|
2006-05-15 03:07:27 +00:00
|
|
|
* Sun May 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-2
|
|
|
|
- Add temporary patch evolution-data-server-1.7.1-nss_auto_detect.patch
|
|
|
|
to help `configure' detect the SSL modules (closes #191567).
|
|
|
|
|
2006-05-11 20:14:45 +00:00
|
|
|
* Wed May 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-1
|
|
|
|
- Update to 1.7.1
|
|
|
|
- Bump eds_base_version from 1.6 to 1.8.
|
|
|
|
- Disable evolution-data-server-1.2.0-validatehelo.patch (accepted upstream).
|
|
|
|
|
2006-04-11 02:31:00 +00:00
|
|
|
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 1.6.1-3
|
|
|
|
- Avoid a multilib conflict
|
|
|
|
|
|
|
|
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 1.6.1-2
|
2006-04-11 00:59:34 +00:00
|
|
|
- Update to 1.6.1
|
|
|
|
|
2006-03-13 17:14:05 +00:00
|
|
|
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 1.6.0-1
|
|
|
|
- 1.6.0
|
|
|
|
|
2006-02-27 20:45:21 +00:00
|
|
|
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 1.5.92-1
|
|
|
|
- 1.5.92
|
|
|
|
|
2006-02-15 04:13:53 +00:00
|
|
|
* Tue Feb 14 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.91-1
|
|
|
|
- 1.5.91
|
|
|
|
|
2006-02-11 02:41:23 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.5.90-2.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:36:38 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.5.90-2.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-31 18:21:58 +00:00
|
|
|
* Tue Jan 31 2006 Ray Strode <rstrode@redhat.com> - 1.5.90-2
|
|
|
|
- add build deps (bug 137553)
|
|
|
|
|
2006-01-30 23:36:19 +00:00
|
|
|
* Mon Jan 30 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.90-1
|
|
|
|
- 1.5.90
|
|
|
|
- explicitly list various files rather than rely on globbing
|
|
|
|
- enabled parallel make
|
|
|
|
|
2006-01-26 05:43:55 +00:00
|
|
|
* Wed Jan 25 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.5-1
|
|
|
|
- 1.5.5
|
|
|
|
- added CalDAV backend to the list of packaged extensions
|
|
|
|
|
|
|
|
* Mon Jan 9 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-4
|
2006-01-09 22:31:25 +00:00
|
|
|
- updated patch 300 to remove usage of GNOME_COMPILE_WARNINGS from configure.in
|
|
|
|
(since gnome-common might not be available when we rerun the autotools)
|
|
|
|
|
2006-01-09 21:56:12 +00:00
|
|
|
* Mon Jan 9 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-3
|
|
|
|
- added patch to make the "imap4"/"IMAP4rev1" backend optional; disable it in
|
|
|
|
our packages; re-run automake since we have touched various Makefile.am
|
|
|
|
files; rerun intltoolize to avoid incompatibilities between tarball copy of
|
|
|
|
intltool-merge.in and intltool.m4 in intltool package (@EXPANDED_LIBDIR@
|
|
|
|
renamed to @INTLTOOL_LIBDIR@) (#167574)
|
|
|
|
- explicitly list the camel providers and e-d-s extension files in the spec file
|
|
|
|
|
2006-01-05 20:50:40 +00:00
|
|
|
* Thu Jan 5 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-2
|
|
|
|
- added patch from David Woodhouse to validate reverse DNS domain before using
|
|
|
|
in SMTP greeting (patch 103, #151121)
|
|
|
|
|
2006-01-03 20:56:28 +00:00
|
|
|
* Tue Jan 3 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-1
|
|
|
|
- 1.5.4
|
|
|
|
|
2005-12-19 22:50:23 +00:00
|
|
|
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.3-2
|
|
|
|
- Update specfile and patch 5 (evolution-data-server-1.3.5-nspr_fix.patch) to
|
|
|
|
use nss rather than mozilla-nss throughout
|
|
|
|
|
2005-12-19 21:03:17 +00:00
|
|
|
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.3-1
|
|
|
|
- 1.5.3
|
|
|
|
|
2005-12-09 22:40:22 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-06 19:59:22 +00:00
|
|
|
* Tue Dec 6 2005 David Malcolm <dmalcolm@redhat.com> - 1.5.2-1
|
|
|
|
- 1.5.2
|
|
|
|
- bump eds_base_version from 1.4 to 1.6
|
|
|
|
- updated patch 102
|
|
|
|
|
2005-12-05 20:45:14 +00:00
|
|
|
* Mon Dec 5 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.2.1-1
|
|
|
|
- 1.4.2.1
|
|
|
|
|
2005-12-01 20:25:54 +00:00
|
|
|
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.2-1
|
|
|
|
- 1.4.2
|
|
|
|
|
2005-11-29 13:25:14 +00:00
|
|
|
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-3
|
|
|
|
- add -DLDAP_DEPRECATED to CFLAGS (#172999)
|
|
|
|
|
2005-11-11 21:54:12 +00:00
|
|
|
* Thu Nov 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-2
|
|
|
|
- Updated license field to reflect change from GPL to LGPL
|
|
|
|
- Remove all static libraries, not just those in /usr/lib; avoid listing libdir
|
|
|
|
subdirectory so that we can be more explicit about the package payload (bug
|
|
|
|
#172882)
|
|
|
|
|
2005-10-18 01:28:27 +00:00
|
|
|
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-1
|
|
|
|
- 1.4.1.1
|
|
|
|
|
2005-10-17 19:17:20 +00:00
|
|
|
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1-2
|
|
|
|
- Updated patch 102 (fix-implicit-function-declarations) to include fix for
|
|
|
|
http calendar backend (thanks to Peter Robinson)
|
|
|
|
|
2005-10-04 17:48:38 +00:00
|
|
|
* Tue Oct 4 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1-1
|
|
|
|
- 1.4.1
|
|
|
|
|
2005-09-15 01:49:40 +00:00
|
|
|
* Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 1.4.0-2
|
|
|
|
- rebuild now that mozilla builds on ppc64
|
|
|
|
|
2005-09-07 17:24:41 +00:00
|
|
|
* Tue Sep 6 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.0-1
|
|
|
|
- 1.4.0
|
|
|
|
- Removed evolution-data-server-1.3.8-fix-libical-vsnprintf.c.patch; a version
|
|
|
|
of this is now upstream (was patch 103, added in 1.3.8-2)
|
|
|
|
|
2005-09-01 01:28:57 +00:00
|
|
|
* Wed Aug 31 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-6
|
|
|
|
- Use regular LDAP library for now, rather than evolution-openldap (#167238)
|
|
|
|
|
2005-08-30 21:47:38 +00:00
|
|
|
* Tue Aug 30 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-5
|
|
|
|
- Add -Werror-implicit-function-declaration back to CFLAGS at the make stage,
|
|
|
|
after the configure, to spot 64-bit problems whilst avoiding breaking
|
|
|
|
configuration tests; expand patch 102 to avoid this breaking libdb's CFLAGS
|
|
|
|
|
2005-08-26 04:07:43 +00:00
|
|
|
* Wed Aug 24 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-4
|
|
|
|
- Remove -Werror-implicit-function-declaration from CFLAGS; this broke the
|
|
|
|
configuration test for fast mutexes in the internal copy of libdb, and hence
|
|
|
|
broke access to local addressbooks (#166742)
|
|
|
|
- Introduce static_ldap macro; use it to link to static evolution-openldap
|
|
|
|
library, containing NTLM support for LDAP binds (needed by Exchange support)
|
|
|
|
|
2005-08-24 02:42:26 +00:00
|
|
|
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-3
|
|
|
|
- Updated patch 102 to fix further implicit function declarations
|
|
|
|
|
2005-08-23 23:45:57 +00:00
|
|
|
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-2
|
|
|
|
- added patch (103) to fix problem with configuration macros in libical's
|
|
|
|
vsnprintf.c
|
|
|
|
|
2005-08-23 23:18:55 +00:00
|
|
|
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-1
|
|
|
|
- 1.3.8
|
|
|
|
- Add -Werror-implicit-function-declaration to CFLAGS, to avoid 64-bit issues
|
|
|
|
and add patch to fix these where they occur (patch 102)
|
|
|
|
|
2005-08-15 22:42:34 +00:00
|
|
|
* Mon Aug 15 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.7-2
|
|
|
|
- rebuild
|
|
|
|
|
2005-08-09 17:24:24 +00:00
|
|
|
* Tue Aug 9 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.7-1
|
|
|
|
- 1.3.7
|
|
|
|
|
2005-08-08 12:10:01 +00:00
|
|
|
* Mon Aug 8 2005 Tomas Mraz <tmraz@redhat.com> - 1.3.6.1-2
|
|
|
|
- rebuild with new gnutls
|
|
|
|
|
2005-07-29 20:45:03 +00:00
|
|
|
* Fri Jul 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.6.1-1
|
|
|
|
- 1.3.6.1
|
|
|
|
|
2005-07-28 21:18:54 +00:00
|
|
|
* Thu Jul 28 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.6-1
|
|
|
|
- 1.3.6
|
|
|
|
|
2005-07-25 23:03:25 +00:00
|
|
|
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.5-2
|
|
|
|
- Added patch to use nspr rather than mozilla-nspr when doing pkg-config tests
|
|
|
|
(Patch5: evolution-data-server-1.3.5-nspr_fix.patch)
|
|
|
|
|
2005-07-25 21:50:20 +00:00
|
|
|
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.5-1
|
|
|
|
- 1.3.5
|
|
|
|
- Split eds_major (was 1.2) into eds_base_version (1.4) and eds_api_version
|
|
|
|
(1.2) to correspond to BASE_VERSION and API_VERSION in configure.in; updated
|
|
|
|
rest of specfile accordingly.
|
|
|
|
- Removed upstreamed patch:
|
|
|
|
evolution-data-server-1.2.0-cope-with-a-macro-called-read.patch
|
|
|
|
|
2012-11-19 11:14:55 +00:00
|
|
|
* Mon Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-4.fc5
|
2005-06-27 22:54:39 +00:00
|
|
|
- Added leak fixes for GNOME bug 309079 provided by Mark G. Adams
|
|
|
|
|
2005-05-18 16:59:12 +00:00
|
|
|
* Wed May 18 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-3
|
|
|
|
- bumped libsoup requirement to 2.2.3; removed mozilla_build_version, using
|
|
|
|
pkg-config instead for locating NSPRS and NSS headers/libraries (#158085)
|
|
|
|
|
2005-04-12 02:27:47 +00:00
|
|
|
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-2
|
|
|
|
- added patch to calendar/libecal/e-cal.c to fix missing declaration of open_calendar
|
|
|
|
|
2005-04-12 00:10:20 +00:00
|
|
|
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-1
|
|
|
|
- 1.2.2
|
|
|
|
|
2005-03-17 22:14:16 +00:00
|
|
|
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.1-1
|
|
|
|
- 1.2.1
|
|
|
|
|
2005-03-10 19:10:31 +00:00
|
|
|
* Thu Mar 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-3
|
|
|
|
- Removed explicit run-time spec-file requirement on mozilla.
|
|
|
|
The Mozilla NSS API/ABI stabilised by version 1.7.3
|
|
|
|
The libraries are always located in the libdir
|
|
|
|
However, the headers are in /usr/include/mozilla-%{mozilla_build_version}
|
|
|
|
and so they move each time the mozilla version changes.
|
|
|
|
So we no longer have an explicit mozilla run-time requirement in the specfile;
|
|
|
|
a requirement on the appropriate NSS and NSPR .so files is automagically generated on build.
|
|
|
|
We have an explicit, exact build-time version, so that we can find the headers (without
|
|
|
|
invoking an RPM query from the spec file; to do so is considered bad practice)
|
|
|
|
- Introduced mozilla_build_version, to replace mozilla_version
|
|
|
|
- Set mozilla_build_version to 1.7.6 to reflect current state of tree
|
|
|
|
|
2005-03-08 22:49:03 +00:00
|
|
|
* Tue Mar 8 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-2
|
|
|
|
- Added a patch to deal with glibc defining a macro called "read"
|
|
|
|
|
2005-03-08 20:11:25 +00:00
|
|
|
* Tue Mar 8 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-1
|
|
|
|
- 1.2.0
|
|
|
|
- Removed patch for GCC 4 as this is now in upstream tarball
|
|
|
|
|
2005-03-02 20:52:57 +00:00
|
|
|
* Wed Mar 2 2005 Jeremy Katz <katzj@redhat.com> - 1.1.6-6
|
|
|
|
- rebuild to fix library linking silliness
|
|
|
|
|
2005-03-01 23:14:15 +00:00
|
|
|
* Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-5
|
|
|
|
- disabling gtk-doc on ia64 and s390x
|
|
|
|
|
2005-03-01 21:46:24 +00:00
|
|
|
* Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-4
|
|
|
|
- added macro use_gtk_doc; added missing BuildRequires on gtk-doc; enabled gtk-doc generation on all platforms (had been disabled on ia64)
|
|
|
|
|
2005-03-01 20:48:08 +00:00
|
|
|
* Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-3
|
|
|
|
- extended patch to deal with camel-groupwise-store-summary.c
|
|
|
|
|
2005-03-01 20:23:39 +00:00
|
|
|
* Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-2
|
|
|
|
- added patch to fix badly-scoped declaration of "namespace_clear" in camel-imap-store-summary.c
|
|
|
|
|
2005-03-01 19:43:45 +00:00
|
|
|
* Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-1
|
|
|
|
- 1.1.6
|
|
|
|
|
2005-02-09 01:02:00 +00:00
|
|
|
* Tue Feb 8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-3
|
|
|
|
- rebuild
|
|
|
|
|
2005-02-08 20:58:49 +00:00
|
|
|
* Tue Feb 8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-2
|
|
|
|
- forgot to fix sources
|
|
|
|
|
2005-02-08 20:53:53 +00:00
|
|
|
* Tue Feb 8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-1
|
|
|
|
- 1.1.5
|
|
|
|
|
2005-01-27 23:43:46 +00:00
|
|
|
* Thu Jan 27 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.2-1
|
|
|
|
- Update from unstable 1.1.4.1 to unstable 1.1.1.4.2
|
|
|
|
|
2005-01-27 01:19:19 +00:00
|
|
|
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-3
|
|
|
|
- disable gtk-doc generation on ia64 for now
|
|
|
|
|
2005-01-27 00:34:30 +00:00
|
|
|
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-2
|
|
|
|
- Exclude ppc64 due to missing mozilla dependency
|
|
|
|
|
2005-01-27 00:28:15 +00:00
|
|
|
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-1
|
|
|
|
- Update from 1.0.3 to 1.1.4.1
|
|
|
|
- Updated eds_major from 1.0 to 1.2; fixed translation search path.
|
|
|
|
- Removed 64-bit patch for calendar backend hash table; upstream now stores pointers to ECalBackendFactory, rather than GType
|
|
|
|
- Removed calendar optimisation patch for part of part of bug #141283 as this is now in the upstream tarball
|
|
|
|
- Added /usr/lib/evolution-data-server-%{eds_major} to cover the extensions, plus the camel code now in e-d-s, rather than evolution
|
|
|
|
- Added /usr/share/pixmaps/evolution-data-server-%{eds_major} to cover the category pixmaps
|
|
|
|
- Camel code from evolution is now in evolution-data-server:
|
|
|
|
- Added camel-index-control and camel-lock-helper to packaged files
|
|
|
|
- Added mozilla dependency code from the evolution package
|
|
|
|
- Ditto for LDAP
|
|
|
|
- Ditto for krb5
|
|
|
|
- Ditto for NNTP support handling
|
|
|
|
- Ditto for --enable-file-locking and --enable-dot-locking
|
|
|
|
- Added requirements on libbonobo, libgnomeui, gnome-vfs2, GConf2, libglade2
|
|
|
|
- Updated libsoup requirement from 2.2.1 to 2.2.2
|
|
|
|
- Enabled gtk-doc
|
|
|
|
|
2004-12-16 01:05:50 +00:00
|
|
|
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-2
|
|
|
|
- fixed packaging of translation files to reflect upstream change to GETTEXT_PACKAGE being evolution-data-server-1.0 rather than -1.5
|
|
|
|
|
2004-12-16 00:16:23 +00:00
|
|
|
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-1
|
|
|
|
- update from upstream 1.0.2 to 1.0.3:
|
|
|
|
* Address Book
|
|
|
|
- prevent e_book_commit_contact from crashing on multiple calls (Diego Gonzalez)
|
|
|
|
- prevent file backend from crashing if uid of vcard is NULL (Diego Gonzalez)
|
|
|
|
|
|
|
|
* Calendar
|
|
|
|
#XB59904 - Speed up calendar queries (Rodrigo)
|
|
|
|
#XB69624 - make changes in evo corresponding to soap schema changes (Siva)
|
|
|
|
- fix libical build for automake 1.9 (Rodney)
|
|
|
|
- fix putenv usage for portability (Julio M. Merino Vidal)
|
|
|
|
|
|
|
|
* Updated Translations:
|
|
|
|
- sv (Christian Rose)
|
|
|
|
|
|
|
|
- Removed patches to fix build on x86_64 and calendar optimisation for XB59004 as these are in the upstream tarball
|
|
|
|
|
2004-12-08 00:27:01 +00:00
|
|
|
* Tue Dec 7 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-6
|
|
|
|
- Amortize writes to a local cache of a webcal calendar, fixing further aspect of #141283 (upstream bugzilla #70267), as posted to mailing list here:
|
|
|
|
http://lists.ximian.com/archives/public/evolution-patches/2004-December/008338.html
|
|
|
|
(The groupwise part of that patch did not cleanly apply, so I removed it).
|
|
|
|
|
2004-12-03 23:11:19 +00:00
|
|
|
* Thu Dec 2 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-5
|
|
|
|
- Added fix for #141283 (upstream bugzilla XB 59904), a backported calendar
|
|
|
|
optimisation patch posted to upstream development mailing list here:
|
|
|
|
http://lists.ximian.com/archives/public/evolution-patches/2004-November/008139.html
|
|
|
|
|
|
|
|
* Wed Nov 3 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-4
|
|
|
|
- Added patch to fix usage of GINT_TO_POINTER/GPOINTER_TO_INT for calendar backend GType hash table, breaking on ia64 (#136914)
|
|
|
|
|
2004-10-20 06:30:06 +00:00
|
|
|
* Wed Oct 20 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-3
|
|
|
|
- added workaround for a backend leak that causes the "contacts" calendar
|
|
|
|
backend to hold open an EBook for the local contacts (filed upstream at:
|
|
|
|
http://bugzilla.ximian.com/show_bug.cgi?id=68533 ); this was causing e-d-s to
|
|
|
|
never lose its last addressbook, and hence never quit. We workaround this by
|
|
|
|
detecting this condition and exiting when it occurs, fixing bug #134851 and #134849.
|
|
|
|
|
2004-10-12 21:20:26 +00:00
|
|
|
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-2
|
|
|
|
- added patch to fix build on x86_64 (had multiple definitions of mutex code in libdb/dbinc.mutex.h)
|
|
|
|
|
2004-10-12 17:00:54 +00:00
|
|
|
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-1
|
|
|
|
- update from 1.0.1 to 1.0.2
|
|
|
|
- increased libsoup requirement to 2.2.1 to match configuration script
|
|
|
|
|
2004-09-28 16:58:25 +00:00
|
|
|
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.1-1
|
|
|
|
- update from 1.0.0 to 1.0.1
|
|
|
|
- removed patch that fixed warnings in calendar code (now in upstream tarball)
|
|
|
|
|
2004-09-20 22:35:06 +00:00
|
|
|
* Mon Sep 20 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.0-2
|
2004-09-20 22:43:20 +00:00
|
|
|
- fixed various warnings in the calendar code
|
|
|
|
(filed upstream here: http://bugzilla.ximian.com/show_bug.cgi?id=66383)
|
2004-09-20 22:35:06 +00:00
|
|
|
|
2004-09-14 18:44:21 +00:00
|
|
|
* Tue Sep 14 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.0-1
|
|
|
|
- update from 0.0.99 to 1.0.0
|
|
|
|
- changed path in FTP source location from 0.0 to 1.0
|
|
|
|
|
2004-09-09 04:38:54 +00:00
|
|
|
* Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.99-1
|
|
|
|
- update from 0.0.98 to 0.0.99
|
|
|
|
- increased libsoup requirement to 2.2.0 to match configuration script
|
|
|
|
|
2004-09-09 04:38:27 +00:00
|
|
|
* Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.98-1
|
|
|
|
- updated tarball from 0.0.97 to 0.0.98; updated required libsoup version to 2.1.13
|
|
|
|
|
2004-09-09 04:38:08 +00:00
|
|
|
* Thu Aug 5 2004 Warren Togami <wtogami@redhat.com> - 0.0.97-2
|
|
|
|
- pkgconfig -devel Requires libbonobo-devel, libgnome-devel
|
|
|
|
|
2004-09-09 04:37:59 +00:00
|
|
|
* Wed Aug 4 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.97-1
|
|
|
|
- upgraded to 0.0.97; rewrote the package's description
|
|
|
|
|
2004-09-09 04:37:55 +00:00
|
|
|
* Mon Jul 26 2004 David Malcolm <dmalcolm@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-2
|
|
|
|
- added version numbers to the BuildRequires test for libsoup-devel and ORBit2-devel
|
|
|
|
|
|
|
|
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-1
|
|
|
|
- 0.0.96; libsoup required is now 2.1.12
|
|
|
|
|
2004-09-09 04:37:53 +00:00
|
|
|
* Thu Jul 8 2004 David Malcolm <dmalcolm@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:37:38 +00:00
|
|
|
* Wed Jul 7 2004 David Malcolm <dmalcolm@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Jul 6 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.95-1
|
|
|
|
- 0.0.95
|
|
|
|
|
2004-09-09 04:37:22 +00:00
|
|
|
* Thu Jun 17 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94.1-1
|
|
|
|
- 0.0.94.1
|
|
|
|
|
2004-09-09 04:37:04 +00:00
|
|
|
* Mon Jun 7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-2
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:36:59 +00:00
|
|
|
* Mon Jun 7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-1
|
|
|
|
- 0.0.94
|
|
|
|
|
|
|
|
* Wed May 26 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-4
|
|
|
|
- added ORBit2 requirement
|
|
|
|
|
2004-09-09 04:36:55 +00:00
|
|
|
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-3
|
|
|
|
- rebuild again
|
|
|
|
|
2004-09-09 04:36:47 +00:00
|
|
|
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-2
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu May 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-1
|
|
|
|
- 0.0.93; libsoup required is now 2.1.10
|
|
|
|
|
2004-09-09 04:36:03 +00:00
|
|
|
* Wed Apr 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.92-1
|
|
|
|
- Update to 0.0.92; added a define and a requirement on the libsoup version
|
|
|
|
|
|
|
|
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 0.0.90-1
|
|
|
|
- 0.0.90
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:35:42 +00:00
|
|
|
* Mon Jan 26 2004 Jeremy Katz <katzj@redhat.com> - 0.0.6-1
|
|
|
|
- 0.0.6
|
|
|
|
|
2004-09-09 04:35:38 +00:00
|
|
|
* Wed Jan 21 2004 Jeremy Katz <katzj@redhat.com> - 0.0.5-2
|
|
|
|
- better fix by using system libtool
|
|
|
|
|
|
|
|
* Mon Jan 19 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-1
|
|
|
|
- add some libdb linkage to make the build on x86_64 happy
|
|
|
|
|
|
|
|
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-0
|
|
|
|
- update to 0.0.5
|
|
|
|
|
|
|
|
* Sat Jan 3 2004 Jeremy Katz <katzj@redhat.com> 0.0.4-0
|
|
|
|
- Initial build.
|