Browse Source

upgrade SQLite module

master
parent
commit
a4f321b561
  1. 6
      perl-dbi/perl-dbi.patch
  2. 4
      perl-dbi/perl-dbi.spec

6
perl-dbi/perl-dbi.patch

@ -1,6 +1,6 @@
Index: DBD-SQLite-1.28_02/Makefile.PL Index: DBD-SQLite-1.29/Makefile.PL
--- DBD-SQLite-1.28_02/Makefile.PL.orig 2009-10-06 08:16:49 +0200 --- DBD-SQLite-1.29/Makefile.PL.orig 2009-10-06 08:16:49 +0200
+++ DBD-SQLite-1.28_02/Makefile.PL 2009-10-12 08:29:04 +0200 +++ DBD-SQLite-1.29/Makefile.PL 2009-10-12 08:29:04 +0200
@@ -17,46 +17,7 @@ @@ -17,46 +17,7 @@
return @_; return @_;
} }

4
perl-dbi/perl-dbi.spec

@ -34,7 +34,7 @@
%define V_dbd_anydata 0.09 %define V_dbd_anydata 0.09
%define V_dbd_csv 0.22 %define V_dbd_csv 0.22
%define V_dbd_sprite 0.59 %define V_dbd_sprite 0.59
%define V_dbd_sqlite 1.28_02 %define V_dbd_sqlite 1.29
%define V_dbd_mysql 4.013 %define V_dbd_mysql 4.013
%define V_dbd_pgsql 2.15.1 %define V_dbd_pgsql 2.15.1
%define V_dbd_oracle 1.23 %define V_dbd_oracle 1.23
@ -54,7 +54,7 @@ Class: BASE
Group: Perl Group: Perl
License: GPL/Artistic License: GPL/Artistic
Version: %{V_perl} Version: %{V_perl}
Release: 20100105 Release: 20100108
# package options # package options
%option with_sqlite yes %option with_sqlite yes

Loading…
Cancel
Save