فهرست منبع

modifying package: perl-dbi-5.8.5 20040920 -> 20040924

Ralf S. Engelschall 21 سال پیش
والد
کامیت
4248b4d7b6
2فایلهای تغییر یافته به همراه12 افزوده شده و 13 حذف شده
  1. 10 11
      perl-dbi/perl-dbi.patch
  2. 2 2
      perl-dbi/perl-dbi.spec

+ 10 - 11
perl-dbi/perl-dbi.patch

@@ -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 @@ Index: MANIFEST
  dbdimp.c
  dbdimp.h
 -delete.c
--encode.c
 -expr.c
 -func.c
 -getsqlite.pl
@@ -54,7 +53,7 @@ Index: MANIFEST
  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 @@ Index: MANIFEST
 -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 @@ Index: Makefile.PL
  
  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 @@ Index: Makefile.PL
 +    'LIBS'          => ['-L@l_prefix@/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
  

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