From 1b20bc8f2570311cba5c1ac5064e2bfdb4851444 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 1 Feb 2023 22:27:25 +0800 Subject: [PATCH] add build debuginfo and debugsource --- kylin-display-switch.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kylin-display-switch.spec b/kylin-display-switch.spec index abcc9db..740fd8a 100644 --- a/kylin-display-switch.spec +++ b/kylin-display-switch.spec @@ -1,7 +1,6 @@ -%define debug_package %{nil} Name: kylin-display-switch Version: 3.0.13 -Release: 4 +Release: 5 Summary: Gui tool for display switching License: GPL-3 URL: https://github.com/ukui/kylin-display-switch @@ -65,6 +64,9 @@ make INSTALL_ROOT=%{buildroot} install %{_datadir}/glib-2.0/schemas/org.ukui.kds.gschema.xml %changelog +* Mon Feb 06 2023 peijiankang - 3.0.13-5 +- add build debuginfo and debugsource + * Thu Jul 14 2022 peijiankang - 3.0.13-4 - 修复多次开关飞行模式热键,飞行模式图标显示错误