Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfwnt for openSUSE:Factory checked in at 2022-08-09 15:28:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfwnt (Old) and /work/SRC/openSUSE:Factory/.libfwnt.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfwnt" Tue Aug 9 15:28:46 2022 rev:13 rq:994005 version:20210906 Changes: -------- --- /work/SRC/openSUSE:Factory/libfwnt/libfwnt.changes 2022-06-02 21:54:53.072420156 +0200 +++ /work/SRC/openSUSE:Factory/.libfwnt.new.1521/libfwnt.changes 2022-08-09 15:29:13.301774218 +0200 @@ -1,0 +2,5 @@ +Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <[email protected]> + +- Add forced symvers + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfwnt.spec ++++++ --- /var/tmp/diff_new_pack.KwhSu4/_old 2022-08-09 15:29:13.773775567 +0200 +++ /var/tmp/diff_new_pack.KwhSu4/_new 2022-08-09 15:29:13.781775590 +0200 @@ -76,8 +76,11 @@ # OOT builds are presently broken, so we have to install # within each python iteration now, not in %%install. %{python_expand # +# see libcdata for version-sc +echo "V_%version { global: *; };" >v.sym %configure --disable-static \ - --enable-python PYTHON_VERSION="%{$python_bin_suffix}" + --enable-python PYTHON_VERSION="%{$python_bin_suffix}" \ + LDFLAGS="-Wl,--version-script=$PWD/v.sym" %make_build %make_install DESTDIR="%_builddir/rt" %make_build clean
