OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Sep-2004 10:46:56
Branch: HEAD Handle: 2004092409465600
Modified files:
openpkg-src/perl-dbi perl-dbi.patch perl-dbi.spec
Log:
modifying package: perl-dbi-5.8.5 20040920 -> 20040924
Summary:
Revision Changes Path
1.13 +10 -11 openpkg-src/perl-dbi/perl-dbi.patch
1.120 +2 -2 openpkg-src/perl-dbi/perl-dbi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.patch
============================================================================
$ cvs diff -u -r1.12 -r1.13 perl-dbi.patch
--- openpkg-src/perl-dbi/perl-dbi.patch 18 Sep 2004 11:11:17 -0000 1.12
+++ openpkg-src/perl-dbi/perl-dbi.patch 24 Sep 2004 08:46:56 -0000 1.13
@@ -1,7 +1,7 @@
Index: MANIFEST
---- MANIFEST.orig 2004-07-21 22:48:03 +0200
-+++ MANIFEST 2004-09-18 13:01:11 +0200
-@@ -1,52 +1,14 @@
+--- MANIFEST.orig 2004-09-13 09:15:30 +0200
++++ MANIFEST 2004-09-24 10:45:38 +0200
+@@ -1,51 +1,14 @@
-attach.c
-auth.c
-btree.c
@@ -12,7 +12,6 @@
dbdimp.c
dbdimp.h
-delete.c
--encode.c
-expr.c
-func.c
-getsqlite.pl
@@ -54,7 +53,7 @@
SQLiteXS.h
t/00basic.t
t/01logon.t
-@@ -74,17 +36,3 @@
+@@ -73,17 +36,3 @@
t/dbdadmin.t
t/lib.pl
t/SQLite.dbtest
@@ -73,9 +72,9 @@
-vdbemem.c
-where.c
Index: Makefile.PL
---- Makefile.PL.orig 2004-09-10 15:53:48 +0200
-+++ Makefile.PL 2004-09-18 13:01:42 +0200
-@@ -5,34 +5,6 @@
+--- Makefile.PL.orig 2004-09-20 11:41:39 +0200
++++ Makefile.PL 2004-09-24 10:44:37 +0200
+@@ -7,34 +7,6 @@
use ExtUtils::MakeMaker;
use Config;
use strict;
@@ -110,7 +109,7 @@
my $nlid = $DBI::VERSION > 1.42 ? '' : '-Dno_last_insert_id';
-@@ -41,8 +13,9 @@
+@@ -43,8 +15,9 @@
'VERSION_FROM' => 'lib/DBD/SQLite.pm', # finds $VERSION
'PREREQ_PM' => {DBI => 1.21}, # e.g., Module::Name => 1.1
'OBJECT' => '$(O_FILES)',
@@ -120,10 +119,10 @@
+ 'LIBS' => ['[EMAIL PROTECTED]@/lib -lsqlite3'],
'DEFINE' => "-DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize}" .
($Config{d_usleep} ? " -DHAVE_USLEEP=1" : "") .
- ($DBI::VERSION > 1.42 ? '' : '-Dno_last_insert_id'),
+ ($DBI::VERSION > 1.42 ? '' : ' -Dno_last_insert_id'),
Index: dbdimp.h
--- dbdimp.h.orig 2004-09-10 17:24:28 +0200
-+++ dbdimp.h 2004-09-18 13:01:12 +0200
++++ dbdimp.h 2004-09-24 10:44:37 +0200
@@ -4,7 +4,7 @@
#define _DBDIMP_H 1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.119 -r1.120 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 20 Sep 2004 16:17:35 -0000 1.119
+++ openpkg-src/perl-dbi/perl-dbi.spec 24 Sep 2004 08:46:56 -0000 1.120
@@ -29,7 +29,7 @@
%define V_sql_statement 1.09
%define V_dbd_anydata 0.08
%define V_dbd_sprite 0.50
-%define V_dbd_sqlite 1.05
+%define V_dbd_sqlite 1.06
%define V_dbd_mysql 2.9004
%define V_dbd_pgsql 1.32
%define V_dbd_oracle 1.15
@@ -46,7 +46,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20040920
+Release: 20040924
# package options
%option with_dbd_sqlite no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]