- backport to fix problem where automatic line breaking caused

missing vertical bars in the parameter table for Latex output
This commit is contained in:
Than Ngo 2017-05-30 18:14:44 +02:00
parent b2f503aa85
commit 6307b377a6
1 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,7 @@ Summary: A documentation system for C/C++
Name: doxygen
Epoch: 1
Version: 1.8.13
Release: 7%{?dist}
Release: 8%{?dist}
# No version is specified.
License: GPL+
@ -17,6 +16,7 @@ Source2: doxywizard.desktop
Patch100: https://github.com/doxygen/doxygen/pull/555.patch#/doxygen-xmlgen-regression.patch
Patch101: doxygen-1.8.13-#775493.patch
Patch102: doxygen-1.8.13-#776988.patch
Patch103: doxygen-1.8.13-verticl_bar_latex.patch
BuildRequires: perl
%if ! 0%{?_module_build}
@ -170,6 +170,10 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
%endif
%changelog
* Tue May 30 2017 Than Ngo <than@redhat.com> - 1:1.8.13-8
- backport to fix problem where automatic line breaking caused
missing vertical bars in the parameter table for Latex output
* Sat Apr 22 2017 Karsten Hopp <karsten@redhat.com> - 1.8.13-7
- fix _module_build macro