From 91fd4e8745f12c5f9f5d4324b217bc8d0120c1ce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 13:42:36 +0000 Subject: [PATCH 01/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index eac07b1..582b7c2 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -2,7 +2,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries %global upstreamid 20080507 Version: 0.%{upstreamid} -Release: 20%{?dist} +Release: 21%{?dist} Source0: http://www.euskara.euskadi.net/r59-20660/eu/contenidos/informacion/euskarazko_softwarea/eu_9567/adjuntos/eu-ES-hunspell.tar.gz Source1: http://www.euskara.euskadi.net/r59-20660/eu/contenidos/informacion/euskarazko_softwarea/eu_9567/adjuntos/XUXEN_kode_irekia_eskuliburua-LINUX-OO.pdf URL: http://www.euskara.euskadi.net/r59-20660/eu/contenidos/informacion/euskarazko_softwarea/eu_9567/xuxen.html @@ -32,6 +32,9 @@ cp -p eu-ES/eu-ES.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/eu_ES.aff %{_datadir}/myspell/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.20080507-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 0.20080507-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 2646bfc723563659989e8e7301a99e357b05f17d Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Fri, 5 Mar 2021 21:22:43 +0100 Subject: [PATCH 02/19] Update to 5.1 --- hunspell-eu.spec | 24 ++++++++++++------------ sources | 3 +-- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index 582b7c2..c5bcc71 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -1,12 +1,10 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries -%global upstreamid 20080507 -Version: 0.%{upstreamid} -Release: 21%{?dist} -Source0: http://www.euskara.euskadi.net/r59-20660/eu/contenidos/informacion/euskarazko_softwarea/eu_9567/adjuntos/eu-ES-hunspell.tar.gz -Source1: http://www.euskara.euskadi.net/r59-20660/eu/contenidos/informacion/euskarazko_softwarea/eu_9567/adjuntos/XUXEN_kode_irekia_eskuliburua-LINUX-OO.pdf -URL: http://www.euskara.euskadi.net/r59-20660/eu/contenidos/informacion/euskarazko_softwarea/eu_9567/xuxen.html -License: GPLv2 +Version: 5.1 +Release: 1%{?dist} +Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip +URL: http://xuxen.eus +License: GPLv3 BuildArch: noarch Requires: hunspell @@ -17,21 +15,23 @@ Basque hunspell dictionaries. %prep %setup -q -c -n hunspell-eu -cp -p %{SOURCE1} . %build %install -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell -cp -p eu-ES/eu-ES.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/eu_ES.dic -cp -p eu-ES/eu-ES.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/eu_ES.aff +mkdir -p %{buildroot}%{_datadir}/myspell +cp -p eu_ES.dic %{buildroot}%{_datadir}/myspell/eu_ES.dic +cp -p eu_ES.aff %{buildroot}%{_datadir}/myspell/eu_ES.aff %files -%doc XUXEN_kode_irekia_eskuliburua-LINUX-OO.pdf +%license LICENSE.txt %{_datadir}/myspell/* %changelog +* Fri Mar 05 2021 Mikel Olasagasti Uranga - 5.1-1 +- Update to latest version + * Tue Jan 26 2021 Fedora Release Engineering - 0.20080507-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 42d8ee1..167226e 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -1ad71b1fda5b7155a9dbc150131b5578 XUXEN_kode_irekia_eskuliburua-LINUX-OO.pdf -57ff126e635fb8ac3fe6e54ff79a0ef5 eu-ES-hunspell.tar.gz +SHA512 (xuxen_5.1_hunspell.zip) = 3bd1e3ee188de9a276d5acd5145c26b8a8737c67947e598f55586906655856e4c9d551320ab64d1b36b1a0e5ac876beb9bc6522cbe5bf57f49ffdc1eb844cb98 From d659b52c6b4d28a22526669587e4fcca86394952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 5 Mar 2021 21:05:00 +0000 Subject: [PATCH 03/19] upload sources --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b00d26e..126284f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -XUXEN_kode_irekia_eskuliburua-LINUX-OO.pdf -eu-ES-hunspell.tar.gz +xuxen_5.1_hunspell.zip From bcf7975635401fb25756e4242d888f0b5dbe030e Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Thu, 3 Jun 2021 18:42:50 +0530 Subject: [PATCH 04/19] Correct the License: tag to LGPLv3+ based on LICENSE.txt file Added gating tests --- hunspell-eu.spec | 8 ++++++-- tests/scripts/run_tests.sh | 4 ++++ tests/scripts/test_dic_availability.py | 10 ++++++++++ tests/scripts/test_suggest_words.py | 11 +++++++++++ tests/tests.yml | 14 ++++++++++++++ 5 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 tests/scripts/run_tests.sh create mode 100644 tests/scripts/test_dic_availability.py create mode 100644 tests/scripts/test_suggest_words.py create mode 100644 tests/tests.yml diff --git a/hunspell-eu.spec b/hunspell-eu.spec index c5bcc71..3a1ce50 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -1,10 +1,10 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus -License: GPLv3 +License: LGPLv3+ BuildArch: noarch Requires: hunspell @@ -29,6 +29,10 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/myspell/eu_ES.aff %{_datadir}/myspell/* %changelog +* Thu Jun 03 2021 Parag Nemade - 5.1-2 +- Correct the License: tag to LGPLv3+ based on LICENSE.txt file +- Added gating tests + * Fri Mar 05 2021 Mikel Olasagasti Uranga - 5.1-1 - Update to latest version diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh new file mode 100644 index 0000000..80d965a --- /dev/null +++ b/tests/scripts/run_tests.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +python3 test_suggest_words.py +python3 test_dic_availability.py diff --git a/tests/scripts/test_dic_availability.py b/tests/scripts/test_dic_availability.py new file mode 100644 index 0000000..ce7add8 --- /dev/null +++ b/tests/scripts/test_dic_availability.py @@ -0,0 +1,10 @@ +#!/usr/bin/python3 + +import enchant + +lang = "eu_ES" +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/scripts/test_suggest_words.py b/tests/scripts/test_suggest_words.py new file mode 100644 index 0000000..49547af --- /dev/null +++ b/tests/scripts/test_suggest_words.py @@ -0,0 +1,11 @@ +#!/usr/bin/python3 + +import enchant + +wdlst = [ "Namak", "bidea", "Chait"] +dic = enchant.Dict("eu_ES") +for wd in wdlst: + dic.check(wd) + print("input word = {0}, Suggestions => {1}".format(wd, dic.suggest(wd))) + + diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..c621462 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,14 @@ +- hosts: localhost + roles: + - role: standard-test-basic + required_packages: + - python3-enchant + tags: + - classic + tests: + - sample: + dir: scripts/ + run: ./run_tests.sh + + + From a8b798f946b3e3f7b44b3cb68b7b7251fbac6466 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 07:52:19 +0000 Subject: [PATCH 05/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index 3a1ce50..e056c68 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -1,7 +1,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 2%{?dist} +Release: 3%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPLv3+ @@ -29,6 +29,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/myspell/eu_ES.aff %{_datadir}/myspell/* %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jun 03 2021 Parag Nemade - 5.1-2 - Correct the License: tag to LGPLv3+ based on LICENSE.txt file - Added gating tests From bc986a38b65e67f3026d4cb85527cd82d79e2d2b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 12:35:49 +0000 Subject: [PATCH 06/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index e056c68..2254cd2 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -1,7 +1,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPLv3+ @@ -29,6 +29,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/myspell/eu_ES.aff %{_datadir}/myspell/* %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 5.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From faf5518a0ece34783cc1a90cc1de01b285338b03 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 22 Mar 2022 11:19:29 +0530 Subject: [PATCH 07/19] Add conditional for new hunspell dir path and update to Requires: hunspell-filesystem --- hunspell-eu.spec | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index 2254cd2..e51879a 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -1,13 +1,19 @@ +%if 0%{?fedora} >= 36 || 0%{?rhel} > 9 +%global dict_dirname hunspell +%else +%global dict_dirname myspell +%endif + Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPLv3+ BuildArch: noarch -Requires: hunspell +Requires: hunspell-filesystem Supplements: (hunspell and langpacks-eu) %description @@ -19,16 +25,20 @@ Basque hunspell dictionaries. %build %install -mkdir -p %{buildroot}%{_datadir}/myspell -cp -p eu_ES.dic %{buildroot}%{_datadir}/myspell/eu_ES.dic -cp -p eu_ES.aff %{buildroot}%{_datadir}/myspell/eu_ES.aff +mkdir -p %{buildroot}%{_datadir}/%{dict_dirname} +cp -p eu_ES.dic %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.dic +cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff %files %license LICENSE.txt -%{_datadir}/myspell/* +%{_datadir}/%{dict_dirname}/* %changelog +* Tue Mar 22 2022 Parag Nemade - 5.1-5 +- Add conditional for new hunspell dir path and update to Requires: + hunspell-filesystem + * Thu Jan 20 2022 Fedora Release Engineering - 5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 7dc6328bde869e9e40609b581bb83d89a6bebb7a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 13:54:56 +0000 Subject: [PATCH 08/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index e51879a..22f698a 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -7,7 +7,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 5%{?dist} +Release: 6%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPLv3+ @@ -35,6 +35,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff %{_datadir}/%{dict_dirname}/* %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 5.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Mar 22 2022 Parag Nemade - 5.1-5 - Add conditional for new hunspell dir path and update to Requires: hunspell-filesystem From f021e9a8a17811310b6b84397d0c2aaa129fad97 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 12:23:54 +0000 Subject: [PATCH 09/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index 22f698a..4325f19 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -7,7 +7,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 6%{?dist} +Release: 7%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPLv3+ @@ -35,6 +35,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff %{_datadir}/%{dict_dirname}/* %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 5.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Jul 21 2022 Fedora Release Engineering - 5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 556e5367e92616a743bf08b3969457f6a885fa4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 22 Feb 2023 11:38:11 +0000 Subject: [PATCH 10/19] migrated to SPDX license --- hunspell-eu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index 4325f19..6c95da3 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -7,10 +7,10 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 7%{?dist} +Release: 8%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus -License: LGPLv3+ +License: LGPL-3.0-or-later BuildArch: noarch Requires: hunspell-filesystem @@ -35,6 +35,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff %{_datadir}/%{dict_dirname}/* %changelog +* Wed Feb 22 2023 Caolan McNamara - 5.1-8 +- migrated to SPDX license + * Thu Jan 19 2023 Fedora Release Engineering - 5.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From cd44ac8b32386b6cef1fcfc17b894e86f642bd88 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 06:36:37 +0000 Subject: [PATCH 11/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index 6c95da3..f8ccf06 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -7,7 +7,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 8%{?dist} +Release: 9%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPL-3.0-or-later @@ -35,6 +35,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff %{_datadir}/%{dict_dirname}/* %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 5.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Feb 22 2023 Caolan McNamara - 5.1-8 - migrated to SPDX license From 396974df676c5f348bf7585eb859fdbe96b24625 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jan 2024 22:21:10 +0000 Subject: [PATCH 12/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index f8ccf06..23981d0 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -7,7 +7,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 9%{?dist} +Release: 10%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPL-3.0-or-later @@ -35,6 +35,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff %{_datadir}/%{dict_dirname}/* %changelog +* Sat Jan 20 2024 Fedora Release Engineering - 5.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jul 20 2023 Fedora Release Engineering - 5.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 4c255c8fbd386ef94c5f52ba66ad241923839aa5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jan 2024 21:56:11 +0000 Subject: [PATCH 13/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index 23981d0..e910ad8 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -7,7 +7,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 10%{?dist} +Release: 11%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPL-3.0-or-later @@ -35,6 +35,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff %{_datadir}/%{dict_dirname}/* %changelog +* Wed Jan 24 2024 Fedora Release Engineering - 5.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jan 20 2024 Fedora Release Engineering - 5.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 9043cef2545fd7d3e0ab8045e828e051c81168c2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 09:31:50 +0000 Subject: [PATCH 14/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index e910ad8..e7df870 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -7,7 +7,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 11%{?dist} +Release: 12%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPL-3.0-or-later @@ -35,6 +35,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff %{_datadir}/%{dict_dirname}/* %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 5.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Jan 24 2024 Fedora Release Engineering - 5.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 759b72796a411d97b3fbe26761b138d21f888e66 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 30 Jul 2024 21:52:07 +0530 Subject: [PATCH 15/19] Update CI tests to use tmt tool --- .fmf/version | 1 + plans/hunspell-eu.fmf | 5 +++++ tests/scripts/run_tests.sh | 4 ---- tests/test_dic_availability.fmf | 6 ++++++ tests/{scripts => }/test_dic_availability.py | 0 tests/test_suggest_words.fmf | 6 ++++++ tests/{scripts => }/test_suggest_words.py | 0 tests/tests.yml | 14 -------------- 8 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 .fmf/version create mode 100644 plans/hunspell-eu.fmf delete mode 100644 tests/scripts/run_tests.sh create mode 100644 tests/test_dic_availability.fmf rename tests/{scripts => }/test_dic_availability.py (100%) create mode 100644 tests/test_suggest_words.fmf rename tests/{scripts => }/test_suggest_words.py (100%) delete mode 100644 tests/tests.yml 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-eu.fmf b/plans/hunspell-eu.fmf new file mode 100644 index 0000000..c1627f9 --- /dev/null +++ b/plans/hunspell-eu.fmf @@ -0,0 +1,5 @@ +summary: Basic smoke test +discover: + how: fmf +execute: + how: tmt diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh deleted file mode 100644 index 80d965a..0000000 --- a/tests/scripts/run_tests.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -python3 test_suggest_words.py -python3 test_dic_availability.py diff --git a/tests/test_dic_availability.fmf b/tests/test_dic_availability.fmf new file mode 100644 index 0000000..130ffd4 --- /dev/null +++ b/tests/test_dic_availability.fmf @@ -0,0 +1,6 @@ +require: +- python3-enchant +- hunspell-eu +test: python3 test_dic_availability.py +framework: shell + diff --git a/tests/scripts/test_dic_availability.py b/tests/test_dic_availability.py similarity index 100% rename from tests/scripts/test_dic_availability.py rename to tests/test_dic_availability.py diff --git a/tests/test_suggest_words.fmf b/tests/test_suggest_words.fmf new file mode 100644 index 0000000..c4a18e6 --- /dev/null +++ b/tests/test_suggest_words.fmf @@ -0,0 +1,6 @@ +require: +- python3-enchant +- hunspell-eu +test: python3 test_suggest_words.py +framework: shell + diff --git a/tests/scripts/test_suggest_words.py b/tests/test_suggest_words.py similarity index 100% rename from tests/scripts/test_suggest_words.py rename to tests/test_suggest_words.py diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index c621462..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,14 +0,0 @@ -- hosts: localhost - roles: - - role: standard-test-basic - required_packages: - - python3-enchant - tags: - - classic - tests: - - sample: - dir: scripts/ - run: ./run_tests.sh - - - From d558002c687b5be453c2865cb792fac54d13e93d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 06:13:58 +0000 Subject: [PATCH 16/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index e7df870..a325764 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -7,7 +7,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 12%{?dist} +Release: 13%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPL-3.0-or-later @@ -35,6 +35,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff %{_datadir}/%{dict_dirname}/* %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 5.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 5.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From b16b131d6d58ed72e56c70a08bb6c692e924811f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 17:11:12 +0000 Subject: [PATCH 17/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index a325764..ba5cf25 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -7,7 +7,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 13%{?dist} +Release: 14%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPL-3.0-or-later @@ -35,6 +35,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff %{_datadir}/%{dict_dirname}/* %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 5.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 5.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 3f0b43c4ff08492444d8cd44ea87fba66a76dd6d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 16:18:02 +0000 Subject: [PATCH 18/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index ba5cf25..4796cbe 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -7,7 +7,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 14%{?dist} +Release: 15%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPL-3.0-or-later @@ -35,6 +35,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff %{_datadir}/%{dict_dirname}/* %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 5.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Thu Jul 24 2025 Fedora Release Engineering - 5.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 23aeeb1433fefd31e7ac8f702b8e5cd079f5ed58 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jul 2026 03:25:38 +0000 Subject: [PATCH 19/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- hunspell-eu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index 4796cbe..d06e24e 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -7,7 +7,7 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries Version: 5.1 -Release: 15%{?dist} +Release: 16%{?dist} Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip URL: http://xuxen.eus License: LGPL-3.0-or-later @@ -35,6 +35,9 @@ cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff %{_datadir}/%{dict_dirname}/* %changelog +* Thu Jul 16 2026 Fedora Release Engineering - 5.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Fri Jan 16 2026 Fedora Release Engineering - 5.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild