Parcourir la source

modifying package: perl-dbi-5.10.0 20080129 -> 20080202

Ralf S. Engelschall il y a 18 ans
Parent
commit
c59a9dbac3
2 fichiers modifiés avec 19 ajouts et 18 suppressions
  1. 17 16
      perl-dbi/perl-dbi.patch
  2. 2 2
      perl-dbi/perl-dbi.spec

+ 17 - 16
perl-dbi/perl-dbi.patch

@@ -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	2007-10-21 21:55:59 +0200
++++ DBD-SQLite-1.14/Makefile.PL	2008-02-02 10:57:18 +0100
 @@ -10,34 +10,6 @@
  }
  use Config;
@@ -63,7 +63,7 @@ Index: DBD-SQLite-1.14/Makefile.PL
                         ( ($Config{d_usleep} ||
 Index: DBD-SQLite-1.14/dbdimp.c
 --- DBD-SQLite-1.14/dbdimp.c.orig	2007-08-24 04:51:25 +0200
-+++ DBD-SQLite-1.14/dbdimp.c	2007-10-21 21:55:59 +0200
++++ DBD-SQLite-1.14/dbdimp.c	2008-02-02 10:57:18 +0100
 @@ -394,15 +394,18 @@
      
      sqlite_trace(3, "Execute returned %d cols\n", DBIc_NUM_FIELDS(imp_sth));
@@ -86,7 +86,7 @@ Index: DBD-SQLite-1.14/dbdimp.c
          imp_sth->nrow = sqlite3_changes(imp_dbh->db);
 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	2007-10-21 21:55:59 +0200
++++ DBD-SQLite-1.14/dbdimp.h	2008-02-02 10:57:18 +0100
 @@ -4,7 +4,7 @@
  #define _DBDIMP_H   1
  
@@ -98,7 +98,7 @@ Index: DBD-SQLite-1.14/dbdimp.h
  #define SQL_TIMEOUT 30000
 Index: DBD-cego/Makefile.PL
 --- DBD-cego/Makefile.PL.orig	2007-06-25 20:38:07 +0200
-+++ DBD-cego/Makefile.PL	2007-10-21 21:55:59 +0200
++++ DBD-cego/Makefile.PL	2008-02-02 10:57:18 +0100
 @@ -43,7 +43,7 @@
      'VERSION_FROM'  => 'Cego.pm',
      'PREREQ_PM'     => {DBI => 1.03},
@@ -109,8 +109,8 @@ Index: DBD-cego/Makefile.PL
  	      . $opt->{'prefix'} . "/lib/libXML.a " 
  	      . $opt->{'prefix'} . "/lib/libBase.a",
 Index: DBD-mysql-4.006/dbdimp.h
---- DBD-mysql-4.006/dbdimp.h.orig	2007-06-07 13:51:16 +0200
-+++ DBD-mysql-4.006/dbdimp.h	2007-10-21 21:55:59 +0200
+--- DBD-mysql-4.006/dbdimp.h.orig	2007-12-11 22:41:50 +0100
++++ DBD-mysql-4.006/dbdimp.h	2008-02-02 10:57:18 +0100
 @@ -19,6 +19,7 @@
   *  Header files we use
   */
@@ -118,18 +118,18 @@ Index: DBD-mysql-4.006/dbdimp.h
 +#include <my_global.h>
  #include <mysql.h>  /* Comes with MySQL-devel */
  #include <mysqld_error.h>  /* Comes MySQL */
- #include <errmsg.h> /* Comes with MySQL-devel */
+ 
 Index: DBI-1.59/Makefile.PL
 --- DBI-1.59/Makefile.PL.orig	2007-06-28 15:12:27 +0200
-+++ DBI-1.59/Makefile.PL	2007-10-21 21:55:59 +0200
++++ DBI-1.59/Makefile.PL	2008-02-02 10:57:18 +0100
 @@ -343,3 +343,4 @@
  }
  
  # end.
 +
-Index: SQL-Translator-0.0899_01/Build.PL
---- SQL-Translator-0.0899_01/Build.PL.orig	2007-10-21 14:43:48 +0200
-+++ SQL-Translator-0.0899_01/Build.PL	2007-10-21 21:56:21 +0200
+Index: SQL-Translator-0.0899_02/Build.PL
+--- SQL-Translator-0.0899_02/Build.PL.orig	2008-01-31 13:06:23 +0100
++++ SQL-Translator-0.0899_02/Build.PL	2008-02-02 10:58:12 +0100
 @@ -25,7 +25,6 @@
          'Class::Data::Inheritable' => 0.02,
          'Class::MakeMethods'       => 0,
@@ -137,23 +137,24 @@ Index: SQL-Translator-0.0899_01/Build.PL
 -        'Log::Log4perl'            => 0,
          'Parse::RecDescent'        => 1.94,
          'Pod::Usage'               => 0,
-     },
-@@ -43,12 +42,6 @@
+         'Class::Accessor::Fast'    => 0,
+@@ -44,13 +43,6 @@
          'XML::XPath'              => 1.13,
      },
      build_requires    => {
 -        'File::Basename'          => 0,
 -        'File::Spec'              => 0,
 -        'Test::More'              => 0.6,
+-        'Test::Differences'       => 0,
 -        'Test::Exception'         => 0,
 -        'Test::Differences'       => 0,
 -        'YAML'                    => 0.39,
      },
      get_options => {
          # Where to store additional files such as templates.
-Index: SQL-Translator-0.0899_01/lib/SQL/Translator/Schema/Graph.pm
---- SQL-Translator-0.0899_01/lib/SQL/Translator/Schema/Graph.pm.orig	2007-10-21 14:43:48 +0200
-+++ SQL-Translator-0.0899_01/lib/SQL/Translator/Schema/Graph.pm	2007-10-21 21:55:59 +0200
+Index: SQL-Translator-0.0899_02/lib/SQL/Translator/Schema/Graph.pm
+--- SQL-Translator-0.0899_02/lib/SQL/Translator/Schema/Graph.pm.orig	2008-01-31 13:06:23 +0100
++++ SQL-Translator-0.0899_02/lib/SQL/Translator/Schema/Graph.pm	2008-02-02 10:57:18 +0100
 @@ -5,8 +5,6 @@
  use Data::Dumper;
  local $Data::Dumper::Maxdepth = 3;

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

@@ -29,7 +29,7 @@
 %define       V_sql_routine     0.70.3
 %define       V_sql_builder     0.033
 %define       V_sql_interpolate 0.33
-%define       V_sql_translator  0.0899_01
+%define       V_sql_translator  0.0899_02
 %define       V_dbd_mock        1.36
 %define       V_dbd_anydata     0.09
 %define       V_dbd_csv         0.22
@@ -54,7 +54,7 @@ Class:        BASE
 Group:        Perl
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20080129
+Release:      20080202
 
 #   package options
 %option       with_dbd_sqlite  yes