Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fcitx5-unikey for openSUSE:Factory 
checked in at 2025-01-12 11:22:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx5-unikey (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx5-unikey.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx5-unikey"

Sun Jan 12 11:22:14 2025 rev:10 rq:1237030 version:5.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx5-unikey/fcitx5-unikey.changes      
2025-01-06 16:05:36.330729167 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx5-unikey.new.1881/fcitx5-unikey.changes    
2025-01-12 11:28:54.050824445 +0100
@@ -1,0 +2,6 @@
+Sat Jan 11 11:41:06 UTC 2025 - Marguerite Su <[email protected]>
+
+- fix leap 15.6 build
+  * use g++-13 to workaround the <filesystem> include
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fcitx5-unikey.spec ++++++
--- /var/tmp/diff_new_pack.FakNY6/_old  2025-01-12 11:28:55.330877120 +0100
+++ /var/tmp/diff_new_pack.FakNY6/_new  2025-01-12 11:28:55.346877778 +0100
@@ -29,6 +29,7 @@
 Release:        0
 Summary:        Unikey engine support for Fcitx5
 License:        GPL-2.0-or-later AND LGPL-2.0-or-later
+Group:          System/Localization
 URL:            https://github.com/fcitx/fcitx5-unikey
 Source:         
https://download.fcitx-im.org/fcitx5/%{sname}/%{sname}-%{version}.tar.zst
 BuildRequires:  cmake
@@ -65,8 +66,12 @@
 %cmake -DUSE_QT6=OFF
 %endif
 %if "%{flavor}" == "qt6"
+%if 0%{?suse_version} == 1500
+%cmake -DCMAKE_CXX_COMPILER=%{_bindir}/g++-13
+%else
 %cmake
 %endif
+%endif
 %make_build
 
 %install
@@ -82,8 +87,8 @@
 %{_fcitx5_qt5dir}/libfcitx5-unikey-macro-editor.so
 %endif
 %if "%{flavor}" == "qt6"
-%{_fcitx5_qt6dir}/libfcitx5-unikey-keymap-editor.so
-%{_fcitx5_qt6dir}/libfcitx5-unikey-macro-editor.so
+%{_libdir}/fcitx5/qt6/libfcitx5-unikey-keymap-editor.so
+%{_libdir}/fcitx5/qt6/libfcitx5-unikey-macro-editor.so
 %endif
 %{_fcitx5_addondir}/unikey.conf
 %{_fcitx5_imconfdir}/unikey.conf

Reply via email to