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: 18-Sep-2004 13:11:17
Branch: HEAD Handle: 2004091812111700
Modified files:
openpkg-src/perl-dbi perl-dbi.patch perl-dbi.spec
Log:
modifying package: perl-dbi-5.8.5 20040909 -> 20040918
Summary:
Revision Changes Path
1.12 +9 -9 openpkg-src/perl-dbi/perl-dbi.patch
1.118 +2 -2 openpkg-src/perl-dbi/perl-dbi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 perl-dbi.patch
--- openpkg-src/perl-dbi/perl-dbi.patch 24 Aug 2004 07:57:32 -0000 1.11
+++ openpkg-src/perl-dbi/perl-dbi.patch 18 Sep 2004 11:11:17 -0000 1.12
@@ -1,6 +1,6 @@
Index: MANIFEST
---- MANIFEST.orig 2004-07-21 22:50:42 +0200
-+++ MANIFEST 2004-08-01 20:16:30 +0200
+--- MANIFEST.orig 2004-07-21 22:48:03 +0200
++++ MANIFEST 2004-09-18 13:01:11 +0200
@@ -1,52 +1,14 @@
-attach.c
-auth.c
@@ -73,8 +73,8 @@
-vdbemem.c
-where.c
Index: Makefile.PL
---- Makefile.PL.orig 2004-08-23 16:46:22 +0200
-+++ Makefile.PL 2004-08-24 09:54:46 +0200
+--- Makefile.PL.orig 2004-09-10 15:53:48 +0200
++++ Makefile.PL 2004-09-18 13:01:42 +0200
@@ -5,34 +5,6 @@
use ExtUtils::MakeMaker;
use Config;
@@ -118,12 +118,12 @@
'OPTIMIZE' => "-O2",
+ 'INC' => '[EMAIL PROTECTED]@/include -I$(DBI_INSTARCH_DIR)',
+ 'LIBS' => ['[EMAIL PROTECTED]@/lib -lsqlite3'],
- 'DEFINE' => "-DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize} $nlid",
- 'clean' => { FILES => 'SQLite.xsi config.h' },
- 'PL_FILES' => {},
+ 'DEFINE' => "-DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize}" .
+ ($Config{d_usleep} ? " -DHAVE_USLEEP=1" : "") .
+ ($DBI::VERSION > 1.42 ? '' : '-Dno_last_insert_id'),
Index: dbdimp.h
---- dbdimp.h.orig 2004-08-01 06:36:19 +0200
-+++ dbdimp.h 2004-08-01 20:16:30 +0200
+--- dbdimp.h.orig 2004-09-10 17:24:28 +0200
++++ dbdimp.h 2004-09-18 13:01:12 +0200
@@ -4,7 +4,7 @@
#define _DBDIMP_H 1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.117 -r1.118 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 9 Sep 2004 17:08:43 -0000 1.117
+++ openpkg-src/perl-dbi/perl-dbi.spec 18 Sep 2004 11:11:17 -0000 1.118
@@ -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.04
+%define V_dbd_sqlite 1.05
%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: 20040909
+Release: 20040918
# package options
%option with_dbd_sqlite no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]