Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnucash for openSUSE:Factory checked in at 2022-10-17 14:58:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnucash (Old) and /work/SRC/openSUSE:Factory/.gnucash.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnucash" Mon Oct 17 14:58:29 2022 rev:98 rq:1012060 version:4.12 Changes: -------- --- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes 2022-10-01 17:44:25.477808506 +0200 +++ /work/SRC/openSUSE:Factory/.gnucash.new.2275/gnucash.changes 2022-10-17 14:58:31.686188191 +0200 @@ -48,0 +49,8 @@ +Fri Jan 21 10:29:17 UTC 2022 - QK ZHU <[email protected]> + +- Add -DCMAKE_SKIP_INSTALL_RPATH:BOOL=OFF to spec: + cmake in SLE and Leap set this variable to ON by default, hence + GnuCash cannot open shared object file, fix by overriding it + (bsc#1194378) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnucash.spec ++++++ --- /var/tmp/diff_new_pack.zCQhHm/_old 2022-10-17 14:58:32.274189321 +0200 +++ /var/tmp/diff_new_pack.zCQhHm/_new 2022-10-17 14:58:32.278189328 +0200 @@ -137,6 +137,7 @@ %define _lto_cflags %{nil} %define __builder ninja %cmake \ + -DCMAKE_SKIP_INSTALL_RPATH:BOOL=OFF \ -DCMAKE_SKIP_RPATH=OFF \ -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \ -DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
