Browse Source

update module

Ralf S. Engelschall 13 years ago
parent
commit
379d138847
2 changed files with 13 additions and 13 deletions
  1. 11 11
      perl-dbi/perl-dbi.patch
  2. 2 2
      perl-dbi/perl-dbi.spec

+ 11 - 11
perl-dbi/perl-dbi.patch

@@ -1,6 +1,6 @@
-Index: DBD-SQLite-1.36_04/Makefile.PL
---- DBD-SQLite-1.36_04/Makefile.PL.orig	2010-12-10 06:09:02.000000000 +0100
-+++ DBD-SQLite-1.36_04/Makefile.PL	2010-12-19 11:19:59.000000000 +0100
+Index: DBD-SQLite-1.37/Makefile.PL
+--- DBD-SQLite-1.37/Makefile.PL.orig	2010-12-10 06:09:02.000000000 +0100
++++ DBD-SQLite-1.37/Makefile.PL	2010-12-19 11:19:59.000000000 +0100
 @@ -17,46 +17,9 @@
  	return @_;
  }
@@ -72,9 +72,9 @@ Index: DBD-SQLite-1.36_04/Makefile.PL
  if ( $sqlite_inc ) {
  	push @CC_INC, "-I$sqlite_inc";
  }
-Index: DBD-SQLite-1.36_04/SQLiteXS.h
---- DBD-SQLite-1.36_04/SQLiteXS.h.orig	2010-12-10 06:09:02.000000000 +0100
-+++ DBD-SQLite-1.36_04/SQLiteXS.h	2010-12-19 11:19:59.000000000 +0100
+Index: DBD-SQLite-1.37/SQLiteXS.h
+--- DBD-SQLite-1.37/SQLiteXS.h.orig	2010-12-10 06:09:02.000000000 +0100
++++ DBD-SQLite-1.37/SQLiteXS.h	2010-12-19 11:19:59.000000000 +0100
 @@ -19,6 +19,5 @@
  #include <dbd_xsh.h>
  
@@ -83,8 +83,8 @@ Index: DBD-SQLite-1.36_04/SQLiteXS.h
  
  #endif
 Index: DBD-SQLite-1.36_04/dbdimp.c
---- DBD-SQLite-1.36_04/dbdimp.c.orig	2010-12-10 06:09:02.000000000 +0100
-+++ DBD-SQLite-1.36_04/dbdimp.c	2010-12-19 11:19:59.000000000 +0100
+--- DBD-SQLite-1.37/dbdimp.c.orig	2010-12-10 06:09:02.000000000 +0100
++++ DBD-SQLite-1.37/dbdimp.c	2010-12-19 11:19:59.000000000 +0100
 @@ -2019,6 +2019,7 @@
  #endif
  }
@@ -148,9 +148,9 @@ Index: DBD-Sybase-1.14/dbdimp.c
  
  #if USE_CSLIB_CB
  	if (cs_config(context, CS_SET, CS_MESSAGE_CB,
-Index: DBD-mysql-4.021/dbdimp.h
---- DBD-mysql-4.021/dbdimp.h.orig	2010-07-10 16:53:52.000000000 +0200
-+++ DBD-mysql-4.021/dbdimp.h	2010-12-19 11:19:59.000000000 +0100
+Index: DBD-mysql-4.022/dbdimp.h
+--- DBD-mysql-4.022/dbdimp.h.orig	2010-07-10 16:53:52.000000000 +0200
++++ DBD-mysql-4.022/dbdimp.h	2010-12-19 11:19:59.000000000 +0100
 @@ -19,6 +19,7 @@
   *  Header files we use
   */

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

@@ -35,7 +35,7 @@
 %define       V_dbd_csv         0.22
 %define       V_dbd_sprite      0.59
 %define       V_dbd_sqlite      1.37
-%define       V_dbd_mysql       4.021
+%define       V_dbd_mysql       4.022
 %define       V_dbd_pgsql       2.18.1
 %define       V_dbd_oracle      1.26
 %define       V_dbd_sybase      1.14
@@ -54,7 +54,7 @@ Class:        BASE
 Group:        Perl
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20120708
+Release:      20120831
 
 #   package options
 %option       with_sqlite       yes