forked from pool/evolution-data-server
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>
|
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
|
%prep
|
||||||
%autosetup -p1
|
%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
|
%build
|
||||||
%if %{with_docs}
|
%if %{with_docs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user