Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tclx for openSUSE:Factory checked in at 2026-03-10 17:57:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tclx (Old) and /work/SRC/openSUSE:Factory/.tclx.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tclx" Tue Mar 10 17:57:09 2026 rev:20 rq:1337932 version:8.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/tclx/tclx.changes 2023-07-05 15:31:16.130818608 +0200 +++ /work/SRC/openSUSE:Factory/.tclx.new.8177/tclx.changes 2026-03-10 18:01:48.780579240 +0100 @@ -1,0 +2,18 @@ +Tue Mar 10 09:34:31 UTC 2026 - Ana Guerrero <[email protected]> + +- Spec cleanup. + +------------------------------------------------------------------- +Sat Feb 24 04:45:00 UTC 2024 - Danilo Chang <[email protected]> + +- Update to version 8.6.3 + * configure: regenerate + * Migrate CONST usage to const + * Enable -Wsentinel warnings for TclX_AppendObjResult() + * Fix TclX_AppendObjResult() calls with missing or uncast NULL terminators + * tclXunixOS.c: remove floor()/ceil() declarations + * Remove TCL_VARARGS_DEF/TCL_VARARGS_START usage + * Use prototypes in function declarations/definitions + * Add const to match tclExtdInt.h TclXOSInetAtoN def + +------------------------------------------------------------------- Old: ---- tclx-8.6.2.tar.gz New: ---- tclx-8.6.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tclx.spec ++++++ --- /var/tmp/diff_new_pack.m4Y33q/_old 2026-03-10 18:01:50.780661471 +0100 +++ /var/tmp/diff_new_pack.m4Y33q/_new 2026-03-10 18:01:50.792661964 +0100 @@ -1,7 +1,7 @@ # # spec file for package tclx # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: tclx -Version: 8.6.2 +Version: 8.6.3 Release: 0 Summary: TclX - Extended Tcl License: BSD-3-Clause AND SUSE-Permissive -URL: http://tclx.sourceforge.net/ Group: Development/Languages/Tcl +URL: https://tclx.sourceforge.net/ Source0: https://github.com/flightaware/tclx/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: tcl-devel @@ -41,10 +41,10 @@ %build autoreconf -fi -export CFLAGS="%optflags -fno-strict-aliasing" +export CFLAGS="%{optflags} -fno-strict-aliasing" %configure \ - --with-tcl=%_libdir \ - --libdir=%tcl_archdir \ + --with-tcl=%{_libdir} \ + --libdir=%{tcl_archdir} \ --with-help \ --enable-threads %make_build @@ -52,12 +52,9 @@ %install %make_install -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - %files %doc README.md -%tcl_archdir/%{name}8.6 -%_mandir/mann/* -%_includedir/* +%{tcl_archdir}/%{name}8.6 +%{_mandir}/mann/* +%{_includedir}/* ++++++ tclx-8.6.2.tar.gz -> tclx-8.6.3.tar.gz ++++++ ++++ 2462 lines of diff (skipped)
