Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfcrypto for openSUSE:Factory checked in at 2022-08-09 15:28:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfcrypto (Old) and /work/SRC/openSUSE:Factory/.libfcrypto.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfcrypto" Tue Aug 9 15:28:29 2022 rev:2 rq:993985 version:20210415 Changes: -------- --- /work/SRC/openSUSE:Factory/libfcrypto/libfcrypto.changes 2021-06-11 00:19:01.933354291 +0200 +++ /work/SRC/openSUSE:Factory/.libfcrypto.new.1521/libfcrypto.changes 2022-08-09 15:29:00.505737657 +0200 @@ -1,0 +2,5 @@ +Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Add forced symvers + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfcrypto.spec ++++++ --- /var/tmp/diff_new_pack.tkSzDl/_old 2022-08-09 15:29:00.885738742 +0200 +++ /var/tmp/diff_new_pack.tkSzDl/_new 2022-08-09 15:29:00.889738754 +0200 @@ -1,7 +1,7 @@ # # spec file for package libfcrypto # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -62,7 +62,9 @@ %build if [ ! -e configure ]; then ./autogen.sh; fi -%configure --disable-static +# see libcdata for version-sc +echo "V_%version { global: *; };" >v.sym +%configure --disable-static LDFLAGS="-Wl,--version-script=$PWD/v.sym" %make_build %install