Explorar el Código

modifying package: perl-dbi-5.8.5 20040909 -> 20040918

Ralf S. Engelschall hace 21 años
padre
commit
7b4322a8cb
Se han modificado 2 ficheros con 11 adiciones y 11 borrados
  1. 9 9
      perl-dbi/perl-dbi.patch
  2. 2 2
      perl-dbi/perl-dbi.spec

+ 9 - 9
perl-dbi/perl-dbi.patch

@@ -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 @@ Index: MANIFEST
 -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 @@ Index: Makefile.PL
      'OPTIMIZE'      => "-O2",
 +    'INC'           => '-I@l_prefix@/include -I$(DBI_INSTARCH_DIR)',
 +    'LIBS'          => ['-L@l_prefix@/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
  

+ 2 - 2
perl-dbi/perl-dbi.spec

@@ -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 @@ Class:        BASE
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20040909
+Release:      20040918
 
 #   package options
 %option       with_dbd_sqlite  no