From d31e93bc20bfc5d74c1803db5fd09f1548372b2b Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 25 Jul 2016 09:45:15 +0100 Subject: [PATCH] Update to 1.000033 - New upstream release 1.000033 - Use a more strict matching heuristic when attempting to infer the "primary" module name in a parsed .pm file - Only report "main" as the module name if code was seen outside another namespace, fixing bad results for pod files (CPAN RT#107525) - Fix file operation in tests for VMS - Simplify find command using -delete --- perl-Module-Metadata.spec | 30 +++++++++++++++++++++++++----- sources | 2 +- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/perl-Module-Metadata.spec b/perl-Module-Metadata.spec index 92fa91b..0b74bfe 100644 --- a/perl-Module-Metadata.spec +++ b/perl-Module-Metadata.spec @@ -1,10 +1,10 @@ Name: perl-Module-Metadata -Version: 1.000031 -Release: 365%{?dist} +Version: 1.000033 +Release: 1%{?dist} Summary: Gather package and POD information from perl module files License: GPL+ or Artistic URL: http://search.cpan.org/dist/Module-Metadata/ -Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Metadata-%{version}-TRIAL.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Metadata-%{version}.tar.gz BuildArch: noarch # Build BuildRequires: coreutils @@ -33,7 +33,7 @@ BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) BuildRequires: perl(IO::File) BuildRequires: perl(lib) -BuildRequires: perl(Test::More) >= 0.82 +BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(vars) # Optional test requirements BuildRequires: perl(CPAN::Meta) >= 2.120900 @@ -54,7 +54,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} %check @@ -67,11 +67,31 @@ make test %{_mandir}/man3/Module::Metadata.3* %changelog +* Mon Jul 25 2016 Paul Howarth - 1.000033-1 +- Update to 1.000033 + - Use a more strict matching heuristic when attempting to infer the "primary" + module name in a parsed .pm file + - Only report "main" as the module name if code was seen outside another + namespace, fixing bad results for pod files (CPAN RT#107525) + - Fix file operation in tests for VMS +- BR: perl-generators +- Simplify find command using -delete + * Sat May 14 2016 Jitka Plesnikova - 1.000031-365 - Increase release to favour standalone package * Wed May 11 2016 Jitka Plesnikova - 1.000031-1 - 1.000031 bump; Used trial version to compete with Perl 5.24 + - Refactor and expand test cases + - Fix a $VERSION extraction issue on perl 5.6.2 (CPAN RT#105978, PR#17) + - Fix the detection of package Foo when $Foo::VERSION is set (CPAN RT#85961) + - Fix missing "use" statement in refactored test helper (only affected older + perls, due to other module interactions) + - Temporary directories cleaned up during tests + - More accurately mark tests as TODO, so as to have a quieter and less + confusing test run without passing TODO tests + - Be less noisy on failure when building as part of perl core (see + Perl RT#126685) * Thu Feb 04 2016 Fedora Release Engineering - 1.000027-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 7d71fa5..300f6d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -731f815d82dbd364f6e74015ccd6da03 Module-Metadata-1.000031-TRIAL.tar.gz +9b024260c96a722423d3992e85768a67 Module-Metadata-1.000033.tar.gz