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
This commit is contained in:
parent
c92577b50e
commit
d31e93bc20
@ -1,10 +1,10 @@
|
|||||||
Name: perl-Module-Metadata
|
Name: perl-Module-Metadata
|
||||||
Version: 1.000031
|
Version: 1.000033
|
||||||
Release: 365%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Gather package and POD information from perl module files
|
Summary: Gather package and POD information from perl module files
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/Module-Metadata/
|
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
|
BuildArch: noarch
|
||||||
# Build
|
# Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
@ -33,7 +33,7 @@ BuildRequires: perl(File::Spec)
|
|||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(IO::File)
|
BuildRequires: perl(IO::File)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Test::More) >= 0.82
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(vars)
|
BuildRequires: perl(vars)
|
||||||
# Optional test requirements
|
# Optional test requirements
|
||||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||||
@ -54,7 +54,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
find %{buildroot} -type f -name .packlist -delete
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -67,11 +67,31 @@ make test
|
|||||||
%{_mandir}/man3/Module::Metadata.3*
|
%{_mandir}/man3/Module::Metadata.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 25 2016 Paul Howarth <paul@city-fan.org> - 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 <jplesnik@redhat.com> - 1.000031-365
|
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.000031-365
|
||||||
- Increase release to favour standalone package
|
- Increase release to favour standalone package
|
||||||
|
|
||||||
* Wed May 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.000031-1
|
* Wed May 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.000031-1
|
||||||
- 1.000031 bump; Used trial version to compete with Perl 5.24
|
- 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 <releng@fedoraproject.org> - 1.000027-4
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.000027-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user