Ana Guerrero 2024-11-20 15:59:08 +00:00 committed by Git OBS Bridge
commit dcf4f63bc2
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 18 09:46:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <bjorn.lie@gmail.com>

View File

@ -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}