Ver código fonte

upgrading upstream version from 5.2.20020413 to 5.2.20020421

Ralf S. Engelschall 24 anos atrás
pai
commit
0f1e494eb6
1 arquivos alterados com 18 adições e 13 exclusões
  1. 18 13
      ncurses/ncurses.spec

+ 18 - 13
ncurses/ncurses.spec

@@ -23,16 +23,18 @@
 ##  SUCH DAMAGE. 
 ##  
 
-%define       V_base   5.2
-%define       V_patch0 20020216
-%define       V_patch1 20020218
-%define       V_patch2 20020223
-%define       V_patch3 20020309
-%define       V_patch4 20020310
-%define       V_patch5 20020317
-%define       V_patch6 20020323
-%define       V_patch7 20020406
-%define       V_patch8 20020413
+%define       V_base    5.2
+%define       V_patch0  20020216
+%define       V_patch1  20020218
+%define       V_patch2  20020223
+%define       V_patch3  20020309
+%define       V_patch4  20020310
+%define       V_patch5  20020317
+%define       V_patch6  20020323
+%define       V_patch7  20020406
+%define       V_patch8  20020413
+%define       V_patch9  20020420
+%define       V_patch10 20020421
 
 #   package information
 Name:         ncurses
@@ -43,8 +45,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [REL]
 Group:        Terminal
 License:      GPL
-Version:      %{V_base}.%{V_patch8}
-Release:      20020417
+Version:      %{V_base}.%{V_patch10}
+Release:      20020423
 
 #   list of sources
 Source0:      ftp://dickey.his.com/ncurses/ncurses-%{V_base}.tar.gz
@@ -57,6 +59,8 @@ Patch5:       ftp://dickey.his.com/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch
 Patch6:       ftp://dickey.his.com/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch6}.patch.gz
 Patch7:       ftp://dickey.his.com/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch7}.patch.gz
 Patch8:       ftp://dickey.his.com/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch8}.patch.gz
+Patch9:       ftp://dickey.his.com/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch9}.patch.gz
+Patch10:      ftp://dickey.his.com/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch10}.patch.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -74,7 +78,8 @@ AutoReqProv:  no
     %setup -q -n ncurses-%{V_base}
     ( PATH="%{l_prefix}/bin:$PATH"; export PATH;
       %{l_gzip} -d -c %{PATCH0} | sh - )
-    for patch in %{PATCH1} %{PATCH2} %{PATCH3} %{PATCH4} %{PATCH5} %{PATCH6} %{PATCH7} %{PATCH8}; do
+    for patch in %{PATCH1} %{PATCH2} %{PATCH3} %{PATCH4} %{PATCH5} %{PATCH6} \
+                 %{PATCH7} %{PATCH8} %{PATCH9} %{PATCH10} ; do
         %{l_gzip} -d -c $patch | %{l_patch} -p1
     done