rpms/perl-DBD-SQLite/devel .cvsignore, 1.2, 1.3 perl-DBD-SQLite.spec, 1.3, 1.4 sources, 1.2, 1.3

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Fri Jul 29 17:53:20 UTC 2005


Author: jpo

Update of /cvs/extras/rpms/perl-DBD-SQLite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4279

Modified Files:
	.cvsignore perl-DBD-SQLite.spec sources 
Log Message:
Update to 1.09.
This new version can use an external SQLite library (>= 3.1.3).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-SQLite/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Jun 2005 05:00:52 -0000	1.2
+++ .cvsignore	29 Jul 2005 17:53:17 -0000	1.3
@@ -1 +1 @@
-DBD-SQLite-1.08.tar.gz
+DBD-SQLite-1.09.tar.gz


Index: perl-DBD-SQLite.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-SQLite/devel/perl-DBD-SQLite.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-DBD-SQLite.spec	12 Jun 2005 15:37:05 -0000	1.3
+++ perl-DBD-SQLite.spec	29 Jul 2005 17:53:17 -0000	1.4
@@ -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 @@
 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 @@
 
 
 %changelog
+* Fri Jul 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 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 <jpo at di.uminho.pt> - 1.08-2
 - temporary maintainership.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-SQLite/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Jun 2005 05:00:52 -0000	1.2
+++ sources	29 Jul 2005 17:53:17 -0000	1.3
@@ -1 +1 @@
-589a0497eaf4c855ad2a214950cba217  DBD-SQLite-1.08.tar.gz
+02cde1aba9cc2d8474666d8258d8256d  DBD-SQLite-1.09.tar.gz




More information about the scm-commits mailing list