diff --git a/.gitignore b/.gitignore index 858f23a..02fd935 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /zeal-0.7.0.tar.gz /zeal-0.7.1.tar.gz /zeal-0.7.2.tar.gz +/zeal-0.8.0.tar.gz diff --git a/0001-apply-websettings.patch b/0001-apply-websettings.patch index 48e585c..58228f8 100644 --- a/0001-apply-websettings.patch +++ b/0001-apply-websettings.patch @@ -1,9 +1,7 @@ -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); +@@ -115,7 +115,7 @@ MainWindow::MainWindow(Core::Application + m_splitter->restoreState(m_settings->verticalSplitterGeometry); // Setup web settings. - auto webSettings = new Browser::Settings(m_settings, this); diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..5625fec --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 1.15.0. diff --git a/packit.yaml b/packit.yaml new file mode 100644 index 0000000..fdf84eb --- /dev/null +++ b/packit.yaml @@ -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 diff --git a/sources b/sources index 355d0f2..3bd0fc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zeal-0.7.2.tar.gz) = 46a0a15a5dd8f1ee18c6b02f2b9c6fbc7cc2f2ddc24d668932d6cbd4bab39228c1f49b58cb6838ba37e92e5fa8f8ab353f5f2ac7083007843940ad075be71919 +SHA512 (zeal-0.8.0.tar.gz) = d62712550dbb6d45528b176d4dbbbc0961eaebb0422a9938d75cc4de8575a7753059840dda358f7851fd2a3e5d4acad2faa15f0066becc1e4b81b77f47c423fe diff --git a/zeal.spec b/zeal.spec index a6150d1..008b0ab 100644 --- a/zeal.spec +++ b/zeal.spec @@ -1,22 +1,14 @@ -%global debug_package %{nil} - Name: zeal -Version: 0.7.2 +Version: 0.8.0 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)