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