Explorar el Código

update module

Ralf S. Engelschall hace 14 años
padre
commit
4c1f2cc85d
Se han modificado 2 ficheros con 11 adiciones y 11 borrados
  1. 9 9
      perl-dbi/perl-dbi.patch
  2. 2 2
      perl-dbi/perl-dbi.spec

+ 9 - 9
perl-dbi/perl-dbi.patch

@@ -1,6 +1,6 @@
-Index: DBD-SQLite-1.34_01/Makefile.PL
---- DBD-SQLite-1.34_01/Makefile.PL.orig	2010-12-10 06:09:02.000000000 +0100
-+++ DBD-SQLite-1.34_01/Makefile.PL	2010-12-19 11:19:59.000000000 +0100
+Index: DBD-SQLite-1.34_02/Makefile.PL
+--- DBD-SQLite-1.34_02/Makefile.PL.orig	2010-12-10 06:09:02.000000000 +0100
++++ DBD-SQLite-1.34_02/Makefile.PL	2010-12-19 11:19:59.000000000 +0100
 @@ -17,46 +17,9 @@
  	return @_;
  }
@@ -72,9 +72,9 @@ Index: DBD-SQLite-1.34_01/Makefile.PL
  if ( $sqlite_inc ) {
  	push @CC_INC, "-I$sqlite_inc";
  }
-Index: DBD-SQLite-1.34_01/SQLiteXS.h
---- DBD-SQLite-1.34_01/SQLiteXS.h.orig	2010-12-10 06:09:02.000000000 +0100
-+++ DBD-SQLite-1.34_01/SQLiteXS.h	2010-12-19 11:19:59.000000000 +0100
+Index: DBD-SQLite-1.34_02/SQLiteXS.h
+--- DBD-SQLite-1.34_02/SQLiteXS.h.orig	2010-12-10 06:09:02.000000000 +0100
++++ DBD-SQLite-1.34_02/SQLiteXS.h	2010-12-19 11:19:59.000000000 +0100
 @@ -19,6 +19,5 @@
  #include <dbd_xsh.h>
  
@@ -82,9 +82,9 @@ Index: DBD-SQLite-1.34_01/SQLiteXS.h
 -#include "fts3_tokenizer.h"
  
  #endif
-Index: DBD-SQLite-1.34_01/dbdimp.c
---- DBD-SQLite-1.34_01/dbdimp.c.orig	2010-12-10 06:09:02.000000000 +0100
-+++ DBD-SQLite-1.34_01/dbdimp.c	2010-12-19 11:19:59.000000000 +0100
+Index: DBD-SQLite-1.34_02/dbdimp.c
+--- DBD-SQLite-1.34_02/dbdimp.c.orig	2010-12-10 06:09:02.000000000 +0100
++++ DBD-SQLite-1.34_02/dbdimp.c	2010-12-19 11:19:59.000000000 +0100
 @@ -2019,6 +2019,7 @@
  #endif
  }

+ 2 - 2
perl-dbi/perl-dbi.spec

@@ -34,7 +34,7 @@
 %define       V_dbd_anydata     0.110
 %define       V_dbd_csv         0.22
 %define       V_dbd_sprite      0.59
-%define       V_dbd_sqlite      1.34_01
+%define       V_dbd_sqlite      1.34_02
 %define       V_dbd_mysql       4.020
 %define       V_dbd_pgsql       2.18.1
 %define       V_dbd_oracle      1.26
@@ -54,7 +54,7 @@ Class:        BASE
 Group:        Perl
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20111003
+Release:      20111022
 
 #   package options
 %option       with_sqlite       yes