|
|
@@ -27,9 +27,10 @@
|
|
|
%define V_patch1 20051015
|
|
|
%define V_patch2 20051022
|
|
|
%define V_patch3 20051029
|
|
|
+%define V_patch4 20051112
|
|
|
%define V_patchB %{V_patch1}
|
|
|
-%define V_patchL %{V_patch3}
|
|
|
-%define V_patches 3
|
|
|
+%define V_patchL %{V_patch4}
|
|
|
+%define V_patches 4
|
|
|
|
|
|
# package information
|
|
|
Name: ncurses
|
|
|
@@ -42,13 +43,14 @@ Class: BASE
|
|
|
Group: Terminal
|
|
|
License: GPL
|
|
|
Version: %{V_base}.%{V_patchL}
|
|
|
-Release: 20051030
|
|
|
+Release: 20051113
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
|
|
|
Patch1: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch1}.patch.gz
|
|
|
Patch2: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch2}.patch.gz
|
|
|
Patch3: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch3}.patch.gz
|
|
|
+Patch4: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch4}.patch.gz
|
|
|
Patch100: ncurses.patch
|
|
|
|
|
|
# build information
|