rpms/perl-DBD-CSV/FC-5 perl-DBD-CSV.spec,1.2,1.3

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Tue Sep 26 21:09:36 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-DBD-CSV/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5505/FC-5

Modified Files:
	perl-DBD-CSV.spec 
Log Message:
Added perl(SQL::Statement) to requirements list (#208012).


Index: perl-DBD-CSV.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-CSV/FC-5/perl-DBD-CSV.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-DBD-CSV.spec	24 Feb 2006 20:39:08 -0000	1.2
+++ perl-DBD-CSV.spec	26 Sep 2006 21:09:36 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-DBD-CSV
 Version:        0.22
-Release:        3%{?dist}
+Release:        5%{?dist}
 Summary:        DBI driver for CSV files
 
 Group:          Development/Libraries
@@ -15,6 +15,7 @@
 BuildRequires:  perl(SQL::Statement) >= 0.1011
 BuildRequires:  perl(Text::CSV_XS) >= 0.16
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(SQL::Statement) >= 0.1011
 
 %description
 The DBD::CSV module is yet another driver for the DBI (Database
@@ -27,7 +28,7 @@
 
 %prep
 %setup -q -n DBD-CSV-%{version}
-chmod a-x ChangeLog README lib/DBD/*.pm lib/Bundle/DBD/*.pm
+chmod -c a-x ChangeLog README lib/DBD/*.pm lib/Bundle/DBD/*.pm
 
 
 %build
@@ -56,10 +57,16 @@
 %doc ChangeLog README
 %{perl_vendorlib}/Bundle/
 %{perl_vendorlib}/DBD/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Tue Sep 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-5
+- Added perl(SQL::Statement) to requirements list (#208012).
+
+* Thu Sep  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-4
+- Rebuild for FC6.
+
 * Fri Feb 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-3
 - Rebuild for FC5 (perl 5.8.8).
 




More information about the scm-commits mailing list