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

A new commit has been pushed.

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

Log:
Convert sq_AL.dic to UTF-8 encoding format

---
diff --git a/hunspell-sq.spec b/hunspell-sq.spec
index 4cf8aaa..7a51017 100644
--- a/hunspell-sq.spec
+++ b/hunspell-sq.spec
@@ -6,7 +6,7 @@
 Name: hunspell-sq
 Summary: Albanian hunspell dictionaries
 Version: 1.6.4
-Release: 32%{?dist}
+Release: 33%{?dist}
 Source: http://www.shkenca.org/shkarkime/myspell-sq_AL-%{version}.zip
 URL: http://www.shkenca.org/k6i/albanian_dictionary_for_myspell_en.html
 License: GPL-2.0-or-later
@@ -21,6 +21,10 @@ Albanian hunspell dictionaries.
 %prep
 %setup -q -n myspell-sq_AL-%{version}
 
+iconv --from=ISO-8859-1 --to=UTF-8 sq_AL.dic > sq_AL.dic.new && \
+touch -r sq_AL.dic sq_AL.dic.new && \
+mv sq_AL.dic.new sq_AL.dic
+
 %build
 
 %install
@@ -33,6 +37,9 @@ cp -p sq_AL.* $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/
 %{_datadir}/%{dict_dirname}/*
 
 %changelog
+* Thu Jul 16 2026 Parag Nemade <panemade AT redhat DOT com> - 1.6.4-33
+- Convert sq_AL.dic to UTF-8 encoding format
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-32
 - 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:18 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:18 [rpms/hunspell-sq] rawhide: Convert sq_AL.dic to UTF-8 encoding 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