- Add patch to build pst-import plugin against current libpst.
- libpst's API broke again so disable the BR's for now.
- Specify the gettext package when calling intltool-update.
- Remove redundant requirements.
- Bump EDS requirement to 2.21.1.
- Bump gtkhtml requirement to 3.17.1.
- Backup/restore plugin got moved from standard to experimental.
- Revert the per-component menu items (RH bug #222105, #241462, #293771).
- Show the switcher buttons by default (RH bug #186403).
- Alter the desktop file Name and Comment.
- Disable patch for GNOME bug #376991 for now. It may be contributing to
password prompting problems as described in RH bug #296671.
- Remove patch for GNOME bug #417999 (fixed upstream).
- Remove patch for GNOME bug #476040 (fixed upstream).
- Remove patch for GNOME bug #477045 (fixed upstream).
- Bump evo_major from 2.6 to 2.8
- Upstream evolution.desktop renamed evolution-%{evo_major}.desktop.
- Upstream evolution.keys renamed evolution-%{evo_major}.keys.
- Upstream evolution.mime renamed evolution-%{evo_major}.mime.
- Update line numbers in evolution-2.5.2-no-gnome-common.patch and
evolution-2.5.5.1-notification-cleanups.patch and rename them to
version 2.7.1.
- trimmed patches 805 and 808, as parts of these got merged upstream
- trimmed and regenerated patch 806 to track upstream
- removed the mail-to-task plugin XML UI file
- update patch 106 to track upstream, renaming from
evolution-2.2.2-commit-enter-on-calendar.patch to
evolution-2.5.5.1-commit-enter-on-calendar.patch
- update patch 805 to track upstream
- added patch to fix some newly missing declarations (patch 808)
- replace evolution-2.5.4-port-to-new-libnotify-api.patch with
evolution-2.5.5.1-notification-cleanups.patch, since much of this was
duplicated by another patch that landed upstream; removing the actions
code as it was crashing deep inside DBus (patch 806, #177666)
- explicitly list various files to reduce reliance on globbing; organized
the files into logical groups; comment them
- added -Wno-sign-compare to CFLAGS
- enabled parallel make
- introduced require_function_declarations macro to make
-Werror-implicit-function-declaration flag optional; turn it off for now
- include the new CalDAV and mail-attachments-import plugins in the file
list; add an XML UI file for the mail-to-task plugin.
- use "sed -i -e" rather than "sed -ie" to avoid getting severe bonobo
files
stage); renaming from evolution-2.5.2-fix-conduits.patch to
evolution-2.5.4-fix-conduits.patch; extended patch 802 to handle the
memo conduit; renaming from evolution-2.2.2-fix-conduit-dir.patch to
evolution-2.5.4-fix-conduit-dir.patch; re-enable conduits in build
(#175160)
- switch the build-time dep for the audio-inline plugin from
gstreamer-devel to gstreamer08-devel to better reflect the test in the
tarball's configure.in
- update patch 107 to track underlying code changes; rename from
evolution-2.2.2-move-autosave-file.patch to
evolution-2.5.4-move-autosave-file.patch
- added patch to fix more missing declarations (patch 805)
- added files for publish-calendar plugin
- bump gtkhtml requirement from 3.7.6 to 3.9.2
- bump eds requirement from 1.4.1.1 to 1.5.2
- bump evo_major from 2.4 to 2.6
- updated patch 107
- updated patch 108
- updated patch 800, replacing
rh-161817-attach-116019-conduit_pilot_link_updates.diff with
evolution-2.5.2-fix-conduits.patch. Not yet complete.
- disable pilot support for now (see #175160)
- added hula plugin to list of packaged plugins
- generalize gconf schema packaging to support changing evo_major
tarball copy of intltool-merge.in was out of sync with the intltool.m4
in the latest shipped copy of intltool, which resulted in a broken
intltool-merge script when the tree was reautotooled. (appears that the
tarball was built with a CVS copy of intltool where @EXPANDED_LIBDIR@
had been renamed to @INTLTOOL_LIBDIR@, but our aclocal/intltool.m4
doesn't yet reflect that change)
- regenerate patch 101 to handle conflict in calendar/gui.print.c:
print_week_day_event introduced by fix to upstream bug
244981 (end date added while printing in the week view); bump patch name
from version 5 to version 6
- removed patch 804 (conduits-multi-day-crash); this is now in upstream
tarball
- Bump evolution-data-server requirement to 1.3.6 (needed for
CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING)
- Removed libgal2[-devel] dependencies; the code has been moved into the
evolution tarball
Thu Jul 28 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.5.1-2
- added experimental patch to port ETable printing to use Pango (#150458)
- Update evo_major from 2.2 to 2.4
- Updated evo-calendar-print-with-pango- patch from version 4 to 5
- Removed Patch105: evolution-2.2.2-fix-new-mail-notify.patch as
configure.in in this branch tests for existance for dbus-glib-1, rather
than max-version.
- Removed Patch801: gb-309138-attach-48417-fix-evo-conduit-memleaks.patch
as this is now in upstream tarball.
- Removed evolution-calendar-importers and evolution-addressbook-importers
directories.
- Updated evolution-2.2.2-no-gnome-common.patch to include a patch to
rename mozilla-nspr to nspr
determine the path to the NSS/NSPR headers.
- Use a macro to express requirement on pilot-link (was 1:0.11.4, now 0.12;
patches depend on this)
- Re-enabled the new-mail-notify plugin (my patch to handle differing DBus
versions is in the upstream tarball; but configure.in disables the
plugin for dbus versions > 0.23; patched configure.in to allow
arbitrary DBus versions, and run autoconf at the start of the build)
(#156328)
- updated evo-calendar-print-with-pango-4.patch to handle upstream change
to print_comp_item
- removed patch for XB73912; now in upstream tarball
- removed patch to new-mail-notify; generalised fix to cope with various
DBus API versions is now upstream
- removed patch for XB73844; now in upstream tarball
- Update requirements:
- gtkhtml3 from 3.6.1 to 3.6.2
- libgal2 from 2.4.1 to 2.4.2
- eds from 1.2.1 to 1.2.2
- 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)
- 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
- 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
- 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
- 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
- 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
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)
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 "Unmatched" 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
- 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
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
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
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)
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
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
Wed Aug 04 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
Thu Jul 08 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 08 2004 David Malcolm <dmalcolm@redhat.com>
- rebuilt
Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> 1.4.6-1
- 1.4.6
Thu Nov 06 2003 Jeremy Katz <katzj@redhat.com> 1.4.5-8
- fall back to HELO for ESMTP (#108753)
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 06 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 05 2003 Jeremy Katz <katzj@redhat.com>
- remove the desktop file in Office (#103826)
Tue Sep 02 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 06 2003 Jeremy Katz <katzj@redhat.com> 1.4.4-3
- add a -devel subpackage (#99376)
Mon Aug 04 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 09 2003 Jeremy Katz <katzj@redhat.com> 1.4.0-1
- 1.4.0
Thu Jun 05 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Thu Jun 05 2003 Jeremy Katz <katzj@redhat.com> 1.3.92-2
- rebuild
Wed Jun 04 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 07 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-2
- fix default for /schemas/apps/evolution/mail/display/mime_types
Tue May 06 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-1
- 1.3.3
Sun May 04 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 06 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-2
- fix krb5 libdir for lib64 systems
Sun Apr 06 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-1
- update to 1.2.4
Thu Apr 03 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-7
- oops, fix a tyop
Thu Apr 03 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-6
- add a few cleanups for 64bit cleanliness (#86347)
Wed Mar 19 2003 Jeremy Katz <katzj@redhat.com> 1.0.8-11
- backport security patches from upstream (originally against 1.2.2)
- 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)
Tue Sep 03 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-10
- add freetype-devel to build requires (#73319)
Mon Sep 02 2002 Owen Taylor <otaylor@redhat.com>
- Fix a problem where evolution-mail right click items corrupted the stack
(#67992)
Tue Aug 06 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 09 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 08 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-2
- fix openldap-devel buildrequire
Mon Jul 01 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-0.7x
- 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
Fri May 03 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)
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)