All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/stellarium: bump version to 23.2
@ 2023-07-02 18:17 Bernd Kuhls
  2023-07-03 19:26 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2023-07-02 18:17 UTC (permalink / raw)
  To: buildroot

Release notes:
http://stellarium.org/release/2023/03/26/stellarium-23.1.html
http://stellarium.org/release/2023/07/02/stellarium-23.2.html

Removed patch which is included in this release.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 .checkpackageignore                           |  1 -
 .../stellarium/0001-add-missing-include.patch | 32 -------------------
 package/stellarium/stellarium.hash            |  2 +-
 package/stellarium/stellarium.mk              |  2 +-
 4 files changed, 2 insertions(+), 35 deletions(-)
 delete mode 100644 package/stellarium/0001-add-missing-include.patch

diff --git a/.checkpackageignore b/.checkpackageignore
index f7fcea3f30..48e5f26507 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -1457,7 +1457,6 @@ package/sslh/S35sslh Indent Shellcheck Variables
 package/start-stop-daemon/0001-add-uclibc-alias-and-musl.patch Upstream
 package/start-stop-daemon/0002-just-warn-on-missing-arch.patch Upstream
 package/statserial/0001-ncurses-link.patch Upstream
-package/stellarium/0001-add-missing-include.patch Upstream
 package/stunnel/S50stunnel Indent Shellcheck Variables
 package/sudo/0001-configure.ac-fix-openssl-static-build.patch Upstream
 package/supervisor/S99supervisord Variables
diff --git a/package/stellarium/0001-add-missing-include.patch b/package/stellarium/0001-add-missing-include.patch
deleted file mode 100644
index 822fc50367..0000000000
--- a/package/stellarium/0001-add-missing-include.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From f36ce55e7a0fbba11fb7e1d4107ef61a79dc95d3 Mon Sep 17 00:00:00 2001
-From: Bernd Kuhls <bernd.kuhls@t-online.de>
-Date: Sun, 25 Dec 2022 20:38:17 +0100
-Subject: [PATCH] add missing include
-
-Fixes build error:
-
-stellarium-1.2/plugins/MeteorShowers/src/MeteorShowersMgr.hpp:331:12:
- error: field 'm_lastUpdate' has incomplete type 'QDateTime'
-
-Patch sent upstream: https://github.com/Stellarium/stellarium/pull/2933
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
----
- plugins/MeteorShowers/src/MeteorShowersMgr.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/plugins/MeteorShowers/src/MeteorShowersMgr.hpp b/plugins/MeteorShowers/src/MeteorShowersMgr.hpp
-index 8096856b6d..17716a68b0 100644
---- a/plugins/MeteorShowers/src/MeteorShowersMgr.hpp
-+++ b/plugins/MeteorShowers/src/MeteorShowersMgr.hpp
-@@ -20,6 +20,7 @@
- #ifndef METEORSHOWERSMGR_HPP
- #define METEORSHOWERSMGR_HPP
- 
-+#include <QDateTime>
- #include <QNetworkReply>
- #include <QNetworkAccessManager>
- 
--- 
-2.34.1
-
diff --git a/package/stellarium/stellarium.hash b/package/stellarium/stellarium.hash
index 2488b611a4..e0ee61d2b6 100644
--- a/package/stellarium/stellarium.hash
+++ b/package/stellarium/stellarium.hash
@@ -1,4 +1,4 @@
 # From https://github.com/Stellarium/stellarium/releases
-sha256  802a0e8231cae41ec04f697f70105c291d9719aa6e7fd8cbe1f15068c3324e09  stellarium-1.2.tar.xz
+sha256  3aee154d0de3ed484e3e6fee027cf73e6dd0a677b3ea1af348b225ac02339008  stellarium-23.2.tar.xz
 # Locally computed
 sha256  3aeeb5bb98bf7041ab82cffe15efa28ac58ee2bdf162b71301f5c192be631259  COPYING
diff --git a/package/stellarium/stellarium.mk b/package/stellarium/stellarium.mk
index a62488907f..4dc5692d79 100644
--- a/package/stellarium/stellarium.mk
+++ b/package/stellarium/stellarium.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-STELLARIUM_VERSION = 1.2
+STELLARIUM_VERSION = 23.2
 STELLARIUM_SOURCE = stellarium-$(STELLARIUM_VERSION).tar.xz
 STELLARIUM_SITE = https://github.com/Stellarium/stellarium/releases/download/v$(STELLARIUM_VERSION)
 STELLARIUM_LICENSE = GPL-2.0+
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/stellarium: bump version to 23.2
  2023-07-02 18:17 [Buildroot] [PATCH 1/1] package/stellarium: bump version to 23.2 Bernd Kuhls
@ 2023-07-03 19:26 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-03 19:26 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Sun,  2 Jul 2023 20:17:27 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:

> Release notes:
> http://stellarium.org/release/2023/03/26/stellarium-23.1.html
> http://stellarium.org/release/2023/07/02/stellarium-23.2.html
> 
> Removed patch which is included in this release.
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  .checkpackageignore                           |  1 -
>  .../stellarium/0001-add-missing-include.patch | 32 -------------------
>  package/stellarium/stellarium.hash            |  2 +-
>  package/stellarium/stellarium.mk              |  2 +-
>  4 files changed, 2 insertions(+), 35 deletions(-)
>  delete mode 100644 package/stellarium/0001-add-missing-include.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-03 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-02 18:17 [Buildroot] [PATCH 1/1] package/stellarium: bump version to 23.2 Bernd Kuhls
2023-07-03 19:26 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.