rpms/perl-DBD-SQLite/F-11 .cvsignore, 1.6, 1.7 perl-DBD-SQLite.spec, 1.22, 1.23 sources, 1.6, 1.7

Marcela Mašláňová mmaslano at fedoraproject.org
Tue May 5 11:39:34 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DBD-SQLite/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30142

Modified Files:
	.cvsignore perl-DBD-SQLite.spec sources 
Log Message:
* Tue May  5 2009 Marcela Maslanova <mmaslano at redhat.com> 1.23-1
- update to the latest version, change BR



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/F-11/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	10 Dec 2007 19:44:47 -0000	1.6
+++ .cvsignore	5 May 2009 11:39:03 -0000	1.7
@@ -1 +1 @@
-DBD-SQLite-1.14.tar.gz
+DBD-SQLite-1.23.tar.gz


Index: perl-DBD-SQLite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/F-11/perl-DBD-SQLite.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- perl-DBD-SQLite.spec	26 Feb 2009 14:09:01 -0000	1.22
+++ perl-DBD-SQLite.spec	5 May 2009 11:39:03 -0000	1.23
@@ -1,6 +1,6 @@
 Name:           perl-DBD-SQLite
-Version:        1.14
-Release:        9%{?dist}
+Version:        1.23
+Release:        1%{?dist}
 Summary:        Self Contained RDBMS in a DBI Driver
 
 Group:          Development/Libraries
@@ -9,16 +9,15 @@ URL:            http://search.cpan.org/d
 Source0:        http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# see http://rt.cpan.org/Public/Bug/Display.html?id=30558
-Patch0:         rt32100.patch
-
-BuildRequires:  perl-DBI >= 1.03
+BuildRequires:  perl-DBI >= 1.57
 # 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
+#BuildRequires:  sqlite-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -34,7 +33,6 @@ As of version 1.09 it can use the extern
 
 %prep
 %setup -q -n DBD-SQLite-%{version}
-%patch0
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -68,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May  5 2009 Marcela Maslanova <mmaslano at redhat.com> 1.23-1
+- update to the latest version, change BR
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/F-11/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	10 Dec 2007 19:44:47 -0000	1.6
+++ sources	5 May 2009 11:39:03 -0000	1.7
@@ -1 +1 @@
-78a89cc8fd46bb2a5d537433dcccc8e6  DBD-SQLite-1.14.tar.gz
+3fb6d567a507b4f347d56a6ba38966d0  DBD-SQLite-1.23.tar.gz




More information about the Fedora-perl-devel-list mailing list