diff --git a/.cvsignore b/.cvsignore index f63b40d..5d24952 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -DBD-SQLite-1.08.tar.gz +DBD-SQLite-1.09.tar.gz diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 11ac53f..e072232 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,12 +1,12 @@ Name: perl-DBD-SQLite -Version: 1.08 -Release: 2%{?dist} +Version: 1.09 +Release: 1%{?dist} Summary: Self Contained RDBMS in a DBI Driver Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/DBD-SQLite/ -Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/DBD/DBD-SQLite-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl-DBI >= 1.03 @@ -21,6 +21,8 @@ DBD::SQLite includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and nothing else. +As of version 1.09 it can use the external SQLite library (>= 3.1.3). + %prep %setup -q -n DBD-SQLite-%{version} @@ -56,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 29 2005 Jose Pedro Oliveira - 1.09-1 +- Update to 1.09. +- This new version can use an external SQLite library (>= 3.1.3). + * Sun Jun 12 2005 Jose Pedro Oliveira - 1.08-2 - temporary maintainership. diff --git a/sources b/sources index 4e98a28..551a4f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -589a0497eaf4c855ad2a214950cba217 DBD-SQLite-1.08.tar.gz +02cde1aba9cc2d8474666d8258d8256d DBD-SQLite-1.09.tar.gz