diff --git a/CPANPLUS-0.9160-Spelling-fix.patch b/CPANPLUS-0.9160-Spelling-fix.patch new file mode 100644 index 0000000..825366f --- /dev/null +++ b/CPANPLUS-0.9160-Spelling-fix.patch @@ -0,0 +1,30 @@ +From 89c4595a43fa7fa9c914c5b1765acc2104dca6d2 Mon Sep 17 00:00:00 2001 +From: Gregor Herrmann +Date: Mon, 25 Jul 2016 11:31:39 +0100 +Subject: [PATCH] Spelling fix +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Chris 'BinGOs' Williams +Signed-off-by: Petr Písař +--- + bin/cpan2dist | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/bin/cpan2dist b/bin/cpan2dist +index 4853325..54552d8 100644 +--- a/bin/cpan2dist ++++ b/bin/cpan2dist +@@ -496,7 +496,7 @@ Options: + May be given multiple times. + --logfile File to log all output to. By default, all output goes + to the console. +- --timeout The allowed time for buliding a distribution before ++ --timeout The allowed time for building a distribution before + aborting. This is useful to terminate any build that + hang or happen to be interactive despite being told not + to be. Defaults to 300 seconds. To turn off, you can +-- +2.7.4 + diff --git a/perl-CPANPLUS.spec b/perl-CPANPLUS.spec index 2a2bff7..572d84b 100644 --- a/perl-CPANPLUS.spec +++ b/perl-CPANPLUS.spec @@ -2,12 +2,14 @@ Name: perl-CPANPLUS # Keep 2-digit major varion to compete with perl.spec for history Version: %(echo '%{cpan_version}' | sed 's/\(\...\)/\1./') -Release: 1%{?dist} +Release: 2%{?dist} Summary: Ameliorated interface to the Comprehensive Perl Archive Network License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CPANPLUS/ Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/CPANPLUS-%{cpan_version}.tar.gz +# Correct a typo in cpan2dist manual, in upstream after 0.9160 +Patch0: CPANPLUS-0.9160-Spelling-fix.patch BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils @@ -94,6 +96,7 @@ interactive shells, command line programs, etc., that use this API. %prep %setup -q -n CPANPLUS-%{cpan_version} +%patch0 -p1 # Remove bundled modules %if !%{defined perl_bootstrap} rm -rf inc @@ -125,6 +128,9 @@ make test %{?_smp_mflags} %{_mandir}/man3/* %changelog +* Tue Oct 04 2016 Petr Pisar - 0.91.60-2 +- Correct a typo in cpan2dist manual + * Fri May 20 2016 Petr Pisar - 0.91.60-1 - 0.9160 bump