Browse Source

upgrading package: ncurses 6.5.20251129 -> 6.5.20251206

master
parent
commit
2cc22c16b4
  1. 8
      ncurses/ncurses.spec

8
ncurses/ncurses.spec

@ -102,8 +102,9 @@
%define V_patch76 20251122
%define V_patch77 20251123
%define V_patch78 20251129
%define V_patchL %{V_patch78}
%define V_patches 78
%define V_patch79 20251206
%define V_patchL %{V_patch79}
%define V_patches 79
# package information
Name: ncurses
@ -116,7 +117,7 @@ Class: CORE
Group: Terminal
License: MIT-style
Version: %{V_base}.%{V_patchL}
Release: 20251130
Release: 20251207
# package options
%option with_widechar no
@ -202,6 +203,7 @@ Patch75: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{
Patch76: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch76}.patch.gz
Patch77: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch77}.patch.gz
Patch78: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch78}.patch.gz
Patch79: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch79}.patch.gz
Patch100: ncurses.patch
# build information

Loading…
Cancel
Save