Hello community,

here is the log from the commit of package stellarium for openSUSE:Factory 
checked in at 2020-10-20 16:16:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stellarium (Old)
 and      /work/SRC/openSUSE:Factory/.stellarium.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stellarium"

Tue Oct 20 16:16:44 2020 rev:46 rq:842727 version:0.20.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/stellarium/stellarium.changes    2020-10-05 
19:40:19.281622008 +0200
+++ /work/SRC/openSUSE:Factory/.stellarium.new.3486/stellarium.changes  
2020-10-20 16:23:36.450384752 +0200
@@ -1,0 +2,6 @@
+Mon Oct 19 13:55:12 UTC 2020 - Arjen de Korte <[email protected]>
+
+- Enable workarounds for excessive memory use by lconvert in Qt 5.15.0
+  and Qt 5.15.1 based on the Qt version
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ stellarium.spec ++++++
--- /var/tmp/diff_new_pack.58SK2Y/_old  2020-10-20 16:23:38.882385904 +0200
+++ /var/tmp/diff_new_pack.58SK2Y/_new  2020-10-20 16:23:38.886385906 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%global qt_version %(qtpaths --qt-version | awk -F. '{ printf "%02d%02d%02d", 
$1, $2, $3 }')
+
 Name:           stellarium
 Version:        0.20.3
 Release:        0
@@ -30,6 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libqt5-qtpaths
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.7.0
@@ -63,13 +66,13 @@
 %build
 export QT_HASH_SEED=0
 %cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_POLICY_DEFAULT_CMP0063=NEW \
-%if 0%{?suse_version} >= 1550
+%if %{qt_version} >= 051500 && %{qt_version} < 051502
 %ifarch i586
        -DENABLE_NLS=OFF \
 %endif
 %endif
        -DCMAKE_CXX_VISIBILITY_PRESET=hidden -DCMAKE_VISIBILITY_INLINES_HIDDEN=1
-%if 0%{?suse_version} >= 1550
+%if %{qt_version} >= 051500 && %{qt_version} < 051502
 %make_jobs -j1
 %else
 %make_jobs




Reply via email to