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-11-13 22:48:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcl (Old) and /work/SRC/openSUSE:Factory/.tcl.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tcl" Sat Nov 13 22:48:01 2021 rev:62 rq:930669 version:8.6.12 Changes: -------- --- /work/SRC/openSUSE:Factory/tcl/tcl.changes 2021-05-11 23:03:28.325146064 +0200 +++ /work/SRC/openSUSE:Factory/.tcl.new.1890/tcl.changes 2021-11-13 22:48:02.721227841 +0100 @@ -1,0 +2,20 @@ +Tue Nov 9 17:08:21 UTC 2021 - Reinhard Max <[email protected]> + +- New version 8.6.12: + * (bug)[d43f96] [string trim*] broken for Emoji + * (bug)[22324b] [string reverse] broken for Emoji + * (bug)[1dab71,7c64aa] BRE broken by uninitialized value use + * (bug)[8419c5] Unix tty channels tolerate EINTR + *** POTENTIAL INCOMPATIBILITY *** + * (bug)[4c591f] [string compare] EIAS violation + * (bug)[266494] [concat foo [list #]] EIAS violation + * (bug)[24b918] Save IO buffers from modern optimizers + * (new) support for POSIX error EILSEQ + * (bug)[688fcc] segfault during traced delete of alias + * (bug)[ccc448] segfault in ensemble rewrite machinery + * (new) Update to Unicode-14 + * (bug)[a8579d] failed proc argument spec processing + * Obsoletes tcl-aa4a13c15516da45.patch +- Bump %itclver and ensure it stays in sync. + +------------------------------------------------------------------- Old: ---- tcl-aa4a13c15516da45.patch tcl8.6.11-src.tar.gz New: ---- tcl8.6.12-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcl.spec ++++++ --- /var/tmp/diff_new_pack.V57KQQ/_old 2021-11-13 22:48:03.685228581 +0100 +++ /var/tmp/diff_new_pack.V57KQQ/_new 2021-11-13 22:48:03.685228581 +0100 @@ -18,11 +18,11 @@ Name: tcl URL: http://www.tcl.tk -Version: 8.6.11 +Version: 8.6.12 Release: 0 %define rrc %{nil} %define TCL_MINOR %(echo %version | cut -c1-3) -%define itclver 4.2.0 +%define itclver 4.2.2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: The Tcl Programming Language License: TCL @@ -41,7 +41,6 @@ Source1: tcl-rpmlintrc Source2: baselibs.conf Source3: macros.tcl -Patch0: tcl-aa4a13c15516da45.patch BuildRequires: autoconf BuildRequires: pkg-config BuildRequires: zlib-devel @@ -81,7 +80,10 @@ %prep %setup -q -n %name%version -%patch0 +if ! test -d pkgs/itcl%itclver; then + : Version mismatch in itcl, please chek the %%itclver macro! + exit 1 +fi %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects @@ -154,6 +156,8 @@ ln -sf tclsh.1.gz %buildroot%_mandir/man1/tclsh%TCL_MINOR.1.gz mkdir -p %buildroot%_datadir/tcl install -D %{S:3} -m 644 %buildroot%_rpmmacrodir/macros.tcl +# We are Tcl, not SQLite +rm -f %buildroot%bindir/sqlite* %if "%_lib" == "lib64" %post ++++++ tcl-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.V57KQQ/_old 2021-11-13 22:48:03.773228648 +0100 +++ /var/tmp/diff_new_pack.V57KQQ/_new 2021-11-13 22:48:03.773228648 +0100 @@ -1,2 +1,3 @@ addFilter("no-soname") addFilter("files-duplicate") +addFilter("bin-sh-syntax-error") ++++++ tcl8.6.11-src.tar.gz -> tcl8.6.12-src.tar.gz ++++++ /work/SRC/openSUSE:Factory/tcl/tcl8.6.11-src.tar.gz /work/SRC/openSUSE:Factory/.tcl.new.1890/tcl8.6.12-src.tar.gz differ: char 5, line 1
