public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gwyn Ciesla <gwync@protonmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/stellarium] rawhide: libindi fix
Date: Fri, 19 Jun 2026 15:24:16 GMT [thread overview]
Message-ID: <178188265685.1.6059201750233285632.rpms-stellarium-4be9e419c492@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/stellarium
Branch : rawhide
Commit : 4be9e419c492c957218be13e52c45d809f16ecdc
Author : Gwyn Ciesla <gwync@protonmail.com>
Date : 2026-06-19T10:24:08-05:00
Stats : +29/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/stellarium/c/4be9e419c492c957218be13e52c45d809f16ecdc?branch=rawhide
Log:
libindi fix
---
diff --git a/ef39e639ba91a71c9a7fa9ddc31a8229f963f4e7.patch b/ef39e639ba91a71c9a7fa9ddc31a8229f963f4e7.patch
new file mode 100644
index 0000000..6efbd96
--- /dev/null
+++ b/ef39e639ba91a71c9a7fa9ddc31a8229f963f4e7.patch
@@ -0,0 +1,24 @@
+From ef39e639ba91a71c9a7fa9ddc31a8229f963f4e7 Mon Sep 17 00:00:00 2001
+From: Thomas Klausner <wiz@gatalith.at>
+Date: Sun, 7 Jun 2026 23:07:50 +0700
+Subject: [PATCH] Fix compiling with INDI 2.2.2 on NetBSD (fix #4959)
+
+---
+ plugins/TelescopeControl/src/INDI/INDIConnection.hpp | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/plugins/TelescopeControl/src/INDI/INDIConnection.hpp b/plugins/TelescopeControl/src/INDI/INDIConnection.hpp
+index 54ced1955c4a7..cb3ee6b4715f7 100644
+--- a/plugins/TelescopeControl/src/INDI/INDIConnection.hpp
++++ b/plugins/TelescopeControl/src/INDI/INDIConnection.hpp
+@@ -23,6 +23,10 @@
+ #include <libindi/baseclient.h>
+ #include <libindi/basedevice.h>
+
++#ifdef J2000
++#undef J2000
++#endif
++
+ #include <mutex>
+ #include <QStringList>
+
diff --git a/stellarium.spec b/stellarium.spec
index ef729fb..c5ca1e7 100644
--- a/stellarium.spec
+++ b/stellarium.spec
@@ -1,6 +1,6 @@
Name: stellarium
Version: 26.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Photo-realistic nightsky renderer
License: GPL-2.0-or-later
@@ -8,12 +8,11 @@ URL: http://www.stellarium.org
Source0: https://github.com/Stellarium/stellarium/archive/v%{version}/stellarium-%{version}.tar.gz
Patch0: stellarium-fix-build-against-qt-6-10.patch
+Patch1: ef39e639ba91a71c9a7fa9ddc31a8229f963f4e7.patch
# Disabled due to lconvert segfaulting on armv7hl and i686
# https://bugzilla.redhat.com/show_bug.cgi?id=1884681
-%if 0%{?fedora} > 32
ExcludeArch: armv7hl i686
-%endif
BuildRequires: make
BuildRequires: desktop-file-utils
@@ -102,6 +101,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.stellarium.Ste
%{_datadir}/stellarium
%changelog
+* Fri Jun 19 2026 Gwyn Ciesla <gwync@protonmail.com> - 26.1-4
+- Patch to fix libindi build issue
+
* Thu May 14 2026 Jan Grulich <jgrulich@redhat.com> - 26.1-3
- Rebuild (qt6)
reply other threads:[~2026-06-19 15:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178188265685.1.6059201750233285632.rpms-stellarium-4be9e419c492@fedoraproject.org \
--to=gwync@protonmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox