public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hunspell-fa] rawhide: Update to version 3.3 (#2506386)
@ 2026-08-22 15:53 Parag Nemade
0 siblings, 0 replies; only message in thread
From: Parag Nemade @ 2026-08-22 15:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/hunspell-fa
Branch : rawhide
Commit : 6ffcb2172f8276dbd7e540dd8d5db405dd008b19
Author : Parag Nemade <panemade AT redhat DOT com>
Date : 2026-08-20T15:45:05+05:30
Stats : +15/-39 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/hunspell-fa/c/6ffcb2172f8276dbd7e540dd8d5db405dd008b19?branch=rawhide
Log:
Update to version 3.3 (#2506386)
---
diff --git a/.gitignore b/.gitignore
index 56f5d11..a237ccf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
aspell6-fa-0.11-0.tar.bz2
/hunspell-fa-0.11.tar.bz2
+/fa-IR-dictionary.oxt
diff --git a/generate-source.sh b/generate-source.sh
deleted file mode 100644
index 98bc173..0000000
--- a/generate-source.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-# This script generate Farsi wordlist for hunspell
-# This requires aspell wordlist tarball and aspell installed on your system
-# Aspell is depreacted in Fedora due to https://fedoraproject.org/wiki/Changes/AspellDeprecation
-
-wget ftp://ftp.gnu.org/gnu/aspell/dict/fa/aspell6-fa-0.11-0.tar.bz2
-tar -jxvf aspell6-fa-0.11-0.tar.bz2
-cd aspell6-fa-0.11-0
-export LANG=C.UTF-8
-preunzip -d *.cwl
-cat *.wl > farsi.wordlist
-wordlist2hunspell farsi.wordlist fa_IR
-cp -p fa.dat fa_IR.aff
-cd ..
-mkdir hunspell-fa-0.11
-cd hunspell-fa-0.11
-cp -p ../aspell6-fa-0.11-0/COPYING ../aspell6-fa-0.11-0/Copyright ../aspell6-fa-0.11-0/README ../aspell6-fa-0.11-0/doc/ChangeLog .
-cp -p ../aspell6-fa-0.11-0/fa_IR.* .
-cat > README.fedora << EOF
-This source tarball has been created using aspell6-fa-0.11-0 tarball and wordlist2hunspell script.
-EOF
-cd ..
-tar -cf hunspell-fa-0.11.tar hunspell-fa-0.11
-bzip2 hunspell-fa-0.11.tar
diff --git a/hunspell-fa.spec b/hunspell-fa.spec
index 4e95490..7bd63d2 100644
--- a/hunspell-fa.spec
+++ b/hunspell-fa.spec
@@ -6,13 +6,13 @@
Name: hunspell-fa
Summary: Farsi hunspell dictionaries
-%global upstreamid 20070116
+%global upstreamid 20191120
+%global upstreamver 3.3
Version: 0.%{upstreamid}
-Release: 39%{?dist}
-# This source is generated by generate-source.sh using aspell dictionary
-Source: hunspell-fa-0.11.tar.bz2
-URL: http://ftp.gnu.org/gnu/aspell/dict/fa
-License: GPL-2.0-or-later
+Release: 1%{?dist}
+Source: https://github.com/b00f/lilak/releases/download/v%{upstreamver}/fa-IR-dictionary.oxt
+URL: https://github.com/b00f/lilak/
+License: Apache-2.0
BuildArch: noarch
Requires: hunspell-filesystem
@@ -22,25 +22,23 @@ Supplements: (hunspell and langpacks-fa)
Farsi hunspell dictionaries.
%prep
-%setup -q -n hunspell-fa-0.11
+%autosetup -c
%build
# nothing to build here
%install
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
-cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
+cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/fa_IR.dic
+cp -p *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/fa_IR.aff
%files
-%doc COPYING Copyright README ChangeLog
-%{_datadir}/%{dict_dirname}/*
+%doc LICENSE README_fa_IR.txt
+%{_datadir}/%{dict_dirname}/fa_IR.*
%changelog
-* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.20070116-39
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
-
-* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.20070116-38
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+* Tue Aug 18 2026 Parag Nemade <panemade AT redhat DOT com> - 0.20191120-1
+- Update to version 3.3 (#2506386)
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.20070116-37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
diff --git a/sources b/sources
index 66ea6dd..33cd8be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (hunspell-fa-0.11.tar.bz2) = c566a808f8c6e91e674ae32a70ac9b22e4571037e3e24957ef71237aa4fdbb0520f0315932ec104c805a15d2e674cd52c848a61f19d09a24aac51472edf2d48a
+SHA512 (fa-IR-dictionary.oxt) = 6bb98cb8c38939877bc9e91855126e6686fd816304009148a6a6d74056398cb88c7ae031eeb3dfdc13c356a39f2963992df46074be126eb6a828922212df1a34
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-22 15:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-22 15:53 [rpms/hunspell-fa] rawhide: Update to version 3.3 (#2506386) Parag Nemade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox