From b3626e33c28b9178251dcbd0a4a620e75c33a138 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jul 30 2012 09:28:17 +0000 Subject: Update to 1.000010 - New upstream release 1.000010 - Performance improvement: the creation of a Module::Metadata object for a typical module file has been sped up by about 40% - Fix t/metadata.t failure under Cygwin - Portability fix-ups for new_from_module() and test failures on VMS - This release by VPIT -> update source URL - Drop buildreqs for Perl core modules that aren't dual-lived - Drop %defattr, redundant since rpm 4.4 - Don't need to remove empty directories from the buildroot --- diff --git a/perl-Module-Metadata.spec b/perl-Module-Metadata.spec index 02da263..c274283 100644 --- a/perl-Module-Metadata.spec +++ b/perl-Module-Metadata.spec @@ -1,29 +1,23 @@ Name: perl-Module-Metadata -Version: 1.000009 -Release: 5%{?dist} +Version: 1.000010 +Release: 1%{?dist} Summary: Gather package and POD information from perl module files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Metadata/ -Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Module-Metadata-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Module-Metadata-%{version}.tar.gz BuildArch: noarch # Build BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(warnings) # Module BuildRequires: perl(Carp) -BuildRequires: perl(File::Find) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::File) -BuildRequires: perl(strict) -BuildRequires: perl(vars) BuildRequires: perl(version) >= 0.87 # Regular test suite -BuildRequires: perl(Config) BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) BuildRequires: perl(Exporter) -BuildRequires: perl(File::Basename) BuildRequires: perl(File::Temp) BuildRequires: perl(File::Path) BuildRequires: perl(lib) @@ -50,7 +44,6 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; -find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null %{_fixperms} %{buildroot} %check @@ -60,12 +53,22 @@ make test TEST_FILES="xt/*.t" %endif %files -%defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/Module/ %{_mandir}/man3/Module::Metadata.3pm* %changelog +* Mon Jul 30 2012 Paul Howarth - 1.000010-1 +- Update to 1.000010 + - Performance improvement: the creation of a Module::Metadata object + for a typical module file has been sped up by about 40%% + - Fix t/metadata.t failure under Cygwin + - Portability fix-ups for new_from_module() and test failures on VMS +- This release by VPIT -> update source URL +- Drop buildreqs for Perl core modules that aren't dual-lived +- Drop %%defattr, redundant since rpm 4.4 +- Don't need to remove empty directories from the buildroot + * Fri Jul 20 2012 Fedora Release Engineering - 1.000009-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index b34a72a..d3fb12f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9669dd618585de6832368043bc8c59b5 Module-Metadata-1.000009.tar.gz +a71b30f02764c282bdf4f4ed8fea7bdc Module-Metadata-1.000010.tar.gz