diff --git a/Module-Metadata-1.000019.tar.gz b/Module-Metadata-1.000019.tar.gz deleted file mode 100644 index 2ba8615..0000000 --- a/Module-Metadata-1.000019.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5afca94dc0213608101ad519eb1b25133cdc9e44c2a053a45a5a59422c2ee554 -size 31956 diff --git a/Module-Metadata-1.000026.tar.gz b/Module-Metadata-1.000026.tar.gz new file mode 100644 index 0000000..dc5a510 --- /dev/null +++ b/Module-Metadata-1.000026.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c392eef436d26b76e8d9a478a7d910175c65107bce5763ad9ca40fdb3db690 +size 41296 diff --git a/perl-Module-Metadata.changes b/perl-Module-Metadata.changes index b6d41cb..5f49346 100644 --- a/perl-Module-Metadata.changes +++ b/perl-Module-Metadata.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Sat Feb 7 08:37:57 UTC 2015 - dnh@opensuse.org + +- update to 1.000026 + +1.000026 2015-01-17 19:22:34Z + - patched tests to be less noisy in blead builds (Dave Mitchell, RT#101491) + +1.000025 2015-01-04 18:56:00Z + - evaluate version assignment in a clean environment, to fix assignment in a + block (RT#101095) + +1.000024 2014-06-03 01:52:46Z + - fix inaccurate prerequisite declaration on Test::More (in 1.000023) + +1.000023 2014-06-02 02:37:17Z + - support installations on older perls with an ExtUtils::MakeMaker earlier + than 6.63_03 + +1.000022 - 2014-04-29 + - work around change in comparison behaviour in Test::More 0.95_01 by being + more explicit with our tests - now explicitly checking the string form of + the extracted version, rather than the entire version object + - ensure the extracted version is returned as a version object in all cases + (RT#87782, Randy Stauner) + +1.000021 - 2014-04-29 + - fix use of newer interface from File::Path, to avoid another prereq on + older perls (Graham Knop, PR#7) + - fixed all out of date prereq declarations + +1.000020 - 2014-04-27 + - new is_indexable() object method (ether, RT#84357) + - eliminated dependency on IO::File (and by virtue, XS) - thanks, leont! + - removed cruft in test infrastructure left behind from separation from + Module::Build (ether) + - repository moved to https://github.com/Perl-Toolchain-Gang/Module-Metadata + - .pm file is now wholly ascii, for nicer fatpacking (RT#95086) + - some code micro-optimizations (Olivier Mengué, PR#4) + + ------------------------------------------------------------------- Fri Jan 17 21:06:58 UTC 2014 - lars@linux-schulserver.de diff --git a/perl-Module-Metadata.spec b/perl-Module-Metadata.spec index 00d34bd..537d877 100644 --- a/perl-Module-Metadata.spec +++ b/perl-Module-Metadata.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Metadata # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: perl-Module-Metadata Summary: Gather package and POD information from perl module files License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl -Version: 1.000019 +Version: 1.000026 Release: 0 Url: http://search.cpan.org/dist/Module-Metadata/ Source: %{cpan_name}-%{version}.tar.gz @@ -35,6 +35,7 @@ BuildRequires: perl(Carp) BuildRequires: perl(File::Find) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::File) +BuildRequires: perl(Test::More) >= 0.82 BuildRequires: perl(strict) BuildRequires: perl(vars) BuildRequires: perl(version) >= 0.87