From 7c247b4e0b789a4b2ac81d1ebf8d52bcdc244ef7 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sat, 23 Jan 2021 16:30:32 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/doxygen.git#1d10ce6df44a719ae776a39d9320d2320bd89374 --- doxygen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doxygen.spec b/doxygen.spec index b467667..bef095f 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -16,7 +16,7 @@ Summary: A documentation system for C/C++ Name: doxygen Epoch: 1 Version: 1.9.1 -Release: 3%{?dist} +Release: 4%{?dist} # No version is specified. License: GPL+ @@ -302,6 +302,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} %endif %changelog +* Fri Jan 22 2021 Tom Stellard - 1:1.9.1-4 +- Rebuild for clang-11.1.0 + * Tue Jan 19 2021 Than Ngo - 1.9.1-3 - fixed doxygen crashes when parsing config file part2