Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcaes for openSUSE:Factory checked in at 2022-08-09 15:28:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcaes (Old) and /work/SRC/openSUSE:Factory/.libcaes.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcaes" Tue Aug 9 15:28:14 2022 rev:16 rq:993967 version:20220529 Changes: -------- --- /work/SRC/openSUSE:Factory/libcaes/libcaes.changes 2022-05-30 12:45:09.556487063 +0200 +++ /work/SRC/openSUSE:Factory/.libcaes.new.1521/libcaes.changes 2022-08-09 15:28:47.857701518 +0200 @@ -1,0 +2,5 @@ +Mon Aug 8 11:39:37 UTC 2022 - Jan Engelhardt <[email protected]> + +- Add forced symver + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcaes.spec ++++++ --- /var/tmp/diff_new_pack.OuGHth/_old 2022-08-09 15:28:48.337702889 +0200 +++ /var/tmp/diff_new_pack.OuGHth/_new 2022-08-09 15:28:48.345702912 +0200 @@ -66,8 +66,10 @@ autoreconf -fi # OOT builds are presently broken, so we have to install # within each python iteration now, not in %%install. +# see libcdata for version-sc %{python_expand # -%configure --disable-static --enable-python PYTHON_VERSION="%{$python_bin_suffix}" +echo "V_%version { global: *; };" >v.sym +%configure --disable-static --enable-python PYTHON_VERSION="%{$python_bin_suffix}" LDFLAGS="-Wl,--version-script=$PWD/v.sym" %make_build %make_install DESTDIR="%_builddir/rt" %make_build clean
