Hello community,

here is the log from the commit of package tcl for openSUSE:Factory checked in 
at 2020-10-15 13:43:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcl (Old)
 and      /work/SRC/openSUSE:Factory/.tcl.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcl"

Thu Oct 15 13:43:55 2020 rev:58 rq:841275 version:8.6.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcl/tcl.changes  2019-12-11 11:59:55.572871566 
+0100
+++ /work/SRC/openSUSE:Factory/.tcl.new.3486/tcl.changes        2020-10-15 
13:44:07.537146551 +0200
@@ -1,0 +2,6 @@
+Fri Oct  9 11:25:35 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Fix build with RPM 4.16: error: bare words are no longer
+  supported, please use "...":  lib64 == lib64.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tcl.spec ++++++
--- /var/tmp/diff_new_pack.Icp4Y1/_old  2020-10-15 13:44:08.769147032 +0200
+++ /var/tmp/diff_new_pack.Icp4Y1/_new  2020-10-15 13:44:08.773147034 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tcl
 #
-# 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
@@ -153,7 +153,7 @@
 mkdir -p %buildroot%_datadir/tcl
 install -D %{S:3} -m 644 %buildroot/etc/rpm/macros.tcl
 
-%if %_lib == lib64
+%if "%_lib" == "lib64"
 %post
 test -L /usr/lib/tcl%TCL_MINOR && /bin/rm -f /usr/lib/tcl%TCL_MINOR
 exit 0


Reply via email to