Преглед изворни кода

modifying package: perl-dbi-5.10.0 20090409 -> 20090410

Ralf S. Engelschall пре 16 година
родитељ
комит
d6c4d4b93b
2 измењених фајлова са 9 додато и 9 уклоњено
  1. 7 7
      perl-dbi/perl-dbi.patch
  2. 2 2
      perl-dbi/perl-dbi.spec

+ 7 - 7
perl-dbi/perl-dbi.patch

@@ -1,6 +1,6 @@
-Index: DBD-SQLite-1.22_02/Makefile.PL
---- DBD-SQLite-1.22_02/Makefile.PL.orig	2009-04-08 13:42:58 +0200
-+++ DBD-SQLite-1.22_02/Makefile.PL	2009-04-09 09:52:53 +0200
+Index: DBD-SQLite-1.22_03/Makefile.PL
+--- DBD-SQLite-1.22_03/Makefile.PL.orig	2009-04-09 11:30:10 +0200
++++ DBD-SQLite-1.22_03/Makefile.PL	2009-04-10 11:40:03 +0200
 @@ -16,46 +16,7 @@
  	return @_;
  }
@@ -69,7 +69,7 @@ Index: DBD-SQLite-1.22_02/Makefile.PL
  	'-I$(DBI_INSTARCH_DIR)',
  );
 -if ( $sqlite_inc ) {
--	push @INC, "-I$sqlite_inc";
+-	push @CC_INC, "-I$sqlite_inc";
 -}
 +unshift @INC, $inc;
  
@@ -77,7 +77,7 @@ Index: DBD-SQLite-1.22_02/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-09 09:52:08 +0200
++++ DBD-Sybase-1.09/dbdimp.c	2009-04-10 11:14:49 +0200
 @@ -774,22 +774,22 @@
  
  #if defined(CS_VERSION_150)
@@ -108,7 +108,7 @@ Index: DBD-Sybase-1.09/dbdimp.c
  	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-09 09:52:08 +0200
++++ DBD-cego/Makefile.PL	2009-04-10 11:14:49 +0200
 @@ -43,7 +43,7 @@
      'VERSION_FROM'  => 'Cego.pm',
      'PREREQ_PM'     => {DBI => 1.03},
@@ -120,7 +120,7 @@ Index: DBD-cego/Makefile.PL
  	      . $opt->{'prefix'} . "/lib/libBase.a",
 Index: DBD-mysql-4.010/dbdimp.h
 --- DBD-mysql-4.010/dbdimp.h.orig	2008-04-29 01:36:17 +0200
-+++ DBD-mysql-4.010/dbdimp.h	2009-04-09 09:52:08 +0200
++++ DBD-mysql-4.010/dbdimp.h	2009-04-10 11:14:49 +0200
 @@ -19,6 +19,7 @@
   *  Header files we use
   */

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

@@ -34,7 +34,7 @@
 %define       V_dbd_anydata     0.09
 %define       V_dbd_csv         0.22
 %define       V_dbd_sprite      0.59
-%define       V_dbd_sqlite      1.22_02
+%define       V_dbd_sqlite      1.22_03
 %define       V_dbd_mysql       4.010
 %define       V_dbd_pgsql       2.12.0
 %define       V_dbd_oracle      1.22
@@ -54,7 +54,7 @@ Class:        BASE
 Group:        Perl
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20090409
+Release:      20090410
 
 #   package options
 %option       with_sqlite       yes