Hello community, here is the log from the commit of package expect for openSUSE:Factory checked in at 2020-10-18 16:18:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/expect (Old) and /work/SRC/openSUSE:Factory/.expect.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "expect" Sun Oct 18 16:18:05 2020 rev:28 rq:841877 version:5.45.4 Changes: -------- --- /work/SRC/openSUSE:Factory/expect/expect.changes 2018-11-05 22:48:43.184562091 +0100 +++ /work/SRC/openSUSE:Factory/.expect.new.3486/expect.changes 2020-10-18 16:18:09.756403800 +0200 @@ -1,0 +2,6 @@ +Thu Oct 15 08:18:32 UTC 2020 - Reinhard Max <m...@suse.com> + +- Add an unversioned symlink to make linking easier for + applications that use libexpect without Tcl (boo#1172681). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ expect.spec ++++++ --- /var/tmp/diff_new_pack.ZbjBLb/_old 2020-10-18 16:18:10.256404023 +0200 +++ /var/tmp/diff_new_pack.ZbjBLb/_new 2020-10-18 16:18:10.256404023 +0200 @@ -1,7 +1,7 @@ # # spec file for package expect # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -22,7 +22,7 @@ Summary: A Tool for Automating Interactive Programs License: SUSE-Public-Domain Group: Development/Languages/Tcl -Url: http://expect.nist.gov +URL: http://expect.nist.gov Source: https://downloads.sourceforge.net/expect/expect%version.tar.gz Source1: expect-rpmlintrc Patch1: expect.patch @@ -81,6 +81,8 @@ rm %buildroot%_bindir/*passwd rm %buildroot%_bindir/weather rm %buildroot%_mandir/*/*passwd* +# Simplify linking for apps that use Expect without Tcl +ln -s libexpect%version.so %buildroot%_libdir/libexpect.so %files %_bindir/* @@ -90,6 +92,7 @@ %doc ChangeLog HISTORY INSTALL FAQ NEWS README %files devel +%_libdir/libexpect.so %_includedir/* %_mandir/man3/*