public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hunspell-eo] rawhide: Convert eo.dic to UTF-8 enconding format
@ 2026-07-16  8:08 Parag Nemade
  0 siblings, 0 replies; only message in thread
From: Parag Nemade @ 2026-07-16  8:08 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/hunspell-eo
Branch : rawhide
Commit : 17dd778c732685fef09b88dfad6f8eb51cd88c76
Author : Parag Nemade <panemade AT redhat DOT com>
Date   : 2026-07-16T13:20:20+05:30
Stats  : +8/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/hunspell-eo/c/17dd778c732685fef09b88dfad6f8eb51cd88c76?branch=rawhide

Log:
Convert eo.dic to UTF-8 enconding format

---
diff --git a/hunspell-eo.spec b/hunspell-eo.spec
index 8283476..73160f4 100644
--- a/hunspell-eo.spec
+++ b/hunspell-eo.spec
@@ -9,7 +9,7 @@ Summary: Esperanto hunspell dictionaries
 %global upstreamid 20100218
 Version: 0.%{upstreamid}
 Epoch: 1
-Release: 20%{?dist}
+Release: 21%{?dist}
 Source: http://www.esperantilo.org/literumilo-fontoj.tar.gz
 URL: http://www.esperantilo.org
 License: GPL-2.0-or-later
@@ -24,6 +24,10 @@ Esperanto hunspell dictionaries.
 %prep
 %autosetup -n literumilo-fontoj
 
+iconv --from=ISO-8859-1 --to=UTF-8 eo_morf.dic > eo_morf.dic.new && \
+touch -r eo_morf.dic eo_morf.dic.new && \
+mv eo_morf.dic.new eo_morf.dic
+
 %build
 chmod -x *
 for i in LEGUMIN.txt; do
@@ -43,6 +47,9 @@ cp -p eo_morf.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/eo.aff
 %{_datadir}/%{dict_dirname}/*
 
 %changelog
+* Thu Jul 16 2026 Parag Nemade <panemade AT redhat DOT com> - 1:0.20100218-21
+- Convert eo.dic to UTF-8 enconding format
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.20100218-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-16  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16  8:08 [rpms/hunspell-eo] rawhide: Convert eo.dic to UTF-8 enconding format Parag Nemade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox