|
|
@@ -25,9 +25,10 @@
|
|
|
# package versions
|
|
|
%define V_base 5.5
|
|
|
%define V_patch1 20051015
|
|
|
+%define V_patch2 20051022
|
|
|
%define V_patchB %{V_patch1}
|
|
|
-%define V_patchL %{V_patch1}
|
|
|
-%define V_patches 1
|
|
|
+%define V_patchL %{V_patch2}
|
|
|
+%define V_patches 2
|
|
|
|
|
|
# package information
|
|
|
Name: ncurses
|
|
|
@@ -40,11 +41,12 @@ Class: BASE
|
|
|
Group: Terminal
|
|
|
License: GPL
|
|
|
Version: %{V_base}.%{V_patchL}
|
|
|
-Release: 20051016
|
|
|
+Release: 20051023
|
|
|
|
|
|
# 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
|
|
|
Patch100: ncurses.patch
|
|
|
|
|
|
# build information
|