diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 0125ce9..aeba2e8 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 18 09:46:57 UTC 2024 - Dominique Leuenberger + +- Workaround build failure using ICU 76.1: fix up CMakeLists.txt to + link icu-uc instead of icu-i18n + (glgo#GNOME/evolution-data-server#574). + ------------------------------------------------------------------- Fri Oct 18 07:12:04 UTC 2024 - Bjørn Lie diff --git a/evolution-data-server.spec b/evolution-data-server.spec index c0af183..8e8b8fb 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -330,6 +330,11 @@ This package contains developer documentation. %prep %autosetup -p1 +%if %{pkg_vcmp libicu-devel >= 76.1} +%dnl Adapt build system to ICU 76.1 - we now need to link icu-uc, no longer icu-i18n +%dnl https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/574 +sed -i 's/icu-i18n/icu-uc &/' CMakeLists.txt +%endif %build %if %{with_docs}