From 17ca9e954ee746e1f86c25ba4a687bd57e87ab92 Mon Sep 17 00:00:00 2001 From: dpd Date: Fri, 10 Jul 2026 14:46:44 +0800 Subject: [PATCH] fix build fail --- apvlv.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apvlv.spec b/apvlv.spec index fcf820d..9175081 100644 --- a/apvlv.spec +++ b/apvlv.spec @@ -2,7 +2,7 @@ Name: apvlv Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PDF viewer which behaves like Vim License: GPLv2+ URL: https://github.com/naihe2010/apvlv @@ -18,7 +18,7 @@ BuildRequires: ghostscript BuildRequires: gtk3-devel BuildRequires: man-db BuildRequires: poppler-glib-devel -BuildRequires: webkit2gtk3-devel +BuildRequires: webkit2gtk4.1-devel %description apvlv is a GTK2 PDF and DjVu viewer with a vim look-and-feel. @@ -48,6 +48,10 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications \ %config(noreplace)%{_sysconfdir}/apvlvrc %changelog +* Fri Jul 10 2026 doupengda - 0.6.0-3 +- [Type] sync +- [DESC] fix build fail + * Tue Jun 03 2025 bbrucezhang - 0.6.0-2 - Rebuilt for loongarch64 -- Gitee