From 32ea2b1d33fbf5ee07620464927185f270aa15be Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 30 Jun 2026 12:23:07 -0400 Subject: [PATCH 1/2] Build with Tcl 8 This is a really old codebase and has not been ported to Tcl 9. --- wordnet.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/wordnet.spec b/wordnet.spec index 7f2f30b..1dd14e7 100644 --- a/wordnet.spec +++ b/wordnet.spec @@ -1,6 +1,6 @@ Name: wordnet Version: 3.0 -Release: 50%{?dist} +Release: 51%{?dist} Summary: A lexical database for the English language License: MIT and GPL-2.0-or-later @@ -28,8 +28,8 @@ BuildRequires: gzip BuildRequires: libtool BuildRequires: make BuildRequires: tar -BuildRequires: tcl-devel -BuildRequires: tk-devel +BuildRequires: tcl-devel < 1:9 +BuildRequires: tk-devel < 1:9 %description WordNet is a large lexical database of English, developed under the direction @@ -143,6 +143,9 @@ rm -rf doc/{html,ps,pdf}/Makefile* %changelog +* Tue Jun 30 2026 Yaakov Selkowitz - 3.0-51 +- Build with Tcl 8 + * Sat Jan 17 2026 Fedora Release Engineering - 3.0-50 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 6e212a7f7c2d4de3a62717e480fce71b488ad606 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:54:31 +0000 Subject: [PATCH 2/2] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wordnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordnet.spec b/wordnet.spec index 1dd14e7..ae8940c 100644 --- a/wordnet.spec +++ b/wordnet.spec @@ -1,6 +1,6 @@ Name: wordnet Version: 3.0 -Release: 51%{?dist} +Release: 52%{?dist} Summary: A lexical database for the English language License: MIT and GPL-2.0-or-later @@ -143,6 +143,9 @@ rm -rf doc/{html,ps,pdf}/Makefile* %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 3.0-52 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Tue Jun 30 2026 Yaakov Selkowitz - 3.0-51 - Build with Tcl 8