Package: evolution-data-server / 3.56.2-3

Metadata

Package Version Patches format
evolution-data-server 3.56.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 noinst libedbus private.patch | (download)

src/private/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 revert installation of libedbus-private.so

That was done in a2790163 to fix a problem in Windows.

Installing libedbus-private.so only causes us issues:

It is a private library, with no SONAME. We don't want to ship it in
a libedbus-private0 package because it doesn't have any rdeps outside
of e-d-s, and it doesn't have any guaranteed stability. Also, shipping
it inside e.g. evolution-data-server (as happened in 3.16.2-2) isn't
very helpful because dh_makeshlibs doesn't detect it as it doesn't have
a SONAME, which means it doesn't get a shlibs file, and the libs that
depend on it (e.g. libecal-1.2.so, libedataserver-1.2.so) don't end
with a dependency on evolution-data-server, leading to undefined references
at runtime.

We could remove the -avoid-version switch so it gets a SONAME, a shlibs
file and the other libs get dependencies, but then we'd need to restrict
that so that the dependencies are very tight, given the unstable nature
ubuntu_gettext_domain.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 ubuntu's dh-translations can't handle variables for gettext_package

Bug: https://bugzilla.gnome.org/784877
docs Update URL to libsoup docs.patch | (download)

docs/libedataserver.toml.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 docs: update url to libsoup docs

Similar to GNOME/libsoup!444, Teams/Websites/developer.gnome.org!214

Signed-off-by: Simon McVittie <smcv@collabora.com>
I 605 Camel MH account busy loops when reading directory .patch | (download)

src/camel/camel-folder-summary.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 i#605 - camel: mh account busy-loops when reading directory content

Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/605

(cherry picked from commit 9a212fd7f8a91332b87869ac93e6ccd93133308d)