diff --git a/0017-17-fix-bug-I7BLQ8-openurl.patch b/0017-17-fix-bug-I7BLQ8-openurl.patch new file mode 100644 index 0000000..b1836b9 --- /dev/null +++ b/0017-17-fix-bug-I7BLQ8-openurl.patch @@ -0,0 +1,56 @@ +From: =?utf-8?b?5byg56OK?= +Date: Mon, 13 Nov 2023 07:06:46 +0000 +Subject: =?utf-8?b?ITE3IGZpeCBidWcgIyBJN0JMUTjjgJDlvbHpn7PjgJHlj7PplK7oj5w=?= + =?utf-8?b?5Y2V5pyq5rGJ5YyW5a6M5YWo77yM5a2Y5Zyob3BlbnVybO+8jOS4lOatpOeVjA==?= + =?utf-8?b?6Z2i5pi+56S65Z2H5pyq5rGJ5YyWIE1lcmdlIHB1bGwgcmVxdWVzdCAhMTcgZnJv?= + =?utf-8?b?bSB4dXhpbnJvbmcwMS9vcGVua3lsaW4veWFuZ3R6ZQ==?= + +--- + src/translations/kylin-video_zh_CN.ts | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +diff --git a/src/translations/kylin-video_zh_CN.ts b/src/translations/kylin-video_zh_CN.ts +index 7bf564b..d7d4b2c 100644 +--- a/src/translations/kylin-video_zh_CN.ts ++++ b/src/translations/kylin-video_zh_CN.ts +@@ -536,11 +536,11 @@ p, li { white-space: pre-wrap; } + + + Open URL +- ++ 打开URL + + + open url +- ++ 打开URL + + + +@@ -1811,7 +1811,7 @@ The file being played will be stopped. + + + open url +- ++ 打开URL + + + +@@ -1978,7 +1978,7 @@ The file being played will be stopped. + URLEditWidget + + Open URL +- ++ 打开URL + + + Close +@@ -1986,7 +1986,7 @@ The file being played will be stopped. + + + Please input url link +- ++ 请输入url链接 + + + Cancel diff --git a/kylin-video.spec b/kylin-video.spec index f1872b1..3631072 100644 --- a/kylin-video.spec +++ b/kylin-video.spec @@ -1,6 +1,6 @@ Name: kylin-video Version: 3.1.4 -Release: 10 +Release: 11 Summary: A powerful video player License: GPL-2.0+ URL: https://gitee.com/openkylin/kylin-video @@ -13,6 +13,7 @@ Patch06: 0013-update-changelog.patch Patch07: 0014-.patch Patch08: 0015-update-changelog.patch Patch09: 0016-update-changelog.patch +Patch10: 0017-17-fix-bug-I7BLQ8-openurl.patch BuildRequires: ffmpeg-devel BuildRequires: libcrystalhd-devel @@ -68,6 +69,9 @@ popd %changelog +* Wed Jun 05 2024 peijiankang - 3.1.4-11 +- add 0017-17-fix-bug-I7BLQ8-openurl.patch + * Tue May 21 2024 peijiankang - 3.1.4-10 - add 0016-update-changelog.patch