public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mingw-tcl] f45: Fix unsubstituted configura variables in pc file
@ 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 : f45
Commit : b7a62ed02839692ee4f9f300dee4688e722235cf
Author : Sandro Mani <manisandro@gmail.com>
Date : 2026-09-22T14:45:21+02:00
Stats : +11/-5 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/mingw-tcl/c/b7a62ed02839692ee4f9f300dee4688e722235cf?branch=f45
Log:
Fix unsubstituted configura variables in pc file
---
diff --git a/mingw-tcl.spec b/mingw-tcl.spec
index 6ab95c9..330cfca 100644
--- a/mingw-tcl.spec
+++ b/mingw-tcl.spec
@@ -6,7 +6,7 @@
Name: mingw-tcl
Version: 9.0.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: MinGW Windows Tool Command Language, pronounced tickle
License: TCL
@@ -183,6 +183,9 @@ rm -rf %{buildroot}%{mingw64_mandir}/man1/ %{buildroot}%{mingw64_mandir}/man3/ %
%changelog
+* Tue Sep 22 2026 Sandro Mani <manisandro@gmail.com> - 9.0.4-3
+- Fix unsubstituted configura variables in pc file
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/tcl-configure.patch b/tcl-configure.patch
index 8f2229e..4322442 100644
--- a/tcl-configure.patch
+++ b/tcl-configure.patch
@@ -1,6 +1,6 @@
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
+--- tcl9.0.4/win/configure.ac 2026-09-22 14:38:00.936930016 +0200
++++ tcl9.0.4-new/win/configure.ac 2026-09-22 14:38:01.052171619 +0200
@@ -123,7 +123,7 @@ AS_IF([test "${enable_shared+set}" = "se
])
zlib_lib_name=zdll.lib
@@ -10,16 +10,19 @@ diff -rupN --no-dereference tcl9.0.4/win/configure.ac tcl9.0.4-new/win/configure
AC_SUBST(ZLIB_DLL_FILE,[\${ZLIB_DLL_FILE}])
AC_SUBST(TOMMATH_DLL_FILE,[\${TOMMATH_DLL_FILE}])
AC_DEFINE(TCL_WITH_EXTERNAL_TOMMATH, 1, [Tcl with external libtommath])
-@@ -158,6 +158,8 @@ AS_IF([test "$tcl_ok" = "yes"], [
+@@ -158,7 +158,11 @@ AS_IF([test "$tcl_ok" = "yes"], [
AC_DEFINE(TCL_WITH_INTERNAL_ZLIB, 1, [Tcl with internal zlib])
AC_SUBST(ZLIB_OBJS,[\${ZLIB_OBJS}])
AC_SUBST(TOMMATH_OBJS,[\${TOMMATH_OBJS}])
+ zlib_lib_name=
+ tommath_lib_name=
])
++AC_SUBST(TCL_PC_REQUIRES_PRIVATE, [''])
++AC_SUBST(TCL_PC_CFLAGS, [''])
AC_SUBST(TCL_ZLIB_LIB_NAME, $zlib_lib_name)
AC_SUBST(TCL_TOMMATH_LIB_NAME, $tommath_lib_name)
-@@ -383,9 +385,9 @@ fi
+ AC_CHECK_TYPES([intptr_t, uintptr_t],,,[[
+@@ -383,9 +387,9 @@ fi
#--------------------------------------------------------------------
if test "$prefix/lib" != "$libdir"; then
^ 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] f45: Fix unsubstituted configura variables in pc file Sandro Mani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox