From 904b0b3c7f11941f4d1e5db240a94047b0a4e90a Mon Sep 17 00:00:00 2001
From: openeuler-ci-bot <80474298@qq.com>
Date: Thu, 15 Oct 2020 19:30:14 +0800
Subject: [PATCH 1/2] [patch tracking] 20201015193007642297 -
https://github.com/doxygen/doxygen/commit/de56d1864473485861bac89436337e8114fb2f6b
---
de56d1864473485861bac89436337e8114fb2f6b.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 de56d1864473485861bac89436337e8114fb2f6b.patch
diff --git a/de56d1864473485861bac89436337e8114fb2f6b.patch b/de56d1864473485861bac89436337e8114fb2f6b.patch
new file mode 100644
index 0000000..8a2fe68
--- /dev/null
+++ b/de56d1864473485861bac89436337e8114fb2f6b.patch
@@ -0,0 +1,13 @@
+diff --git a/src/dotgraph.cpp b/src/dotgraph.cpp
+index 1ad85e1d6..287793e46 100644
+--- a/src/dotgraph.cpp
++++ b/src/dotgraph.cpp
+@@ -239,7 +239,7 @@ void DotGraph::generateCode(FTextStream &t)
+ t << "
";
+ if (!m_noDivTag) t << "";
+ t << endl;
+- if (m_regenerate || !insertMapFile(t, absMapName(), m_relPath, getMapLabel()))
++ if (m_regenerate || !insertMapFile(t, absMapName(), m_relPath, correctId(getMapLabel())))
+ {
+ int mapId = DotManager::instance()->
+ createFilePatcher(m_fileName.data())->
--
Gitee
From f4010ce3586b7bbd41261f27f37c819245e45c5c Mon Sep 17 00:00:00 2001
From: openeuler-ci-bot <80474298@qq.com>
Date: Thu, 15 Oct 2020 19:30:15 +0800
Subject: [PATCH 2/2] [patch tracking] 20201015193007642297 - update spec file
---
doxygen.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/doxygen.spec b/doxygen.spec
index 1c0633c..381eedc 100644
--- a/doxygen.spec
+++ b/doxygen.spec
@@ -3,12 +3,13 @@
Name: doxygen
Epoch: 1
Version: 1.8.18
-Release: 4
+Release: 5
Summary: A documentation system for C/C++
License: GPL+
Url: http://www.doxygen.nl
Source0: http://sourceforge.net/projects/doxygen/files/rel-1.8.18/%{name}-%{version}.src.tar.gz
Source1: doxywizard.desktop
+Patch6000: de56d1864473485861bac89436337e8114fb2f6b.patch
BuildRequires: python3 ImageMagick gcc-c++ gcc perl-interpreter
BuildRequires: tex(dvips) tex(latex) tex(multirow.sty) tex(sectsty.sty) tex(tocloft.sty)
BuildRequires: tex(xtab.sty) tex(import.sty) tex(tabu.sty) tex(appendix.sty)
@@ -92,6 +93,9 @@ make tests -C %{BuildDir}
%{_datadir}/icons/hicolor/*/apps/doxywizard.png
%changelog
+* 20201015193007642297 patch-tracking 1.8.18-5
+- append patch file of upstream repository from to
+
* Fri Sep 11 2020 baizhonggui - 1.8.18-4
- Modify Source0
@@ -105,4 +109,4 @@ make tests -C %{BuildDir}
- Type:bugfix
- ID:NA
- SUG:NA
-- DESC:Eliminate PDF file Differences
+- DESC:Eliminate PDF file Differences
\ No newline at end of file
--
Gitee