From d6849d5a9be0cbfa5e5993ef46db227f63c6ddf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corsepiu@fedoraproject.org Date: Sat, 1 Oct 2016 06:00:44 +0200 Subject: Upstream update.
- Remove ExtUtils-AutoInstall-0.63-Fix-tests-with-ExtUtils-MakeMaker-7.12.patch. --- .gitignore | 2 +- ...63-Fix-tests-with-ExtUtils-MakeMaker-7.12.patch | 41 ---------------------- perl-ExtUtils-AutoInstall.spec | 13 +++---- sources | 2 +- 4 files changed, 9 insertions(+), 49 deletions(-) delete mode 100644 ExtUtils-AutoInstall-0.63-Fix-tests-with-ExtUtils-MakeMaker-7.12.patch
diff --git a/.gitignore b/.gitignore index 187cb1e..508d0d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -ExtUtils-AutoInstall-0.63.tar.gz +/ExtUtils-AutoInstall-0.64.tar.gz diff --git a/ExtUtils-AutoInstall-0.63-Fix-tests-with-ExtUtils-MakeMaker-7.12.patch b/ExtUtils-AutoInstall-0.63-Fix-tests-with-ExtUtils-MakeMaker-7.12.patch deleted file mode 100644 index 58f4ac7..0000000 --- a/ExtUtils-AutoInstall-0.63-Fix-tests-with-ExtUtils-MakeMaker-7.12.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 86e1abc218fb35de7fc7bc58ed19cded39fba8cc Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppisar@redhat.com -Date: Fri, 22 Apr 2016 13:50:24 +0200 -Subject: [PATCH] Fix tests with ExtUtils-MakeMaker-7.12 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Since EU::MM 7.12, strict subs are in effect resulting in this test failure: - -[test@fedora-25 ExtUtils-AutoInstall-0.63]$ perl -Ilib t/1-basic.t -1..6 -Bareword "Symbol::gensym" not allowed while "strict subs" in use at t/1-basic.t. -Execution of t/1-basic.t aborted due to compilation errors. - -This parch changes how Symbol module is loaded to silent the warning / -compile time error. - -CPAN RT#113923 - -Signed-off-by: Petr Písař ppisar@redhat.com ---- - t/1-basic.t | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/t/1-basic.t b/t/1-basic.t -index 8718c43..00ffbd9 100644 ---- a/t/1-basic.t -+++ b/t/1-basic.t -@@ -21,7 +21,7 @@ sub PRINTF { my $self = shift; $$self .= sprintf(shift, @_); } - sub TIEHANDLE { my $self = ''; return bless $self, shift; } - sub READ {} sub READLINE {} sub GETC {} sub FILENO {} - --require Symbol; -+use Symbol (); - my $fh = Symbol::gensym; - my $out = tie *$fh, __PACKAGE__; - select(*$fh); --- -2.5.5 - diff --git a/perl-ExtUtils-AutoInstall.spec b/perl-ExtUtils-AutoInstall.spec index af45178..d82fcec 100644 --- a/perl-ExtUtils-AutoInstall.spec +++ b/perl-ExtUtils-AutoInstall.spec @@ -1,14 +1,12 @@ Name: perl-ExtUtils-AutoInstall -Version: 0.63 -Release: 32%{?dist} +Version: 0.64 +Release: 1%{?dist} Summary: Automatic install of dependencies via CPAN License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-AutoInstall/ -Source: http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/ExtUtils-AutoInstall-%%... +Source: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/ExtUtils-AutoInstall-%%7Bve... Patch0: eai.patch -# Adjust tests to ExtUtils-MakeMaker-7.12, bug #1329085, CPAN RT#113923 -Patch1: ExtUtils-AutoInstall-0.63-Fix-tests-with-ExtUtils-MakeMaker-7.12.patch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -41,7 +39,6 @@ ExtUtils::MakeMaker. %prep %setup -q -n ExtUtils-AutoInstall-%{version} %patch0 -p1 -%patch1 -p1
%build %{__perl} Makefile.PL INSTALLDIRS=vendor --defaultdeps NO_PACKLIST=1 @@ -61,6 +58,10 @@ make test %{_mandir}/man3/*
%changelog +* Sat Oct 01 2016 Ralf Corsépius corsepiu@fedoraproject.org - 0.64-1 +- Upstream update. +- Remove ExtUtils-AutoInstall-0.63-Fix-tests-with-ExtUtils-MakeMaker-7.12.patch. + * Mon May 16 2016 Jitka Plesnikova jplesnik@redhat.com - 0.63-32 - Perl 5.24 rebuild
diff --git a/sources b/sources index df8ba50..be2e8ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87ce9c44a8ab52e9b0553a2e46805525 ExtUtils-AutoInstall-0.63.tar.gz +e80320cf7885973a8930649bd7a0e462 ExtUtils-AutoInstall-0.64.tar.gz
perl-devel@lists.fedoraproject.org