Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tcl for openSUSE:Factory checked in at 2021-01-19 15:58:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcl (Old) and /work/SRC/openSUSE:Factory/.tcl.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tcl" Tue Jan 19 15:58:21 2021 rev:60 rq:863091 version:8.6.11 Changes: -------- --- /work/SRC/openSUSE:Factory/tcl/tcl.changes 2020-11-26 23:08:41.436787911 +0100 +++ /work/SRC/openSUSE:Factory/.tcl.new.28504/tcl.changes 2021-01-19 15:58:23.587035227 +0100 @@ -1,0 +2,26 @@ +Thu Jan 14 10:21:47 UTC 2021 - Reinhard Max <[email protected]> + +- tclConfig.sh: Fix path names and avoid braces in TCL_PACKAGE_PATH +- Set TCL_LIBRARY at configure time for better consistency. + +------------------------------------------------------------------- +Mon Jan 4 13:54:08 UTC 2021 - Reinhard Max <[email protected]> + +- New version: 8.6.11: + * Add tcltest::(Setup|Eval|Cleanup|)Test + * Update to Unicode-13 + * Add 3 libtommath functions to stub table + * Many more bug fixes +- Potentially incompatible changes: + * (bug)[ffeb20] [binary decode base64] ignore invalid chars + * (bug)[b8e82d] some -maxlen values break uuencode round trip + * (bug)[085913] Tcl_DStringAppendElement # quoting precision + * (bug)[81242a] revised documentation for Tcl_UtfAtIndex() + * (bug)[ed2980] Tcl_UtfToUniChar reads > TCL_UTF_MAX bytes + * (bug)[a1bd37] [clock scan] new ISO format (clock-34.(19-24)) + * (bug)[501974] [clock scan] +time zone (clock-34.(53-68)) + * (new) force -eofchar \032 when evaluating library scripts + * (new)[48898a] improve error message consistency + * (new) revised case of module names + +------------------------------------------------------------------- Old: ---- tcl8.6.10-src.tar.gz New: ---- tcl8.6.11-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcl.spec ++++++ --- /var/tmp/diff_new_pack.a8c83R/_old 2021-01-19 15:58:24.923037246 +0100 +++ /var/tmp/diff_new_pack.a8c83R/_new 2021-01-19 15:58:24.927037252 +0100 @@ -1,7 +1,7 @@ # # spec file for package tcl # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: tcl URL: http://www.tcl.tk -Version: 8.6.10 +Version: 8.6.11 Release: 0 %define rrc %{nil} %define TCL_MINOR %(echo %version | cut -c1-3) @@ -37,7 +37,7 @@ %endif # PreReq: /bin/rm -Source0: ftp://ftp.tcl.tk/pub/tcl/tcl8_6/%{name}%{version}%{rrc}-src.tar.gz +Source0: http://prdownloads.sourceforge.net/tcl/%{name}%{version}%{rrc}-src.tar.gz Source1: tcl-rpmlintrc Source2: baselibs.conf Source3: macros.tcl @@ -83,17 +83,17 @@ %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects +%define scriptdir %_libdir/tcl +export TCL_PACKAGE_PATH="%scriptdir %_datadir/tcl" +export TCL_LIBRARY="%scriptdir/tcl%TCL_MINOR" cd unix autoconf %configure \ --enable-man-symlinks \ --enable-man-compression=gzip \ --without-tzdata -%define scriptdir %_libdir/tcl make %{?_smp_mflags} \ - PACKAGE_DIR=%_libdir/tcl \ - TCL_LIBRARY="%scriptdir/tcl%TCL_MINOR" \ - TCL_PACKAGE_PATH="%_libdir/tcl %_datadir/tcl" + PACKAGE_DIR="%scriptdir" %check cd unix @@ -146,8 +146,7 @@ %install make -C unix install install-private-headers \ - INSTALL_ROOT=%buildroot \ - TCL_LIBRARY="%scriptdir/tcl%TCL_MINOR" + INSTALL_ROOT=%buildroot rm -f %buildroot%scriptdir/tcl%TCL_MINOR/ldAix ln -sf tclsh%TCL_MINOR %buildroot%_prefix/bin/tclsh ln -sf tclsh.1.gz %buildroot%_mandir/man1/tclsh%TCL_MINOR.1.gz ++++++ tcl8.6.10-src.tar.gz -> tcl8.6.11-src.tar.gz ++++++ /work/SRC/openSUSE:Factory/tcl/tcl8.6.10-src.tar.gz /work/SRC/openSUSE:Factory/.tcl.new.28504/tcl8.6.11-src.tar.gz differ: char 5, line 1
