Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fcitx-hangul for openSUSE:Factory checked in at 2025-05-02 15:00:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx-hangul (Old) and /work/SRC/openSUSE:Factory/.fcitx-hangul.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-hangul" Fri May 2 15:00:26 2025 rev:15 rq:1273949 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx-hangul/fcitx-hangul.changes 2022-03-29 18:15:56.075163824 +0200 +++ /work/SRC/openSUSE:Factory/.fcitx-hangul.new.30101/fcitx-hangul.changes 2025-05-02 15:01:45.607902492 +0200 @@ -1,0 +2,5 @@ +Thu May 1 01:31:19 UTC 2025 - Simon Lees <sfl...@suse.de> + +- Set -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix build with cmake4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx-hangul.spec ++++++ --- /var/tmp/diff_new_pack.Yo0ZrH/_old 2025-05-02 15:01:47.263972094 +0200 +++ /var/tmp/diff_new_pack.Yo0ZrH/_new 2025-05-02 15:01:47.279972766 +0200 @@ -47,7 +47,9 @@ %build mkdir -p build pushd build -cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_libdir} .. +cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ + -DLIB_INSTALL_DIR=%{_libdir} .. make %{?_smp_mflags} %install