diff --git a/RTFGenerator-should-exit-with-0-when-gengrate-file-s.patch b/RTFGenerator-should-exit-with-0-when-gengrate-file-s.patch new file mode 100644 index 0000000000000000000000000000000000000000..c91b1bd5e9053f8ca370ae27a79602b3a34a23bc --- /dev/null +++ b/RTFGenerator-should-exit-with-0-when-gengrate-file-s.patch @@ -0,0 +1,25 @@ +From c23a12be8a23b9de7f6e78236cf1b571213cb5f9 Mon Sep 17 00:00:00 2001 +From: si-gui +Date: Mon, 12 Apr 2021 16:42:28 +0800 +Subject: [PATCH] RTFGenerator should exit with 0 when gengrate file success + +--- + src/doxygen.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/doxygen.cpp b/src/doxygen.cpp +index 6163e81..31f6886 100644 +--- a/src/doxygen.cpp ++++ b/src/doxygen.cpp +@@ -9974,7 +9974,7 @@ void readConfiguration(int argc, char **argv) + RTFGenerator::writeStyleSheetFile(f); + } + cleanUpDoxygen(); +- exit(1); ++ exit(0); + } + else if (qstricmp(formatName,"html")==0) + { +-- +2.30.0 + diff --git a/doxygen.spec b/doxygen.spec index b01d19371fad2c19296b4eccb3dd7611952acb50..087d3ff711b424454689575e96b5f5395ef7eba7 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -3,7 +3,7 @@ Name: doxygen Epoch: 1 Version: 1.8.18 -Release: 7 +Release: 8 Summary: A documentation system for C/C++ License: GPL+ Url: http://www.doxygen.nl @@ -13,6 +13,7 @@ Source1: doxywizard.desktop Patch6000: ef6cc2b1b3b70fba03e994e7a61926c8e2958867.patch Patch6001: backport-Incorrect-label-in-map-of-dot-files-in-xhtml.patch Patch6002: backport-Incorrect-label-name-in-case-regeneration-of-HTML-without_regeneration_of_dot_files.patch +Patch6003: RTFGenerator-should-exit-with-0-when-gengrate-file-s.patch BuildRequires: python3 ImageMagick gcc-c++ gcc perl-interpreter BuildRequires: tex(dvips) tex(latex) tex(multirow.sty) tex(sectsty.sty) tex(tocloft.sty) @@ -97,6 +98,9 @@ make tests -C %{BuildDir} %{_datadir}/icons/hicolor/*/apps/doxywizard.png %changelog +* Mon 12 Apr 2021 sunguoshuai - 1.8.18-8 +- RTFGenerator should exit with 0 when generate file success + * Tue Jan 05 2020 shixuantong - 1.8.18-7 - fix incorrect label in map of dot files in xhtml