OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 06-Apr-2009 22:33:33 Branch: HEAD Handle: 2009040621333100 Modified files: openpkg-src/perl-dbi perl-dbi.patch perl-dbi.spec Log: modifying package: perl-dbi-5.10.0 20090405 -> 20090406 Summary: Revision Changes Path 1.52 +11 -12 openpkg-src/perl-dbi/perl-dbi.patch 1.334 +2 -2 openpkg-src/perl-dbi/perl-dbi.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-dbi/perl-dbi.patch ============================================================================ $ cvs diff -u -r1.51 -r1.52 perl-dbi.patch --- openpkg-src/perl-dbi/perl-dbi.patch 5 Apr 2009 07:21:51 -0000 1.51 +++ openpkg-src/perl-dbi/perl-dbi.patch 6 Apr 2009 20:33:31 -0000 1.52 @@ -1,6 +1,6 @@ -Index: DBD-SQLite-1.19_09/Makefile.PL ---- DBD-SQLite-1.19_09/Makefile.PL.orig 2009-04-05 05:09:55 +0200 -+++ DBD-SQLite-1.19_09/Makefile.PL 2009-04-05 09:11:40 +0200 +Index: DBD-SQLite-1.19_10/Makefile.PL +--- DBD-SQLite-1.19_10/Makefile.PL.orig 2009-04-05 21:35:21 +0200 ++++ DBD-SQLite-1.19_10/Makefile.PL 2009-04-06 22:28:29 +0200 @@ -16,36 +16,6 @@ return @_; } @@ -56,8 +56,7 @@ +$inc =~ s/\r?\n$//s; my @CC_INC = ( '-I.', -- '-I$(DBI_INSTARCH_DIR)', -+ '-I$(DBI_INSTARCH_DIR)' + '-I$(DBI_INSTARCH_DIR)', ); -if ( $sqlite_inc ) { - push @INC, "-I$sqlite_inc"; @@ -67,10 +66,10 @@ my @CC_DEFINE = ( '-DSQLITE_CORE', - '-DSQLITE_ENABLE_FTS3', + '-DSQLITE_ENABLE_COLUMN_METADATA', '-DNDEBUG=1', "-DSQLITE_PTR_SZ=$Config{ptrsize}" - ); -@@ -192,8 +158,6 @@ +@@ -193,8 +159,6 @@ VERSION_FROM => 'lib/DBD/SQLite.pm', PREREQ_PM => { 'DBI' => '1.43', @@ -79,8 +78,8 @@ }, OPTIONAL( '6.48', MIN_PERL_VERSION => '5.006', -@@ -212,8 +176,6 @@ - 'DBI' => '1.43', +@@ -213,8 +177,6 @@ + 'DBI' => '1.57', }, build_requires => { - 'Test::More' => '0.42', @@ -90,7 +89,7 @@ license => 'http://dev.perl.org/licenses/', Index: DBD-Sybase-1.09/dbdimp.c --- DBD-Sybase-1.09/dbdimp.c.orig 2008-08-31 14:08:17 +0200 -+++ DBD-Sybase-1.09/dbdimp.c 2009-04-05 09:10:54 +0200 ++++ DBD-Sybase-1.09/dbdimp.c 2009-04-06 22:25:14 +0200 @@ -774,22 +774,22 @@ #if defined(CS_VERSION_150) @@ -121,7 +120,7 @@ if (cs_config(context, CS_SET, CS_MESSAGE_CB, Index: DBD-cego/Makefile.PL --- DBD-cego/Makefile.PL.orig 2007-06-25 20:38:07 +0200 -+++ DBD-cego/Makefile.PL 2009-04-05 09:10:54 +0200 ++++ DBD-cego/Makefile.PL 2009-04-06 22:25:14 +0200 @@ -43,7 +43,7 @@ 'VERSION_FROM' => 'Cego.pm', 'PREREQ_PM' => {DBI => 1.03}, @@ -133,7 +132,7 @@ . $opt->{'prefix'} . "/lib/libBase.a", Index: DBD-mysql-4.010/dbdimp.h --- DBD-mysql-4.010/dbdimp.h.orig 2008-04-29 01:36:17 +0200 -+++ DBD-mysql-4.010/dbdimp.h 2009-04-05 09:10:54 +0200 ++++ DBD-mysql-4.010/dbdimp.h 2009-04-06 22:25:14 +0200 @@ -19,6 +19,7 @@ * Header files we use */ @@ . patch -p0 <<'@@ .' Index: openpkg-src/perl-dbi/perl-dbi.spec ============================================================================ $ cvs diff -u -r1.333 -r1.334 perl-dbi.spec --- openpkg-src/perl-dbi/perl-dbi.spec 5 Apr 2009 07:21:51 -0000 1.333 +++ openpkg-src/perl-dbi/perl-dbi.spec 6 Apr 2009 20:33:31 -0000 1.334 @@ -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.19_09 +%define V_dbd_sqlite 1.19_10 %define V_dbd_mysql 4.010 %define V_dbd_pgsql 2.12.0 %define V_dbd_oracle 1.22 @@ -54,7 +54,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20090405 +Release: 20090406 # package options %option with_sqlite yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org