From aea878df2c46b2f44b1f97f73839be262952253e Mon Sep 17 00:00:00 2001 From: Johan Vromans <jvrom...@squirrel.nl> Date: Sat, 28 Jan 2017 20:26:56 +0100 Subject: Upgrade to upstream 1.91.
--- .gitignore | 1 + perl-Text-CSV.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d7cd9e9..8279e57 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Text-CSV-1.21.tar.gz /Text-CSV-1.30.tar.gz /Text-CSV-1.33.tar.gz +/Text-CSV-1.91.tar.gz diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index 8d3d727..73a1b38 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -1,15 +1,16 @@ Name: perl-Text-CSV -Version: 1.33 -Release: 2%{?dist} +Version: 1.91 +Release: 4%{?dist} Summary: Comma-separated values manipulator Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Text-CSV/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/Text-CSV-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/Text-CSV-1.91.tar.gz BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils BuildRequires: make +BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(lib) # Run-time: @@ -59,11 +60,14 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';' %{_fixperms} %{buildroot} %files -%doc Changes README +%doc Changes README.md %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sat Jan 28 2017 Johan Vromans <jvrom...@squirrel.nl> - 1.91-4 +- Upgrade to upstream 1.91. + * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 1.33-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 94b6e6d..f843f43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -358e2f2ddb6c7746c91e49a7db97b634 Text-CSV-1.33.tar.gz +SHA512 (Text-CSV-1.91.tar.gz) = 1dfd1de9b91390df38788a36423d671d4b3aafc7b5a106b994ced944893b73a90bd0e7ad0ce88f51e81e7ff70c507a1c70fbe9a55c7139860f84f18e060d15d9 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Text-CSV.git/commit/?h=f24&id=aea878df2c46b2f44b1f97f73839be262952253e _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org