public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jimtcl] rawhide: Update to version 0.84; Resolves: rhbz#2501275
@ 2026-07-22 10:02 Michel Lind
  0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-07-22 10:02 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/jimtcl
            Branch : rawhide
            Commit : b5e9eef7e6588e557817fea46a1b2665aa122cd0
            Author : Michel Lind <salimma@fedoraproject.org>
            Date   : 2026-07-22T11:02:20+01:00
            Stats  : +4/-32 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/jimtcl/c/b5e9eef7e6588e557817fea46a1b2665aa122cd0?branch=rawhide

            Log:
            Update to version 0.84; Resolves: rhbz#2501275

Signed-off-by: Michel Lind <salimma@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index 18c9b18..6cb86dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /jimtcl-0.81.tar.gz
 /jimtcl-0.82.tar.gz
 /jimtcl-0.83.tar.gz
+/jimtcl-0.84.tar.gz

diff --git a/jimtcl-stdio-for-readline.diff b/jimtcl-stdio-for-readline.diff
deleted file mode 100644
index 1a32d47..0000000
--- a/jimtcl-stdio-for-readline.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-From 35e0e1f9b1f018666e5170a35366c5fc3b97309c Mon Sep 17 00:00:00 2001
-From: Steve Bennett <steveb@workware.net.au>
-Date: Thu, 29 Aug 2024 08:25:11 +1000
-Subject: [PATCH] readline: work around buggy readline.h
-
-Some versions don't included needed stdio.h
-
-Fixes: #308
-
-Signed-off-by: Steve Bennett <steveb@workware.net.au>
----
- jim-readline.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/jim-readline.c b/jim-readline.c
-index 5715b2c9..c83e649b 100644
---- a/jim-readline.c
-+++ b/jim-readline.c
-@@ -34,6 +34,8 @@
- 
- #include <jim.h>
- 
-+#include <stdio.h>
-+
- #include <readline/readline.h>
- #include <readline/history.h>
- 

diff --git a/jimtcl.spec b/jimtcl.spec
index 51ac39b..90f0c59 100644
--- a/jimtcl.spec
+++ b/jimtcl.spec
@@ -1,15 +1,13 @@
 %bcond_without tests
 
 Name:           jimtcl
-Version:        0.83
+Version:        0.84
 Release:        %autorelease
 Summary:        A small embeddable Tcl interpreter
 
 License:        BSD-2-Clause-Views
 URL:            http://jim.tcl.tk
 Source:         https://github.com/msteveb/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
-# readline expects applications to include stdio.h, jimtcl was not
-Patch:          https://github.com/msteveb/jimtcl/commit/35e0e1f9b1f018666e5170a35366c5fc3b97309c.patch#/jimtcl-stdio-for-readline.diff
 
 BuildRequires:  gcc-c++
 BuildRequires:  asciidoc
@@ -86,7 +84,7 @@ make test
 %files
 %license LICENSE
 %doc AUTHORS README README.*
-%doc EastAsianWidth.txt
+%doc jim_tcl.txt
 %doc %{_datadir}/doc/%{name}/Tcl.html
 %{_bindir}/jimdb
 %{_bindir}/jimsh

diff --git a/sources b/sources
index ca5b153..9d0a814 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jimtcl-0.83.tar.gz) = fbdcb84eb5d6be55fbb8d192654e22e3bc6e0e2685bc68bd0e4e5cbf9ac9cde7012780b02b9c98830954d28733494d5aacd9595c4cec353dd0945ee09d4194b4
+SHA512 (jimtcl-0.84.tar.gz) = 915b17f22422f4178f23b12e0b0b56d43d2ec62cc579d6f3098099981523f826aa72da98aa077de693a7dbc3209c2ca31153492ee0b6223df132a586515eb697

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

only message in thread, other threads:[~2026-07-22 10:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 10:02 [rpms/jimtcl] rawhide: Update to version 0.84; Resolves: rhbz#2501275 Michel Lind

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