From 3c92c49d4244b66d677b18862903c0dd515cc936 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Mon, 23 Dec 2024 20:29:50 +0100 Subject: [PATCH] automatic version update by autodist [release 24.4-1mamba;Mon Dec 23 2024] --- stellarium-24.3-libtbb-2022.0.0.patch | 44 --------------------------- stellarium.spec | 7 +++-- 2 files changed, 4 insertions(+), 47 deletions(-) delete mode 100644 stellarium-24.3-libtbb-2022.0.0.patch diff --git a/stellarium-24.3-libtbb-2022.0.0.patch b/stellarium-24.3-libtbb-2022.0.0.patch deleted file mode 100644 index 196ef37..0000000 --- a/stellarium-24.3-libtbb-2022.0.0.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 02e37f3b76ef20786f10a6d89d23944e330aecf4 Mon Sep 17 00:00:00 2001 -From: Ruslan Kabatsayev -Date: Mon, 23 Sep 2024 22:40:01 +0400 -Subject: [PATCH] Include before any Qt headers - -Fixes #3905. ---- - src/core/modules/SolarSystem.cpp | 3 ++- - src/stelMain_pch.hpp | 1 + - 2 files changed, 3 insertions(+), 1 deletion(-) - -diff --git a/src/core/modules/SolarSystem.cpp b/src/core/modules/SolarSystem.cpp -index 0e8a6f104be18..83ccdd8178d6b 100644 ---- a/src/core/modules/SolarSystem.cpp -+++ b/src/core/modules/SolarSystem.cpp -@@ -19,6 +19,8 @@ - * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. - */ - -+#include // must be included before Qt because some versions of libtbb use "emit" identifier for their needs -+ - #include "SolarSystem.hpp" - #include "StelTexture.hpp" - #include "EphemWrapper.hpp" -@@ -48,7 +50,6 @@ - #include "StelObserver.hpp" - - #include --#include - - #include - #include -diff --git a/src/stelMain_pch.hpp b/src/stelMain_pch.hpp -index 9c35362285417..c7677fd19c497 100644 ---- a/src/stelMain_pch.hpp -+++ b/src/stelMain_pch.hpp -@@ -28,6 +28,7 @@ - // It seems that inclusion of some headers is actually bad for build time, these are commented away again. More teting or other compiler combinations may have slightly other results. - - // Base time was 284s from first test without PCH -+#include // must be included before Qt because some versions of libtbb use "emit" identifier for their needs - #include "StelApp.hpp" - #include - #include "StelUtils.hpp" diff --git a/stellarium.spec b/stellarium.spec index 04bbac6..773a28e 100644 --- a/stellarium.spec +++ b/stellarium.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) %define buildver %(echo %version | sed "s|[a-z]||") Name: stellarium -Version: 24.3 +Version: 24.4 Release: 1mamba Summary: Stellarium is a free open source planetarium Group: Graphical Desktop/Applications/Graphics @@ -10,7 +10,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://stellarium.org/ Source: https://github.com/Stellarium/stellarium/releases/download/v%{majver}/stellarium-%{version}.tar.gz -Patch0: stellarium-24.3-libtbb-2022.0.0.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -49,7 +48,6 @@ Stellarium is a free open source planetarium for your computer. It shows a reali %prep %setup -q -n %{name}-%{majver} -%patch 0 -p1 -b .libtbb-2022.0.0 %build %cmake -d build \ @@ -84,6 +82,9 @@ Stellarium is a free open source planetarium for your computer. It shows a reali %{_mandir}/man1/stellarium.1* %changelog +* Mon Dec 23 2024 Automatic Build System 24.4-1mamba +- automatic version update by autodist + * Tue Nov 19 2024 Automatic Build System 24.3-1mamba - automatic version update by autodist