From 4e23fe76f9ec4fd527564fc5cba5295a8ae73fb7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 08:03:50 +0000 Subject: [PATCH 01/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-th.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index 3f55935..531ee55 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -2,7 +2,7 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 23%{?dist} +Release: 24%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPLv2+ @@ -32,6 +32,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell %{_datadir}/myspell/* %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 0.20061212-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 0.20061212-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 353ab615dd52f7f2ee93ac28bb7bbd1b2c85b093 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 12:47:47 +0000 Subject: [PATCH 02/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-th.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index 531ee55..00ce375 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -2,7 +2,7 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 24%{?dist} +Release: 25%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPLv2+ @@ -32,6 +32,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell %{_datadir}/myspell/* %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 0.20061212-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 0.20061212-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 599830057f2baf03cc95784631807a580029c5a7 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 22 Mar 2022 13:53:17 +0530 Subject: [PATCH 03/15] Add conditional for new hunspell dir path and update to Requires: hunspell-filesystem --- hunspell-th.spec | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index 00ce375..5e08bb4 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -1,14 +1,20 @@ +%if 0%{?fedora} >= 36 || 0%{?rhel} > 9 +%global dict_dirname hunspell +%else +%global dict_dirname myspell +%endif + Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 25%{?dist} +Release: 26%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPLv2+ BuildArch: noarch -Requires: hunspell +Requires: hunspell-filesystem Supplements: (hunspell and langpacks-th) %description @@ -23,15 +29,19 @@ sed -i -e 's/TIS620-2533/TIS620/g' th_TH.aff chmod -x * %install -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell -cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} +cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %files %doc README_th_TH.txt -%{_datadir}/myspell/* +%{_datadir}/%{dict_dirname}/* %changelog +* Tue Mar 22 2022 Parag Nemade - 0.20061212-26 +- Add conditional for new hunspell dir path and update to Requires: + hunspell-filesystem + * Thu Jan 20 2022 Fedora Release Engineering - 0.20061212-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 6cc840d64568e6bcb57f9613d281cd329b801074 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 14:07:43 +0000 Subject: [PATCH 04/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-th.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index 5e08bb4..8a00cd3 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -8,7 +8,7 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 26%{?dist} +Release: 27%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPLv2+ @@ -38,6 +38,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %{_datadir}/%{dict_dirname}/* %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 0.20061212-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Mar 22 2022 Parag Nemade - 0.20061212-26 - Add conditional for new hunspell dir path and update to Requires: hunspell-filesystem From 513e412e9c4857611814c879a26d9374b1d71141 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 12:36:39 +0000 Subject: [PATCH 05/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-th.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index 8a00cd3..62714ae 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -8,7 +8,7 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 27%{?dist} +Release: 28%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPLv2+ @@ -38,6 +38,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %{_datadir}/%{dict_dirname}/* %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 0.20061212-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Jul 21 2022 Fedora Release Engineering - 0.20061212-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 88dc795622e0e86df71c1b751887e1d31191e76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 23 Feb 2023 09:28:15 +0000 Subject: [PATCH 06/15] migrated to SPDX license --- hunspell-th.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index 62714ae..6de7d42 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -8,10 +8,10 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 28%{?dist} +Release: 29%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries -License: LGPLv2+ +License: LGPL-2.1-or-later BuildArch: noarch Requires: hunspell-filesystem @@ -38,6 +38,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %{_datadir}/%{dict_dirname}/* %changelog +* Thu Feb 23 2023 Caolán McNamara - 0.20061212-29 +- migrated to SPDX license + * Thu Jan 19 2023 Fedora Release Engineering - 0.20061212-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 89e30dd194473a5beafab82d04cfa79f01a99208 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 06:50:14 +0000 Subject: [PATCH 07/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-th.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index 6de7d42..c58d8b3 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -8,7 +8,7 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 29%{?dist} +Release: 30%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPL-2.1-or-later @@ -38,6 +38,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %{_datadir}/%{dict_dirname}/* %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 0.20061212-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Feb 23 2023 Caolán McNamara - 0.20061212-29 - migrated to SPDX license From de06984b823792deef023478e2c04231f189255d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jan 2024 22:33:29 +0000 Subject: [PATCH 08/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- hunspell-th.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index c58d8b3..13b01c5 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -8,7 +8,7 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 30%{?dist} +Release: 31%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPL-2.1-or-later @@ -38,6 +38,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %{_datadir}/%{dict_dirname}/* %changelog +* Sat Jan 20 2024 Fedora Release Engineering - 0.20061212-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jul 20 2023 Fedora Release Engineering - 0.20061212-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 3a0fe2083a43385f09f84a9c9d6c503ba5274735 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jan 2024 22:09:13 +0000 Subject: [PATCH 09/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- hunspell-th.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index 13b01c5..7a2c388 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -8,7 +8,7 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 31%{?dist} +Release: 32%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPL-2.1-or-later @@ -38,6 +38,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %{_datadir}/%{dict_dirname}/* %changelog +* Wed Jan 24 2024 Fedora Release Engineering - 0.20061212-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jan 20 2024 Fedora Release Engineering - 0.20061212-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 2cb2521a0b229c8690537bf23f422eaac5925240 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 09:45:27 +0000 Subject: [PATCH 10/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- hunspell-th.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index 7a2c388..491828d 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -8,7 +8,7 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 32%{?dist} +Release: 33%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPL-2.1-or-later @@ -38,6 +38,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %{_datadir}/%{dict_dirname}/* %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 0.20061212-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Jan 24 2024 Fedora Release Engineering - 0.20061212-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From afb8807cdf289df8e37589ad5512fd8adf19b532 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 10 Sep 2024 19:00:52 +0530 Subject: [PATCH 11/15] Add tmt testcase for CI --- .fmf/version | 1 + plans/hunspell-th.fmf | 5 +++++ tests/test_dic_availability.fmf | 6 ++++++ tests/test_dic_availability.py | 10 ++++++++++ tests/test_suggest_words.fmf | 6 ++++++ tests/test_suggest_words.py | 9 +++++++++ 6 files changed, 37 insertions(+) create mode 100644 .fmf/version create mode 100644 plans/hunspell-th.fmf create mode 100644 tests/test_dic_availability.fmf create mode 100644 tests/test_dic_availability.py create mode 100644 tests/test_suggest_words.fmf create mode 100644 tests/test_suggest_words.py diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plans/hunspell-th.fmf b/plans/hunspell-th.fmf new file mode 100644 index 0000000..c1627f9 --- /dev/null +++ b/plans/hunspell-th.fmf @@ -0,0 +1,5 @@ +summary: Basic smoke test +discover: + how: fmf +execute: + how: tmt diff --git a/tests/test_dic_availability.fmf b/tests/test_dic_availability.fmf new file mode 100644 index 0000000..06b2e6f --- /dev/null +++ b/tests/test_dic_availability.fmf @@ -0,0 +1,6 @@ +require: +- python3-enchant +- hunspell-th +test: python3 test_dic_availability.py +framework: shell + diff --git a/tests/test_dic_availability.py b/tests/test_dic_availability.py new file mode 100644 index 0000000..e5dda1a --- /dev/null +++ b/tests/test_dic_availability.py @@ -0,0 +1,10 @@ +#!/usr/bin/python3 + +import enchant + +lang = "th_TH" +try: + dic = enchant.request_dict(lang) + print("Dictionary for {0} language is available for use".format(lang)) +except enchant.errors.DictNotFoundError: + print("Dictionary is not installed for use") diff --git a/tests/test_suggest_words.fmf b/tests/test_suggest_words.fmf new file mode 100644 index 0000000..427afbe --- /dev/null +++ b/tests/test_suggest_words.fmf @@ -0,0 +1,6 @@ +require: +- python3-enchant +- hunspell-th +test: python3 test_suggest_words.py +framework: shell + diff --git a/tests/test_suggest_words.py b/tests/test_suggest_words.py new file mode 100644 index 0000000..20f9c9e --- /dev/null +++ b/tests/test_suggest_words.py @@ -0,0 +1,9 @@ +#!/usr/bin/python3 + +import enchant + +wdlst = [ "สวัสดี", "ชา", "เช้า"] +dic = enchant.Dict("th_TH") +for wd in wdlst: + dic.check(wd) + print("input word = {0}, Suggestions => {1}".format(wd, dic.suggest(wd))) From e2ec1a266c11d9339ede153ad943505faca048a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 06:29:27 +0000 Subject: [PATCH 12/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- hunspell-th.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index 491828d..28011b9 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -8,7 +8,7 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 33%{?dist} +Release: 34%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPL-2.1-or-later @@ -38,6 +38,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %{_datadir}/%{dict_dirname}/* %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 0.20061212-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 0.20061212-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 415a9650d6cdb7b54c78680350770c594315de1d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 17:19:01 +0000 Subject: [PATCH 13/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- hunspell-th.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index 28011b9..06e4faf 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -8,7 +8,7 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 34%{?dist} +Release: 35%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPL-2.1-or-later @@ -38,6 +38,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %{_datadir}/%{dict_dirname}/* %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 0.20061212-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 0.20061212-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 058d10eab10998884643e411d1ac17763677443c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 16:25:52 +0000 Subject: [PATCH 14/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- hunspell-th.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index 06e4faf..a74f858 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -8,7 +8,7 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 35%{?dist} +Release: 36%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPL-2.1-or-later @@ -38,6 +38,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %{_datadir}/%{dict_dirname}/* %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 0.20061212-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Thu Jul 24 2025 Fedora Release Engineering - 0.20061212-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 4341ab5140cea063055e18d2fcbec48385e1b27e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jul 2026 03:33:23 +0000 Subject: [PATCH 15/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- hunspell-th.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-th.spec b/hunspell-th.spec index a74f858..41c6ba0 100644 --- a/hunspell-th.spec +++ b/hunspell-th.spec @@ -8,7 +8,7 @@ Name: hunspell-th Summary: Thai hunspell dictionaries %global upstreamid 20061212 Version: 0.%{upstreamid} -Release: 36%{?dist} +Release: 37%{?dist} Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: LGPL-2.1-or-later @@ -38,6 +38,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %{_datadir}/%{dict_dirname}/* %changelog +* Thu Jul 16 2026 Fedora Release Engineering - 0.20061212-37 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Fri Jan 16 2026 Fedora Release Engineering - 0.20061212-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild