Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libodraw"

Tue Aug  9 15:28:56 2022 rev:10 rq:994018 version:20210503

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

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

Other differences:
------------------
++++++ libodraw.spec ++++++
--- /var/tmp/diff_new_pack.aPm5fN/_old  2022-08-09 15:29:23.061802106 +0200
+++ /var/tmp/diff_new_pack.aPm5fN/_new  2022-08-09 15:29:23.065802116 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libodraw
 #
-# 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
@@ -87,7 +87,10 @@
 
 %build
 if [ ! -e configure ]; then ./autogen.sh; fi
-%configure --disable-static --enable-wide-character-type
+# see libcdata for version-sc
+echo "V_%version { global: *; };" >v.sym
+%configure --disable-static --enable-wide-character-type \
+       LDFLAGS="-Wl,--version-script=$PWD/v.sym"
 %make_build
 
 %install

Reply via email to