rpms/perl-DBD-CSV/FC-4 perl-DBD-CSV.spec,1.1,1.2

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


Author: jpo

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

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-4/perl-DBD-CSV.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-DBD-CSV.spec	31 Jan 2006 13:43:32 -0000	1.1
+++ perl-DBD-CSV.spec	26 Sep 2006 21:09:35 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-DBD-CSV
 Version:        0.22
-Release:        2%{?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,19 @@
 %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).
+
 * Sat Dec 17 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-2
 - Missing build requirement: DBD::File >= 0.30.
 




More information about the scm-commits mailing list