public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hunspell-pt] rawhide: Update pt_PT to new upstream release (rh#2501709)
@ 2026-07-17 15:53 Parag Nemade
  0 siblings, 0 replies; only message in thread
From: Parag Nemade @ 2026-07-17 15:53 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/hunspell-pt
Branch : rawhide
Commit : d932777bb563b99e0376914d79d163a4c5b31c28
Author : Parag Nemade <panemade AT redhat DOT com>
Date   : 2026-07-17T18:56:11+05:30
Stats  : +19/-13 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/hunspell-pt/c/d932777bb563b99e0376914d79d163a4c5b31c28?branch=rawhide

Log:
Update pt_PT to new upstream release (rh#2501709)

---
diff --git a/.gitignore b/.gitignore
index dd913f5..8919f12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /hunspell-pt_PT-20130125.tar.gz
 /ptBR-2013-10-30AOC-2.zip
+/veroptbrv320aoc.oxt
+/hunspell-pt_PT-20251001.tar.gz

diff --git a/hunspell-pt.spec b/hunspell-pt.spec
index 8906444..f7eba7e 100644
--- a/hunspell-pt.spec
+++ b/hunspell-pt.spec
@@ -1,18 +1,19 @@
-%if 0%{?fedora} > 35
-%global dict_dirname hunspell 
+%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
+%global dict_dirname hunspell
 %else
 %global dict_dirname myspell
 %endif
+
 Name: hunspell-pt
 Summary: Portuguese hunspell dictionaries
-%global upstreamid 20131030
+%global upstreamid 20251001
 Version: 0.%{upstreamid}
-Release: 17%{?dist}
-Source0: http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20130125.tar.gz
-Source1: https://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/ptBR-2013-10-30AOC-2.zip
-URL: https://pt-br.libreoffice.org/projetos/vero
+Release: 1%{?dist}
+Source0: https://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20251001.tar.gz
+Source1: https://downloads.sourceforge.net/project/aoo-extensions/18650/0/veroptbrv320aoc.oxt
+# URL: https://pt-br.libreoffice.org/projetos/vero
 # pt_BR dicts are under LGPLv3 or MPL, pt_PT under GPLv2 or LGPLv2 or MPLv1.1
-License: ( ( LGPL-3.0-only OR MPL-1.1 ) AND LGPL-2.1-only ) AND ( GPL-2.0-only OR LGPL-2.1-only OR MPL-1.1 )
+License: (LGPL-3.0-only OR MPL-1.1) AND (GPL-2.0-only OR LGPL-2.1-only OR MPL-1.1)
 BuildArch: noarch
 
 Requires: hunspell
@@ -30,9 +31,9 @@ Supplements: (hunspell and langpacks-pt_BR)
 Brazilian Portuguese hunspell dictionaries
 
 %prep
-%setup -q -n hunspell-pt_PT-20130125
+%autosetup -n hunspell-pt_PT-%{upstreamid}
 unzip -q -o %{SOURCE1}
-for i in README_pt_BR.TXT README_pt_PT.txt; do
+for i in pt_BR.dic README_pt_PT.txt; do
   if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
     iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
     touch -r $i $i.new
@@ -65,10 +66,13 @@ popd
 %exclude %{_datadir}/%{dict_dirname}/pt_BR.*
 
 %files BR
-%doc README_pt_BR.TXT README_en.TXT
+%doc README_pt_BR.txt README_en.txt
 %{_datadir}/%{dict_dirname}/pt_BR.*
 
 %changelog
+* Fri Jul 17 2026 Parag Nemade <panemade AT redhat DOT com> - 0.20251001-1
+- Update pt_PT to new upstream release (rh#2501709)
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.20131030-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 5b4dc75..c77f064 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (ptBR-2013-10-30AOC-2.zip) = 67149da8a16ef08087a1c0529c84b5a09570b21780364896c1a6b5ff5ba19ff6d850baea8a03ce830645c1c98170a860df9c58ae57925c185cffcef24de7a502
-SHA512 (hunspell-pt_PT-20130125.tar.gz) = 7484d84fcc8fd29eb16ba47489e9823c7aa4d56e8e4c68d65365aab25f6415657d4ef31c4ac805db9ddc7487213877ccbf33db5e4897d4836a641a6090c9717b
+SHA512 (veroptbrv320aoc.oxt) = f1264e48d9f7182afbe4c9de3b713a41188512a61cfca9ebd7f9aff4aa8dbaca345e1328cca57e51cce41bc3edba23ef507c4515907485d1853b59a9f984f35d
+SHA512 (hunspell-pt_PT-20251001.tar.gz) = 017231d148385f9505db289e9176b8cdd895e21b705c6dcf55da0af4f51119f34652b886e8cd5b554b487b17ce5c324a0e20e5700a5fab0a71c5b378002b2479

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

only message in thread, other threads:[~2026-07-17 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17 15:53 [rpms/hunspell-pt] rawhide: Update pt_PT to new upstream release (rh#2501709) Parag Nemade

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