public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Gansser <mgansser@netcom-mail.de>
To: git-commits@fedoraproject.org
Subject: [rpms/boomaga] f43: qt6 support was added
Date: Thu, 06 Aug 2026 14:20:08 GMT [thread overview]
Message-ID: <178602600853.1.8087582270686298148.rpms-boomaga-fc5bf5e46c68@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/boomaga
Branch : f43
Commit : fc5bf5e46c6868f48ba79be7c5986950362162a8
Author : Martin Gansser <mgansser@netcom-mail.de>
Date : 2026-08-06T16:19:49+02:00
Stats : +23/-8 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/boomaga/c/fc5bf5e46c6868f48ba79be7c5986950362162a8?branch=f43
Log:
qt6 support was added
---
diff --git a/.gitignore b/.gitignore
index 4401f87..dc460e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/boomaga-68855ab.tar.gz
/boomaga-255b54c.tar.gz
/boomaga-7f7ad47.tar.gz
+/boomaga-34bc51c.tar.gz
diff --git a/boomaga.spec b/boomaga.spec
index 8d903a6..02f8c22 100644
--- a/boomaga.spec
+++ b/boomaga.spec
@@ -1,12 +1,11 @@
-# https://github.com/Boomaga/boomaga/commit/7f7ad4754b20a1027c5095b660c5229353b64c8d
-%global commit0 7f7ad4754b20a1027c5095b660c5229353b64c8d
+%global commit0 34bc51c79c6d0aeaae61c642cfb302594b1939b6
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global modulename %{name}
%global __cmake_in_source_build 1
Name: boomaga
Version: 3.3.0
-Release: 25.git%{shortcommit0}%{?dist}
+Release: 30.git%{shortcommit0}%{?dist}
Summary: A virtual printer for viewing a document before printing
# Automatically converted from old format: GPLv2 and LGPLv2+ - review is highly recommended.
@@ -19,8 +18,8 @@ BuildRequires: cups-devel
BuildRequires: desktop-file-utils
BuildRequires: poppler-devel
BuildRequires: poppler-cpp-devel
-BuildRequires: qt5-qtbase-devel
-BuildRequires: qt5-qttools-devel
+BuildRequires: qt6-qtbase-devel
+BuildRequires: qt6-qttools-devel
BuildRequires: snappy-devel
Requires: cups
Requires: shared-mime-info
@@ -60,7 +59,7 @@ Requires(postun): policycoreutils
SELinux policy module supporting boomaga
%prep
-%autosetup -n %{name}-%{commit0}
+%autosetup -n %{name}-%{commit0} -p1
# delete unused directories and files
find -name .gitignore -type f -or -name .travis.yml -type f | xargs rm -rfv
@@ -69,7 +68,7 @@ sed -i -e 's|find "/usr/local/lib" "/usr/lib" -name|find "/usr/local/lib" "%{_li
%build
# TODO: Please submit an issue to upstream (rhbz#2380483)
-export CMAKE_POLICY_VERSION_MINIMUM=3.5
+##export CMAKE_POLICY_VERSION_MINIMUM=3.5
%cmake \
-DUSE_QT5=Yes \
-DCUPS_BACKEND_DIR=%{_cups_serverbin}/backend \
@@ -166,6 +165,21 @@ fi
%{_datadir}/selinux/*/%{modulename}.pp
%changelog
+* Thu Aug 06 2026 Martin Gansser <martinkg@fedoraproject.org> - 3.3.0-30.git34bc51c
+- qt6 support was added
+
+* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-29.git7f7ad47
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Tue Jan 20 2026 Martin Gansser <martinkg@fedoraproject.org> - 3.3.0-28.git7f7ad47
+- Rebuilt for rawhide
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-27.git7f7ad47
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-26.git7f7ad47
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
* Mon Nov 10 2025 Cristian Le <git@lecris.dev> - 3.3.0-25.git7f7ad47
- Allow to build with CMake 4.0 (rhbz#2380483)
diff --git a/sources b/sources
index 0443b79..2bb71df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (boomaga-7f7ad47.tar.gz) = 06f7a3088ee6a1f30af507ac824414456952958996160ee38b63ce7c95a5f5ebf27e7b82f416684cbc5cb06ac792a413ebf226d6f32013340faf1d05d41efabc
+SHA512 (boomaga-34bc51c.tar.gz) = 3bfd3920fd86ef74612ed41910f046547a0eced93623fd10c68e20aa9b29cf93045afc35702f8e8670bf32f14c4eeae01a9145254b201d9ebf4b0316087d7f21
reply other threads:[~2026-08-06 14:20 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=178602600853.1.8087582270686298148.rpms-boomaga-fc5bf5e46c68@fedoraproject.org \
--to=mgansser@netcom-mail.de \
--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