add 0013-update-changelog.patch

This commit is contained in:
peijiankang 2024-05-08 10:19:44 +08:00
parent fa0d37e06c
commit 93cb8fdcd3
2 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,21 @@
From: liucong321 <liucong1@kylinos.cn>
Date: Wed, 24 May 2023 14:48:41 +0800
Subject: update changelog
---
src/mainwindow.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 5e4fbee..c803446 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -819,7 +819,7 @@ void MainWindow::slotChangeMaxState()
void MainWindow::slotChangeMiniState()
{
- showMinimized();
+ kdk::WindowManager::minimizeWindow(m_window_id);
}
void MainWindow::slotOpenHelpDoc()

View File

@ -1,6 +1,6 @@
Name: kylin-video
Version: 3.1.4
Release: 6
Release: 7
Summary: A powerful video player
License: GPL-2.0+
URL: https://gitee.com/openkylin/kylin-video
@ -9,6 +9,7 @@ Patch01: 0001-fix-compile-error-of-kylin-video.patch
Patch03: fix-build-error-of-kylin-video-about-mpv-0.35.patch
Patch04: 0011-15-kylin-video.patch
Patch05: 0012-update-changelog.patch
Patch06: 0013-update-changelog.patch
BuildRequires: ffmpeg-devel
BuildRequires: libcrystalhd-devel
BuildRequires: ffmpegthumbnailer-devel
@ -63,6 +64,9 @@ popd
%changelog
* Wed May 08 2024 peijiankang <peijiankang@kylinos.cn> - 3.1.4-7
- add 0013-update-changelog.patch
* Mon Apr 29 2024 peijiankang <peijiankang@kylinos.cn> - 3.1.4-6
- add 0012-update-changelog.patch