public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Parag Nemade <panemade AT redhat DOT com>
To: git-commits@fedoraproject.org
Subject: [rpms/hunspell-eo] rawhide: Convert eo.dic to UTF-8 enconding format
Date: Thu, 16 Jul 2026 08:08:53 GMT [thread overview]
Message-ID: <178418933306.1.14921107017874460560.rpms-hunspell-eo-17dd778c7326@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-16 8:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178418933306.1.14921107017874460560.rpms-hunspell-eo-17dd778c7326@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox