[perl] Correct typo in perl-Storable file list

Petr Pisar ppisar at fedoraproject.org
Thu May 30 08:59:46 UTC 2013


commit 70c762468fb405647529f250281c9bf4842bf7d7
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu May 30 10:38:40 2013 +0200

    Correct typo in perl-Storable file list

 perl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 4ef5950..1e76027 100644
--- a/perl.spec
+++ b/perl.spec
@@ -31,7 +31,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        274%{?dist}
+Release:        275%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -2698,7 +2698,7 @@ sed \
 %exclude %{_mandir}/man3/Scalar::Util*
 
 # Storable
-%exclude %{archlib}/Storabe.pm
+%exclude %{archlib}/Storable.pm
 %exclude %{archlib}/auto/Storable/
 %exclude %{_mandir}/man3/Storable.*
 
@@ -3575,6 +3575,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Thu May 30 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.3-275
+- Correct typo in perl-Storable file list (bug #966865)
+
 * Wed May 29 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.3-274
 - Sub-package Storable (bug #966865)
 


More information about the scm-commits mailing list