From 8733f7086684551f9a6ae8d249714486aec28f76 Mon Sep 17 00:00:00 2001
From: lrupp <>
Date: Mar 31 2022 11:28:10 +0000
Subject: Update stellarium to version 0.22.0 / rev 55 via SR 965548
https://build.opensuse.org/request/show/965548
by user lrupp + dimstar_suse
---
diff --git a/.files b/.files
index 1a772db..41bc13c 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 50d2dad..8be3964 100644
--- a/.rev
+++ b/.rev
@@ -457,4 +457,12 @@
Don't create a duplicated stellarium.desktop file.
953009
+
+ c4e4e07e775ce26a958569785c900e5c
+ 0.22.0
+
+ dimstar_suse
+
+ 965548
+
diff --git a/stellarium-0.21.3.tar.gz b/stellarium-0.21.3.tar.gz
deleted file mode 120000
index a65882e..0000000
--- a/stellarium-0.21.3.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeicbidmqjiwggxc5ssjf67xrtwjs2llou6owojz6bsbg2bsqke4uya
\ No newline at end of file
diff --git a/stellarium-0.21.3.tar.gz.asc b/stellarium-0.21.3.tar.gz.asc
deleted file mode 100644
index 49b3f8a..0000000
--- a/stellarium-0.21.3.tar.gz.asc
+++ /dev/null
@@ -1,8 +0,0 @@
------BEGIN PGP SIGNATURE-----
-
-iLMEAAEKAB0WIQT1fzCddMmpTitqpdCTgOR8A3ThaQUCYcbtFgAKCRCTgOR8A3Th
-aS+dA/9u9mFWEWtorBGS/uJD+TjIAJxaGygsqv4Ti9DawREfLx9X9VDawmhqKLRE
-obcs0t3T5czIXL6xSpZCT1NvwLqaiWKvjjjQYCpfoBi0utS/NidHerv+yFwEblS8
-7mcnz8ka4NQKeRxidQF3IGGmnODsSUTKFwO/Se64hldZOwtkhA==
-=WtcS
------END PGP SIGNATURE-----
diff --git a/stellarium-0.22.0.tar.gz b/stellarium-0.22.0.tar.gz
new file mode 120000
index 0000000..5dc789d
--- /dev/null
+++ b/stellarium-0.22.0.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeigphsqrhg543jkemfz6j5z2jz43dkj6b5wadgxy44k3p3stcrckxm
\ No newline at end of file
diff --git a/stellarium-0.22.0.tar.gz.asc b/stellarium-0.22.0.tar.gz.asc
new file mode 100644
index 0000000..f38fdcd
--- /dev/null
+++ b/stellarium-0.22.0.tar.gz.asc
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+
+iLMEAAEKAB0WIQT1fzCddMmpTitqpdCTgOR8A3ThaQUCYkBFhgAKCRCTgOR8A3Th
+aVCQBACY8oPGZz2/62yBHV5FOlXqzY/vj1q46Y3p/igtzMxgMTyOmQBGQqVkaTPJ
+2VSVBm36xc0AIX89VRmFED9PYFyAOnoDb2hDyiazHFcZaTvO5r0J0nC9uqs7Vshv
+4g3NXjKlNQMsVd8hMxzNZScPI1imkwdFf2p8ySG/7TLRzeVeQQ==
+=YAjI
+-----END PGP SIGNATURE-----
diff --git a/stellarium.changes b/stellarium.changes
index 6ea8d8e..214555a 100644
--- a/stellarium.changes
+++ b/stellarium.changes
@@ -1,4 +1,20 @@
-------------------------------------------------------------------
+Sun Mar 27 19:07:47 UTC 2022 - Dirk Müller
+
+- update to 0.22:
+ * AstroCalc: Eclipse Finder
+ * AstroCalc: RTS (Rises, Transits, Settings)
+ * Switch from Bortle scale to physical brightness values for light pollution.
+ * Allow tweaks for the atmosphere brightness/color model and tone mapping
+ * Several new calendars in the Calendars plugin
+ * Seasonal polar caps on Mars
+ * New and improved sky cultures
+ * Larger textures allowed in Scenery3D
+ * Improved OnlineQueries and Satellites plugin
+ * Many fixes in core and plugins.
+ * Technical preparations towards a major upgrade of the internal Qt framework.
+
+-------------------------------------------------------------------
Tue Feb 8 16:13:37 UTC 2022 - Paolo Stivanin
- Don't create a duplicated stellarium.desktop file -- there's already
diff --git a/stellarium.spec b/stellarium.spec
index b78fc91..7ffa5f1 100644
--- a/stellarium.spec
+++ b/stellarium.spec
@@ -19,12 +19,12 @@
%global qt_version %(qtpaths --qt-version | awk -F. '{ printf "%02d%02d%02d", $1, $2, $3 }')
Name: stellarium
-Version: 0.21.3
+Version: 0.22.0
Release: 0
Summary: Astronomical Sky Simulator
License: GPL-2.0-or-later
Group: Productivity/Scientific/Astronomy
-URL: http://stellarium.org/
+URL: https://stellarium.org/
Source0: https://github.com/Stellarium/stellarium/releases/download/v%{version}/stellarium-%{version}.tar.gz
Source1: https://github.com/Stellarium/stellarium/releases/download/v%{version}/stellarium-%{version}.tar.gz.asc
Source2: %{name}.keyring
@@ -35,6 +35,7 @@ BuildRequires: hicolor-icon-theme
BuildRequires: libqt5-qtpaths
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
+BuildRequires: pkgconfig(Qt5Charts)
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Gui) >= 5.9.0
BuildRequires: pkgconfig(Qt5Multimedia)