fixed doxygen crashes when parsing config file part2

This commit is contained in:
Than Ngo 2021-01-19 20:58:42 +01:00
parent 16e4f9c840
commit f1e6af5793
1 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Summary: A documentation system for C/C++
Name: doxygen
Epoch: 1
Version: 1.9.1
Release: 2%{?dist}
Release: 3%{?dist}
# No version is specified.
License: GPL+
@ -28,6 +28,7 @@ Source1: doxywizard.desktop
Source2: doxywizard-icons.tar.xz
# upstream patches
Patch1: doxgen-1.9.1-crash-when-parsing-config-file.patch
Patch2: doxgen-1.9.1-crash-when-parsing-config-file-part2.patch
BuildRequires: %{_bindir}/python3
BuildRequires: gcc-c++ gcc
@ -301,6 +302,10 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
%endif
%changelog
* Tue Jan 19 2021 Than Ngo <than@redhat.com> - 1.9.1-3
- fixed doxygen crashes when parsing config file part2
* Tue Jan 19 2021 Than Ngo <than@redhat.com> - 1.9.1-2
- fixed bz#1916161, crashes when parsing config file