Explorar o código

upgrading package: vile 9.6b -> 9.6c

Ralf S. Engelschall %!s(int64=18) %!d(string=hai) anos
pai
achega
139e240f5a
Modificáronse 2 ficheiros con 15 adicións e 11 borrados
  1. 9 8
      vile/vile.patch
  2. 6 3
      vile/vile.spec

+ 9 - 8
vile/vile.patch

@@ -26,7 +26,7 @@ Index: filters/conffilt.l
 -
  %{
  /*
-  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.5 2008/01/07 18:15:35 rse Exp $
+  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.6 2008/01/14 18:38:48 rse Exp $
 Index: filters/imakeflt.l
 --- filters/imakeflt.l.orig	2006-05-21 21:50:19 +0200
 +++ filters/imakeflt.l	2008-01-07 18:53:31 +0100
@@ -61,7 +61,7 @@ Index: filters/latexflt.l
 -
  %{
  /*
-  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.5 2008/01/07 18:15:35 rse Exp $
+  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.6 2008/01/14 18:38:48 rse Exp $
 Index: filters/lex-filt.l
 --- filters/lex-filt.l.orig	2006-05-21 21:50:19 +0200
 +++ filters/lex-filt.l	2008-01-07 18:57:13 +0100
@@ -75,7 +75,7 @@ Index: filters/lex-filt.l
 -
  %{
  /*
-  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.5 2008/01/07 18:15:35 rse Exp $
+  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.6 2008/01/14 18:38:48 rse Exp $
 Index: filters/mailfilt.l
 --- filters/mailfilt.l.orig	2006-05-21 21:50:19 +0200
 +++ filters/mailfilt.l	2008-01-07 18:57:24 +0100
@@ -113,7 +113,8 @@ Index: filters/mcrlfilt.l
 Index: filters/mms-filt.l
 --- filters/mms-filt.l.orig	2006-05-21 21:50:19 +0200
 +++ filters/mms-filt.l	2008-01-07 19:08:11 +0100
-@@ -1,5 +1,3 @@
+@@ -1,6 +1,4 @@
+ %pointer
 -%a 5000
 -%o 6000
  
@@ -129,7 +130,7 @@ Index: filters/ps-filt.l
 -
  %{
  /*
-  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.5 2008/01/07 18:15:35 rse Exp $
+  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.6 2008/01/14 18:38:48 rse Exp $
 Index: filters/rb-filt.l
 --- filters/rb-filt.l.orig	2007-11-25 21:04:46 +0100
 +++ filters/rb-filt.l	2008-01-07 19:11:08 +0100
@@ -152,7 +153,7 @@ Index: filters/rpm-filt.l
 -
  %{
  /*
-  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.5 2008/01/07 18:15:35 rse Exp $
+  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.6 2008/01/14 18:38:48 rse Exp $
 Index: filters/sccsfilt.l
 --- filters/sccsfilt.l.orig	2007-11-26 13:00:06 +0100
 +++ filters/sccsfilt.l	2008-01-07 19:11:53 +0100
@@ -176,7 +177,7 @@ Index: filters/sh-filt.l
 -
  %{
  /*
-  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.5 2008/01/07 18:15:35 rse Exp $
+  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.6 2008/01/14 18:38:48 rse Exp $
 Index: filters/tcl-filt.l
 --- filters/tcl-filt.l.orig	2006-05-21 21:50:48 +0200
 +++ filters/tcl-filt.l	2008-01-07 19:12:29 +0100
@@ -187,7 +188,7 @@ Index: filters/tcl-filt.l
 -
  %{
  /*
-  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.5 2008/01/07 18:15:35 rse Exp $
+  * $Header: /v/openpkg/cvs/openpkg-src/vile/vile.patch,v 1.6 2008/01/14 18:38:48 rse Exp $
 Index: filters/txt-filt.l
 --- filters/txt-filt.l.orig	2007-11-26 13:08:36 +0100
 +++ filters/txt-filt.l	2008-01-07 19:12:42 +0100

+ 6 - 3
vile/vile.spec

@@ -25,7 +25,8 @@
 %define       V_base    9.6
 %define       V_patch1  a
 %define       V_patch2  b
-%define       V_patchL  %{V_patch2}
+%define       V_patch3  c
+%define       V_patchL  %{V_patch3}
 
 #   package information
 Name:         vile
@@ -38,7 +39,7 @@ Class:        PLUS
 Group:        Editor
 License:      GPL
 Version:      %{V_base}%{V_patchL}
-Release:      20080107
+Release:      20080114
 
 #   package options
 %option       with_x11   no
@@ -48,6 +49,7 @@ Source0:      ftp://invisible-island.net/vile/vile-%{V_base}.tgz
 Patch0:       vile.patch
 Patch1:       ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch1}.patch.gz
 Patch2:       ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch2}.patch.gz
+Patch3:       ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch3}.patch.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -82,8 +84,9 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n vile-%{V_base}
-    %patch -p1 -P 1 2
+    %patch -p1 -P 1 2 3
     %patch -p0 -P 0
+    exit 0
     chmod u+w filters/sql-filt.l*
     %{l_shtool} subst \
         -e 's;= LEAD;= 0;' \