rpms/perl-Text-RecordParser/devel .cvsignore, 1.2, 1.3 perl-Text-RecordParser.spec, 1.4, 1.5 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Sun May 17 06:10:49 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Text-RecordParser/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7086

Modified Files:
	.cvsignore perl-Text-RecordParser.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.3.0-1
- auto-update to 1.3.0 (by cpan-spec-update 0.01)
- added a new br on perl(List::Util) (version 0)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-RecordParser/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	16 May 2007 23:40:13 -0000	1.2
+++ .cvsignore	17 May 2009 06:10:48 -0000	1.3
@@ -1 +1 @@
-Text-RecordParser-v1.2.1.tar.gz
+Text-RecordParser-1.3.0.tar.gz


Index: perl-Text-RecordParser.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-RecordParser/devel/perl-Text-RecordParser.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-Text-RecordParser.spec	27 Feb 2009 03:25:52 -0000	1.4
+++ perl-Text-RecordParser.spec	17 May 2009 06:10:48 -0000	1.5
@@ -1,31 +1,34 @@
 Name:           perl-Text-RecordParser
-Version:        1.2.1
-Release:        5%{?dist}
+Version:        1.3.0
+Release:        1%{?dist}
 Summary:        Read record-oriented files
 License:        GPLv2
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Text-RecordParser/
-Source0:        http://www.cpan.org/authors/id/K/KC/KCLARK/Text-RecordParser-v%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 # core
-#BuildRequires:  perl(List::Util)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::More)
 # cpan
-BuildRequires:  perl(Module::Build) 
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Class::Accessor)
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Text::TabularDisplay)
 BuildRequires:  perl(version)
 # test
-BuildRequires:  perl(IO::Scalar) 
+BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 
+# not automagically picked up...
+Requires:       perl(Class::Accessor)
+
 %description
 This module is for reading record-oriented data in a delimited text file.
 The most common example have records separated by newlines and fields
@@ -38,9 +41,9 @@ you can still bind your own field names 
 can then use many methods to get at the data as arrays or hashes.
 
 %prep
-%setup -q -n Text-RecordParser-v%{version}
+%setup -q -n Text-RecordParser-%{version}
 
-perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t
+perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -68,6 +71,10 @@ rm -rf %{buildroot}
 %{_mandir}/man[13]/*
 
 %changelog
+* Sun May 17 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.3.0-1
+- auto-update to 1.3.0 (by cpan-spec-update 0.01)
+- added a new br on perl(List::Util) (version 0)
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-RecordParser/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	16 May 2007 23:40:13 -0000	1.2
+++ sources	17 May 2009 06:10:48 -0000	1.3
@@ -1 +1 @@
-65c2a85a2ed2a9bc791d377954bd5a44  Text-RecordParser-v1.2.1.tar.gz
+f4dac25c75c9bd14fe0256f83546a7b2  Text-RecordParser-1.3.0.tar.gz




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