rpms/perl-DBI/devel .cvsignore, 1.22, 1.23 perl-DBI.spec, 1.46, 1.47 sources, 1.22, 1.23

Petr Pisar ppisar at fedoraproject.org
Mon Jun 7 13:00:25 UTC 2010


Author: ppisar

Update of /cvs/pkgs/rpms/perl-DBI/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25649

Modified Files:
	.cvsignore perl-DBI.spec sources 
Log Message:
1.611 bump


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBI/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- .cvsignore	10 Jun 2009 14:36:13 -0000	1.22
+++ .cvsignore	7 Jun 2010 13:00:24 -0000	1.23
@@ -1 +1 @@
-DBI-1.609.tar.gz
+DBI-1.611.tar.gz


Index: perl-DBI.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBI/devel/perl-DBI.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- perl-DBI.spec	30 Apr 2010 14:11:55 -0000	1.46
+++ perl-DBI.spec	7 Jun 2010 13:00:24 -0000	1.47
@@ -1,6 +1,6 @@
 Name:           perl-DBI
-Version:        1.609
-Release:        5%{?dist}
+Version:        1.611
+Release:        1%{?dist}
 Summary:        A database access API for perl
 
 Group:          Development/Libraries
@@ -9,11 +9,15 @@ URL:            http://dbi.perl.org/
 Source0:        http://www.cpan.org/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::Pod)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# perl(RPC::PlClient) for tests only, it's optional at compile and run time
+BuildRequires:  perl(RPC::PlClient) >= 0.2000
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Simple) >= 0.84
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 # The automated scripts are not able to get the version for this:
-Provides:	perl(DBI) = %{version}
+Provides:       perl(DBI) = %{version}
 
 %description 
 DBI is a database access Application Programming Interface (API) for
@@ -56,10 +60,10 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 # Remove Win32 specific files and man pages to avoid unwanted dependencies
 rm -rf $RPM_BUILD_ROOT%{perl_vendorarch}/{Win32,DBI/W32ODBC.pm} \
-	 $RPM_BUILD_ROOT%{_mandir}/man3/{DBI::W32,Win32::DBI}ODBC.3pm
+    $RPM_BUILD_ROOT%{_mandir}/man3/{DBI::W32,Win32::DBI}ODBC.3pm
 
 perl -pi -e 's"#!perl -w"#!/usr/bin/perl -w"' \
-	$RPM_BUILD_ROOT%{perl_vendorarch}/{goferperf,dbixs_rev}.pl
+    $RPM_BUILD_ROOT%{perl_vendorarch}/{goferperf,dbixs_rev}.pl
 
 
 %check
@@ -84,6 +88,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun  7 2010 Petr Pisar <ppisar at redhat.com> - 1.611-1
+- 1.611 bump
+- Add BuildRequires perl(RPC::PlClient) to cover some optional tests
+- Fix indentation
+
 * Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.609-5
 - Mass rebuild with perl-5.12.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBI/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- sources	10 Jun 2009 14:36:14 -0000	1.22
+++ sources	7 Jun 2010 13:00:24 -0000	1.23
@@ -1 +1 @@
-e4689870b3f7ce503022a076c53284ed  DBI-1.609.tar.gz
+f48bc718e871f8926809af16682783fb  DBI-1.611.tar.gz



More information about the scm-commits mailing list