From e1429fd60c76308d52ca9085d53ac63ea2c1a3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=A3=E8=82=89=E9=85=B1?= Date: Fri, 14 Apr 2023 01:11:48 +0000 Subject: [PATCH] Rebuild for new clang --- doxygen.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doxygen.spec b/doxygen.spec index 06050ca..a31e5cd 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global xapian_core_support ON %global clang_support ON @@ -113,7 +113,7 @@ source files. %if ! 0%{?_module_build} %package doxywizard Summary: A GUI for creating and editing configuration files -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{EVR} BuildRequires: qt5-qtbase-devel %description doxywizard @@ -290,6 +290,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} %endif %changelog +* Fri Apr 14 2023 Funda Wang - 1:1.9.6-3 +- Rebuild for new clang + * Thu Feb 16 2023 Funda Wang - 1:1.9.6-2 - Rebuild for new clang -- Gitee