diff --git a/0011-update-README.patch b/0011-update-README.patch new file mode 100644 index 0000000000000000000000000000000000000000..48c5f6317b0a6199c0e5983e0d469ab9fe66389d --- /dev/null +++ b/0011-update-README.patch @@ -0,0 +1,14 @@ +diff --git a/README.md b/README.md +index 78d0751..a6c3b51 100644 +--- a/README.md ++++ b/README.md +@@ -14,7 +14,8 @@ nfs-mplayer基于smplayer研发,在Linux系统下,向用户提供美观、 + 2、编译和安装 + + ``` +-$ cd nfs-mplayer ++$ cd nfs-mplayer-1.0.0/src/ ++$ qmake-qt5 nfs-mplayer.pro + $ make + ``` + diff --git a/nfs-mplayer.spec b/nfs-mplayer.spec index ede68ca22cb5c5ef9e195c1a69e267a7c49d0b47..13c656e472aa420c2b8d6415cf03a3e72609c2c5 100644 --- a/nfs-mplayer.spec +++ b/nfs-mplayer.spec @@ -1,6 +1,6 @@ Name: nfs-mplayer Version: 1.0.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A great media player Group: Applications/Multimedia License: GPLv2+ @@ -15,6 +15,7 @@ Patch6: 0007-show-main-menu-in-max-mode.patch Patch7: 0008-fix-draging-flickering-when-resizing.patch Patch8: 0009-fix-window-resizing-error-cannot-capture-mouse-release.patch Patch9: 0010-adjust-mpv-options-compatible-with-high-and-low-mpv-version.patch +Patch10: 0011-update-README.patch %if 0%{?suse_version} BuildRequires: hicolor-icon-theme @@ -115,6 +116,9 @@ update-desktop-database &> /dev/null || : %changelog +* Wed Oct 18 2023 ruizhe - 1.0.0-12 +- Update README.md + * Wed Oct 18 2023 ruizhe - 1.0.0-11 - Adjust mpv options compatible with high and low mpv version