Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
e7aa68edf3
Update to 0.8.1 upstream release
- Resolves: rhbz#2455152
- Remove upstreamed patch

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
(cherry picked from commit 789542316c)
2026-04-19 20:52:18 +01:00
8859cac12a
Update to 0.8.0 upstream release
- Resolves: rhbz#2443508
- Re-enable debuginfo generation
- Enable Packit
- Verified the SPDX license conversion

Commit authored by Packit automation (https://packit.dev/)

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
(cherry picked from commit 7d59cf4797)
2026-03-11 21:39:46 +00:00
Jan Grulich
6bb5811090
Fix build against Qt 6.10
(cherry picked from commit 299fd643af)
2026-01-30 17:23:54 +01:00
Yaakov Selkowitz
6ed7563be9
Use %qt6_qtwebengine_arches
ppc64le is in the process of being enabled in QtWebEngine; using the macro
will allow enablement in sync with that.

(cherry picked from commit 3003f6eca6)
2025-06-26 12:54:59 -05:00
Troy Dawson
8f5e21b330 Rebuild (qt6) 2024-12-18 13:02:44 -08:00
6 changed files with 25 additions and 26 deletions

2
.gitignore vendored
View file

@ -6,3 +6,5 @@
/zeal-0.7.0.tar.gz
/zeal-0.7.1.tar.gz
/zeal-0.7.2.tar.gz
/zeal-0.8.0.tar.gz
/zeal-0.8.1.tar.gz

View file

@ -1,13 +0,0 @@
diff --git a/src/libs/ui/mainwindow.cpp b/src/libs/ui/mainwindow.cpp
index d217c54..56ce048 100644
--- a/src/libs/ui/mainwindow.cpp
+++ b/src/libs/ui/mainwindow.cpp
@@ -194,7 +194,7 @@ MainWindow::MainWindow(Core::Application *app, QWidget *parent)
ui->splitter->restoreState(m_settings->verticalSplitterGeometry);
// Setup web settings.
- auto webSettings = new Browser::Settings(m_settings, this);
+ new Browser::Settings(m_settings, this);
// Setup web bridge.
m_webBridge = new Browser::WebBridge(this);

3
README.packit Normal file
View file

@ -0,0 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 1.15.2.post1.dev4+g26d226709.

16
packit.yaml Normal file
View file

@ -0,0 +1,16 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
copy_upstream_release_description: false
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches:
- fedora-rawhide
- job: koji_build
trigger: commit
allowed_committers: ['packit']
dist_git_branches:
- fedora-rawhide

View file

@ -1 +1 @@
SHA512 (zeal-0.7.2.tar.gz) = 46a0a15a5dd8f1ee18c6b02f2b9c6fbc7cc2f2ddc24d668932d6cbd4bab39228c1f49b58cb6838ba37e92e5fa8f8ab353f5f2ac7083007843940ad075be71919
SHA512 (zeal-0.8.1.tar.gz) = fcca8b5e84801bbbab43832d60347bb3d17f3e83d35893cedd3f3ca98588ea7b91fad8c9602edd96bebaa56ceedbc2146f48b3c394b69e5028a200162ee2787c

View file

@ -1,22 +1,13 @@
%global debug_package %{nil}
Name: zeal
Version: 0.7.2
Version: 0.8.1
Release: %autorelease
Summary: Offline documentation browser inspired by Dash
# Automatically converted from old format: GPLv3+ - review is highly recommended.
License: GPL-3.0-or-later
URL: https://zealdocs.org/
Source: https://github.com/zealdocs/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0: 0001-apply-websettings.patch
# We should use %%qt6_qtwebengine_arches provided by qt6-srpm-macros
# but one of our dependency qt6-qtwebengine is available only
# for aarch64 and x86_64.
# BZ for the macro: https://bugzilla.redhat.com/show_bug.cgi?id=2215703
# Ticket about the arch supoort: https://bugreports.qt.io/browse/QTBUG-102143
ExclusiveArch: aarch64 x86_64
ExclusiveArch: %{qt6_qtwebengine_arches}
BuildRequires: cmake(Qt6Core) >= 6.2.0
BuildRequires: cmake(Qt6Gui)