public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mingw-tcl] f44: Update to 9.0.3
@ 2026-09-22 12:48 Sandro Mani
  0 siblings, 0 replies; only message in thread
From: Sandro Mani @ 2026-09-22 12:48 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mingw-tcl
Branch : f44
Commit : 9e068c2eb1d475eff593fc55134248d7f1aa0101
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-05-15T20:10:53+02:00
Stats  : +25/-21 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-tcl/c/9e068c2eb1d475eff593fc55134248d7f1aa0101?branch=f44

Log:
Update to 9.0.3

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

diff --git a/mingw-tcl.spec b/mingw-tcl.spec
index 073ae1a..a00165d 100644
--- a/mingw-tcl.spec
+++ b/mingw-tcl.spec
@@ -5,8 +5,8 @@
 %global fullver %{majorver}.%{minorver}
 
 Name:          mingw-tcl
-Version:       9.0.2
-Release:       2%{?dist}
+Version:       9.0.3
+Release:       1%{?dist}
 Summary:       MinGW Windows Tool Command Language, pronounced tickle
 
 License:       TCL
@@ -176,6 +176,9 @@ mv %{buildroot}%{mingw64_libdir}/reg* %{buildroot}%{mingw64_libdir}/tcl%{fullver
 
 
 %changelog
+* Fri May 15 2026 Sandro Mani <manisandro@gmail.com> - 9.0.3-1
+- Update to 9.0.3
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index 120c399..26a66a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tcl-core9.0.2-src.tar.gz) = 2ee34977e134532ae457f4142392c5f7bee5b8c04a05ef7b62aab5ac9559f5c440fceef43c3fa2d0d85872e309ebfbffc95cb9bb10a59e0d51836b7ab62fbdf3
+SHA512 (tcl-core9.0.3-src.tar.gz) = 9d2b8eee54e27ee9c7a951ac799ba1b08bc3cc11d957d65a1d78c3d42a234304ea09677e84af85e41dd9a32c91a77b82483805bf0a822288af1ab15e18c494d1

diff --git a/tcl-configure.patch b/tcl-configure.patch
index 1368866..8f41672 100644
--- a/tcl-configure.patch
+++ b/tcl-configure.patch
@@ -1,6 +1,6 @@
-diff -rupN tcl9.0.2/win/configure.ac tcl9.0.2-new/win/configure.ac
---- tcl9.0.2/win/configure.ac	2025-10-10 22:19:59.045189059 +0200
-+++ tcl9.0.2-new/win/configure.ac	2025-10-12 14:48:49.627578352 +0200
+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
 @@ -123,7 +123,7 @@ AS_IF([test "${enable_shared+set}" = "se
  ])
  zlib_lib_name=zdll.lib
@@ -19,7 +19,7 @@ diff -rupN tcl9.0.2/win/configure.ac tcl9.0.2-new/win/configure.ac
  ])
  AC_SUBST(TCL_ZLIB_LIB_NAME, $zlib_lib_name)
  AC_SUBST(TCL_TOMMATH_LIB_NAME, $tommath_lib_name)
-@@ -382,9 +384,9 @@ fi
+@@ -383,9 +385,9 @@ fi
  #--------------------------------------------------------------------
  
  if test "$prefix/lib" != "$libdir"; then

diff --git a/tcl-mingw.patch b/tcl-mingw.patch
index c51fbf2..2192362 100644
--- a/tcl-mingw.patch
+++ b/tcl-mingw.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference tcl9.0.2/win/configure.ac tcl9.0.2-new/win/configure.ac
---- tcl9.0.2/win/configure.ac	2025-06-16 14:11:43.000000000 +0200
-+++ tcl9.0.2-new/win/configure.ac	2025-10-10 22:19:58.784712577 +0200
+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
 @@ -61,9 +61,9 @@ fi
  AC_PROG_CC
  AC_C_INLINE

diff --git a/tcl-nativetclsh.patch b/tcl-nativetclsh.patch
index 812e253..e0b1101 100644
--- a/tcl-nativetclsh.patch
+++ b/tcl-nativetclsh.patch
@@ -1,7 +1,7 @@
-diff -rupN --no-dereference tcl9.0.2/win/Makefile.in tcl9.0.2-new/win/Makefile.in
---- tcl9.0.2/win/Makefile.in	2025-06-18 19:20:32.000000000 +0200
-+++ tcl9.0.2-new/win/Makefile.in	2025-10-10 22:19:59.060805179 +0200
-@@ -515,7 +515,7 @@ tcltest.cmd: Makefile
+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
+@@ -522,7 +522,7 @@ tcltest.cmd: Makefile
  	  echo 'set BDP=%~dp0'; \
  	  echo 'set OWD=%CD%'; \
  	  echo 'cd /d %TEMP%'; \
@@ -10,7 +10,7 @@ diff -rupN --no-dereference tcl9.0.2/win/Makefile.in tcl9.0.2-new/win/Makefile.i
  	  echo '"%BDP%\$(TEST_EXE_FILE)" "$(ROOT_DIR_WIN_NATIVE)/tests/all.tcl" %TESTFLAGS% -load "$(TEST_LOAD_PRMS)" %*'; \
  	  echo 'cd /d %OWD%'; \
  	) > tcltest.cmd;
-@@ -524,7 +524,7 @@ tcltest.cmd: Makefile
+@@ -531,7 +531,7 @@ tcltest.cmd: Makefile
  	  echo '#LANG=en_US'; \
  	  echo 'BDP=$$(dirname $$(readlink -f %0))'; \
  	  echo 'cd /tmp'; \
@@ -19,7 +19,7 @@ diff -rupN --no-dereference tcl9.0.2/win/Makefile.in tcl9.0.2-new/win/Makefile.i
  	  echo '"$$BDP/$(TEST_EXE_FILE)" "$(ROOT_DIR_WIN_NATIVE)/tests/all.tcl" $$TESTFLAGS -load "$(TEST_LOAD_PRMS)" "$$@"'; \
  	) > tcltest.sh;
  
-@@ -532,7 +532,7 @@ tcltest.sh: tcltest.cmd
+@@ -539,7 +539,7 @@ tcltest.sh: tcltest.cmd
  
  tcltest: binaries $(TEST_EXE_FILE) $(TEST_DLL_FILE) $(CAT32) tcltest.cmd
  
@@ -28,7 +28,7 @@ diff -rupN --no-dereference tcl9.0.2/win/Makefile.in tcl9.0.2-new/win/Makefile.i
  
  winextensions: ${DDE_DLL_FILE} ${REG_DLL_FILE} ${DDE_DLL_FILE8} ${REG_DLL_FILE8}
  
-@@ -559,10 +559,10 @@ ${TCL_ZIP_FILE}:  ${ZIP_INSTALL_OBJS} ${
+@@ -566,10 +566,10 @@ ${TCL_ZIP_FILE}:  ${ZIP_INSTALL_OBJS} ${
  	  echo "${TCL_ZIP_FILE} successful created with $$zip" && \
  	  cd ..)
  
@@ -41,7 +41,7 @@ diff -rupN --no-dereference tcl9.0.2/win/Makefile.in tcl9.0.2-new/win/Makefile.i
  	@VC_MANIFEST_EMBED_EXE@
  	@if test "${ZIPFS_BUILD}" = "2" ; then \
  		cat ${TCL_ZIP_FILE} >> ${TCLSH}; \
-@@ -860,7 +860,7 @@ install-binaries: binaries
+@@ -865,7 +865,7 @@ install-binaries: binaries
  		else true; \
  		fi; \
  	    done;
@@ -50,7 +50,7 @@ diff -rupN --no-dereference tcl9.0.2/win/Makefile.in tcl9.0.2-new/win/Makefile.i
  	    do \
  	    if [ -f $$i ]; then \
  		echo "Installing $$i to $(BIN_INSTALL_DIR)/"; \
-@@ -1017,24 +1017,24 @@ test: test-tcl test-packages
+@@ -1045,24 +1045,24 @@ test: test-tcl test-packages
  
  test-tcl: tcltest
  	TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \
@@ -79,7 +79,7 @@ diff -rupN --no-dereference tcl9.0.2/win/Makefile.in tcl9.0.2-new/win/Makefile.i
  	rm gdb.run
  
  shquotequote = $(subst ',\",$(subst ",\",$(1)))
-@@ -1056,7 +1056,7 @@ cleanhelp:
+@@ -1084,7 +1084,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.2/win/Makefile.in tcl9.0.2-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 {} \;
-@@ -1187,10 +1187,10 @@ HTML_INSTALL_DIR=$(ROOT_DIR)/html
+@@ -1205,10 +1205,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)"
  

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

only message in thread, other threads:[~2026-09-22 12:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 12:48 [rpms/mingw-tcl] f44: Update to 9.0.3 Sandro Mani

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