rpms/perl-Text-CSV/F-11 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 perl-Text-CSV.spec, 1.1, 1.2 sources, 1.2, 1.3

Johan Vromans sciurius at fedoraproject.org
Thu Jul 1 10:54:40 UTC 2010


Author: sciurius

Update of /cvs/pkgs/rpms/perl-Text-CSV/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2685/F-11

Modified Files:
	.cvsignore import.log perl-Text-CSV.spec sources 
Log Message:
1.18-1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-CSV/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	27 Apr 2009 09:04:57 -0000	1.2
+++ .cvsignore	1 Jul 2010 10:54:40 -0000	1.3
@@ -1 +1 @@
-Text-CSV-1.10.tar.gz
+Text-CSV-1.18.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-CSV/F-11/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	27 Apr 2009 09:04:57 -0000	1.1
+++ import.log	1 Jul 2010 10:54:40 -0000	1.2
@@ -1 +1,2 @@
 perl-Text-CSV-1_10-1_fc11:F-11:perl-Text-CSV-1.10-1.fc11.src.rpm:1240823019
+perl-Text-CSV-1_18-1_fc10:F-11:perl-Text-CSV-1.18-1.fc10.src.rpm:1277981664


Index: perl-Text-CSV.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-CSV/F-11/perl-Text-CSV.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-Text-CSV.spec	27 Apr 2009 09:04:57 -0000	1.1
+++ perl-Text-CSV.spec	1 Jul 2010 10:54:40 -0000	1.2
@@ -1,5 +1,5 @@
 Name:		perl-Text-CSV
-Version:	1.10
+Version:	1.18
 Release:	1%{?dist}
 Summary:	Comma-separated values manipulator
 
@@ -16,9 +16,12 @@ BuildArch:	noarch
 BuildRequires:	perl(ExtUtils::MakeMaker)
 
 # For test suite
+BuildRequires:  perl(Test::Harness)
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(IO::Handle)
 
+%{?perl_default_filter}
+
 %description
 Text::CSV provides facilities for the composition and decomposition of
 comma-separated values.  An instance of the Text::CSV class can combine
@@ -40,7 +43,7 @@ perhaps better called ASV (anything sepa
 
 %install
 %{__rm} -rf %{buildroot}
-%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
+%{__make} pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
@@ -56,5 +59,22 @@ find %{buildroot} -depth -type d -exec r
 
 
 %changelog
+* Thu Jul  1 2010 Johan Vromans - 1.18-1
+- Upgrade to upstream 1.18.
+
+* Fri May 07 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.16-2
+- Mass rebuild with perl-5.12.0
+
+* Wed Mar 17 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.16-1
+- PERL_INSTALL_ROOT => DESTDIR, add perl_default_filter
+- auto-update to 1.16 (by cpan-spec-update 0.01) (for DBIx::Class)
+- added a new br on perl(Test::Harness) (version 0)
+
+* Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 1.10-3
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Sat Jan 31 2009 Johan Vromans <jvromans at squirrel.nl> 1.10-1
 - Initial Fedora RPM version


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-CSV/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	27 Apr 2009 09:04:57 -0000	1.2
+++ sources	1 Jul 2010 10:54:40 -0000	1.3
@@ -1 +1 @@
-ea28c3e4d37125b34c68ce2a03e6315a  Text-CSV-1.10.tar.gz
+32bbfc835e3a3e12d0d9f8825e2eb774  Text-CSV-1.18.tar.gz



More information about the scm-commits mailing list