public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cube] rawhide: Switch to Qt6
@ 2026-07-28 13:57 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-28 13:57 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cube
Branch : rawhide
Commit : 0d7a88c7cc74e1d13740761d22ccc671f83fdfd0
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-07-27T14:58:14-04:00
Stats : +7/-8 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cube/c/0d7a88c7cc74e1d13740761d22ccc671f83fdfd0?branch=rawhide
Log:
Switch to Qt6
Qt6 has been supported upstream since 4.6.
---
diff --git a/cube.spec b/cube.spec
index 6b1974d..7a6ef59 100644
--- a/cube.spec
+++ b/cube.spec
@@ -8,7 +8,7 @@
Name: cube
Version: 4.9.1
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: CUBE Uniform Behavioral Encoding generic presentation component
License: BSD-3-Clause
URL: http://www.scalasca.org/software/cube-4.x/download.html
@@ -16,15 +16,15 @@ Source0: http://apps.fz-juelich.de/scalasca/releases/cube/%shortv/dist/cu
Source1: http://apps.fz-juelich.de/scalasca/releases/cube/%shortwv/dist/cubew-%{cubew_vers}.tar.gz
Source2: http://apps.fz-juelich.de/scalasca/releases/cube/%shortv/dist/cubelib-%{version}.tar.gz
BuildRequires: dbus-devel
-BuildRequires: qt5-qtbase-devel
+BuildRequires: qt6-qtbase-devel
BuildRequires: chrpath
BuildRequires: desktop-file-utils
BuildRequires: zlib-devel
BuildRequires: make
BuildRequires: gcc-c++
-%ifarch %qt5_qtwebengine_arches
+%ifarch %qt6_qtwebengine_arches
# Not in ppc64le el9, for instance
-BuildRequires: qt5-qtwebengine-devel
+BuildRequires: qt6-qtwebengine-devel
%endif
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@@ -144,10 +144,6 @@ make install DESTDIR=$(pwd)/inst
# Wrong paths in .la cause trouble
#rm inst%_libdir/*.la
cd ../cubegui-%ver
-# Kludge: For some reason the Qt dependencies are found as .so paths
-# in Fedora (only), and libtool re-orders them with libcube4gui after what it
-# should link against, and linking fails.
-%{?fedora:export LIBS="$LIBS -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Network -lQt5Concurrent -lQt5Core"}
%configure --disable-static \
--disable-silent-rules \
--with-platform=linux \
@@ -349,6 +345,9 @@ make -C cubew-%cubew_vers check || { cat test/test*/*log && false; }
%changelog
+* Mon Jul 27 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 4.9.1-6
+- Switch to Qt6
+
* Mon Jul 20 2026 Dave Love <loveshack@fedoraproject.org> - 4.9.1-5
- Don't include libcube4gui.so in cube-libs-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-28 13:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 13:57 [rpms/cube] rawhide: Switch to Qt6 Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox