From 0c87a2cead2a8b47645258b1630ebdee72ea8221 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Tue, 25 Jul 2023 14:56:18 +0800 Subject: [PATCH] Rebuild for Anolis 8.9 DDE --- disomaster.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/disomaster.spec b/disomaster.spec index a681f77..ec360f9 100644 --- a/disomaster.spec +++ b/disomaster.spec @@ -1,6 +1,7 @@ +%define anolis_release .0.1 Name: disomaster Version: 5.0.7 -Release: 4%{?dist} +Release: 4%{anolis_release}%{?dist} Summary: Library to manipulate DISC burning License: GPLv3+ URL: https://github.com/linuxdeepin/%{name} @@ -46,6 +47,9 @@ export PATH=%{_qt5_bindir}:$PATH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Tue Jul 25 2023 yangxianzhao - 5.0.7-4.0.1 +- rebuild for Anolis 8.9 DDE + * Thu Jul 21 2022 liuxingwei liuxingwei@uniontech.com - 5.0.7-4 - rebuild for an8.6 -- Gitee