2004-09-09 04:40:44 +00:00
# no ppc64 mozilla
ExcludeArch : ppc64
2005-03-18 01:08:57 +00:00
%define gal_version 2:2.4.1
%define gtkhtml_version 3.6.1
2005-01-27 01:58:57 +00:00
%define soup_version 2.2.2
2005-03-18 01:08:57 +00:00
%define eds_version 1.2.1
2004-09-09 04:40:44 +00:00
%define use_mozilla_nss 1
2005-01-27 01:58:57 +00:00
%define evo_major 2.2
2004-09-09 04:40:48 +00:00
%define libbonoboui_version 2.4.2
2004-09-09 04:41:17 +00:00
%define orbit2_version 2.9.8
2004-09-09 04:42:39 +00:00
%define gnome_icon_theme_version 1.3.6
2005-03-02 00:03:04 +00:00
%define libgnomeprint22_version 2.8.0
2005-03-14 23:21:04 +00:00
%define dbus_version 0.31
2005-03-18 01:08:57 +00:00
%define gnomevfs2_version 2.4
2004-09-09 04:34:48 +00:00
2005-03-10 19:41:24 +00:00
##########################################################
# The Mozilla NSS API/ABI stabilised by version 1.7.3
# The libraries are always located in the libdir, and a dependency on them will be autogenerated.
# However, the headers are in /usr/include/mozilla-%{mozilla_build_version} and so they move each time the mozilla version changes.
# We use this macro to locate the headers:
2004-09-09 04:38:07 +00:00
%if %{use_mozilla_nss}
2005-03-10 19:41:24 +00:00
%define mozilla_build_version 1.7.6
2004-09-28 20:57:11 +00:00
%endif
2005-03-10 19:41:24 +00:00
##########################################################
2004-09-28 20:57:11 +00:00
2004-09-09 04:34:36 +00:00
%define ldap_support 1
2004-09-09 04:39:04 +00:00
%define krb5_support 1
2004-09-09 04:38:00 +00:00
%ifarch s390 s390x
%define pilot_support 0
%else
2005-03-15 03:41:59 +00:00
%define pilot_support 0
2004-09-09 04:38:00 +00:00
%endif
2004-09-09 04:39:04 +00:00
# note that nntp is non-functional in evo 1.3.x
2004-09-09 04:40:44 +00:00
%define nntp_support 1
2004-09-09 04:34:36 +00:00
Name : evolution
2005-03-18 17:28:40 +00:00
Version : 2.2.1.1
2005-03-23 15:46:17 +00:00
Release : 2
2004-09-09 04:34:36 +00:00
License : GPL
BuildRoot : %{_tmppath} /%{name} -%{version} -root
URL : http://www.ximian.com/
2005-01-27 01:58:57 +00:00
Source0 : ftp://ftp.gnome.org/pub/gnome/stable/sources/evolution/2.1/%{name} -%{version} .tar.bz2
2004-09-09 04:38:07 +00:00
2004-09-09 04:34:57 +00:00
# patches pulled from upstream CVS
# Red Hat Linux specific patches
2004-09-09 04:40:44 +00:00
#Patch11: evolution-1.3.2-redhatify.patch
2004-09-09 04:35:28 +00:00
2004-09-09 04:38:07 +00:00
# db3 starts using POSIX/thread/library for mutexes with nptl otherwise :/
2004-09-09 04:40:44 +00:00
#Patch99: db3-dont-use-pthread.patch
2004-09-09 04:39:04 +00:00
# bad hack
Patch98 : evolution-1.4.4-ldap-x86_64-hack.patch
# patches sent upstream
2005-03-02 00:03:04 +00:00
Patch100 : evo-addressbook-print-with-pango-2.patch
Patch101 : evo-calendar-print-with-pango-4.patch
2004-09-09 04:38:07 +00:00
2005-03-09 16:39:44 +00:00
# patch from upstream:
Patch102 : evolution-2.2.0-XB73192.patch
2005-03-10 19:41:24 +00:00
Patch103 : evolution-2.2.0-fix-for-dbus31.patch
2005-03-15 02:55:34 +00:00
Patch104 : evolution-2.2.0-port-to-pilot-link-0.12.patch
2005-03-10 19:41:24 +00:00
2005-03-23 15:46:17 +00:00
Patch105 : evolution-2.2.1.1-XB73844.patch
2004-09-09 04:39:04 +00:00
# not accepted, but proposed on a few occasions. fixes problems with
# some cyrus servers
2004-09-09 04:40:44 +00:00
#Patch200: evolution-1.4.5-imap-command-length.patch
2004-09-09 04:39:04 +00:00
# this was rejected due to adding a dependency on DISPLAY for
# evolution-wombat but it does work to fix the problem
2004-09-09 04:40:44 +00:00
#Patch500: evolution-wombat-sm.patch
2004-09-09 04:42:27 +00:00
# This was added upstream in 1.5.93, with configure-time detection
#Patch700: evolution-1.5.9.1-filechooser.patch
2004-09-09 04:38:07 +00:00
2004-09-09 04:34:36 +00:00
Summary : GNOME's next-generation groupware suite
Group : Applications/Productivity
Requires : scrollkeeper >= 0.1.4
2004-09-09 04:39:04 +00:00
Requires : ORBit2 >= 2.7.5
Requires : libsoup >= %{soup_version}
Requires : libgal2 >= %{gal_version}
2004-09-09 04:40:44 +00:00
Requires : evolution-data-server >= %{eds_version}
2004-09-09 04:39:04 +00:00
Requires : gnome-spell >= 1.0.2
2004-09-09 04:40:44 +00:00
Requires : gtk2 >= 2.4.0
2004-09-09 04:40:48 +00:00
Requires : libbonoboui >= %{libbonoboui_version}
2004-09-09 04:41:17 +00:00
Requires : ORBit2 >= %{orbit2_version}
Requires : spamassassin
2004-09-09 04:42:14 +00:00
Requires : gnome-icon-theme >= %{gnome_icon_theme_version}
2004-10-22 23:45:41 +00:00
Requires : redhat-menus >= 1.13
2004-10-23 00:04:55 +00:00
Requires : gnutls
2005-03-14 23:16:50 +00:00
Requires : dbus >= %{dbus_version}
2005-03-02 00:03:04 +00:00
Requires : libgnomeprint22 >= %{libgnomeprint22_version}
2005-03-18 01:08:57 +00:00
Requires : gnome-vfs2 >= %{gnomevfs2_version}
2004-09-09 04:39:04 +00:00
2005-03-02 00:03:04 +00:00
BuildRequires : gtkhtml3-devel >= %{gtkhtml_version}
BuildRequires : libgal2-devel >= %{gal_version}
2004-09-09 04:39:04 +00:00
BuildRequires : libsoup-devel >= %{soup_version}
2005-03-02 00:03:04 +00:00
BuildRequires : evolution-data-server-devel >= %{eds_version}
2004-09-09 04:39:04 +00:00
BuildRequires : libbonobo-devel >= 2.0
2004-09-09 04:40:48 +00:00
BuildRequires : libbonoboui-devel >= %{libbonoboui_version}
2005-03-18 01:08:57 +00:00
BuildRequires : gnome-vfs2-devel >= %{gnomevfs2_version}
2004-09-09 04:39:04 +00:00
BuildRequires : libgnomeui-devel >= 2.0
BuildRequires : libgnomecanvas-devel >= 2.0
BuildRequires : libxml2-devel
BuildRequires : GConf2-devel
2004-09-09 04:40:44 +00:00
BuildRequires : intltool
2004-09-09 04:41:17 +00:00
BuildRequires : ORBit2-devel >= %{orbit2_version}
2005-01-27 01:58:57 +00:00
BuildRequires : atk-devel
2004-09-09 04:39:04 +00:00
# kind of silly...
BuildRequires : flex bison byacc libtool gettext
2004-10-23 00:04:55 +00:00
BuildRequires : gnutls-devel
2005-03-14 23:16:50 +00:00
BuildRequires : dbus-devel >= %{dbus_version}
2005-03-02 00:03:04 +00:00
BuildRequires : gtk-doc
2004-09-09 04:38:07 +00:00
%if %{use_mozilla_nss}
2005-03-10 19:41:24 +00:00
BuildRequires : mozilla-nspr-devel >= 37:%{mozilla_build_version}
BuildRequires : mozilla-nss-devel >= 37:%{mozilla_build_version}
2004-09-09 04:39:04 +00:00
%else
BuildRequires : openssl-devel
2004-09-09 04:38:07 +00:00
%endif
2004-09-09 04:35:28 +00:00
2004-09-09 04:38:07 +00:00
BuildRequires : pkgconfig
2004-09-09 04:35:28 +00:00
BuildRequires : desktop-file-utils
2005-03-02 00:03:04 +00:00
BuildRequires : libgnomeprint22-devel >= %{libgnomeprint22_version}
2004-09-09 04:34:36 +00:00
%if %{ldap_support}
2004-09-09 04:35:36 +00:00
BuildRequires : openldap-devel >= 2.0.11
2004-09-09 04:34:36 +00:00
%endif
%if %{pilot_support}
2004-09-09 04:39:04 +00:00
BuildRequires : gnome-pilot-devel >= 2.0.6
2004-09-09 04:38:00 +00:00
# bleah, gnome-pilot really sucks this in, but then I have to have an explicit
# versioning for gnome-pilot when it changes less than pilot-link itself
BuildRequires : pilot-link-devel >= 1:0.11.4
2004-09-09 04:39:04 +00:00
Requires : gnome-pilot >= 2.0.6
2004-09-09 04:34:36 +00:00
%endif
%if %{krb5_support}
BuildRequires : krb5-devel
2004-09-09 04:39:04 +00:00
# tweak for krb5 1.2 vs 1.3
%define krb5dir /usr/kerberos
#define krb5dir `pwd`/krb5-fakeprefix
2004-09-09 04:34:36 +00:00
%endif
%description
Evolution is the GNOME mailer, calendar, contact manager and
communications tool. The tools which make up Evolution will
be tightly integrated with one another and act as a seamless
personal information-management tool.
2004-09-09 04:39:04 +00:00
%package devel
Summary : Development files for building against evolution
Group : Development/Libraries
Requires : %{name} = %{version}
Requires : gtkhtml3-devel >= %{gtkhtml_version}
Requires : libgal2-devel >= %{gal_version}
Requires : libsoup-devel >= %{soup_version}
%description devel
Development files needed for building things which link against evolution.
2004-09-09 04:34:36 +00:00
%prep
2004-09-09 04:40:44 +00:00
%setup -q
2004-09-09 04:39:04 +00:00
# these are in CVS already on the 1-4-branch
2004-09-09 04:34:57 +00:00
2004-12-01 23:12:03 +00:00
# these are in CVS already on the gnome-2-8 branch
2004-09-09 04:34:57 +00:00
# Red Hat specific patches
2004-09-09 04:40:44 +00:00
#patch11 -p1 -b .rhatify
2004-09-09 04:35:02 +00:00
2004-09-09 04:40:44 +00:00
#patch99 -p1 -b .db3pthread
2004-09-09 04:39:04 +00:00
%patch98 -p1 -b .ldaphack
# patches sent upstream
2005-03-02 00:03:04 +00:00
%patch100 -p0 -b .addressbook-print-with-pango
%patch101 -p0 -b .calendar-print-with-pango
2004-09-09 04:39:04 +00:00
2005-03-09 16:39:44 +00:00
# patch from upstream:
cd mail
%patch102 -p0 -b .XB-73912
cd ..
2005-03-10 19:41:24 +00:00
%patch103 -p1 -b .fix-for-dbus31
2005-03-15 02:55:34 +00:00
%patch104 -p1 -b .port-to-pilot-link-0.12
2005-03-23 15:46:17 +00:00
%patch105 -p0 -b .XB-73844
2004-09-09 04:40:44 +00:00
#patch200 -p1 -b .commandlength
2004-09-09 04:39:04 +00:00
2004-09-09 04:39:17 +00:00
#patch500 -p0 -b .wombatsm
2004-09-09 04:39:04 +00:00
2004-09-09 04:42:27 +00:00
#patch700 -p1 -b .filechooser
2004-09-09 04:40:44 +00:00
2004-09-09 04:39:04 +00:00
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
mkdir -p krb5-fakeprefix/%{_lib}
2004-09-09 04:38:07 +00:00
2004-09-09 04:34:36 +00:00
%build
# define all of our flags, this is kind of ugly :(
%if %{ldap_support}
%define ldap_flags --with-openldap=yes
%else
%define ldap_flags --without-openldap
%endif
%if %{pilot_support}
%define pilot_flags --enable-pilot-conduits=yes
%else
%define pilot_flags --enable-pilot-conduits=no
%endif
%if %{krb5_support}
2004-09-09 04:39:04 +00:00
%define krb5_flags --with-krb5=%{krb5dir}
2004-09-09 04:34:36 +00:00
%else
%define krb5_flags --without-krb5
%endif
%if %{nntp_support}
%define nntp_flags --enable-nntp=yes
%else
%define nntp_flags --enable-nntp=no
%endif
2004-09-09 04:38:07 +00:00
%if %{use_mozilla_nss}
2005-03-10 19:41:24 +00:00
%define ssl_flags --with-nspr-includes=/usr/include/mozilla-%{mozilla_build_version}/nspr --with-nspr-libs=%{_libdir} --with-nss-includes=/usr/include/mozilla-%{mozilla_build_version}/nss --with-nss-libs=%{_libdir}
2004-09-09 04:38:07 +00:00
%else
%define ssl_flags --enable-openssl=yes
%endif
2004-09-09 04:41:55 +00:00
%if %{use_mozilla_nss}
2005-03-10 19:41:24 +00:00
if [ ! -f /usr/include/mozilla-%{mozilla_build_version} /nspr/nspr.h ]; then
2004-09-09 04:41:55 +00:00
echo " U n a b l e t o f i n d s u i t a b l e v e r s i o n o f m o z i l l a n s s t o u s e ! "
exit 1
fi
%endif
2004-09-09 04:39:04 +00:00
CPPFLAGS=" - I %{_includedir} / e t " ; export CPPFLAGS
CFLAGS=" $RPM_OPT_FLAGS - f P I C - I %{_includedir} / e t " ; export CFLAGS
2004-09-09 04:38:07 +00:00
%if ! %{use_mozilla_nss}
if pkg-config openssl ; then
CFLAGS=" $ C F L A G S ` p k g - c o n f i g - - c f l a g s o p e n s s l ` "
LDFLAGS=" $ L D F L A G S ` p k g - c o n f i g - - l i b s - o n l y - L o p e n s s l ` "
fi
%endif
2004-09-09 04:39:04 +00:00
2005-01-27 01:58:57 +00:00
%configure \
--enable-gtk-doc=yes \
--enable-ipv6 \
2004-09-09 04:34:36 +00:00
--enable-file-locking=fcntl --enable-dot-locking=no \
--with-sub-version=" ( %{version} - %{release} ) " \
2004-09-09 04:39:04 +00:00
--with-kde-applnk-path=no \
2004-09-09 04:42:27 +00:00
--enable-file-chooser=yes \
2005-01-27 01:58:57 +00:00
%ldap_flags %pilot_flags %krb5_flags %nntp_flags %ssl_flags \
--enable-plugins=all
2004-09-09 04:39:04 +00:00
export tagname=CC
make LIBTOOL=%{_bindir} /libtool
2004-09-09 04:34:36 +00:00
2004-09-09 04:40:44 +00:00
#cat /dev/null > default_user/local/Inbox/mbox
2004-09-09 04:34:57 +00:00
2004-09-09 04:34:36 +00:00
%install
2004-09-09 04:39:04 +00:00
rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
export tagname=CC
make LIBTOOL=%{_bindir} /libtool DESTDIR=$RPM_BUILD_ROOT install
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
2004-09-09 04:35:36 +00:00
2004-09-09 04:39:04 +00:00
# remove libtool archives for importers and the like
2004-09-09 04:35:36 +00:00
find $RPM_BUILD_ROOT /%{_libdir} /evolution -name '*.la' -exec rm {} \;
2004-09-09 04:34:36 +00:00
2004-09-09 04:39:04 +00:00
# pilot conduits static and libtool bits should go away too
2004-09-09 04:38:00 +00:00
rm -f $RPM_BUILD_ROOT /%{_libdir} /gnome-pilot/conduits/*.a
rm -f $RPM_BUILD_ROOT /%{_libdir} /gnome-pilot/conduits/*.la
2004-09-09 04:39:04 +00:00
# scrollkeeper gets handled in %post
rm -rf $RPM_BUILD_ROOT /var/scrollkeeper
2004-09-09 04:35:36 +00:00
2004-09-09 04:40:44 +00:00
# evolution is the preferred email app
2004-10-22 23:45:41 +00:00
ln -sf ../desktop-menu-patches/redhat-evolution.desktop $RPM_BUILD_ROOT /%{_datadir} /applications/
2004-09-09 04:39:04 +00:00
# just keep our desktop file (#103826)
2004-10-08 23:31:39 +00:00
rm -f $RPM_BUILD_ROOT /%{_datadir} /applications/evolution-2.0.desktop
2004-09-09 04:39:04 +00:00
2004-09-09 04:40:44 +00:00
# evolution link
2004-09-09 04:42:43 +00:00
ln -sf ./evolution-%{evo_major} $RPM_BUILD_ROOT /%{_bindir} /evolution
2004-09-09 04:34:57 +00:00
2004-09-09 04:40:44 +00:00
%find_lang %name-%{evo_major}
2004-09-09 04:34:36 +00:00
2004-09-09 04:39:04 +00:00
%post
/sbin/ldconfig
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
2005-01-27 01:58:57 +00:00
SCHEMAS=" a p p s _ e v o l u t i o n _ a d d r e s s b o o k - 2 . 2 . s c h e m a s a p p s _ e v o l u t i o n _ c a l e n d a r - 2 . 2 . s c h e m a s a p p s _ e v o l u t i o n _ s h e l l - 2 . 2 . s c h e m a s e v o l u t i o n - m a i l - 2 . 2 . s c h e m a s "
2004-09-09 04:39:04 +00:00
for S in $SCHEMAS; do
gconftool-2 --makefile-install-rule /etc/gconf/schemas/$S > /dev/null
done
scrollkeeper-update
2004-09-09 04:34:36 +00:00
2004-09-09 04:39:04 +00:00
%postun
/sbin/ldconfig
scrollkeeper-update
2004-09-09 04:34:36 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
2004-09-09 04:40:44 +00:00
%files -f %{name}-%{evo_major}.lang
2004-09-09 04:34:36 +00:00
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
2004-09-09 04:39:04 +00:00
%{_sysconfdir} /gconf/schemas/*
%{_bindir} /*
2004-09-09 04:35:36 +00:00
%{_datadir} /applications/*
2004-09-14 20:18:36 +00:00
%{_datadir} /gnome/help/evolution-%{evo_major}
2004-09-09 04:40:44 +00:00
%{_datadir} /idl/evolution-%{evo_major}
2004-09-09 04:34:36 +00:00
%{_datadir} /mime-info/*
2004-09-09 04:39:04 +00:00
%dir %{_datadir} /evolution
2004-09-09 04:42:43 +00:00
%{_datadir} /evolution/%{evo_major}
2004-09-09 04:34:36 +00:00
%{_datadir} /omf/evolution
%{_datadir} /pixmaps/*
2004-09-09 04:39:04 +00:00
%{_libdir} /bonobo/servers/*
%dir %{_libdir} /evolution
2004-09-09 04:40:44 +00:00
%dir %{_libdir} /evolution/%{evo_major}
%dir %{_libdir} /evolution/%{evo_major} /components
%dir %{_libdir} /evolution/%{evo_major} /components/*.so
%dir %{_libdir} /evolution/%{evo_major} /evolution-calendar-importers
%dir %{_libdir} /evolution/%{evo_major} /evolution-calendar-importers/*.so
2004-09-09 04:42:43 +00:00
%dir %{_libdir} /evolution/%{evo_major} /evolution-addressbook-importers/
%{_libdir} /evolution/%{evo_major} /evolution-addressbook-importers/*.so
2004-09-09 04:40:44 +00:00
%{_libdir} /evolution/%{evo_major} /*.so.*
2005-01-27 01:58:57 +00:00
%{_libdir} /evolution/%{evo_major} /plugins/*
2004-09-09 04:39:04 +00:00
%dir %{_libexecdir} /evolution
2004-09-09 04:40:44 +00:00
%{_libexecdir} /evolution/%{evo_major}
2004-09-09 04:34:36 +00:00
%if %{pilot_support}
2004-09-09 04:40:44 +00:00
%dir %{_libdir} /evolution/%{evo_major} /conduits
%{_libdir} /evolution/%{evo_major} /conduits/*.so
2004-09-09 04:34:36 +00:00
%{_datadir} /gnome-pilot/conduits/*
%endif
2004-09-09 04:39:04 +00:00
%files devel
%defattr (-, root, root)
2004-09-09 04:40:44 +00:00
%{_includedir} /evolution-%{evo_major}
2004-09-09 04:39:04 +00:00
%{_libdir} /pkgconfig/*.pc
2004-09-09 04:40:44 +00:00
%{_libdir} /evolution/%{evo_major} /*.so
%{_libdir} /evolution/%{evo_major} /*.a
%{_libdir} /evolution/%{evo_major} /*/*.a
2004-09-09 04:39:04 +00:00
2004-09-09 04:34:48 +00:00
%changelog
2005-03-23 15:46:17 +00:00
* Wed Mar 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.1.1-2
- Add patch for upstream bug XB73844 (should now be able to accept meeting requests)
2005-03-18 17:28:40 +00:00
* Fri Mar 18 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.1.1-1
- 2.1.1.1
2005-03-18 01:08:57 +00:00
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.1-1
- 2.2.1
- Updated requirements:
* gtkhtml3 from 3.6.0 to 3.6.1
* libgal2 from 2.4.0 to 2.4.1
* eds from 1.2.0 to 1.2.1
- Added rum-time requirement on gnome-vfs2; updated version requirement from 2.0 to 2.4
- The new-mail-notify plugin will not be built for now since the upstream configure test now checks for dbus-glib-1 version <= 0.23.4 (to minimise problems caused by the API change)
2005-03-15 03:41:59 +00:00
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-10
- disabled pilot-link support for now so that we have an evolution package; more patching is needed to get this to work with pilot-link-0.12
2005-03-15 03:14:33 +00:00
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-9
- another attempt at porting to pilot-link 0.12
2005-03-15 02:55:34 +00:00
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-8
- Added patch to deal with changes to pilot-link from 0.11->0.12
2005-03-14 23:21:04 +00:00
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-7
- use 0.31 rather than 0.31.0 for DBus version
2005-03-14 23:16:50 +00:00
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-6
- rebuilt against pilot-link-0.12
- added versioning to the requirement on dbus (>=0.31)
2005-03-10 19:41:24 +00:00
* Thu Mar 10 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-5
- Added patch for changes to DBus API in version 0.31 (#150671)
- 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
2005-03-10 04:56:28 +00:00
* Wed Mar 9 2005 Christopher Aillon <caillon@redhat.com> - 2.2.0-4
- Depend on mozilla 1.7.6
2005-03-09 16:39:44 +00:00
* Wed Mar 9 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-3
- added patch from upstream for bug XB-73192, fixing missing " M a r k a s R e a d / U n r e a d " context menu items
2005-03-09 00:51:42 +00:00
* Tue Mar 8 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-2
- actually add source tarball this time
2005-03-09 00:47:06 +00:00
* Tue Mar 8 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-1
- 2.2.0
- Removed patch for GCC 4 fix as this is now in upstream tarball
- Updated requirements:
* gtkhtml3 from 3.5.7 to 3.6.0
* libgal2 from 2.3.5 to 2.4.0
* eds from 1.1.6 to 1.2.0
2005-03-08 21:07:50 +00:00
* Tue Mar 8 2005 David Malcolm <dmalcolm@redhat.com> - 2.1.6-3
- rebuild (to use latest DBus library)
2005-03-02 00:22:38 +00:00
* Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 2.1.6-2
- added patch to fix build with GCC4
2005-03-02 00:03:04 +00:00
* Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 2.1.6-1
- Update from upstream unstable 2.1.6 to 2.1.6
- Added patches to fix calendar and addressbook printing for non-Roman scripts (#138075)
- Added explicit requirement on libgnomeprint22 >= 2.8.0
- Added BuildRequires: gtk-doc
- Updated requirements:
* gtkhtml3 from 3.5.6 to 3.5.7
* libgal2 from 2.3.4 to 2.3.5
* eds from 1.1.5 to 1.1.6
2005-02-09 19:54:54 +00:00
* Wed Feb 9 2005 David Malcolm <dmalcolm@redhat.com> - 2.1.5-1
- Update from upstream unstable 2.1.4 to 2.1.5
- Updated requirements:
* gtkhtml3 from 3.5.4 to 3.5.6
* libgal2 from 2.3.3 to 2.3.4
* eds from 1.1.4.1 to 1.1.5
- Removed explicit packaging of weather icons as these are now below DATADIR/evolution/2.2 rather than DATADIR/evolution-2.2
2005-01-27 01:58:57 +00:00
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.1.4-1
- Update from upstream stable 2.0.3 to unstable 2.1.4
- Updated evo_major from 2.0 to 2.2
- Removed camel packaging as this has been moved to evolution-data-server for Evolution 2.2
- Added plugins to the packaged files
- Added weather icons to the packaged files
- Updated requirements:
* gtkhtml3 from 3.3.2 to 3.5.4
* libgal2 from 2.2.4 to 2.3.3
* eds from 1.0.3 to 1.1.4.1
* libsoup from 2.2.0 to 2.2.2
- Added built-time requirement on atk-devel
- Enable all plugins for now
- Added requirement on dbus (for the new-mail-notify plugin)
- Enable gtk-doc
- Updated GConf schema name suffixes from 2.0 to 2.2
2004-12-20 02:26:14 +00:00
* Sun Dec 19 2004 Christopher Aillon <caillon@redhat.com> 2.0.3-2
- Rebuild against mozilla 1.7.5
2004-12-16 01:23:56 +00:00
* Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.3-1
- Update from upstream 2.0.2 to 2.0.3 with these bug fixes:
* Addressbook
XB67656 - almost the same email address are considrered identical (Siva)
XB69079 - Data repeated after save with bad date format (Siva)
XB66854 - Some strings are missed to translation (Rodney)
* Calendar
XB47529 - Date in reminder window appears in UTF-8 in non-UTF-8 locale (Rodney)
XB68707 - Events ending at 12:00 AM show as ending at 12:00 pm (JP)
XB67403 - wrong alarm time displayed (Rodrigo)
XB68077 - appointment dialog re-size (Rodrigo)
- leak fixes (Chen)
- sensitize menu items in list view properly (JP)
- redraw display when 24hr time setting changes (JP)
* Mail
XB69533 - Unable to subscribe to the alt hierarchy (Michael)
XB69776 - Signed Mail with attachments displays everything with multipart/boundaries stuff (Michael)
XB69615 - delete certificate after viewing smime message (Michael)
XB69109 - EHLO or HELO with ip addresses does not conform rfc 821 (Michael)
XB69982 - During Newsgroup list refresh, it crashes (Michael)
XB69446 - Mail shown as attachment if some headers are upper case (S. Caglar Onur)
XB68556 - NNTP with SSL won't work, even with stunnel (Michael)
XB69145 - toplevel message/rfc822 parts are broken for IMAP (Michael)
XB69241 - base64 attachement holding PGP block (Jeff)
XB67895 - nntp support not asking for password (Michael)
XB67898 - Use of symbolic port-names is not guaranteed to work everywhere (Michael)
XB69851 - remember password check doesn't stick (Michael)
XB69623 - Moving a message from an IMAP INBOX to an IMAP folder caused crash (Radek)
XB69339 - postscript and some other attachments not visable (Michael)
XB69579 - vFoldersXBUNMATCHED generates errors (Michael)
XB68958 - current message forgotten in vfolders (Michael)
XB68974 - Wizard doesn't store smtp auth settings (Michael)
XB67496 - html email not rendered in preview pane (Michael)
XB67014 - Checking supported auth types doesn't work with new SSL certificate (Michael)
XB68006 - Evo crashed after viewing previously-sent email and copying URL from it (Michael)
XB68787 - Crash when migrating 1.4 data to 2.0.2 (Michael)
XB67622 - SMTP auth usernames containing % character fail (Jeff)
- fix pthread_key_delete args (Julio M. Merino Vidal)
- Removed patch for " U n m a t c h e d " vfolder properties dialog (#141458) as this is now in upstream tarball (XB69579 above)
- Update dependency on e-d-s from 1.0.2 to 1.0.3
- Update dependency on libgal2 from 2.2.3 to 2.2.4
2004-12-01 23:12:03 +00:00
* Wed Dec 1 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.2-6
- Fix broken properties dialog for " U n m a t c h e d " vfolder (#141458)
2004-10-27 21:36:19 +00:00
* Wed Oct 27 2004 Christopher Aillon <caillon@redhat.com> - 2.0.2-4
- Re-enable s390(x)
2004-10-23 00:04:55 +00:00
* Fri Oct 22 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.2-3
- added requirement on gnutls/gnutls-devel
2004-10-22 23:45:41 +00:00
* Fri Oct 22 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.2-2
- Fix for #132050 (no entry for Evolution in the menus): use the new redhat-evolution.desktop file provided by redhat-menus-1.13
2004-10-12 22:26:14 +00:00
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.2-1
- Update from 2.0.1 to 2.0.2
- Updated dependency on e-d-s from 1.0.1 to 1.0.2
- Updated dependency on libgal2 from 2.2.2 to 2.2.3
- Updated dependency on gtkhtml3 from 3.3.0 to 3.3.2
- ppc's mozilla dependency is now in line with the other architectures at 1.7.3
2004-10-09 18:17:15 +00:00
* Sat Oct 9 2004 David Malcolm <dmalcolm@redhat.com>
- disable s390/s390x for now
2004-10-08 23:31:39 +00:00
* Fri Oct 8 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.1-3
- Fix for #135135, updating the fix for #103826 that removes the evolution.desktop file in "Office"; the file to delete had been renamed to evolution-2.0.desktop
- Added requirement on redhat-menus, since this supplies the target of our .desktop symlink
2004-09-28 20:57:11 +00:00
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.1-2
- update mozilla dependency from 1.7.2 to 1.7.3, apart from on ppc (and on s390 and s390x, which remain at 1.6, and on ppc64 where it isn't available at all)
2004-09-28 18:01:31 +00:00
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.1-1
- Update from 2.0.0 to 2.0.1
- Updated dependency on e-d-s from 1.0.0 to 1.0.1
- Updated dependency on libgal2 from 2.2.0 to 2.2.2
2004-09-21 02:16:24 +00:00
* Mon Sep 20 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.0-2
- rebuilt
2004-09-14 20:18:36 +00:00
* Tue Sep 14 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.0-1
- Update from 1.5.94.1 to 2.0.0
- Change source FTP location from 1.5 to 2.0
- Updated dependency on e-d-s from 0.0.99 to 1.0.0
- Documentation has now moved from 1.5 to 2.0
2004-09-09 04:42:43 +00:00
* Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.94.1-1
- updated tarball from 1.5.93 to 1.5.94.1
- the BASE_VERSION in the configure.in script has finally been updated from 1.5 to 2.0 (affects OAFIIDs, install dirs, binary names etc); updated evo_major and various other parts of the spec-file to reflect this; however documentation is still 1.5 in upstream tarball
- updated dependency on libgal2 from 2:2.1.14 to 2:2.2.0
- updated dependency on libsoup from 2.1.13 to 2.2.0
- updated dependency on e-d-s from 0.0.98 to 0.0.99
2004-09-09 04:42:39 +00:00
* Tue Aug 17 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.93-2
- updated gnome-icon-theme requirement from 1.2.0 to 1.3.6 to fix problem with missing stock icons (bz #130142)
2004-09-09 04:42:27 +00:00
* Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.93-1
- updated tarball from 1.5.92.2 to 1.5.93
- removed filechooser patch - this is now in the upstream tarball, with a test at configuration time; it was autodetected and enabled in my test build; I've explicitly enabled it to be certain.
- updated dependency on libgal2 from 2:2.1.13 to 2:2.1.14
- updated dependency on libsoup from 2.1.12 to 2.1.13
- updated dependency on e-d-s from 0.0.97 to 0.0.98
2004-09-09 04:42:23 +00:00
* Wed Aug 11 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.92.2-2
- Increased mozilla_version from 1.7 to 1.7.2 so that the NSS test looks in the correct place
* Wed Aug 11 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.92.2-1
- updated tarball from 1.5.92.1 to 1.5.92.2
2004-09-09 04:42:14 +00:00
* Wed Aug 4 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.92.1-1
- updated tarball from 1.5.91 to 1.5.92.1
- added a dependency on gnome-icon-theme
- updated dependency on libgal2 from 2:2.1.11 to 2:2.1.13
- updated dependency on gtkhtml3 from 3.1.17 to 3.3.0
- updated dependency on libsoup from 2.1.11 to 2.1.12
- updated dependency on e-d-s from 0.0.95 to 0.0.97
2004-09-09 04:42:04 +00:00
* Mon Jul 26 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.91-1
- 1.5.91
2004-09-09 04:41:55 +00:00
* Thu Jul 8 2004 Jeremy Katz <katzj@redhat.com> - 1.5.90-5
- use mozilla 1.7 on platforms where it's available
- check to make sure the appropriate mozilla headers exist if using
mozilla nss for ssl or fail the build
* Thu Jul 8 2004 David Malcolm <dmalcolm@redhat.com>
- rebuilt
2004-09-09 04:41:37 +00:00
* Wed Jul 7 2004 David Malcolm <dmalcolm@redhat.com>
- rebuilt
* Tue Jul 6 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.90-2
- Fixed sources file
* Tue Jul 6 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.90-1
- 1.5.90; updated requirements on gtkhtml3, libgal2, and e-d-s
2004-09-09 04:41:34 +00:00
* Thu Jun 17 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.9.2-1
- 1.5.9.2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 04:41:20 +00:00
* Tue Jun 8 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.9.1-3
2004-09-09 04:41:34 +00:00
- Replaced /usr/lib with %%{_libdir} in mozills_nss ssl_flags
2004-09-09 04:41:20 +00:00
2004-09-09 04:41:17 +00:00
* Mon Jun 7 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.9.1-2
- updated filechooser patch again
* Mon Jun 7 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.9.1-1
- 1.5.9.1; updated filechooser patch
* Wed May 26 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.8-3
- added ORBit2 and spamassassin requirements
2004-09-09 04:40:53 +00:00
* Mon May 24 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.8-2
- Fixed up filechooser patch and re-enabled it
2004-09-09 04:40:48 +00:00
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.8-1
- 1.5.8; added explicit libbonoboui requirement; disabled filechooser patch for now
* Tue May 4 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.7-3
2004-09-09 04:40:44 +00:00
- Added GtkFileChooser patch based on work by Carlos Garnacho Parro (http://lists.ximian.com/archives/public/evolution-patches/2004-March/004867.html); added requirement for GTK 2.4
2004-09-09 04:40:48 +00:00
* Thu Apr 22 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.7-2
2004-09-09 04:40:44 +00:00
- added emfv signal fix patch and fix for defaults in switch statements on gcc3.4
* Wed Apr 21 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.7-1
- 1.5.7
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 1.5.5-1
- 1.5.5
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Feb 18 2004 Jeremy Katz <katzj@redhat.com> - 1.5.4-1
- 1.5.4
* Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com>
- buildrequire e-d-s-devel instead of e-d-s (#114712)
- enable nntp support (#114802)
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Jan 27 2004 Jeremy Katz <katzj@redhat.com> 1.5.3-1
- 1.5.3
* Wed Jan 21 2004 Jeremy Katz <katzj@redhat.com> 1.5.2-2
- size_t/int mismatch compile fix for 64bit platforms
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 1.5.2-0
- 1.5.2
- add patch to fix gconf warning with schema
2004-09-09 04:39:38 +00:00
2004-09-09 04:40:44 +00:00
* Sun Jan 4 2004 Jeremy Katz <katzj@redhat.com> 1.5.1-0
- 1.5.1
- temporarily disable redhatify patch
- use mozilla-nss for SSL
- fix schema names
2004-09-09 04:39:17 +00:00
* Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-8
- fall back to HELO for ESMTP (#108753)
2004-09-09 04:39:04 +00:00
* Tue Oct 28 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-7
- fix title on composer save dialog (#108159)
* Mon Oct 27 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-6
- Make imap command length shorter to avoid choking some imap servers
(notably cyrus-imap).
- Make wombat session managed so that we don't hit weird bonobo activation
things. This adds a dependency on $DISPLAY for wombat. (#106826)
* Sun Oct 19 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-5
- use AI_ADDRCONFIG to avoid returning IPv6 addresses on hosts without
IPv6 support
- add patch from upstream with reply-to-list shortcut (Ctrl-l)
* Wed Oct 15 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-4
- really, really remove duplicate menu entry (#103826)
* Tue Oct 14 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-3
- Pull in some patches from upstream CVS
* Avoid division by zero with POP (X#41610)
* Don't mangle headers (X#33545)
* Prefix IPV6 numeric hosts properly (X#46006, #105028)
* Use proper function for IPV6 reverse lookups (X#46006)
* Allow timezone offset to be up to 14 hours (X#49357)
* Mon Oct 13 2003 Jeremy Katz <katzj@redhat.com>
- add patch from upstream CVS to fix SMTP syntax problems (#106630)
- really remove duplicate menu entry (#103826)
* Mon Oct 6 2003 Jeremy Katz <katzj@redhat.com>
- make redhat-email.desktop symlink relative (#104391)
* Wed Sep 24 2003 Jeremy Katz <katzj@redhat.com>
- add ipv6 support per dwmw2's request
* Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-2
- 1.4.5
* Wed Sep 17 2003 Jeremy Katz <katzj@redhat.com>
- move static libs into -devel (#104399)
* Tue Sep 16 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-7
- filter types are gtypes, not ints (#103934)
* Wed Sep 10 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-6
- fix from upstream (will be in 1.4.5) to fix menu merging in the
composer with new libbonobo
* Fri Sep 5 2003 Jeremy Katz <katzj@redhat.com>
- remove the desktop file in Office (#103826)
* Tue Sep 2 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-5
- patch from upstream to fix display of some mails in
different charsets (#102899)
- add requires on newer version of ORBit2 (#103386)
- add patch from upstream (extracted by George Karabin) to use gnome-vfs
mime icon lookup where available (#102553)
* Fri Aug 22 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-4
- include static libs (#102834)
* Wed Aug 6 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-3
- add a -devel subpackage (#99376)
* Mon Aug 4 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-1
- 1.4.4
* Wed Jul 30 2003 Jeremy Katz <katzj@redhat.com>
- buildrequires fixup from Ville Skytta (#101325)
* Thu Jul 24 2003 Jeremy Katz <katzj@redhat.com> 1.4.3-6
- include tagoh's patch for printing cjk contacts (committed upstream, #99374)
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 1.4.3-5
- rebuild
* Tue Jul 15 2003 Jeremy Katz <katzj@redhat.com> 1.4.3-4
- build on all arches again
* Mon Jul 14 2003 Jeremy Katz <katzj@redhat.com> 1.4.3-3
- rebuild
* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 1.4.3-1
- 1.4.3
* Thu Jun 19 2003 Jeremy Katz <katzj@redhat.com>
- make gal version dep more explicit
* Fri Jun 13 2003 Jeremy Katz <katzj@redhat.com>
- fix desktop file (#97162)
* Tue Jun 10 2003 Jeremy Katz <katzj@redhat.com> 1.4.0-2
- rebuild
- excludearch ppc64 for now
* Mon Jun 9 2003 Jeremy Katz <katzj@redhat.com> 1.4.0-1
- 1.4.0
* Wed Jun 5 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu Jun 5 2003 Jeremy Katz <katzj@redhat.com> 1.3.92-2
- rebuild
* Wed Jun 4 2003 Jeremy Katz <katzj@redhat.com>
- buildrequires gettext (#92276)
* Sun May 25 2003 Jeremy Katz <katzj@redhat.com> 1.3.92-1
- 1.3.92
* Wed May 7 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-2
- fix default for /schemas/apps/evolution/mail/display/mime_types
* Tue May 6 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-1
- 1.3.3
* Sun May 4 2003 Jeremy Katz <katzj@redhat.com> 1.3.2-2
- enable pilot support
- add redhatify patch back
* Tue Apr 22 2003 Jeremy Katz <katzj@redhat.com>
- add a /usr/bin/evolution symlink
* Mon Apr 21 2003 Jeremy Katz <katzj@redhat.com>
- fix gnome-spell version requirement
* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.3.2-1
- add trivial fix for evolution-mail schema key (ximian #41419)
* Tue Apr 15 2003 Jeremy Katz <katzj@redhat.com>
- update to 1.3
- don't build with pilot support for now
- don't redhat-ify the summary prefs for now
* Sun Apr 6 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-2
- fix krb5 libdir for lib64 systems
* Sun Apr 6 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-1
- update to 1.2.4
2004-09-09 04:38:44 +00:00
* Thu Apr 3 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-7
- oops, fix a tyop
* Thu Apr 3 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-6
- add a few cleanups for 64bit cleanliness (#86347)
2004-09-09 04:39:04 +00:00
* Sun Mar 30 2003 Jeremy Katz <katzj@redhat.com>
- add some buildrequires (#87612)
* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 1.2.3-1
- update to 1.2.3
2004-09-09 04:38:28 +00:00
* Wed Mar 19 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-5
- security patches from upstream
- sanity check UUEncoding header before decoding (CAN-2003-0128)
- don't decode doubly UUEncoded content (CAN-2003-0129)
- don't use a bonobo component to display things without registered
handlers (CAN-2003-0130)
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 1.2.2-4
2004-09-09 04:38:07 +00:00
- debuginfo rebuild
* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-3
- memleak patch had some bits that weren't supposed to be there. update
to newer from upstream.
- fix directory checking in proxy patch
* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-2
- add missing build dep (#84388)
- add patch from upstream for evolution-mail memleak
- add patch from upstream to use the gnome2 proxy settings by default
* Fri Feb 7 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-1
- 1.2.2
- build on x86_64
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.1-4
- rebuild
* Fri Jan 3 2003 Nalin Dahyabhai <nalin@redhat.com>
- if building with OpenSSL, attempt to get cflags and ldflags from pkgconfig
* Thu Jan 2 2003 Jeremy Katz <katzj@redhat.com> 1.2.1-3
- we don't want to use native POSIX threads for mutexes in db3, override them
* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 1.2.1-2
- rebuild
* Fri Dec 13 2002 Jeremy Katz <katzj@redhat.com> 1.2.1-1
- update to 1.2.1
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-6
- require a newer soup, the old one Has Bugs (tm)
- excludearch x86_64; getting a R_X86_64_32S relocation in libical
although everything appears to be built with -fPIC correctly
* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-5
- patch for multilib krb5
* Mon Dec 2 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-4
- add upstream patch to handle LDAPv3 better
- add upstream patch to fix shell memory leaks
- add upstream patch to fix ldap scope selection
- build with openssl instead of mozilla-nss since it's available on
more platforms
- build on all arches
* Fri Nov 22 2002 Jeremy Katz <katzj@redhat.com>
- require bonobo-conf, not -devel (#78398)
* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de> 1.2.0-3
2004-09-09 04:38:00 +00:00
- disable pilot support for mainframe
* Mon Nov 18 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-2
- macro-ify the mozilla version to make it easier to build against
newer mozillas with headers in new locations
- buildrequire pilot-link-devel (#78077)
- drop uneeded ldapv3 patch (toshok says 1.2 already handles this)
- drop unneeded patch for ordering of the libdb checks
- add fejj's patch to always subscribe to the inbox from evolution-patches
* Tue Nov 12 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-1
- 1.2.0
* Sat Nov 2 2002 Jeremy Katz <katzj@redhat.com> 1.1.90-2
- reenable pilot support
- redhatify
* Fri Nov 1 2002 Jeremy Katz <katzj@redhat.com> 1.1.90-1
- update to 1.1.90
* Thu Oct 31 2002 Jeremy Katz <katzj@redhat.com>
- include mozilla epochs in requires (#74577)
- add build requires on newer oaf (#76801)
* Thu Oct 24 2002 Jeremy Katz <katzj@redhat.com> 1.1.2-1
- update to 1.1.2
- remove unpackaged files from the buildrooot
- disable pilot support for now
2004-09-09 04:37:55 +00:00
2004-09-09 04:37:44 +00:00
* Tue Sep 3 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-10
- add freetype-devel to build requires (#73319)
* Mon Sep 2 2002 Owen Taylor <otaylor@redhat.com>
- Fix a problem where evolution-mail right click items corrupted the stack
(#67992)
2004-09-09 04:37:08 +00:00
* Thu Aug 29 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-9
- don't install two desktop files (#72871)
2004-09-09 04:36:58 +00:00
* Wed Aug 28 2002 Preston Brown <pbrown@redhat.com> 1.0.8-8
- absolute symlink .desktop file (#72913)
2004-09-09 04:36:47 +00:00
* Thu Aug 22 2002 han Ngo <than@redhat.com> 1.0.8-7
- rebuild against new pilot-link
2004-09-09 04:35:42 +00:00
* Sat Aug 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- bzip2 source
2004-09-09 04:35:36 +00:00
* Tue Aug 6 2002 Than Ngo <than@redhat.com> 1.0.8-5
- rebuild against new pilot-link-0.11.2
* Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-4
- rebuild against new gnome-pilot
* Tue Jul 9 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-3
- remove static and libtool archives for importers and camel-providers (#68222)
- do desktop-file-install magic
- remove dead sites from summary list (#64522)
- support openldap protocol version 3 based off of Nalin's autofs changes
* Mon Jul 8 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-2
- fix openldap-devel buildrequire
* Mon Jul 1 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-1
2004-09-09 04:35:28 +00:00
- 1.0.8
* Thu Jun 27 2002 Jeremy Katz <katzj@redhat.com> 1.0.7-2
- include patch to omf files from otaylor@redhat.com to fix
scrollkeeper validation errors
* Sun Jun 23 2002 Jeremy Katz <katzj@redhat.com> 1.0.7-1
- update to 1.0.7
- excludearch alpha while mozilla isn't being built there
* Sun May 26 2002 Tim Powers <timp@redhat.com> 1.0.5-2
- automated rebuild
* Mon May 13 2002 Jeremy Katz <katzj@redhat.com> 1.0.5-1
- update to 1.0.5
2004-09-09 04:35:07 +00:00
* Fri May 3 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-6
- add patch to fix spool unread counts (#64198)
- build with the fix for the crasher mail sent to
evolution-list (ximian #24140)
2004-09-09 04:35:02 +00:00
* Mon Apr 15 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-4
- include fejj(at)ximian.com's patch to fix the EINPROGRESS error with ssl
since it's been committed to the branch and fixes the problem for me
- include patch from tagoh(at)redhat.com to change the default charset
for Japanese to ISO-2022-JP (#63214)
2004-09-09 04:34:57 +00:00
* Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-3
- minor tweaks to the redhatify patch
- make accepting appointments sent to mailing lists work
- use the RFC specified LDAP attribs for freebusy and calendarURI
in addressbook
- fix a crash in the startup wizard
* Sun Mar 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-2
- move desktop file to /etc/X11/applnk (#62399)
2004-09-09 04:34:36 +00:00
2004-09-09 04:34:57 +00:00
* Sun Mar 24 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-1
2004-09-09 04:34:48 +00:00
- update to evolution 1.0.3
- change summary view to show a recent errata list by default
2004-09-09 04:34:36 +00:00
2004-09-09 04:34:48 +00:00
* Thu Mar 14 2002 Jeremy Katz <katzj@redhat.com>
- put correct path to nspr includes on configure command line
2004-09-09 04:34:36 +00:00
2004-09-09 04:34:48 +00:00
* Mon Mar 11 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-3
- mozilla 0.9.9 has nspr and nss subpackages, hooray! rip out the static
libnss linkage and just link against what is provided dynamically
- kill the -devel subpackage since it's of questionable use
- explicitly require mozilla-nss and mozilla-nspr packages to make it easier
to resolve the requirements
* Thu Feb 21 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-2
- rebuild in new environment
- temporarily exclude on ia64 again
* Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-1
2004-09-09 04:34:36 +00:00
- update to 1.0.2
* Mon Jan 28 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-4
- build on ia64 now that mozilla exists for ia64
* Sun Jan 27 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-3
- rebuild in new environment
- add pilot support
* Sun Jan 13 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-2
- rebuild without mozilla-psm in the buildroot so libnss is linked
statically as intended
* Sat Jan 12 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-1
- update to 1.0.1
- patch for autoconf 2.52 accepted upstream
- include man page
- use --with-sub-version=" ( % %{version} - % %{release} ) "
* Tue Dec 18 2001 Jeremy Katz <katzj@redhat.com> 1.0-2
- really disable news
- add patch from Jens Petersen <juhp@redhat.com> to hopefully get
builds working with autoconf 2.52
- conditionalize static libnss stuff so that it can go away when we
have a mozilla with shared libnss
* Thu Dec 6 2001 Jeremy Katz <katzj@redhat.com> 1.0-1.7.2
- add patches off of branch for:
* do not show up as Preview Release in version string
* have next/previous work with multiple selected messages
- build without pilot support
* Mon Dec 3 2001 Jeremy Katz <katzj@redhat.com> 1.0-1
- and bump to 1.0
* Sun Dec 2 2001 Jeremy Katz <katzj@redhat.com>
- let's build with an included copy of libnss now since OpenSSL is support
is disabled on the 1.0 branch
- build with --enable-dot-locking=no
- excludearch ia64 again now that we need libnspr
* Mon Nov 26 2001 Jeremy Katz <katzj@redhat.com>
- build with gnome-pilot and krb5 support
- conditionalize ldap, pilot and krb5 support
- clean up buildrequires some
* Sat Nov 17 2001 Jeremy Katz <katzj@redhat.com>
- we can build on ia64 since we're using openssl instead of nspr
- disable non-functional nntp support
- 0.99.2 (rc2)
* Fri Nov 9 2001 Jeremy Katz <katzj@redhat.com>
- add explicit requires on current bonobo, oaf, and GConf to help people
help themselves
- s/Copyright/License/
* Thu Nov 8 2001 Jeremy Katz <katzj@redhat.com>
- add a patch to revert changes to camel-tcp-stream-openssl; appears to
fix the SSL hangs
* Wed Nov 7 2001 Jeremy Katz <katzj@redhat.com>
- fix filelist to include libical zoneinfo
- add devel subpackage with includes and static libs
* Mon Nov 5 2001 Jeremy Katz <katzj@redhat.com>
- updated to 0.99.0 aka 1.0 RC1
* Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
- 0.16 snagged from Ximian GNOME
* Fri Oct 5 2001 Havoc Pennington <hp@redhat.com>
- initial build based on David Sainty's specfile
* Thu Oct 04 2001 David Sainty <dsainty@redhat.com>
- Updated to 0.15.99, 20011004 from cvs.
* Wed Sep 05 2001 David Sainty <dsainty@redhat.com>
- Updated to 0.13.99, 20010905 from cvs.
* Mon Sep 03 2001 David Sainty <dsainty@redhat.com>
- Updated to 0.13.99, 20010903 from cvs.
- Fixed Requires + BuildRequires
* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
- Updated to 0.12.99, 20010806 from cvs.
* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
- Relocated libical* from /usr/lib due to kdepim, -2
* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
- First spec file for evolution.