RTFGenerator should exit with 0 when gengrate file success
(cherry picked from commit b3501e36802c039a09bcbfdf294d69a8d72dccd5)
This commit is contained in:
parent
c6450aa4f0
commit
5e2fa43d58
25
RTFGenerator-should-exit-with-0-when-gengrate-file-s.patch
Normal file
25
RTFGenerator-should-exit-with-0-when-gengrate-file-s.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From c23a12be8a23b9de7f6e78236cf1b571213cb5f9 Mon Sep 17 00:00:00 2001
|
||||||
|
From: si-gui <swx458333@huawei.com>
|
||||||
|
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(t);
|
||||||
|
}
|
||||||
|
cleanUpDoxygen();
|
||||||
|
- exit(1);
|
||||||
|
+ exit(0);
|
||||||
|
}
|
||||||
|
else if (qstricmp(formatName.data(),"html")==0)
|
||||||
|
{
|
||||||
|
--
|
||||||
|
2.30.0
|
||||||
|
|
||||||
@ -4,7 +4,7 @@
|
|||||||
Name: doxygen
|
Name: doxygen
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.9.3
|
Version: 1.9.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A documentation system for C/C++
|
Summary: A documentation system for C/C++
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Url: https://www.doxygen.nl
|
Url: https://www.doxygen.nl
|
||||||
@ -14,6 +14,7 @@ Source2: doxywizard-icons.tar.xz
|
|||||||
Patch0: %{name}-modify_footer.patch
|
Patch0: %{name}-modify_footer.patch
|
||||||
Patch1: %{name}-no-lowercase-man-names.patch
|
Patch1: %{name}-no-lowercase-man-names.patch
|
||||||
Patch10: doxygen-no-libclang-cpp.patch
|
Patch10: doxygen-no-libclang-cpp.patch
|
||||||
|
Patch11: RTFGenerator-should-exit-with-0-when-gengrate-file-s.patch
|
||||||
|
|
||||||
BuildRequires: python3 ImageMagick gcc-c++ gcc perl-interpreter
|
BuildRequires: python3 ImageMagick gcc-c++ gcc perl-interpreter
|
||||||
BuildRequires: python3-libxml2 texlive-bibtex
|
BuildRequires: python3-libxml2 texlive-bibtex
|
||||||
@ -103,6 +104,9 @@ make tests -C %{BuildDir}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/doxywizard.png
|
%{_datadir}/icons/hicolor/*/apps/doxywizard.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 15 2022 caodongxia <caodongxia@h-partners.com> - 1:1.9.3-2
|
||||||
|
- RTFGenerator should exit with 0 when gengrate file success
|
||||||
|
|
||||||
* Mon Apr 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1:1.9.3-1
|
* Mon Apr 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1:1.9.3-1
|
||||||
- Update to 1.9.3-1
|
- Update to 1.9.3-1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user