OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Jun-2005 21:04:14
Branch: HEAD Handle: 2005062120041301
Modified files:
openpkg-src/perl-dbi perl-dbi.patch perl-dbi.spec
Log:
modifying package: perl-dbi-5.8.7 20050618 -> 20050621
Summary:
Revision Changes Path
1.16 +13 -13 openpkg-src/perl-dbi/perl-dbi.patch
1.161 +2 -2 openpkg-src/perl-dbi/perl-dbi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.patch
============================================================================
$ cvs diff -u -r1.15 -r1.16 perl-dbi.patch
--- openpkg-src/perl-dbi/perl-dbi.patch 27 Feb 2005 21:54:17 -0000
1.15
+++ openpkg-src/perl-dbi/perl-dbi.patch 21 Jun 2005 19:04:13 -0000
1.16
@@ -1,6 +1,6 @@
Index: Makefile.PL
---- Makefile.PL.orig 2004-10-12 11:03:50 +0200
-+++ Makefile.PL 2004-10-13 19:23:27 +0200
+--- Makefile.PL.orig 2005-06-20 14:45:11 +0200
++++ Makefile.PL 2005-06-21 21:02:43 +0200
@@ -7,34 +7,6 @@
use ExtUtils::MakeMaker;
use Config;
@@ -34,22 +34,22 @@
- }
-};
- my $nlid = $DBI::VERSION > 1.42 ? '' : '-Dno_last_insert_id';
-
-@@ -43,8 +15,9 @@
+ # 2005/6/19, by [EMAIL PROTECTED]
+ #
+@@ -113,8 +85,9 @@
'VERSION_FROM' => 'lib/DBD/SQLite.pm', # finds $VERSION
'PREREQ_PM' => {DBI => 1.21}, # e.g., Module::Name => 1.1
- 'OBJECT' => '$(O_FILES)',
-- 'INC' => '-I. -I$(DBI_INSTARCH_DIR)',
- 'OPTIMIZE' => "-O2",
-+ 'INC' => '[EMAIL PROTECTED]@/include -I$(DBI_INSTARCH_DIR)',
+ 'OBJECT' => ($force_local) ? '$(O_FILES)' : 'SQLite.o dbdimp.o',
+- 'INC' => '-I. -I$(DBI_INSTARCH_DIR)' .
++ 'INC' => '[EMAIL PROTECTED]@/include -I$(DBI_INSTARCH_DIR)' .
+ (($sqlite_inc) ? " -I$sqlite_inc" : ''),
+ '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'),
+ $force_local ? () : ('LIBS' => '-lsqlite3'),
+ $sqlite_lib ? ('dynamic_lib' => { OTHERLDFLAGS => "-L$sqlite_lib" }) :
(),
+ 'OPTIMIZE' => "-O2",
Index: dbdimp.h
--- dbdimp.h.orig 2004-09-10 17:24:28 +0200
-+++ dbdimp.h 2004-09-24 10:44:37 +0200
++++ dbdimp.h 2005-06-21 21:01:54 +0200
@@ -4,7 +4,7 @@
#define _DBDIMP_H 1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.160 -r1.161 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 18 Jun 2005 10:41:50 -0000
1.160
+++ openpkg-src/perl-dbi/perl-dbi.spec 21 Jun 2005 19:04:14 -0000
1.161
@@ -30,7 +30,7 @@
%define V_sql_routine 0.65
%define V_dbd_anydata 0.08
%define V_dbd_sprite 0.56
-%define V_dbd_sqlite 1.08
+%define V_dbd_sqlite 1.09
%define V_dbd_mysql 2.9008
%define V_dbd_pgsql 1.42
%define V_dbd_oracle 1.16
@@ -48,7 +48,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20050618
+Release: 20050621
# package options
%option with_dbd_sqlite no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]