diff --git a/0004-modify-log-content.patch b/0004-modify-log-content.patch new file mode 100644 index 0000000000000000000000000000000000000000..1fdcc76be3ec542e8650b24bcb2f557f4811fd81 --- /dev/null +++ b/0004-modify-log-content.patch @@ -0,0 +1,25 @@ +From 66c139eaf528b7bf452f2a4c0892e2d6a4f0a46c Mon Sep 17 00:00:00 2001 +From: zhangshaoning +Date: Wed, 10 Sep 2025 16:38:05 +0800 +Subject: [PATCH] modify log content + +--- + display/xorg.go | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/display/xorg.go b/display/xorg.go +index 1ecdb7a..472a9bf 100644 +--- a/display/xorg.go ++++ b/display/xorg.go +@@ -533,7 +533,7 @@ func (mm *xMonitorManager) refreshMonitorsCache() { + if monitor.Connected { + stdName, err = mm.getStdMonitorName(monitor.Name, monitor.EDID) + if err != nil { +- logger.Warningf("get monitor %v std name failed: %v", monitor.Name, err) ++ logger.Warningf("get monitor %v std name: %v", monitor.Name, err) + } + } + +-- +2.18.2 + diff --git a/startdde.spec b/startdde.spec index 66e2f39fd10aca6c4b7538a30f5e4c9f7552941d..69edcd0aee74a1d8717d06266074698565a870e1 100644 --- a/startdde.spec +++ b/startdde.spec @@ -1,13 +1,13 @@ %global _missing_build_ids_terminate_build 0 %global debug_package %{nil} -%define specrelease 1 +%define specrelease 3 Name: startdde Version: 5.9.61 Release: %{specrelease} Summary: Starter of deepin desktop environment -License: GPLv3 +License: GPLv3+ URL: https://github.com/linuxdeepin/startdde Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz @@ -15,6 +15,7 @@ Source1: vendor.tar.gz Patch1: 0001-uos-startdde-fix-kvm-gpu-message-pci-error.patch Patch2: 0002-uos-startdde-rm-redshift.patch Patch3: 0003-uos-startdde-rm-message-greeter-BadMatch-error.patch +Patch4: 0004-modify-log-content.patch BuildRequires: golang BuildRequires: jq @@ -53,6 +54,7 @@ patch main.go < rpm/main.go.patch %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 tar -xf %{SOURCE1} @@ -104,6 +106,12 @@ fi %{_datadir}/dsg/configs/org.deepin.startdde/ %changelog +* Thu Sep 25 2025 wangqia - 5.9.61-3 +- spec: update license + +* Wed Sep 10 2025 zhangshaoning - 5.9.61-2 +- modify log content + * Thu Aug 03 2023 leeffo - 5.9.61-1 - upgrade to version 5.9.61