public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mattia Verga <mattia.verga@proton.me>
To: git-commits@fedoraproject.org
Subject: [rpms/stellarsolver] rawhide: Update to 2.8 (Fedora#2492620)
Date: Thu, 25 Jun 2026 14:48:36 GMT [thread overview]
Message-ID: <178239891693.1.4180084819528744243.rpms-stellarsolver-1a2ea4c68844@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/stellarsolver
Branch : rawhide
Commit : 1a2ea4c68844d7c3c57c7cb8af6ef04479cd4f80
Author : Mattia Verga <mattia.verga@proton.me>
Date : 2026-06-25T16:47:58+02:00
Stats : +4/-50 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/stellarsolver/c/1a2ea4c68844d7c3c57c7cb8af6ef04479cd4f80?branch=rawhide
Log:
Update to 2.8 (Fedora#2492620)
---
diff --git a/.gitignore b/.gitignore
index 8fe12e2..489fd88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/stellarsolver-2.5.tar.gz
/stellarsolver-2.6.tar.gz
/stellarsolver-2.7.tar.gz
+/stellarsolver-2.8.tar.gz
diff --git a/e8d809b183d1f752cd683e1dcad02678cac552f0.patch b/e8d809b183d1f752cd683e1dcad02678cac552f0.patch
deleted file mode 100644
index 7b3ed69..0000000
--- a/e8d809b183d1f752cd683e1dcad02678cac552f0.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From e8d809b183d1f752cd683e1dcad02678cac552f0 Mon Sep 17 00:00:00 2001
-From: Robert Lancaster <rlancaste@gmail.com>
-Date: Fri, 30 May 2025 10:08:45 -0400
-Subject: [PATCH] Update to Fix Fedora and QT6.9 issues
-
----
- linux-scripts/installStellarSolverTesterQt6.sh | 2 +-
- tester/mainwindow.h | 9 ---------
- 2 files changed, 1 insertion(+), 10 deletions(-)
-
-diff --git a/linux-scripts/installStellarSolverTesterQt6.sh b/linux-scripts/installStellarSolverTesterQt6.sh
-index fe58440..16af335 100755
---- a/linux-scripts/installStellarSolverTesterQt6.sh
-+++ b/linux-scripts/installStellarSolverTesterQt6.sh
-@@ -5,7 +5,7 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/../
-
- #This installs the dependencies
- if [ -f /usr/lib/fedora-release ]; then
-- sudo dnf -y install git cmake qt6 cfitsio-devel gsl-devel wcslib-devel
-+ sudo dnf -y install git cmake automake gcc gcc-c++ kernel-devel qt6-qtbase-devel cfitsio-devel gsl-devel wcslib-devel
- else
- sudo apt -y install g++ git cmake qt6-base-dev libgl1-mesa-dev libcfitsio-dev libgsl-dev wcslib-dev
- fi
-diff --git a/tester/mainwindow.h b/tester/mainwindow.h
-index 9f16b43..6367d0d 100644
---- a/tester/mainwindow.h
-+++ b/tester/mainwindow.h
-@@ -39,16 +39,7 @@
-
- //Astrometry.net includes
- extern "C"{
--#include "ioutils.h"
--#include "bl.h"
--#include "an-bool.h"
--#include "solver.h"
--#include "astrometry/blind.h"
--#include "log.h"
- #include "engine.h"
--#include "anqfits.h"
--#include "ioutils.h"
--#include "fitstable.h"
- }
-
- namespace Ui {
diff --git a/sources b/sources
index eeb5d01..ea3ad45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (stellarsolver-2.7.tar.gz) = f666023bcc4e5c83d5a88224ebe524a490852d7b2aab89a52f596aa891f965367a6057997592eab50035f55565e330cf0a48074d2bf339fbaa78afdf56fda876
+SHA512 (stellarsolver-2.8.tar.gz) = 01b1689534e0e7dcff82c998612eb744677f045f959cb0f994ada388ebb8e5f8cf632d09c70f285a778893188157c579942c78596427cf7ddbbb266c5c8e32bb
diff --git a/stellarsolver.spec b/stellarsolver.spec
index 80ed60f..409b7d6 100644
--- a/stellarsolver.spec
+++ b/stellarsolver.spec
@@ -1,8 +1,8 @@
%global major_soversion 2
-%global minor_soversion 7
+%global minor_soversion 8
Name: stellarsolver
-Version: 2.7
+Version: 2.8
Release: %autorelease
Summary: The Cross Platform Sextractor and Internal Astrometric Solver
License: BSD-3-Clause and GPL-2.0-or-later and GPL-3.0-or-later and LGPL-2.0-or-later and LGPL-3.0-or-later and MIT
@@ -37,9 +37,6 @@ License: BSD-3-Clause and GPL-2.0-or-later and GPL-3.0-or-later and LGPL-
URL: https://github.com/rlancaste/%{name}/
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
-# Fix build with QT 6.9.0
-Patch: e8d809b183d1f752cd683e1dcad02678cac552f0.patch
-
# Buildtime tools
BuildRequires: cmake
BuildRequires: gcc-c++
reply other threads:[~2026-06-25 14:48 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=178239891693.1.4180084819528744243.rpms-stellarsolver-1a2ea4c68844@fedoraproject.org \
--to=mattia.verga@proton.me \
--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