Browse Source

update DBD::SQLite

master
parent
commit
3e94b2928d
  1. 18
      perl-dbi/perl-dbi.patch
  2. 4
      perl-dbi/perl-dbi.spec

18
perl-dbi/perl-dbi.patch

@ -1,6 +1,6 @@
Index: DBD-SQLite-1.30_06/Makefile.PL
--- DBD-SQLite-1.30_06/Makefile.PL.orig 2010-09-09 03:44:01.000000000 +0200
+++ DBD-SQLite-1.30_06/Makefile.PL 2010-09-09 22:26:22.000000000 +0200
Index: DBD-SQLite-1.31/Makefile.PL
--- DBD-SQLite-1.31/Makefile.PL.orig 2010-09-09 03:44:01.000000000 +0200
+++ DBD-SQLite-1.31/Makefile.PL 2010-09-09 22:26:22.000000000 +0200
@@ -17,46 +17,9 @@
return @_;
}
@ -72,9 +72,9 @@ Index: DBD-SQLite-1.30_06/Makefile.PL
if ( $sqlite_inc ) {
push @CC_INC, "-I$sqlite_inc";
}
Index: DBD-SQLite-1.30_06/SQLiteXS.h
--- DBD-SQLite-1.30_06/SQLiteXS.h.orig 2010-09-09 03:44:01.000000000 +0200
+++ DBD-SQLite-1.30_06/SQLiteXS.h 2010-09-09 22:26:23.000000000 +0200
Index: DBD-SQLite-1.31/SQLiteXS.h
--- DBD-SQLite-1.31/SQLiteXS.h.orig 2010-09-09 03:44:01.000000000 +0200
+++ DBD-SQLite-1.31/SQLiteXS.h 2010-09-09 22:26:23.000000000 +0200
@@ -19,6 +19,5 @@
#include <dbd_xsh.h>
@ -82,9 +82,9 @@ Index: DBD-SQLite-1.30_06/SQLiteXS.h
-#include "fts3_tokenizer.h"
#endif
Index: DBD-SQLite-1.30_06/dbdimp.c
--- DBD-SQLite-1.30_06/dbdimp.c.orig 2010-09-09 03:44:01.000000000 +0200
+++ DBD-SQLite-1.30_06/dbdimp.c 2010-09-09 22:26:23.000000000 +0200
Index: DBD-SQLite-1.31/dbdimp.c
--- DBD-SQLite-1.31/dbdimp.c.orig 2010-09-09 03:44:01.000000000 +0200
+++ DBD-SQLite-1.31/dbdimp.c 2010-09-09 22:26:23.000000000 +0200
@@ -501,6 +501,7 @@
* EXPERIMENTAL bindings for FTS3 TOKENIZERS
* ====================================================================== */

4
perl-dbi/perl-dbi.spec

@ -34,7 +34,7 @@
%define V_dbd_anydata 0.09
%define V_dbd_csv 0.22
%define V_dbd_sprite 0.59
%define V_dbd_sqlite 1.30_06
%define V_dbd_sqlite 1.31
%define V_dbd_mysql 4.013
%define V_dbd_pgsql 2.15.1
%define V_dbd_oracle 1.23
@ -54,7 +54,7 @@ Class: BASE
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
Release: 20100909
Release: 20100915
# package options
%option with_sqlite yes

Loading…
Cancel
Save