OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Feb-2008 10:59:49
Branch: HEAD Handle: 2008020209594801
Modified files:
openpkg-src/perl-dbi perl-dbi.patch perl-dbi.spec
Log:
modifying package: perl-dbi-5.10.0 20080129 -> 20080202
Summary:
Revision Changes Path
1.34 +17 -16 openpkg-src/perl-dbi/perl-dbi.patch
1.253 +2 -2 openpkg-src/perl-dbi/perl-dbi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.patch
============================================================================
$ cvs diff -u -r1.33 -r1.34 perl-dbi.patch
--- openpkg-src/perl-dbi/perl-dbi.patch 27 Dec 2007 10:01:00 -0000
1.33
+++ openpkg-src/perl-dbi/perl-dbi.patch 2 Feb 2008 09:59:48 -0000
1.34
@@ -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 @@
( ($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 @@
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 @@
#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 @@
. $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 @@
+#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 @@
- '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;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.252 -r1.253 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 29 Jan 2008 22:10:03 -0000
1.252
+++ openpkg-src/perl-dbi/perl-dbi.spec 2 Feb 2008 09:59:49 -0000
1.253
@@ -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 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20080129
+Release: 20080202
# package options
%option with_dbd_sqlite yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]