From f977bc64794c671a5e87a4fb90a4e9d9cfe0ba11 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 18 Jan 2023 09:51:23 +0100 Subject: [PATCH] fixed bz#2161515 - doxygen FTBFS if _module_build is 1 --- doxygen.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doxygen.spec b/doxygen.spec index 10bd5be..37c7653 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -22,7 +22,7 @@ Name: doxygen Epoch: 2 Version: 1.9.6 %if 0%{?stable} -Release: 1%{?dist} +Release: 2%{?dist} %else %global commit e18f715eb55121a4219d00bc4d824cebf1fb504b %global shortcommit %(c=%{commit}; echo ${c:0:7}) @@ -45,7 +45,9 @@ Source2: doxywizard-icons.tar.xz BuildRequires: %{_bindir}/python3 BuildRequires: gcc-c++ gcc -BuildRequires: perl-interpreter +BuildRequires: perl-interpreter, perl-open +BuildRequires: texlive-bibtex + %if ! 0%{?_module_build} BuildRequires: tex(dvips) BuildRequires: tex(latex) @@ -109,16 +111,14 @@ BuildRequires: ghostscript BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: graphviz -%else -BuildRequires: zlib-devel %endif +BuildRequires: zlib-devel BuildRequires: flex BuildRequires: bison BuildRequires: cmake BuildRequires: git %if "x%{?xapian_core_support}" == "xON" BuildRequires: xapian-core-devel -BuildRequires: zlib-devel %endif %if "x%{?clang_support}" == "xON" BuildRequires: llvm-devel @@ -319,6 +319,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} %endif %changelog +* Wed Jan 18 2023 Than Ngo - 2:1.9.6-2 +- fixed bz#2161515 - doxygen FTBFS if _module_build is 1 + * Tue Jan 03 2023 Than Ngo - 2:1.9.6-1 - fixed bz#2156564, update to 1.9.6