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] f45: Fix unsubstituted configura variables in pc file
Date: Tue, 22 Sep 2026 12:48:31 GMT [thread overview]
Message-ID: <179008131138.1.5114795836616386437.rpms-mingw-tcl-b7a62ed02839@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-22 12:48 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=179008131138.1.5114795836616386437.rpms-mingw-tcl-b7a62ed02839@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