From 415be8567c844787e4dc001dd9f15886aff7e5e5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 12:35:31 +0000 Subject: [PATCH 01/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-es.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index a584431..734ef4f 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -1,7 +1,7 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries Version: 2.3 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -351,6 +351,9 @@ done %{_datadir}/myspell/es_VE.* %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 1:2.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 1:2.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 4127ebc114fb99f36d7d23d153343edac681200f Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 22 Mar 2022 11:09:04 +0530 Subject: [PATCH 02/16] Add conditional for new hunspell dir path and update to Requires: hunspell-filesystem --- hunspell-es.spec | 104 ++++++++++++++++++++++++++--------------------- 1 file changed, 57 insertions(+), 47 deletions(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index 734ef4f..e07c06f 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -1,7 +1,13 @@ +%if 0%{?fedora} >= 36 || 0%{?rhel} > 9 +%global dict_dirname hunspell +%else +%global dict_dirname myspell +%endif + Name: hunspell-es Summary: Spanish hunspell dictionaries Version: 2.3 -Release: 10%{?dist} +Release: 11%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -29,28 +35,28 @@ URL: https://github.com/sbosio/rla-es/ License: LGPLv3+ or GPLv3+ or MPLv1.1 BuildArch: noarch -Requires: hunspell -Requires: hunspell-es-AR = %{epoch}:%{version}-%{release} -Requires: hunspell-es-BO = %{epoch}:%{version}-%{release} -Requires: hunspell-es-CL = %{epoch}:%{version}-%{release} -Requires: hunspell-es-CO = %{epoch}:%{version}-%{release} -Requires: hunspell-es-CR = %{epoch}:%{version}-%{release} -Requires: hunspell-es-CU = %{epoch}:%{version}-%{release} -Requires: hunspell-es-DO = %{epoch}:%{version}-%{release} -Requires: hunspell-es-EC = %{epoch}:%{version}-%{release} -Requires: hunspell-es-ES = %{epoch}:%{version}-%{release} -Requires: hunspell-es-GT = %{epoch}:%{version}-%{release} -Requires: hunspell-es-HN = %{epoch}:%{version}-%{release} -Requires: hunspell-es-MX = %{epoch}:%{version}-%{release} -Requires: hunspell-es-NI = %{epoch}:%{version}-%{release} -Requires: hunspell-es-PA = %{epoch}:%{version}-%{release} -Requires: hunspell-es-PE = %{epoch}:%{version}-%{release} -Requires: hunspell-es-PR = %{epoch}:%{version}-%{release} -Requires: hunspell-es-PY = %{epoch}:%{version}-%{release} -Requires: hunspell-es-SV = %{epoch}:%{version}-%{release} -Requires: hunspell-es-UY = %{epoch}:%{version}-%{release} -Requires: hunspell-es-US = %{epoch}:%{version}-%{release} -Requires: hunspell-es-VE = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem +Requires: hunspell-filesystem-es-AR = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-BO = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-CL = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-CO = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-CR = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-CU = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-DO = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-EC = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-ES = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-GT = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-HN = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-MX = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-NI = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-PA = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-PE = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-PR = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-PY = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-SV = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-UY = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-US = %{epoch}:%{version}-%{release} +Requires: hunspell-filesystem-es-VE = %{epoch}:%{version}-%{release} Supplements: (hunspell and langpacks-es) %description @@ -215,12 +221,12 @@ done %build %install -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} # supported Spanish language regions: for REGION in %{es_REGIONS}; do - cp -p $REGION.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ - cp -p $REGION.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ + cp -p $REGION.dic $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/ + cp -p $REGION.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/ done %files @@ -228,129 +234,133 @@ done %files ES %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_ES.* +%{_datadir}/%{dict_dirname}/es_ES.* %files AR %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_AR.* +%{_datadir}/%{dict_dirname}/es_AR.* %files BO %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_BO.* +%{_datadir}/%{dict_dirname}/es_BO.* %files CL %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_CL.* +%{_datadir}/%{dict_dirname}/es_CL.* %files CO %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_CO.* +%{_datadir}/%{dict_dirname}/es_CO.* %files CR %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_CR.* +%{_datadir}/%{dict_dirname}/es_CR.* %files CU %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_CU.* +%{_datadir}/%{dict_dirname}/es_CU.* %files DO %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_DO.* +%{_datadir}/%{dict_dirname}/es_DO.* %files EC %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_EC.* +%{_datadir}/%{dict_dirname}/es_EC.* %files GT %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_GT.* +%{_datadir}/%{dict_dirname}/es_GT.* %files HN %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_HN.* +%{_datadir}/%{dict_dirname}/es_HN.* %files MX %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_MX.* +%{_datadir}/%{dict_dirname}/es_MX.* %files NI %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_NI.* +%{_datadir}/%{dict_dirname}/es_NI.* %files PA %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_PA.* +%{_datadir}/%{dict_dirname}/es_PA.* %files PE %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_PE.* +%{_datadir}/%{dict_dirname}/es_PE.* %files PR %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_PR.* +%{_datadir}/%{dict_dirname}/es_PR.* %files PY %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_PY.* +%{_datadir}/%{dict_dirname}/es_PY.* %files SV %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_SV.* +%{_datadir}/%{dict_dirname}/es_SV.* %files US %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_US.* +%{_datadir}/%{dict_dirname}/es_US.* %files UY %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_UY.* +%{_datadir}/%{dict_dirname}/es_UY.* %files VE %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt -%{_datadir}/myspell/es_VE.* +%{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Tue Mar 22 2022 Parag Nemade - 1:2.3-11 +- Add conditional for new hunspell dir path and update to Requires: + hunspell-filesystem + * Thu Jan 20 2022 Fedora Release Engineering - 1:2.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 35487df792bf0e15058faea1cc25bce372f57c6a Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 22 Mar 2022 21:50:00 +0530 Subject: [PATCH 03/16] Revert typo in previous commit --- hunspell-es.spec | 47 +++++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index e07c06f..72b0a5f 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -7,7 +7,7 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries Version: 2.3 -Release: 11%{?dist} +Release: 12%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -36,27 +36,27 @@ License: LGPLv3+ or GPLv3+ or MPLv1.1 BuildArch: noarch Requires: hunspell-filesystem -Requires: hunspell-filesystem-es-AR = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-BO = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-CL = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-CO = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-CR = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-CU = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-DO = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-EC = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-ES = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-GT = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-HN = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-MX = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-NI = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-PA = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-PE = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-PR = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-PY = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-SV = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-UY = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-US = %{epoch}:%{version}-%{release} -Requires: hunspell-filesystem-es-VE = %{epoch}:%{version}-%{release} +Requires: hunspell-es-AR = %{epoch}:%{version}-%{release} +Requires: hunspell-es-BO = %{epoch}:%{version}-%{release} +Requires: hunspell-es-CL = %{epoch}:%{version}-%{release} +Requires: hunspell-es-CO = %{epoch}:%{version}-%{release} +Requires: hunspell-es-CR = %{epoch}:%{version}-%{release} +Requires: hunspell-es-CU = %{epoch}:%{version}-%{release} +Requires: hunspell-es-DO = %{epoch}:%{version}-%{release} +Requires: hunspell-es-EC = %{epoch}:%{version}-%{release} +Requires: hunspell-es-ES = %{epoch}:%{version}-%{release} +Requires: hunspell-es-GT = %{epoch}:%{version}-%{release} +Requires: hunspell-es-HN = %{epoch}:%{version}-%{release} +Requires: hunspell-es-MX = %{epoch}:%{version}-%{release} +Requires: hunspell-es-NI = %{epoch}:%{version}-%{release} +Requires: hunspell-es-PA = %{epoch}:%{version}-%{release} +Requires: hunspell-es-PE = %{epoch}:%{version}-%{release} +Requires: hunspell-es-PR = %{epoch}:%{version}-%{release} +Requires: hunspell-es-PY = %{epoch}:%{version}-%{release} +Requires: hunspell-es-SV = %{epoch}:%{version}-%{release} +Requires: hunspell-es-UY = %{epoch}:%{version}-%{release} +Requires: hunspell-es-US = %{epoch}:%{version}-%{release} +Requires: hunspell-es-VE = %{epoch}:%{version}-%{release} Supplements: (hunspell and langpacks-es) %description @@ -357,6 +357,9 @@ done %{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Tue Mar 22 2022 Parag Nemade - 1:2.3-12 +- Revert typo in previous commit + * Tue Mar 22 2022 Parag Nemade - 1:2.3-11 - Add conditional for new hunspell dir path and update to Requires: hunspell-filesystem From 2f567c2a83e34541e9c4a7eb49c9e8c29fdbe162 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 13:54:36 +0000 Subject: [PATCH 04/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-es.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index 72b0a5f..7cfc98f 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -7,7 +7,7 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries Version: 2.3 -Release: 12%{?dist} +Release: 13%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -357,6 +357,9 @@ done %{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 1:2.3-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Mar 22 2022 Parag Nemade - 1:2.3-12 - Revert typo in previous commit From debfa7da9927eec94f26b51602ff93153a59520c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 12:23:35 +0000 Subject: [PATCH 05/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-es.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index 7cfc98f..74d2718 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -7,7 +7,7 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries Version: 2.3 -Release: 13%{?dist} +Release: 14%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -357,6 +357,9 @@ done %{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 1:2.3-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Jul 21 2022 Fedora Release Engineering - 1:2.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 9a5989318d0822a0e9fbf6939a69fed4cc31e522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 22 Feb 2023 11:29:40 +0000 Subject: [PATCH 06/16] migrated to SPDX license --- hunspell-es.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index 74d2718..d29d982 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -7,7 +7,7 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries Version: 2.3 -Release: 14%{?dist} +Release: 15%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -32,7 +32,7 @@ Source19: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_US.o Source20: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_VE.oxt URL: https://github.com/sbosio/rla-es/ -License: LGPLv3+ or GPLv3+ or MPLv1.1 +License: LGPL-3.0-or-later OR GPL-3.0-or-later OR MPL-1.1 BuildArch: noarch Requires: hunspell-filesystem @@ -357,6 +357,9 @@ done %{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Wed Feb 22 2023 Caolán McNamara - 1:2.2-15 +- migrated to SPDX license + * Thu Jan 19 2023 Fedora Release Engineering - 1:2.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From a8a2d5c42ce7dcab5c1a192b283663f1ba33c53e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 06:36:16 +0000 Subject: [PATCH 07/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hunspell-es.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index d29d982..c73a833 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -7,7 +7,7 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries Version: 2.3 -Release: 15%{?dist} +Release: 16%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -357,6 +357,9 @@ done %{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 1:2.3-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Feb 22 2023 Caolán McNamara - 1:2.2-15 - migrated to SPDX license From 98c7573fb1483a517f49c43ff00c29465ac7400f Mon Sep 17 00:00:00 2001 From: Ismael Olea Date: Tue, 22 Aug 2023 23:04:03 +0200 Subject: [PATCH 08/16] * Update to v2.8. Now includes variants for Equatorial Guinea. --- .gitignore | 2 ++ hunspell-es.spec | 48 +++++++++++++++++++++++++++++++++--------------- sources | 1 + 3 files changed, 36 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 97e6fba..e657fda 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ /es_US.oxt /es_UY.oxt /es_VE.oxt +/es_GQ.oxt +/es_PH.oxt diff --git a/hunspell-es.spec b/hunspell-es.spec index c73a833..095139e 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -6,8 +6,8 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries -Version: 2.3 -Release: 16%{?dist} +Version: 2.8 +Release: 1%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -18,18 +18,19 @@ Source5: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_CU.ox Source6: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_DO.oxt Source7: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_EC.oxt Source8: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_ES.oxt -Source9: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_GT.oxt -Source10: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_HN.oxt -Source11: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_MX.oxt -Source12: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_NI.oxt -Source13: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_PA.oxt -Source14: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_PE.oxt -Source15: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_PR.oxt -Source16: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_PY.oxt -Source17: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_SV.oxt -Source18: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_UY.oxt -Source19: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_US.oxt -Source20: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_VE.oxt +Source9: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_GQ.oxt +Source10: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_GT.oxt +Source11: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_HN.oxt +Source12: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_MX.oxt +Source13: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_NI.oxt +Source14: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_PA.oxt +Source16: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_PE.oxt +Source17: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_PR.oxt +Source18: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_PY.oxt +Source19: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_SV.oxt +Source20: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_US.oxt +Source21: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_UY.oxt +Source22: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_VE.oxt URL: https://github.com/sbosio/rla-es/ License: LGPL-3.0-or-later OR GPL-3.0-or-later OR MPL-1.1 @@ -46,6 +47,7 @@ Requires: hunspell-es-DO = %{epoch}:%{version}-%{release} Requires: hunspell-es-EC = %{epoch}:%{version}-%{release} Requires: hunspell-es-ES = %{epoch}:%{version}-%{release} Requires: hunspell-es-GT = %{epoch}:%{version}-%{release} +Requires: hunspell-es-GQ = %{epoch}:%{version}-%{release} Requires: hunspell-es-HN = %{epoch}:%{version}-%{release} Requires: hunspell-es-MX = %{epoch}:%{version}-%{release} Requires: hunspell-es-NI = %{epoch}:%{version}-%{release} @@ -132,6 +134,13 @@ Summary: Guatemalan Spanish hunspell dictionary %description GT Guatemalan Spanish hunspell dictionary +%package GQ +Requires: hunspell +Summary: Equatorial Guinean Spanish hunspell dictionary + +%description GQ +Equatorial Guinean Spanish hunspell dictionary + %package HN Requires: hunspell Summary: Honduran Spanish hunspell dictionary @@ -209,7 +218,7 @@ Summary: Venezuelan Spanish hunspell dictionary %description VE Venezuelan Spanish hunspell dictionary -%define es_REGIONS es_ES es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE +%define es_REGIONS es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GQ es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE %prep %setup -q -c -n hunspell-es @@ -285,6 +294,12 @@ done %{_datadir}/%{dict_dirname}/es_EC.* +%files GQ +%doc README.txt Changelog.txt +%license GPLv3.txt MPL-1.1.txt LGPLv3.txt +%{_datadir}/%{dict_dirname}/es_GQ.* + + %files GT %doc README.txt Changelog.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt @@ -357,6 +372,9 @@ done %{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Tue Aug 22 2023 Ismeel Olea - 1:2.8-1 +* Update to v2.8. Now includes variants for Equatorial Guinea. + * Thu Jul 20 2023 Fedora Release Engineering - 1:2.3-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 0a62dea..927a798 100644 --- a/sources +++ b/sources @@ -7,6 +7,7 @@ SHA512 (es_CU.oxt) = a6098f7521521e84373d143c423265e8c87e7e7b8ef328d16e4a9da40ef SHA512 (es_DO.oxt) = 02bc65cd2d0cccf50bc3ef027356b759a6400531e809dda8d4bdb33e15b3b84d6a2274b6a38c0242c8c7e896a2b8515ca6607cdf2b09786140a9753867be952e SHA512 (es_EC.oxt) = 5038d08e4b2f41d51a0deafd7948eb05de33b641e10fb1e7167badd823fa9dd7844c2e0617f0cf102f3818ef761fbae903b596f82d9576c288f33233f74e2362 SHA512 (es_ES.oxt) = 566f22be881024ff45b2a20b69ffb20abbe4fd144fbd18abfa292e17e0a2f73a18b7f0459a2f4ef8f50832b2ce6974830ffd7de5674378202124641978b8b5a8 +SHA512 (es_GQ.oxt) = c5099e250dc9a2e3cb2c3337b82c04fcd9be0478556541059aab4329893e0fee7bd3e4bf62683f413887bdcfa9510c6e3b36691e6a150c3d04954b5803a84d3c SHA512 (es_GT.oxt) = 1090e0ba07e026fdfce65fc4ad75fa4fb4c9ac13172a5acd94e4549b7347c482f0da0a180e7d057807c93170ac03e258e17d75e9b2455b3c6e2011aef6079c8b SHA512 (es_HN.oxt) = 4ba1f02228d436a4f4d907381841213ce3a42fadedd3cc916b665b506d1d112bb23aeb87f40147eaf619e919b9b06d58a8aead018edd3bb73593fc429bb07e02 SHA512 (es_MX.oxt) = 10716a744e9889bc3baaad6163c1dad06e6756dbea95166866834480b562c0fa5abce01bd2d5e4b05f19e522e1726e073dd7afef3a9d8e6bfc0d2f4b28bd0a2c From 7d131fa61159c1dec3333267861962e710abea0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jan 2024 22:20:52 +0000 Subject: [PATCH 09/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- hunspell-es.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index 095139e..1930de5 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -7,7 +7,7 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries Version: 2.8 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -372,6 +372,9 @@ done %{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Sat Jan 20 2024 Fedora Release Engineering - 1:2.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Tue Aug 22 2023 Ismeel Olea - 1:2.8-1 * Update to v2.8. Now includes variants for Equatorial Guinea. From 4083280e4c034b349346f95eca1ed029a16a8544 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jan 2024 21:55:53 +0000 Subject: [PATCH 10/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- hunspell-es.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index 1930de5..c7988db 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -7,7 +7,7 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries Version: 2.8 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -372,6 +372,9 @@ done %{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Wed Jan 24 2024 Fedora Release Engineering - 1:2.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jan 20 2024 Fedora Release Engineering - 1:2.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6b3285bfaef2309b1a16e111285097c689eaa7cf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 09:31:30 +0000 Subject: [PATCH 11/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- hunspell-es.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index c7988db..c472246 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -7,7 +7,7 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries Version: 2.8 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -372,6 +372,9 @@ done %{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 1:2.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Jan 24 2024 Fedora Release Engineering - 1:2.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 16a5105b9d8db4f137ef2145da7ff3dad5b1fe58 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 06:13:35 +0000 Subject: [PATCH 12/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- hunspell-es.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index c472246..9ffb29a 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -7,7 +7,7 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries Version: 2.8 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -372,6 +372,9 @@ done %{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 1:2.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 1:2.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c9b261ee50239ac9fa879adfac47271fa2a7be23 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 17 Mar 2025 10:52:14 +0530 Subject: [PATCH 13/16] Update to 2.9 version (#2334961) --- hunspell-es.spec | 7 +++++-- sources | 44 ++++++++++++++++++++++---------------------- 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index 9ffb29a..abb0d04 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -6,8 +6,8 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries -Version: 2.8 -Release: 5%{?dist} +Version: 2.9 +Release: 1%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -372,6 +372,9 @@ done %{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Mon Mar 17 2025 Parag Nemade - 1:2.9-1 +- Update to 2.9 version (#2334961) + * Fri Jan 17 2025 Fedora Release Engineering - 1:2.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index 927a798..acdcdd7 100644 --- a/sources +++ b/sources @@ -1,22 +1,22 @@ -SHA512 (es_AR.oxt) = c28217ebb49bd94b808787953440ab9702b3d46e0faa43e39f25e9dfbad915e4310be6fcaeb7ac16775bde5ea73641db79a53908dd11e9d16321c041afd4925f -SHA512 (es_BO.oxt) = ee15be0b8e96ffd2eff6c3adca60db9cf9e4a1eb9c6af3da29c3874283153b00c4c843313853c0bdcc277602fbb95c8d3e8abe15e25596e92804499e5f083590 -SHA512 (es_CL.oxt) = 824a38e7d508c1b3aafc7f9fd0173b9d752ec5edb9d07c40b2affca693a73f73aff5f816b45e901b67efd365dc34ed86e15af6c118173d8b1d5f39eb277d5bc2 -SHA512 (es_CO.oxt) = 3a709100eb6cb15b5f1bb20447372dbc67bd27536fd6515b9b1f35447d1b5bffdea0f0b9aee42ba43f81d5c4f5b5c857749ee86c60dd9590bd48df3c688a446a -SHA512 (es_CR.oxt) = a6c2b65f0975e554dd35465113b21a0b3821ed51028c68f52b2a72ae6b2796e43b0e7f21b1aff7491186d614d1b997a9483371a93e3a77bf12bf81efaa5429cf -SHA512 (es_CU.oxt) = a6098f7521521e84373d143c423265e8c87e7e7b8ef328d16e4a9da40ef54b5417d19e86539753c541814cb040c7cffec07d7d020715b9f68409e3312a37f155 -SHA512 (es_DO.oxt) = 02bc65cd2d0cccf50bc3ef027356b759a6400531e809dda8d4bdb33e15b3b84d6a2274b6a38c0242c8c7e896a2b8515ca6607cdf2b09786140a9753867be952e -SHA512 (es_EC.oxt) = 5038d08e4b2f41d51a0deafd7948eb05de33b641e10fb1e7167badd823fa9dd7844c2e0617f0cf102f3818ef761fbae903b596f82d9576c288f33233f74e2362 -SHA512 (es_ES.oxt) = 566f22be881024ff45b2a20b69ffb20abbe4fd144fbd18abfa292e17e0a2f73a18b7f0459a2f4ef8f50832b2ce6974830ffd7de5674378202124641978b8b5a8 -SHA512 (es_GQ.oxt) = c5099e250dc9a2e3cb2c3337b82c04fcd9be0478556541059aab4329893e0fee7bd3e4bf62683f413887bdcfa9510c6e3b36691e6a150c3d04954b5803a84d3c -SHA512 (es_GT.oxt) = 1090e0ba07e026fdfce65fc4ad75fa4fb4c9ac13172a5acd94e4549b7347c482f0da0a180e7d057807c93170ac03e258e17d75e9b2455b3c6e2011aef6079c8b -SHA512 (es_HN.oxt) = 4ba1f02228d436a4f4d907381841213ce3a42fadedd3cc916b665b506d1d112bb23aeb87f40147eaf619e919b9b06d58a8aead018edd3bb73593fc429bb07e02 -SHA512 (es_MX.oxt) = 10716a744e9889bc3baaad6163c1dad06e6756dbea95166866834480b562c0fa5abce01bd2d5e4b05f19e522e1726e073dd7afef3a9d8e6bfc0d2f4b28bd0a2c -SHA512 (es_NI.oxt) = 598896a853d81d1424e4927df634ca0e40c0e774a62e0f29bc1105d63fc586362c10ccc26a5f3becbc134a7b041272670bf971ea5bedb121f37cda5c7ace56c8 -SHA512 (es_PA.oxt) = d54856ddd5a7af78813f4fd15f49e790682a2fb699557dcdfafd4cc94ea1794b0d641eed7dbcac4c2f9360ae673f5c51654f0240bd9e9ea7260ce84819f85526 -SHA512 (es_PE.oxt) = f76cc2fa18cb509bead6a5fb27bdb9007e54806ed8d130568b33154ede14150dede81248ee46476d4bcbefc349c78d566dc15e7c58a7c12d7ccf0a1ac18fcdad -SHA512 (es_PR.oxt) = 92e6d9f16bd63696d64b8ce214c3fc19721ad3a17b2b5f82a2bf38c5ca42f42a62d9c0a06e1668e5ee7ab076781ae794e9a9abd40a564d36faae367d0adf28ef -SHA512 (es_PY.oxt) = 885af32d996aa88dcf2848b3edbd13043c6542cff78c0ed8bb52f764b73843f11abc6572a87890c69ec42a5a5baf8c20c131a080d8d7df6e9327d02cbbe38a33 -SHA512 (es_SV.oxt) = 56c3ecbac7c2a5b9b8b6b848060a094934badc335d0f832f04b1b9a0ad262b2de5c75e1c05a05520f3a7b44791045635df3499d9fa37f812a2d7adc54321336f -SHA512 (es_US.oxt) = eaae90c940c3c76616bd57a52f1c8f7d61be46bb4a54732befd06d292ecf99d6844f6ae02fea214647a9fb7f83c7ce12062608214c67a284ac07155c979c0093 -SHA512 (es_UY.oxt) = a6f19361afb5bea47ba823c69ad57577f311ba78c7e43dcc3216aece1e7baf84a8b4490f13c582d5b1f1f3fdb16b48850d1d7adc882f2d3b5b39af65caf86ac7 -SHA512 (es_VE.oxt) = 4d10b818e4d00f60f07f9f64d519b02f549298cfb1da6a344504cd8953fb54793607c662ff2f0505dfa9924e1d1ba45c1ef6d2d6bc4cf2d37d3d1bef99078569 +SHA512 (es_AR.oxt) = 77ca54293cb5898c207485bc51e3ab5fdb48fe5d1e5c898cd4995ecadef505aa6cb5ab9cc538c226f99ae6b7bba541a315b5f2dfa7a87632839d83fa70a92a67 +SHA512 (es_BO.oxt) = 8338963fb8a5625de9f89780e477917391bfd79c2669161f1095613d5473e1e0b9e275bab7289213615206c66e80d3d611649e80cd99bea10cf6cd9de3f2f7f4 +SHA512 (es_CL.oxt) = 27d40f6b7973a0f7527a792a6586c3a11f035cee2e6e343f489e1239113b7e9f7817ec1d7820009088159421ae422ed05d3ff30ab47513daaa4d1f29ea6c3231 +SHA512 (es_CO.oxt) = 844db386836183212cab671823ced9c781f40931f14b5de8018a4ca86460926c574f371157c94eab21564a71b2d568a0e8157a56a72cc1a987dbf5939bcfca9e +SHA512 (es_CR.oxt) = bd98002fb00b73936b11a9f0a3be29d658a760b81f6012c891a38ef78cb89e4c59c47f2234e03b3460d88bb2446fd115a64b73b26d5e9afbf81e29769be75408 +SHA512 (es_CU.oxt) = 52742c6c14a9217fe49aa18ea5c492048c0759a22d12c27772dbcd73a52baa93e44e793c7108040e318be38c2a6777a6ed767a3ec6390f7971a9826bb4d28bb3 +SHA512 (es_DO.oxt) = 5711b0ac63239d5e2bd78d561829dba63b188a64c5254fcfeedb7840659365a1b8ce1674032acc701630e0d113a48a95671b080d584ac4c1c5c55ad2009905af +SHA512 (es_EC.oxt) = b6913c56c9ede850306b5a3ca83bfb5800d23da18e52912ecfbc4a4d791fc40d468862c0110440caafd8269857c3e37515de99391af1f6452e47a4db9b37b228 +SHA512 (es_ES.oxt) = edcc34650bff4b0876fa01c356bdc7c58f49fbf689356f46fdc80bb8538c771e5fba057037b143e4b091ded34274cbb52962112599407b408744e5924feb1cd5 +SHA512 (es_GQ.oxt) = 3165050806f21747fca992e9e38cf6344c99cd6daf802574b3fc9a20e761635c526e556a57574df61e57cc315faa91832fbeea5c6e5602b7732426fbe77e029f +SHA512 (es_GT.oxt) = 411783c277120e13b9224c9ef07baa9bb70c29dcb3fae42e7faf712a9af030c7476d5ca4265ecf405d017674ad99a61e5c3e1934249037500376ad411d0ac4d8 +SHA512 (es_HN.oxt) = 075cc734a1e877f9207c260534f9e302d2bbc54ec4986347d08c4bbe44577374e1444257ea0973cfe3d4594de0fde9ce597dc76b041001c3977bd55c970ed8b3 +SHA512 (es_MX.oxt) = c5ef7516c460b3f9943493d36f8b1e6a71c820bedc1248a079afadbf7b299c1acf16f1c988c7a1a013633d5c3b43388251f9561b486199b884465e3fefa05d2a +SHA512 (es_NI.oxt) = 81b0e87ea6ee0b6b50fc73c030d33c03f3332b2f6a58225a6964308d4e770228d4269dc81156399babd68b194587b07130679fb5b058f2368f4aa0079a209521 +SHA512 (es_PA.oxt) = 9b26cb65d2c8ba21a6569dc211014bd971aca604fe791b9028a0e4e0dc3007dd7fbcb955d3535121ffc78d1ec8cbcfcc2e03678ba813a7fdfb191a1ad4d7af9c +SHA512 (es_PE.oxt) = 7f94c3ed7d993e9717ef83187bcef6af7f32a1a71e83e3b7a2217f2a8fbb8327cdb8bb1fd96ae74e352748dbed1e5f48e349fd8b8c91fcd2e59e953ee64d32f9 +SHA512 (es_PR.oxt) = 0359f522b9449f55e5205d09c3f2b4bcec98e966889679a005dfa985c097ad1366ef6a3ff53aeb8305e1d4dd12b2d3dec52177787d46506e3320e57b45de31a2 +SHA512 (es_PY.oxt) = 873524d98fcdaa7af2597b8890cdc548df6a396d55745d5bbc8e5477f50c4b2bbadf8c3e39059d566958f8ce3ed6a0cb9fe3e11c961e356cc92bf849ef34af7c +SHA512 (es_SV.oxt) = 4012e0a81696f80bab5c994597199ab88743643ddee3b00abe17726a960c4fd353564dc254f6a796c1e83ad76a2c2e3f53f6d46a21a85311e0f01e238797b7a5 +SHA512 (es_US.oxt) = 3ead61208190d867265a239c9e23c2ffd8d2661bf4846f5fc6bfb270763cebff1ae08730440b71d70bce2e223bc79d6bc705b3322b92e2872bd9a1ca38d12aa6 +SHA512 (es_UY.oxt) = f38b13439ca76b7201ff5f7b69b56f2884b88b499e80a145f65a64a984ee98510835532af3d9a74375056d53f736c9e814a38e35b1ab5ae5064ac1d39307b898 +SHA512 (es_VE.oxt) = a32bdef9f941da9936c72b16b7cc91e7eb6e49d69edfd824fa28f89fb07aa38e8fa843c328790929c3429f2c030c18bab35075a7eaf162c918dcd479f4194128 From 27cacb99d04ef599e9053726d511f78a67d11bd5 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 17 Mar 2025 11:04:14 +0530 Subject: [PATCH 14/16] Upstream removed Changelog.txt file in this new release --- hunspell-es.spec | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index abb0d04..074ebc6 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -241,133 +241,133 @@ done %files %files ES -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_ES.* %files AR -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_AR.* %files BO -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_BO.* %files CL -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_CL.* %files CO -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_CO.* %files CR -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_CR.* %files CU -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_CU.* %files DO -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_DO.* %files EC -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_EC.* %files GQ -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_GQ.* %files GT -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_GT.* %files HN -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_HN.* %files MX -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_MX.* %files NI -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_NI.* %files PA -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_PA.* %files PE -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_PE.* %files PR -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_PR.* %files PY -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_PY.* %files SV -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_SV.* %files US -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_US.* %files UY -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_UY.* %files VE -%doc README.txt Changelog.txt +%doc README.txt %license GPLv3.txt MPL-1.1.txt LGPLv3.txt %{_datadir}/%{dict_dirname}/es_VE.* From a0cc24f220e12834aa499ce88f64716dac351a2b Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Thu, 17 Oct 2024 09:12:17 +0530 Subject: [PATCH 15/16] Added tmt CI testcase --- .fmf/version | 1 + plans/hunspell-es.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-es.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-es.fmf b/plans/hunspell-es.fmf new file mode 100644 index 0000000..c1627f9 --- /dev/null +++ b/plans/hunspell-es.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..358c2a5 --- /dev/null +++ b/tests/test_dic_availability.fmf @@ -0,0 +1,6 @@ +require: +- python3-enchant +- hunspell-es +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..f52c533 --- /dev/null +++ b/tests/test_dic_availability.py @@ -0,0 +1,10 @@ +#!/usr/bin/python3 + +import enchant + +lang = "es_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/test_suggest_words.fmf b/tests/test_suggest_words.fmf new file mode 100644 index 0000000..55a668b --- /dev/null +++ b/tests/test_suggest_words.fmf @@ -0,0 +1,6 @@ +require: +- python3-enchant +- hunspell-es +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..ac3a61c --- /dev/null +++ b/tests/test_suggest_words.py @@ -0,0 +1,9 @@ +#!/usr/bin/python3 + +import enchant + +wdlst = [ "Hola", "té", "mañana"] +dic = enchant.Dict("es_ES") +for wd in wdlst: + dic.check(wd) + print("input word = {0}, Suggestions => {1}".format(wd, dic.suggest(wd))) From 14c9f4997c4161d25ea2bebbe4f7ff9e06de8888 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 17:11:00 +0000 Subject: [PATCH 16/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- hunspell-es.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hunspell-es.spec b/hunspell-es.spec index 074ebc6..a484d34 100644 --- a/hunspell-es.spec +++ b/hunspell-es.spec @@ -7,7 +7,7 @@ Name: hunspell-es Summary: Spanish hunspell dictionaries Version: 2.9 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Source0: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_AR.oxt Source1: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_BO.oxt @@ -372,6 +372,9 @@ done %{_datadir}/%{dict_dirname}/es_VE.* %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 1:2.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Mar 17 2025 Parag Nemade - 1:2.9-1 - Update to 2.9 version (#2334961)