public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matwey V. Kornilov <matwey.kornilov@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fips] rawhide: Version 3.5.0
Date: Wed, 10 Jun 2026 13:19:12 GMT	[thread overview]
Message-ID: <178109755222.1.17075653960060666724.rpms-fips-83cfa82e35a4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/fips
Branch : rawhide
Commit : 83cfa82e35a46ca45b814977fda35302e3a72579
Author : Matwey V. Kornilov <matwey.kornilov@gmail.com>
Date   : 2026-06-10T16:18:55+03:00
Stats  : +14/-7 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/fips/c/83cfa82e35a46ca45b814977fda35302e3a72579?branch=rawhide

Log:
Version 3.5.0

---
diff --git a/.gitignore b/.gitignore
index 34c3ddf..0597143 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /fips-3.3.0.tar.gz
 /fips-3.3.1.tar.gz
+/fips-3.5.0.tar.gz

diff --git a/fips.spec b/fips.spec
index ee7c792..aa96b4e 100644
--- a/fips.spec
+++ b/fips.spec
@@ -1,15 +1,18 @@
 Name:           fips
-Version:        3.4.0
-Release:        22%{?dist}
+Version:        3.5.0
+Release:        23%{?dist}
 Summary:        OpenGL-based FITS image viewer
 License:        LGPL-3.0-or-later
 Url:            https://github.com/matwey/fips3
 Source:         https://github.com/matwey/fips3/archive/%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  cmake >= 3.0
+BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
-BuildRequires:  gcc-c++
+BuildRequires:  gcc-c++ >= 8
 BuildRequires:  make
-BuildRequires:  qt5-qtbase-devel >= 5.6
+BuildRequires:  cmake(Qt6Core)
+BuildRequires:  cmake(Qt6Gui)
+BuildRequires:  cmake(Qt6OpenGLWidgets)
+BuildRequires:  cmake(Qt6Test)
 Requires:       hicolor-icon-theme
 
 %description
@@ -26,7 +29,7 @@ FITS image extension has basic limited support.
 %setup -q -n fips3-%{version}
 
 %build
-%cmake
+%cmake -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON -DQT_INTERNAL_SKIP_DEPLOYMENT:BOOL=ON
 %cmake_build
 
 %install
@@ -45,6 +48,9 @@ desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/space.fips.Fips.
 %{_datadir}/icons/hicolor/*/apps/space.fips.Fips.*
 
 %changelog
+* Wed Jun 10 2026 Matwey V. Kornilov <matwey.kornilov@gmail.com> - 3.5.0-23
+- Version 3.5.0 (RHBZ#2485441)
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0-22
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index ed2b491..c572da0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fips-3.4.0.tar.gz) = c8bfdaf9b6fe702e576597ffccf2dc9228dfec9f58d9ccb65fccf9f37b46c1c698b9d2bcb00eb17cbf21fe676ad52bc53fa9583c0c965a11b965d626c05f9b4e
+SHA512 (fips-3.5.0.tar.gz) = 22c5d459e6775ca18324c777f1602c9d2ef867d9bd7ee1cecd6dda6da0da1e703c6a1b7f8e54e4518cfd996a4a975f25aa3c9dea433c0de8ab95a14f6870fafa

                 reply	other threads:[~2026-06-10 13:19 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=178109755222.1.17075653960060666724.rpms-fips-83cfa82e35a4@fedoraproject.org \
    --to=matwey.kornilov@gmail.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