Browse Source

upgrading package: ncurses 6.5.20251220 -> 6.5.20251227

master
parent
commit
c3fee20105
  1. 8
      ncurses/ncurses.spec

8
ncurses/ncurses.spec

@ -105,8 +105,9 @@
%define V_patch79 20251206
%define V_patch80 20251213
%define V_patch81 20251220
%define V_patchL %{V_patch81}
%define V_patches 81
%define V_patch82 20251227
%define V_patchL %{V_patch82}
%define V_patches 82
# package information
Name: ncurses
@ -119,7 +120,7 @@ Class: CORE
Group: Terminal
License: MIT-style
Version: %{V_base}.%{V_patchL}
Release: 20251221
Release: 20251228
# package options
%option with_widechar no
@ -208,6 +209,7 @@ Patch78: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{
Patch79: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch79}.patch.gz
Patch80: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch80}.patch.gz
Patch81: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch81}.patch.gz
Patch82: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch82}.patch.gz
Patch100: ncurses.patch
# build information

Loading…
Cancel
Save