Hello community, here is the log from the commit of package stellarium for openSUSE:Factory checked in at 2020-01-29 13:20:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stellarium (Old) and /work/SRC/openSUSE:Factory/.stellarium.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stellarium" Wed Jan 29 13:20:02 2020 rev:39 rq:768194 version:0.19.3 Changes: -------- --- /work/SRC/openSUSE:Factory/stellarium/stellarium.changes 2019-12-29 15:50:29.871198136 +0100 +++ /work/SRC/openSUSE:Factory/.stellarium.new.26092/stellarium.changes 2020-01-29 13:20:58.402249371 +0100 @@ -1,0 +2,6 @@ +Tue Jan 28 15:47:14 UTC 2020 - Cristian RodrÃguez <[email protected]> + +- Build with hidden visibility, it generates better code and + reduces the size of the final stellarium executable by 2MB. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stellarium.spec ++++++ --- /var/tmp/diff_new_pack.vuBsY4/_old 2020-01-29 13:21:02.602251518 +0100 +++ /var/tmp/diff_new_pack.vuBsY4/_new 2020-01-29 13:21:02.606251520 +0100 @@ -1,7 +1,7 @@ # # spec file for package stellarium # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -60,7 +60,8 @@ %build export QT_HASH_SEED=0 -%cmake -DBUILD_SHARED_LIBS=OFF +%cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_POLICY_DEFAULT_CMP0063=NEW \ + -DCMAKE_CXX_VISIBILITY_PRESET=hidden -DCMAKE_VISIBILITY_INLINES_HIDDEN=1 %make_jobs %install
