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
- 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)
stage, after the configure, to spot 64-bit problems whilst avoiding
breaking configuration tests; expand patch 102 to avoid this breaking
libdb's CFLAGS
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)
- 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
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