Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mozc for openSUSE:Factory checked in 
at 2025-07-25 17:04:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozc (Old)
 and      /work/SRC/openSUSE:Factory/.mozc.new.13279 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozc"

Fri Jul 25 17:04:40 2025 rev:51 rq:1295608 version:2.31.5810.102

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozc/mozc.changes        2025-06-11 
16:26:17.191874008 +0200
+++ /work/SRC/openSUSE:Factory/.mozc.new.13279/mozc.changes     2025-07-25 
17:05:15.209083873 +0200
@@ -1,0 +2,14 @@
+Tue Jul 22 12:13:00 UTC 2025 - Cliff Zhao <qz...@suse.com>
+
+- Update mozc.spec:
+  Disable Mozc building with fcitx4 or fcitx5 in SLE, since SLE does
+  not deliver fcitx. Avoid importing too many irrelevant build dependency
+  packages in SLFO.
+  (bsc#1246569, jsc#PED-12066)
+
+-------------------------------------------------------------------
+Sat Jun 28 03:21:22 UTC 2025 - Fuminobu Takeyama <ft...@geeko.jp>
+
+- Disable fcitx-mozc for Leap 16.0 sicne Fcitx 4 is not available 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mozc.spec ++++++
--- /var/tmp/diff_new_pack.zifDjs/_old  2025-07-25 17:05:16.073119725 +0200
+++ /var/tmp/diff_new_pack.zifDjs/_new  2025-07-25 17:05:16.073119725 +0200
@@ -18,6 +18,7 @@
 
 %global flavor @BUILD_FLAVOR@%{nil}
 
+%if 0%{?is_opensuse}
 %if "%flavor" == "fcitx"
 %define with_fcitx4 1
 %define with_fcitx5 0
@@ -27,6 +28,17 @@
 %define with_fcitx5 1
 %define install_mozc 1
 %endif
+%endif
+
+%if !0%{?is_opensuse}
+%if "%flavor" == "fcitx"
+ExclusiveArch:  do_not_build
+%else
+%define with_fcitx4 0
+%define with_fcitx5 0
+%define install_mozc 1
+%endif
+%endif
 
 %if %{with_fcitx4}
 %define fcitx_icon_dir %{_datadir}/fcitx/mozc/icon/
@@ -53,6 +65,9 @@
 License:        Apache-2.0 AND BSD-3-Clause AND SUSE-Public-Domain AND Zlib
 Group:          System/I18n/Japanese
 ExcludeArch:    ppc ppc64 s390 s390x %{ix86}
+%if %{with_fcitx4} && 0%{?suse_version} == 1600 && 0%{?is_opensuse}
+ExclusiveArch:  donotbuild
+%endif
 URL:            https://github.com/google/mozc
 Source0:        %{name}-%{version}.tar.xz
 Source1:        README.SUSE

Reply via email to