From 8a6a252740556508cf1f0e42a6675f446e42dc67 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 28 Oct 2025 00:37:26 +0800 Subject: [PATCH] drop unneeded python3-libxml2 requirement --- doxygen.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doxygen.spec b/doxygen.spec index 8e77de1..83595d0 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -5,7 +5,7 @@ Name: doxygen Epoch: 1 Version: 1.15.0 -Release: 1 +Release: 2 Summary: A documentation system for C/C++ License: GPL-1.0-or-later Url: https://www.doxygen.nl @@ -14,7 +14,7 @@ Source1: doxywizard.desktop Source2: doxywizard-icons.tar.xz BuildRequires: python3 ImageMagick gcc-c++ gcc perl-interpreter -BuildRequires: python3-libxml2 texlive-bibtex sqlite-devel +BuildRequires: texlive-bibtex sqlite-devel BuildRequires: desktop-file-utils graphviz flex bison cmake %if %{xapian_core_support} == "ON" BuildRequires: xapian-core-devel zlib-devel @@ -98,6 +98,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{S:1} %{_datadir}/icons/hicolor/*/apps/doxywizard.png %changelog +* Tue Oct 28 2025 Funda Wang - 1:1.15.0-2 +- drop unneeded python3-libxml2 requirement + * Wed Oct 22 2025 Funda Wang - 1:1.15.0-1 - update to 1.15.0 -- Gitee