rpms/perl-DBD-SQLite/FC-3 .cvsignore, 1.2, 1.3 perl-DBD-SQLite.spec, 1.2, 1.3 sources, 1.2, 1.3

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Fri Jul 29 18:48:38 UTC 2005


Author: jpo

Update of /cvs/extras/rpms/perl-DBD-SQLite/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6052/FC-3

Modified Files:
	.cvsignore perl-DBD-SQLite.spec sources 
Log Message:
Update to 1.09


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-SQLite/FC-3/.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 18:48:36 -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/FC-3/perl-DBD-SQLite.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-DBD-SQLite.spec	12 Jun 2005 05:00:52 -0000	1.2
+++ perl-DBD-SQLite.spec	29 Jul 2005 18:48:36 -0000	1.3
@@ -1,15 +1,20 @@
-Name:           perl-DBD-SQLite 
-Version:        1.08
+Name:           perl-DBD-SQLite
+Version:        1.09
 Release:        2%{?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
+# if sqlite >= 3.1.3 then
+#   perl-DBD-SQLite uses the external library
+# else
+#   perl-DBD-SQLite is self-contained (uses the sqlite local copy)
+BuildRequires:  sqlite-devel
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -21,6 +26,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}
 
@@ -49,13 +56,21 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/DBD/SQLite.pm
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Fri Jul 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-2
+- Build requirement added: sqlite-devel.
+- Doc file added: Changes.
+
+* 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/FC-3/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 18:48:36 -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