- 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