From a83998073af19e690cbf0ff71323d68132ad7105 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Tue, 4 Oct 2016 16:58:03 +0200
Subject: Correct a typo in cpan2dist manual

---
 CPANPLUS-0.9160-Spelling-fix.patch | 30 ++++++++++++++++++++++++++++++
 perl-CPANPLUS.spec                 |  8 +++++++-
 2 files changed, 37 insertions(+), 1 deletion(-)
 create mode 100644 CPANPLUS-0.9160-Spelling-fix.patch

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 <[email protected]>
+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 <[email protected]>
+Signed-off-by: Petr Písař <[email protected]>
+---
+ 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 bde0b5a..dd3d4fa 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 <[email protected]> - 0.91.60-2
+- Correct a typo in cpan2dist manual
+
 * Fri May 20 2016 Petr Pisar <[email protected]> - 0.91.60-1
 - 0.9160 bump
 
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-CPANPLUS.git/commit/?h=f23&id=a83998073af19e690cbf0ff71323d68132ad7105
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to