public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/jimtcl] rawhide: Update to version 0.84; Resolves: rhbz#2501275
Date: Wed, 22 Jul 2026 10:02:59 GMT [thread overview]
Message-ID: <178471457929.1.16178534350320908930.rpms-jimtcl-b5e9eef7e658@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-22 10:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178471457929.1.16178534350320908930.rpms-jimtcl-b5e9eef7e658@fedoraproject.org \
--to=salimma@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox