Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mlterm for openSUSE:Factory checked in at 2025-03-17 22:17:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mlterm (Old) and /work/SRC/openSUSE:Factory/.mlterm.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mlterm" Mon Mar 17 22:17:31 2025 rev:57 rq:1253582 version:3.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes 2024-08-19 23:47:10.934347202 +0200 +++ /work/SRC/openSUSE:Factory/.mlterm.new.19136/mlterm.changes 2025-03-17 22:21:28.104191623 +0100 @@ -1,0 +2,5 @@ +Sat Mar 15 06:53:42 UTC 2025 - Marguerite Su <i...@marguerite.su> + +- let scim and uim be conditional, which are factory drop candidates + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mlterm.spec ++++++ --- /var/tmp/diff_new_pack.FVzdmN/_old 2025-03-17 22:21:29.708258626 +0100 +++ /var/tmp/diff_new_pack.FVzdmN/_new 2025-03-17 22:21:29.724259294 +0100 @@ -1,7 +1,7 @@ # # spec file for package mlterm # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,6 +23,8 @@ %else %global do_wayland 1 %global flavors with-gui=wayland with-gui=sdl2 with-gtk=3.0 +%bcond_with scim +%bcond_with uim %endif Name: mlterm Version: 3.9.3 @@ -48,8 +50,12 @@ BuildRequires: coreutils BuildRequires: gcc-c++ BuildRequires: pkgconfig +%if %{with scim} BuildRequires: scim-devel +%endif +%if %{with uim} BuildRequires: uim-devel +%endif BuildRequires: update-desktop-files BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(fontconfig) @@ -159,7 +165,7 @@ %package ibus Summary: Ibus plugin for mlterm Group: System/X11/Terminals -Provides: locale(scim:ja;ko;ar;he) +Provides: locale(ibus:ja;ko;ar;he) %description ibus A plugin to use the ibus input methods directly from mlterm. @@ -172,6 +178,7 @@ %description m17n A plugin to use the m17n input methods directly from mlterm. +%if %{with scim} %package scim Summary: SCIM plugin for mlterm Group: System/X11/Terminals @@ -179,7 +186,9 @@ %description scim A plugin to use the SCIM input methods directly from mlterm. +%endif +%if %{with uim} %package uim Summary: An uim plugin for mlterm Group: System/X11/Terminals @@ -187,6 +196,7 @@ %description uim A plugin to use the uim input methods directly from mlterm. +%endif %prep %autosetup -p1 @@ -327,9 +337,13 @@ %files m17n %{_libdir}/mlterm/libim-m17nlib*.so +%if %{with scim} %files scim %{_libdir}/mlterm/libim-scim*.so +%endif +%if %{with uim} %files uim %{_libdir}/mlterm/libim-uim*.so +%endif