Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kiten for openSUSE:Factory checked in at 2023-05-18 15:19:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiten (Old) and /work/SRC/openSUSE:Factory/.kiten.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiten" Thu May 18 15:19:10 2023 rev:157 rq:1087677 version:23.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kiten/kiten.changes 2023-05-12 20:37:56.178081399 +0200 +++ /work/SRC/openSUSE:Factory/.kiten.new.1533/kiten.changes 2023-05-18 15:19:15.125831447 +0200 @@ -1,0 +2,7 @@ +Thu May 11 15:36:49 UTC 2023 - Jan Engelhardt <[email protected]> + +- Reuse system edict dictionaries and shave off 13 MB worth of + data. The system edict is also (much) newer and more + comprehensive. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiten.spec ++++++ --- /var/tmp/diff_new_pack.ilj1fA/_old 2023-05-18 15:19:15.789834824 +0200 +++ /var/tmp/diff_new_pack.ilj1fA/_new 2023-05-18 15:19:15.793834845 +0200 @@ -46,6 +46,10 @@ BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Widgets) +%if 0%{?suse_version} >= 1599 +BuildRequires: edict-eucjp >= 20230511 +Requires: edict-eucjp >= 20230511 +%endif Requires: fonts-KanjiStrokeOrders Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} @@ -95,6 +99,11 @@ %install %kf5_makeinstall -C build +%if 0%{?suse_version} >= 1599 +for i in edict kanjidic radkfile; do + ln -fsv "%_datadir/edict/$i.eucjp" "%buildroot/%_datadir/kiten/$i" +done +%endif %find_lang %{name} --with-man --all-name %{kf5_find_htmldocs}
