public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mingw-tcl] rawhide: Updat eto 9.0.3
Date: Thu, 02 Jul 2026 05:35:24 GMT	[thread overview]
Message-ID: <178297052401.1.8449224118830685997.rpms-mingw-tcl-4a9f5d265be6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mingw-tcl
Branch : rawhide
Commit : 4a9f5d265be628a9a28059788a235ede4f074476
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-07-02T07:35:11+02:00
Stats  : +24/-20 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-tcl/c/4a9f5d265be628a9a28059788a235ede4f074476?branch=rawhide

Log:
Updat eto 9.0.3

---
diff --git a/.gitignore b/.gitignore
index 445e1db..34df3f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ tcl8.5.8-src.tar.gz
 /tcl-core8.6.15-src.tar.gz
 /tcl-core9.0.2-src.tar.gz
 /tcl-core9.0.3-src.tar.gz
+/tcl-core9.0.4-src.tar.gz

diff --git a/mingw-tcl.spec b/mingw-tcl.spec
index 2c8b3b3..77fd1b5 100644
--- a/mingw-tcl.spec
+++ b/mingw-tcl.spec
@@ -5,7 +5,7 @@
 %global fullver %{majorver}.%{minorver}
 
 Name:          mingw-tcl
-Version:       9.0.3
+Version:       9.0.4
 Release:       1%{?dist}
 Summary:       MinGW Windows Tool Command Language, pronounced tickle
 
@@ -183,6 +183,9 @@ rm -rf %{buildroot}%{mingw64_mandir}/man1/ %{buildroot}%{mingw64_mandir}/man3/ %
 
 
 %changelog
+* Thu Jul 02 2026 Sandro Mani <manisandro@gmail.com> - 9.0.4-1
+- Update to 9.0.4
+
 * Fri May 15 2026 Sandro Mani <manisandro@gmail.com> - 9.0.3-1
 - Update to 9.0.3
 

diff --git a/sources b/sources
index 26a66a2..a52d945 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tcl-core9.0.3-src.tar.gz) = 9d2b8eee54e27ee9c7a951ac799ba1b08bc3cc11d957d65a1d78c3d42a234304ea09677e84af85e41dd9a32c91a77b82483805bf0a822288af1ab15e18c494d1
+SHA512 (tcl-core9.0.4-src.tar.gz) = 930d7bd6c8d818a30345c59ebe4ab0daa172bde8578165f5b96c27522cb5ce0c464456b10f792e4d4b35579e0eb103587a8ccbef2e26d618af6257e563da7d03

diff --git a/tcl-configure.patch b/tcl-configure.patch
index 8f41672..8f2229e 100644
--- a/tcl-configure.patch
+++ b/tcl-configure.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference tcl9.0.3/win/configure.ac tcl9.0.3-new/win/configure.ac
---- tcl9.0.3/win/configure.ac	2026-05-15 20:06:54.957898296 +0200
-+++ tcl9.0.3-new/win/configure.ac	2026-05-15 20:06:55.069505459 +0200
+diff -rupN --no-dereference tcl9.0.4/win/configure.ac tcl9.0.4-new/win/configure.ac
+--- tcl9.0.4/win/configure.ac	2026-07-02 07:16:40.859129125 +0200
++++ tcl9.0.4-new/win/configure.ac	2026-07-02 07:16:40.978356152 +0200
 @@ -123,7 +123,7 @@ AS_IF([test "${enable_shared+set}" = "se
  ])
  zlib_lib_name=zdll.lib

diff --git a/tcl-mingw.patch b/tcl-mingw.patch
index 2192362..47af948 100644
--- a/tcl-mingw.patch
+++ b/tcl-mingw.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference tcl9.0.3/win/configure.ac tcl9.0.3-new/win/configure.ac
---- tcl9.0.3/win/configure.ac	2025-11-11 17:22:58.000000000 +0100
-+++ tcl9.0.3-new/win/configure.ac	2026-05-15 20:06:54.829745008 +0200
+diff -rupN --no-dereference tcl9.0.4/win/configure.ac tcl9.0.4-new/win/configure.ac
+--- tcl9.0.4/win/configure.ac	2026-05-28 20:27:07.000000000 +0200
++++ tcl9.0.4-new/win/configure.ac	2026-07-02 07:16:40.750511359 +0200
 @@ -61,9 +61,9 @@ fi
  AC_PROG_CC
  AC_C_INLINE

diff --git a/tcl-nativetclsh.patch b/tcl-nativetclsh.patch
index e0b1101..8afab84 100644
--- a/tcl-nativetclsh.patch
+++ b/tcl-nativetclsh.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference tcl9.0.3/win/Makefile.in tcl9.0.3-new/win/Makefile.in
---- tcl9.0.3/win/Makefile.in	2025-11-11 17:22:58.000000000 +0100
-+++ tcl9.0.3-new/win/Makefile.in	2026-05-15 20:06:54.962000463 +0200
+diff -rupN --no-dereference tcl9.0.4/win/Makefile.in tcl9.0.4-new/win/Makefile.in
+--- tcl9.0.4/win/Makefile.in	2026-05-28 20:27:07.000000000 +0200
++++ tcl9.0.4-new/win/Makefile.in	2026-07-02 07:16:40.863958570 +0200
 @@ -522,7 +522,7 @@ tcltest.cmd: Makefile
  	  echo 'set BDP=%~dp0'; \
  	  echo 'set OWD=%CD%'; \
@@ -41,7 +41,7 @@ diff -rupN --no-dereference tcl9.0.3/win/Makefile.in tcl9.0.3-new/win/Makefile.i
  	@VC_MANIFEST_EMBED_EXE@
  	@if test "${ZIPFS_BUILD}" = "2" ; then \
  		cat ${TCL_ZIP_FILE} >> ${TCLSH}; \
-@@ -865,7 +865,7 @@ install-binaries: binaries
+@@ -872,7 +872,7 @@ install-binaries: binaries
  		else true; \
  		fi; \
  	    done;
@@ -50,36 +50,36 @@ diff -rupN --no-dereference tcl9.0.3/win/Makefile.in tcl9.0.3-new/win/Makefile.i
  	    do \
  	    if [ -f $$i ]; then \
  		echo "Installing $$i to $(BIN_INSTALL_DIR)/"; \
-@@ -1045,24 +1045,24 @@ test: test-tcl test-packages
+@@ -1051,24 +1051,24 @@ test: test-tcl test-packages
  
  test-tcl: tcltest
  	TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \
 -	$(WINE) ./$(TCLSH) "$(ROOT_DIR_NATIVE)/tests/all.tcl" $(TESTFLAGS) \
-+	$(WINE) ./tclsh$(DOTVER) "$(ROOT_DIR_NATIVE)/tests/all.tcl" $(TESTFLAGS) \
++	$(WINE) .tclsh$(DOTVER) "$(ROOT_DIR_NATIVE)/tests/all.tcl" $(TESTFLAGS) \
  	-load "$(TEST_LOAD_FACILITIES)"
  
  # Useful target to launch a built tclsh with the proper path,...
  runtest: tcltest
  	@TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \
--	$(WINE) ./$(TCLSH) $(TESTFLAGS) -load "$(TEST_LOAD_FACILITIES)" $(SCRIPT)
-+	$(WINE) ./tclsh$(DOTVER) $(TESTFLAGS) -load "$(TEST_LOAD_FACILITIES)" $(SCRIPT)
+-	$(WINE) ./$(TCLSH) $(SCRIPT) $(TESTFLAGS) -load "$(TEST_LOAD_FACILITIES)"
++	$(WINE) .tclsh$(DOTVER) $(SCRIPT) $(TESTFLAGS) -load "$(TEST_LOAD_FACILITIES)"
  
  # This target can be used to run tclsh from the build directory via
  # `make shell SCRIPT=foo.tcl`
  shell: binaries
  	@TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \
 -	$(WINE) ./$(TCLSH) $(SCRIPT)
-+	$(WINE) ./tclsh$(DOTVER) $(SCRIPT)
++	$(WINE) .tclsh$(DOTVER) $(SCRIPT)
  
  # This target can be used to run tclsh inside either gdb or insight
  gdb: binaries
  	@echo "set env TCL_LIBRARY=$(LIBRARY_DIR)" > gdb.run
 -	$(GDB) ./$(TCLSH) --command=gdb.run
-+	$(GDB) ./tclsh$(DOTVER) --command=gdb.run
++	$(GDB) .tclsh$(DOTVER) --command=gdb.run
  	rm gdb.run
  
  shquotequote = $(subst ',\",$(subst ",\",$(1)))
-@@ -1084,7 +1084,7 @@ cleanhelp:
+@@ -1090,7 +1090,7 @@ cleanhelp:
  
  clean: cleanhelp clean-packages
  	$(RM) *.lib *.a *.exp *.dll *.$(RES) *.${OBJEXT} *~ \#* TAGS a.out
@@ -88,7 +88,7 @@ diff -rupN --no-dereference tcl9.0.3/win/Makefile.in tcl9.0.3-new/win/Makefile.i
  	# remaining binaries (inclusive manifests) by version/branch switch, but retain tclsh.exe.manifest (that created on configure phase)
  	find . -maxdepth 1 -type f -regex '\./tcl\(sh[^.]+\|test\|[^.]+.dll\)\.[^.]*\(\.manifest\)?' \
  		-a -not -name 'tclsh.exe.manifest' -exec rm {} \;
-@@ -1205,10 +1205,10 @@ HTML_INSTALL_DIR=$(ROOT_DIR)/html
+@@ -1209,10 +1209,10 @@ HTML_INSTALL_DIR=$(ROOT_DIR)/html
  html:
  	$(MAKE) shell SCRIPT="$(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(HTML_INSTALL_DIR) --srcdir=$(ROOT_DIR)/.. $(BUILD_HTML_FLAGS)"
  

                 reply	other threads:[~2026-07-02  5:35 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=178297052401.1.8449224118830685997.rpms-mingw-tcl-4a9f5d265be6@fedoraproject.org \
    --to=manisandro@gmail.com \
    --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