Browse Source

upgrading package: ncurses 6.5.20251227 -> 6.6.20251231

master
parent
commit
a35bc7d572
  1. 82
      ncurses/ncurses.patch
  2. 174
      ncurses/ncurses.spec

82
ncurses/ncurses.patch

@ -1,11 +1,11 @@
Index: include/curses.h.in Index: include/curses.h.in
--- include/curses.h.in.orig 2021-09-24 18:07:37.000000000 +0200 --- include/curses.h.in.orig 2025-12-31 22:56:37.456553000 +0100
+++ include/curses.h.in 2021-10-22 21:03:43.312176000 +0200 +++ include/curses.h.in 2025-12-31 22:57:24.492806000 +0100
@@ -108,7 +108,11 @@ @@ -109,7 +109,11 @@
* User-definable tweak to disable the include of <stdbool.h>. * User-definable tweak to disable the include of <stdbool.h>.
*/ */
#ifndef NCURSES_ENABLE_STDBOOL_H #ifndef NCURSES_ENABLE_STDBOOL_H
-#define NCURSES_ENABLE_STDBOOL_H @cf_cv_header_stdbool_h@ -#define NCURSES_ENABLE_STDBOOL_H @USE_STDBOOL_H@
+#if defined(__STDC__) && (__STDC_VERSION__ >= 199901L) && !defined(__osf__) +#if defined(__STDC__) && (__STDC_VERSION__ >= 199901L) && !defined(__osf__)
+#define NCURSES_ENABLE_STDBOOL_H 1 +#define NCURSES_ENABLE_STDBOOL_H 1
+#else +#else
@ -15,9 +15,9 @@ Index: include/curses.h.in
/* /*
Index: ncurses/Makefile.in Index: ncurses/Makefile.in
--- ncurses/Makefile.in.orig 2021-08-20 01:43:40.000000000 +0200 --- ncurses/Makefile.in.orig 2025-10-25 19:29:43.000000000 +0200
+++ ncurses/Makefile.in 2021-10-22 21:13:30.564364000 +0200 +++ ncurses/Makefile.in 2025-12-31 22:56:37.456756000 +0100
@@ -197,7 +197,7 @@ @@ -198,7 +198,7 @@
$(srcdir)/term.priv.h $(srcdir)/term.priv.h
TEST_DEPS = ../lib/@LIB_PREFIX@ncurses@DFT_DEP_SUFFIX@ TEST_DEPS = ../lib/@LIB_PREFIX@ncurses@DFT_DEP_SUFFIX@
@ -26,7 +26,7 @@ Index: ncurses/Makefile.in
TEST_LDFLAGS = @LD_MODEL@ $(TEST_ARGS) @LIBS@ @LOCAL_LDFLAGS@ @LDFLAGS@ TEST_LDFLAGS = @LD_MODEL@ $(TEST_ARGS) @LIBS@ @LOCAL_LDFLAGS@ @LDFLAGS@
TEST_PROGS = \ TEST_PROGS = \
@@ -345,7 +345,8 @@ @@ -356,7 +356,8 @@
@ECHO_LD@ $(LIBTOOL_LINK) -o $@ $(CFLAGS_DEFAULT) -DHASHDEBUG $(serial)/hashmap.c $(serial)/hardscroll.c $(TEST_LDFLAGS) @ECHO_LD@ $(LIBTOOL_LINK) -o $@ $(CFLAGS_DEFAULT) -DHASHDEBUG $(serial)/hashmap.c $(serial)/hardscroll.c $(TEST_LDFLAGS)
lib_mvcur$x : $(serial)/lib_mvcur.c $(TEST_DEPS) \ lib_mvcur$x : $(serial)/lib_mvcur.c $(TEST_DEPS) \
@ -37,11 +37,11 @@ Index: ncurses/Makefile.in
link_test$x : ./link_test.c $(TEST_DEPS) \ link_test$x : ./link_test.c $(TEST_DEPS) \
Index: ncurses/tinfo/comp_error.c Index: ncurses/tinfo/comp_error.c
--- ncurses/tinfo/comp_error.c.orig 2020-02-03 00:34:34.000000000 +0100 --- ncurses/tinfo/comp_error.c.orig 2024-12-07 21:04:23.000000000 +0100
+++ ncurses/tinfo/comp_error.c 2021-10-22 21:03:43.312510000 +0200 +++ ncurses/tinfo/comp_error.c 2025-12-31 22:56:37.456836000 +0100
@@ -44,7 +44,7 @@ @@ -44,7 +44,7 @@
MODULE_ID("$Id: comp_error.c,v 1.40 2020/02/02 23:34:34 tom Exp $") MODULE_ID("$Id: comp_error.c,v 1.45 2024/12/07 20:04:23 tom Exp $")
-NCURSES_EXPORT_VAR(bool) _nc_suppress_warnings = FALSE; -NCURSES_EXPORT_VAR(bool) _nc_suppress_warnings = FALSE;
+NCURSES_EXPORT_VAR(bool) _nc_suppress_warnings = TRUE; +NCURSES_EXPORT_VAR(bool) _nc_suppress_warnings = TRUE;
@ -49,28 +49,41 @@ Index: ncurses/tinfo/comp_error.c
NCURSES_EXPORT_VAR(int) _nc_curr_col = 0; /* current column # in input */ NCURSES_EXPORT_VAR(int) _nc_curr_col = 0; /* current column # in input */
Index: ncurses/tinfo/comp_parse.c Index: ncurses/tinfo/comp_parse.c
--- ncurses/tinfo/comp_parse.c.orig 2021-05-08 17:03:42.000000000 +0200 --- ncurses/tinfo/comp_parse.c.orig 2025-12-27 13:33:34.000000000 +0100
+++ ncurses/tinfo/comp_parse.c 2021-10-22 21:03:43.312666000 +0200 +++ ncurses/tinfo/comp_parse.c 2025-12-31 22:56:37.456979000 +0100
@@ -397,6 +397,7 @@ @@ -410,6 +410,7 @@
DEBUG(2, ("RESOLUTION BEGINNING")); DEBUG(2, (T_CALLED("_nc_resolve_uses2")));
+#if 0 +#if 0
/* /*
* Check for multiple occurrences of the same name. * Check for multiple occurrences of the same name.
*/ */
@@ -424,6 +425,7 @@ @@ -439,6 +440,7 @@
return (FALSE); }
DEBUG(2, ("NO MULTIPLE NAME OCCURRENCES")); DEBUG(2, ("NO MULTIPLE NAME OCCURRENCES"));
+#endif +#endif
/* /*
* First resolution stage: compute link pointers corresponding to names. * First resolution stage: compute link pointers corresponding to names.
Index: ncurses/tty/tty_update.c
--- ncurses/tty/tty_update.c.orig 2025-12-27 13:34:03.000000000 +0100
+++ ncurses/tty/tty_update.c 2025-12-31 22:56:37.457465000 +0100
@@ -84,6 +84,9 @@
#endif
#include <ctype.h>
+#if USE_WIDEC_SUPPORT
+#include <wctype.h>
+#endif
#if USE_WIDEC_SUPPORT
#if HAVE_WCTYPE_H
Index: progs/Makefile.in Index: progs/Makefile.in
--- progs/Makefile.in.orig 2021-07-03 17:45:33.000000000 +0200 --- progs/Makefile.in.orig 2025-10-18 15:34:20.000000000 +0200
+++ progs/Makefile.in 2021-10-22 21:03:43.312796000 +0200 +++ progs/Makefile.in 2025-12-31 22:56:37.457061000 +0100
@@ -122,10 +122,10 @@ @@ -124,10 +124,10 @@
LDFLAGS_DEFAULT = $(LDFLAGS_@DFT_UPR_MODEL@) LDFLAGS_DEFAULT = $(LDFLAGS_@DFT_UPR_MODEL@)
@ -84,9 +97,9 @@ Index: progs/Makefile.in
LINT = @LINT@ LINT = @LINT@
Index: test/Makefile.in Index: test/Makefile.in
--- test/Makefile.in.orig 2021-07-03 17:45:33.000000000 +0200 --- test/Makefile.in.orig 2025-10-18 18:08:41.000000000 +0200
+++ test/Makefile.in 2021-10-22 21:13:49.990697000 +0200 +++ test/Makefile.in 2025-12-31 22:56:37.457128000 +0100
@@ -115,7 +115,7 @@ @@ -120,7 +120,7 @@
LDFLAGS_PROFILE = $(LDFLAGS) $(CFLAGS_PROFILE) LDFLAGS_PROFILE = $(LDFLAGS) $(CFLAGS_PROFILE)
LDFLAGS_SHARED = $(LDFLAGS) $(CFLAGS_SHARED) @LD_SHARED_OPTS@ LDFLAGS_SHARED = $(LDFLAGS) $(CFLAGS_SHARED) @LD_SHARED_OPTS@
@ -95,7 +108,7 @@ Index: test/Makefile.in
# use these for linking with all of the libraries # use these for linking with all of the libraries
LIBS_DEFAULT = $(TEST_ARGS) @LIBS@ $(TEST_LIBS) LIBS_DEFAULT = $(TEST_ARGS) @LIBS@ $(TEST_LIBS)
@@ -133,7 +133,7 @@ @@ -138,7 +138,7 @@
LDFLAGS_CURSES_M= $(LDFLAGS_CURSES) $(MATH_LIB) LDFLAGS_CURSES_M= $(LDFLAGS_CURSES) $(MATH_LIB)
# use these for linking with the tinfo library if we have it, or curses library if not # use these for linking with the tinfo library if we have it, or curses library if not
@ -105,27 +118,14 @@ Index: test/Makefile.in
LINT = @LINT@ LINT = @LINT@
Index: test/programs Index: test/programs
--- test/programs.orig 2021-03-13 21:37:44.000000000 +0100 --- test/programs.orig 2024-06-29 20:49:58.000000000 +0200
+++ test/programs 2021-10-22 21:03:43.313067000 +0200 +++ test/programs 2025-12-31 22:56:37.457190000 +0100
@@ -41,7 +41,7 @@ @@ -42,7 +42,7 @@
color_content $(LDFLAGS_CURSES) $(LOCAL_LIBS) color_content
color_set $(LDFLAGS_CURSES) $(LOCAL_LIBS) color_set color_set $(LDFLAGS_CURSES) $(LOCAL_LIBS) color_set
combine $(LDFLAGS_CURSES) $(LOCAL_LIBS) combine dump_window popup_msg
demo_altkeys $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_altkeys demo_altkeys $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_altkeys
-demo_defkey $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_defkey -demo_defkey $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_defkey
+demo_defkey $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_defkey key_defined +demo_defkey $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_defkey key_defined
demo_forms $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_forms edit_field popup_msg demo_forms $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_forms edit_field popup_msg
demo_keyok $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_keyok demo_keyok $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_keyok
demo_menus $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_menus demo_menus $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_menus
Index: ncurses/tty/tty_update.c
--- ncurses/tty/tty_update.c.orig 2025-10-26 23:12:02.572735000 +0100
+++ ncurses/tty/tty_update.c 2025-10-26 23:13:40.525241000 +0100
@@ -84,6 +84,9 @@
#endif
#include <ctype.h>
+#if USE_WIDEC_SUPPORT
+#include <wctype.h>
+#endif
MODULE_ID("$Id: tty_update.c,v 1.319 2025/10/25 23:40:17 tom Exp $")

174
ncurses/ncurses.spec

@ -22,92 +22,10 @@
## ##
# package versions # package versions
%define V_base 6.5 %define V_base 6.6
%define V_patch0 20240504 %define V_patch0 20251231
%define V_patch1 20240511 %define V_patchL %{V_patch0}
%define V_patch2 20240518 %define V_patches 0
%define V_patch3 20240519
%define V_patch4 20240525
%define V_patch5 20240601
%define V_patch6 20240608
%define V_patch7 20240615
%define V_patch8 20240622
%define V_patch9 20240629
%define V_patch10 20240706
%define V_patch11 20240713
%define V_patch12 20240720
%define V_patch13 20240727
%define V_patch14 20240810
%define V_patch15 20240817
%define V_patch16 20240824
%define V_patch17 20240831
%define V_patch18 20240914
%define V_patch19 20240922
%define V_patch20 20240928
%define V_patch21 20241006
%define V_patch22 20241019
%define V_patch23 20241026
%define V_patch24 20241102
%define V_patch25 20241109
%define V_patch26 20241123
%define V_patch27 20241130
%define V_patch28 20241207
%define V_patch29 20241214
%define V_patch30 20241221
%define V_patch31 20241228
%define V_patch32 20250104
%define V_patch33 20250111
%define V_patch34 20250118
%define V_patch35 20250125
%define V_patch36 20250201
%define V_patch37 20250208
%define V_patch38 20250215
%define V_patch39 20250216
%define V_patch40 20250222
%define V_patch41 20250301
%define V_patch42 20250308
%define V_patch43 20250315
%define V_patch44 20250322
%define V_patch45 20250329
%define V_patch46 20250405
%define V_patch47 20250412
%define V_patch48 20250419
%define V_patch49 20250426
%define V_patch50 20250503
%define V_patch51 20250510
%define V_patch52 20250517
%define V_patch53 20250524
%define V_patch54 20250531
%define V_patch55 20250614
%define V_patch56 20250621
%define V_patch57 20250628
%define V_patch58 20250705
%define V_patch59 20250712
%define V_patch60 20250720
%define V_patch61 20250726
%define V_patch62 20250802
%define V_patch63 20250809
%define V_patch64 20250816
%define V_patch65 20250823
%define V_patch66 20250830
%define V_patch67 20250913
%define V_patch68 20250920
%define V_patch69 20250927
%define V_patch70 20251004
%define V_patch71 20251010
%define V_patch72 20251018
%define V_patch73 20251025
%define V_patch74 20251101
%define V_patch75 20251115
%define V_patch76 20251122
%define V_patch77 20251123
%define V_patch78 20251129
%define V_patch79 20251206
%define V_patch80 20251213
%define V_patch81 20251220
%define V_patch82 20251227
%define V_patchL %{V_patch82}
%define V_patches 82
# package information # package information
Name: ncurses Name: ncurses
@ -120,7 +38,7 @@ Class: CORE
Group: Terminal Group: Terminal
License: MIT-style License: MIT-style
Version: %{V_base}.%{V_patchL} Version: %{V_base}.%{V_patchL}
Release: 20251228 Release: 20251231
# package options # package options
%option with_widechar no %option with_widechar no
@ -128,88 +46,6 @@ Release: 20251228
# list of sources # list of sources
Source0: https://invisible-mirror.net/archives/ncurses/ncurses-%{V_base}.tar.gz Source0: https://invisible-mirror.net/archives/ncurses/ncurses-%{V_base}.tar.gz
Patch0: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch0}.patch.gz Patch0: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch0}.patch.gz
Patch1: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch1}.patch.gz
Patch2: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch2}.patch.gz
Patch3: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch3}.patch.gz
Patch4: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch4}.patch.gz
Patch5: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch5}.patch.gz
Patch6: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch6}.patch.gz
Patch7: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch7}.patch.gz
Patch8: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch8}.patch.gz
Patch9: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch9}.patch.gz
Patch10: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch10}.patch.gz
Patch11: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch11}.patch.gz
Patch12: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch12}.patch.gz
Patch13: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch13}.patch.gz
Patch14: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch14}.patch.gz
Patch15: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch15}.patch.gz
Patch16: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch16}.patch.gz
Patch17: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch17}.patch.gz
Patch18: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch18}.patch.gz
Patch19: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch19}.patch.gz
Patch20: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch20}.patch.gz
Patch21: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch21}.patch.gz
Patch22: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch22}.patch.gz
Patch23: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch23}.patch.gz
Patch24: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch24}.patch.gz
Patch25: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch25}.patch.gz
Patch26: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch26}.patch.gz
Patch27: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch27}.patch.gz
Patch28: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch28}.patch.gz
Patch29: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch29}.patch.gz
Patch30: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch30}.patch.gz
Patch31: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch31}.patch.gz
Patch32: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch32}.patch.gz
Patch33: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch33}.patch.gz
Patch34: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch34}.patch.gz
Patch35: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch35}.patch.gz
Patch36: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch36}.patch.gz
Patch37: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch37}.patch.gz
Patch38: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch38}.patch.gz
Patch39: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch39}.patch.gz
Patch40: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch40}.patch.gz
Patch41: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch41}.patch.gz
Patch42: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch42}.patch.gz
Patch43: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch43}.patch.gz
Patch44: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch44}.patch.gz
Patch45: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch45}.patch.gz
Patch46: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch46}.patch.gz
Patch47: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch47}.patch.gz
Patch48: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch48}.patch.gz
Patch49: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch49}.patch.gz
Patch50: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch50}.patch.gz
Patch51: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch51}.patch.gz
Patch52: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch52}.patch.gz
Patch53: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch53}.patch.gz
Patch54: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch54}.patch.gz
Patch55: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch55}.patch.gz
Patch56: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch56}.patch.gz
Patch57: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch57}.patch.gz
Patch58: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch58}.patch.gz
Patch59: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch59}.patch.gz
Patch60: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch60}.patch.gz
Patch61: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch61}.patch.gz
Patch62: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch62}.patch.gz
Patch63: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch63}.patch.gz
Patch64: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch64}.patch.gz
Patch65: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch65}.patch.gz
Patch66: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch66}.patch.gz
Patch67: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch67}.patch.gz
Patch68: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch68}.patch.gz
Patch69: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch69}.patch.gz
Patch70: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch70}.patch.gz
Patch71: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch71}.patch.gz
Patch72: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch72}.patch.gz
Patch73: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch73}.patch.gz
Patch74: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch74}.patch.gz
Patch75: https://invisible-mirror.net/archives/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch75}.patch.gz
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
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 Patch100: ncurses.patch
# build information # build information

Loading…
Cancel
Save