Hello community, here is the log from the commit of package tk for openSUSE:Factory checked in at 2020-11-06 23:43:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tk (Old) and /work/SRC/openSUSE:Factory/.tk.new.11331 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tk" Fri Nov 6 23:43:42 2020 rev:45 rq:845381 version:8.6.10 Changes: -------- --- /work/SRC/openSUSE:Factory/tk/tk.changes 2019-12-11 11:59:33.448880872 +0100 +++ /work/SRC/openSUSE:Factory/.tk.new.11331/tk.changes 2020-11-06 23:43:59.323391722 +0100 @@ -1,0 +2,6 @@ +Mon Oct 12 15:17:51 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Fix build with RPM 4.16: error: bare words are no longer + supported, please use "...": lib64 == lib64. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tk.spec ++++++ --- /var/tmp/diff_new_pack.SFV2Is/_old 2020-11-06 23:44:00.043390339 +0100 +++ /var/tmp/diff_new_pack.SFV2Is/_new 2020-11-06 23:44:00.047390332 +0100 @@ -1,7 +1,7 @@ # # spec file for package tk # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -122,7 +122,7 @@ ln -sf wish%TK_MINOR.n.gz %buildroot%_mandir/mann/wish.n.gz install -m 0755 %{S:3} %buildroot%_bindir/tkcon -%if %_lib == lib64 +%if "%_lib" == "lib64" %post test -L /usr/lib/tk%TK_MINOR && rm -f /usr/lib/tk%TK_MINOR
