Browse Source

modifying package: perl-dbi-5.10.0 20090414 -> 20090415

Ralf S. Engelschall 16 years ago
parent
commit
3aa3564d06
2 changed files with 13 additions and 13 deletions
  1. 10 10
      perl-dbi/perl-dbi.patch
  2. 3 3
      perl-dbi/perl-dbi.spec

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

@@ -1,7 +1,7 @@
-Index: DBD-SQLite-1.22_04/Makefile.PL
---- DBD-SQLite-1.22_04/Makefile.PL.orig	2009-04-09 11:30:10 +0200
-+++ DBD-SQLite-1.22_04/Makefile.PL	2009-04-10 11:40:03 +0200
-@@ -16,46 +16,7 @@
+Index: DBD-SQLite-1.22_05/Makefile.PL
+--- DBD-SQLite-1.22_05/Makefile.PL.orig	2009-04-14 17:43:16 +0200
++++ DBD-SQLite-1.22_05/Makefile.PL	2009-04-15 18:18:30 +0200
+@@ -17,46 +17,7 @@
  	return @_;
  }
  
@@ -77,7 +77,7 @@ Index: DBD-SQLite-1.22_04/Makefile.PL
  	'-DSQLITE_CORE',
 Index: DBD-Sybase-1.09/dbdimp.c
 --- DBD-Sybase-1.09/dbdimp.c.orig	2008-08-31 14:08:17 +0200
-+++ DBD-Sybase-1.09/dbdimp.c	2009-04-10 11:14:49 +0200
++++ DBD-Sybase-1.09/dbdimp.c	2009-04-15 18:18:30 +0200
 @@ -774,22 +774,22 @@
  
  #if defined(CS_VERSION_150)
@@ -107,20 +107,20 @@ Index: DBD-Sybase-1.09/dbdimp.c
  #if USE_CSLIB_CB
  	if (cs_config(context, CS_SET, CS_MESSAGE_CB,
 Index: DBD-cego/Makefile.PL
---- DBD-cego/Makefile.PL.orig	2007-06-25 20:38:07 +0200
-+++ DBD-cego/Makefile.PL	2009-04-10 11:14:49 +0200
+--- DBD-cego/Makefile.PL.orig	2009-04-09 17:37:51 +0200
++++ DBD-cego/Makefile.PL	2009-04-15 18:18:55 +0200
 @@ -43,7 +43,7 @@
      'VERSION_FROM'  => 'Cego.pm',
      'PREREQ_PM'     => {DBI => 1.03},
      'OBJECT'        => '$(O_FILES)',
 -    'INC'           => '-I$(DBI_INSTARCH_DIR) -I' . $opt->{'prefix'} . '/include',
 +    'INC'           => '-I$(DBI_INSTARCH_DIR) -I' . $opt->{'prefix'} . '/include/cego',
-     'MYEXTLIB'    => $opt->{'prefix'} . "/lib/libCego.a " 
+     'MYEXTLIB'    => $opt->{'prefix'} . "/lib/libcego.a " 
  	      . $opt->{'prefix'} . "/lib/libXML.a " 
  	      . $opt->{'prefix'} . "/lib/libBase.a",
 Index: DBD-mysql-4.011/dbdimp.h
---- DBD-mysql-4.011/dbdimp.h.orig	2008-04-29 01:36:17 +0200
-+++ DBD-mysql-4.011/dbdimp.h	2009-04-10 11:14:49 +0200
+--- DBD-mysql-4.011/dbdimp.h.orig	2009-04-13 14:10:40 +0200
++++ DBD-mysql-4.011/dbdimp.h	2009-04-15 18:18:30 +0200
 @@ -19,6 +19,7 @@
   *  Header files we use
   */

+ 3 - 3
perl-dbi/perl-dbi.spec

@@ -34,14 +34,14 @@
 %define       V_dbd_anydata     0.09
 %define       V_dbd_csv         0.22
 %define       V_dbd_sprite      0.59
-%define       V_dbd_sqlite      1.22_04
+%define       V_dbd_sqlite      1.22_05
 %define       V_dbd_mysql       4.011
 %define       V_dbd_pgsql       2.13.0
 %define       V_dbd_oracle      1.22
 %define       V_dbd_sybase      1.09
 %define       V_dbd_odbc        1.19
 %define       V_dbd_pglite      0.11
-%define       V_dbd_cego        1.1.3
+%define       V_dbd_cego        1.1.4
 
 #   package information
 Name:         perl-dbi
@@ -54,7 +54,7 @@ Class:        BASE
 Group:        Perl
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20090414
+Release:      20090415
 
 #   package options
 %option       with_sqlite       yes