public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fips] rawhide: Version 3.5.0
@ 2026-06-10 13:19 Matwey V. Kornilov
0 siblings, 0 replies; only message in thread
From: Matwey V. Kornilov @ 2026-06-10 13:19 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-10 13:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 13:19 [rpms/fips] rawhide: Version 3.5.0 Matwey V. Kornilov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox