Accepting request 1224820 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1224820 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=260
This commit is contained in:
commit
dcf4f63bc2
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user