public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/stellarium] f44: libindi fix
@ 2026-06-25 18:44 Gwyn Ciesla
0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-06-25 18:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/stellarium
Branch : f44
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=f44
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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-25 18:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 18:44 [rpms/stellarium] f44: libindi fix Gwyn Ciesla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox