OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   10-Apr-2009 11:47:07
  Branch: HEAD                             Handle: 2009041010470500

  Modified files:
    openpkg-src/perl-dbi    perl-dbi.patch perl-dbi.spec

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

  Summary:
    Revision    Changes     Path
    1.54        +7  -7      openpkg-src/perl-dbi/perl-dbi.patch
    1.336       +2  -2      openpkg-src/perl-dbi/perl-dbi.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.patch
  ============================================================================
  $ cvs diff -u -r1.53 -r1.54 perl-dbi.patch
  --- openpkg-src/perl-dbi/perl-dbi.patch       9 Apr 2009 07:59:12 -0000       
1.53
  +++ openpkg-src/perl-dbi/perl-dbi.patch       10 Apr 2009 09:47:05 -0000      
1.54
  @@ -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 @@
        '-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 @@
        '-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 @@
        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 @@
              . $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
     */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.spec
  ============================================================================
  $ cvs diff -u -r1.335 -r1.336 perl-dbi.spec
  --- openpkg-src/perl-dbi/perl-dbi.spec        9 Apr 2009 07:59:12 -0000       
1.335
  +++ openpkg-src/perl-dbi/perl-dbi.spec        10 Apr 2009 09:47:05 -0000      
1.336
  @@ -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 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20090409
  +Release:      20090410
   
   #   package options
   %option       with_sqlite       yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to