public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/wordnet] rawhide: Build with Tcl 8
@ 2026-06-30 17:54 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-30 17:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/wordnet
Branch : rawhide
Commit : 32ea2b1d33fbf5ee07620464927185f270aa15be
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-06-30T12:23:08-04:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/wordnet/c/32ea2b1d33fbf5ee07620464927185f270aa15be?branch=rawhide
Log:
Build with Tcl 8
This is a really old codebase and has not been ported to Tcl 9.
---
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 <yselkowi@redhat.com> - 3.0-51
+- Build with Tcl 8
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-30 17:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 17:54 [rpms/wordnet] rawhide: Build with Tcl 8 Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox