Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libnsfdb for openSUSE:Factory 
checked in at 2022-08-09 15:28:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnsfdb (Old)
 and      /work/SRC/openSUSE:Factory/.libnsfdb.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnsfdb"

Tue Aug  9 15:28:55 2022 rev:2 rq:994017 version:20210419

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnsfdb/libnsfdb.changes        2021-06-11 
22:31:40.926235017 +0200
+++ /work/SRC/openSUSE:Factory/.libnsfdb.new.1521/libnsfdb.changes      
2022-08-09 15:29:21.837798608 +0200
@@ -1,0 +2,5 @@
+Mon Aug  8 11:37:44 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Add forced symvers
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libnsfdb.spec ++++++
--- /var/tmp/diff_new_pack.iO2ScH/_old  2022-08-09 15:29:22.317799979 +0200
+++ /var/tmp/diff_new_pack.iO2ScH/_new  2022-08-09 15:29:22.325800002 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnsfdb
 #
-# 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
@@ -86,7 +86,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

Reply via email to