From 9292a854dc4d656ca10d724914815ecd232f61e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E4=B9=A6=E5=9D=A4?= Date: Mon, 19 Aug 2024 14:30:01 +0800 Subject: [PATCH 1/2] Replaced declaration of help subpackage with the 'package_help' macro. --- ncurses.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ncurses.spec b/ncurses.spec index 1d1aa41..ec0a3f0 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -1,7 +1,7 @@ %global revision 20200411 Name: ncurses Version: 6.2 -Release: 6 +Release: 7 Summary: Terminal control library License: MIT URL: https://invisible-island.net/ncurses/ncurses.html @@ -69,13 +69,9 @@ The header files and libraries for developing applications that use the ncurses terminal handling library.a, including static libraries of the ncurses library. -%package help -Summary: Ncurse help document -Requires: %{name} = %{version}-%{release} +%package_help -%description help -This package contains development documentation, manuals -for interface function, and related documents. +Requires: %{name} = %{version}-%{release} %prep %autosetup -n %{name}-%{version}-%{revision} -p1 @@ -227,6 +223,9 @@ xz NEWS %{_mandir}/man7/* %changelog +* Mon Aug 19 2024 ShuKun Qu - 6.3-7 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Jan 30 2024 yanglu - 6.2-6 - Type:CVE - CVE:CVE-2023-45918 -- Gitee From 4b6a0ecaf2d7f34b0fd8aa4fe5c2ce54b20e149b Mon Sep 17 00:00:00 2001 From: oooook <1006785812@qq.com> Date: Mon, 19 Aug 2024 07:19:23 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: oooook <1006785812@qq.com> --- ncurses.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncurses.spec b/ncurses.spec index ec0a3f0..e887e55 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -223,7 +223,7 @@ xz NEWS %{_mandir}/man7/* %changelog -* Mon Aug 19 2024 ShuKun Qu - 6.3-7 +* Mon Aug 19 2024 ShuKun Qu - 6.2-7 - Replaced declaration of help subpackage with the 'package_help' macro. * Tue Jan 30 2024 yanglu - 6.2-6 -- Gitee