From 7b53e50e45b9c4e7a298ce844e3e8c8ff969b603 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Mon, 6 Jan 2014 09:05:31 +0100 Subject: Do not ignore single-letter-named packages --- perl-Module-Pluggable.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'perl-Module-Pluggable.spec') diff --git a/perl-Module-Pluggable.spec b/perl-Module-Pluggable.spec index c623b95..9cc3b64 100644 --- a/perl-Module-Pluggable.spec +++ b/perl-Module-Pluggable.spec @@ -4,12 +4,15 @@ Name: perl-Module-Pluggable Epoch: 1 # Keep two digit decimal part Version: %{cpan_version}0 -Release: 291%{?dist} +Release: 292%{?dist} Summary: Automatically give your module the ability to have plugins License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Pluggable/ Source0: http://www.cpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-%{cpan_version}.tar.gz +# Do not ignore single-letter-named packages, bug #1048703, CPAN RT#89680, +# fixed in 5.0. +Patch0: Module-Pluggable-4.8-Allow-single-letter-package-names.patch BuildArch: noarch BuildRequires: perl BuildRequires: perl(FindBin) @@ -49,6 +52,7 @@ into class names. Optionally it instantiates those classes for you. %prep %setup -q -n Module-Pluggable-%{cpan_version} +%patch0 -p1 find -type f -exec chmod -x {} + %build @@ -68,6 +72,9 @@ perl Build.PL installdirs=vendor %{_mandir}/man3/* %changelog +* Mon Jan 06 2014 Petr Pisar - 1:4.80-292 +- Do not ignore single-letter-named packages (bug #1048703) + * Sat Aug 03 2013 Fedora Release Engineering - 1:4.80-291 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild -- cgit