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:   14-Dec-2008 19:33:41
  Branch: HEAD                             Handle: 2008121418334000

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

  Log:
    modifying package: perl-dbi-5.10.0 20081206 -> 20081214

  Summary:
    Revision    Changes     Path
    1.48        +28 -28     openpkg-src/perl-dbi/perl-dbi.patch
    1.318       +2  -2      openpkg-src/perl-dbi/perl-dbi.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.patch
  ============================================================================
  $ cvs diff -u -r1.47 -r1.48 perl-dbi.patch
  --- openpkg-src/perl-dbi/perl-dbi.patch       6 Dec 2008 18:36:53 -0000       
1.47
  +++ openpkg-src/perl-dbi/perl-dbi.patch       14 Dec 2008 18:33:40 -0000      
1.48
  @@ -1,6 +1,6 @@
   Index: DBD-SQLite-1.14/Makefile.PL
   --- DBD-SQLite-1.14/Makefile.PL.orig 2007-08-28 21:57:09 +0200
  -+++ DBD-SQLite-1.14/Makefile.PL      2008-08-20 09:12:11 +0200
  ++++ DBD-SQLite-1.14/Makefile.PL      2008-12-14 19:29:06 +0100
   @@ -10,34 +10,6 @@
    }
    use Config;
  @@ -63,7 +63,7 @@
                           ( ($Config{d_usleep} ||
   Index: DBD-SQLite-1.14/dbdimp.h
   --- DBD-SQLite-1.14/dbdimp.h.orig    2007-08-23 02:45:08 +0200
  -+++ DBD-SQLite-1.14/dbdimp.h 2008-08-20 09:12:11 +0200
  ++++ DBD-SQLite-1.14/dbdimp.h 2008-12-14 19:29:06 +0100
   @@ -4,7 +4,7 @@
    #define _DBDIMP_H   1
    
  @@ -73,40 +73,40 @@
    
    /* 30 second timeout by default */
    #define SQL_TIMEOUT 30000
  -Index: DBD-Sybase-1.08/dbdimp.c
  ---- DBD-Sybase-1.08/dbdimp.c.orig    2007-04-19 20:33:30 +0200
  -+++ DBD-Sybase-1.08/dbdimp.c 2008-08-20 09:12:11 +0200
  -@@ -797,22 +797,22 @@
  +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 2008-12-14 19:30:18 +0100
  +@@ -774,22 +774,22 @@
    
    #if defined(CS_VERSION_150)
  -     if(cs_ver == CS_VERSION_150)
  --    BLK_VERSION = BLK_VERSION_150;
  -+    BLK_VERSION = CS_VERSION_150;
  +     if(cs_ver == CS_VERSION_150)
  +-            BLK_VERSION = BLK_VERSION_150;
  ++            BLK_VERSION = CS_VERSION_150;
    #endif
    #if defined(CS_VERSION_125)
  -     if(cs_ver == CS_VERSION_125)
  --    BLK_VERSION = BLK_VERSION_125;
  -+    BLK_VERSION = CS_VERSION_125;
  +     if(cs_ver == CS_VERSION_125)
  +-            BLK_VERSION = BLK_VERSION_125;
  ++            BLK_VERSION = CS_VERSION_125;
    #endif
    #if defined(CS_VERSION_120)
  -     if(cs_ver == CS_VERSION_120)
  --    BLK_VERSION = BLK_VERSION_120;
  -+    BLK_VERSION = CS_VERSION_120;
  +     if(cs_ver == CS_VERSION_120)
  +-            BLK_VERSION = BLK_VERSION_120;
  ++            BLK_VERSION = CS_VERSION_120;
    #endif
    #if defined(CS_VERSION_110)
  -     if(cs_ver == CS_VERSION_110)
  --    BLK_VERSION = BLK_VERSION_110;
  -+    BLK_VERSION = CS_VERSION_110;
  +     if(cs_ver == CS_VERSION_110)
  +-            BLK_VERSION = BLK_VERSION_110;
  ++            BLK_VERSION = CS_VERSION_110;
    #endif
  -     if(cs_ver == CS_VERSION_100)
  --    BLK_VERSION = BLK_VERSION_100;
  -+    BLK_VERSION = CS_VERSION_100;
  +     if (cs_ver == CS_VERSION_100)
  +-            BLK_VERSION = BLK_VERSION_100;
  ++            BLK_VERSION = CS_VERSION_100;
    
    #if USE_CSLIB_CB
  -     if (cs_config(context, CS_SET, CS_MESSAGE_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     2008-08-20 09:12:11 +0200
  ++++ DBD-cego/Makefile.PL     2008-12-14 19:29:06 +0100
   @@ -43,7 +43,7 @@
        'VERSION_FROM'  => 'Cego.pm',
        'PREREQ_PM'     => {DBI => 1.03},
  @@ -118,7 +118,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 2008-08-20 09:12:11 +0200
  ++++ DBD-mysql-4.010/dbdimp.h 2008-12-14 19:29:06 +0100
   @@ -19,6 +19,7 @@
     *  Header files we use
     */
  @@ -128,8 +128,8 @@
    #include <mysqld_error.h>  /* Comes MySQL */
    
   Index: SQL-Translator-0.09002/Build.PL
  ---- SQL-Translator-0.09002/Build.PL.orig     2008-08-19 17:40:47 +0200
  -+++ SQL-Translator-0.09002/Build.PL  2008-08-20 09:12:11 +0200
  +--- SQL-Translator-0.09002/Build.PL.orig     2008-12-05 14:14:58 +0100
  ++++ SQL-Translator-0.09002/Build.PL  2008-12-14 19:29:06 +0100
   @@ -26,7 +26,6 @@
            'Class::MakeMethods'       => 0,
            'Digest::SHA1'             => 2.00,
  @@ -153,8 +153,8 @@
        get_options => {
            # Where to store additional files such as templates.
   Index: SQL-Translator-0.09002/lib/SQL/Translator/Schema/Graph.pm
  ---- SQL-Translator-0.09002/lib/SQL/Translator/Schema/Graph.pm.orig   
2008-08-19 17:40:47 +0200
  -+++ SQL-Translator-0.09002/lib/SQL/Translator/Schema/Graph.pm        
2008-08-20 09:14:47 +0200
  +--- SQL-Translator-0.09002/lib/SQL/Translator/Schema/Graph.pm.orig   
2008-12-05 14:14:58 +0100
  ++++ SQL-Translator-0.09002/lib/SQL/Translator/Schema/Graph.pm        
2008-12-14 19:29:06 +0100
   @@ -5,8 +5,6 @@
    use Data::Dumper;
    local $Data::Dumper::Maxdepth = 3;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.spec
  ============================================================================
  $ cvs diff -u -r1.317 -r1.318 perl-dbi.spec
  --- openpkg-src/perl-dbi/perl-dbi.spec        6 Dec 2008 18:36:53 -0000       
1.317
  +++ openpkg-src/perl-dbi/perl-dbi.spec        14 Dec 2008 18:33:40 -0000      
1.318
  @@ -38,7 +38,7 @@
   %define       V_dbd_mysql       4.010
   %define       V_dbd_pgsql       2.11.6
   %define       V_dbd_oracle      1.22
  -%define       V_dbd_sybase      1.08
  +%define       V_dbd_sybase      1.09
   %define       V_dbd_odbc        1.17
   %define       V_dbd_pglite      0.11
   %define       V_dbd_cego        1.1.2
  @@ -54,7 +54,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20081206
  +Release:      20081214
   
   #   package options
   %option       with_sqlite       yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to