diff --git a/ncurses.spec b/ncurses.spec index 1d1aa41e16211a10324388c39410938eae07d411..e887e556edf411b328b275873dd0841af9f30694 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.2-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