diff --git a/Module-Build-Tiny-0.030.tar.gz b/Module-Build-Tiny-0.030.tar.gz deleted file mode 100644 index 9a34ae7..0000000 --- a/Module-Build-Tiny-0.030.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfd418ad0e8290cf645ab11be209a1bf6865e5a562c5a1592da99d5fd24718a8 -size 19824 diff --git a/Module-Build-Tiny-0.034.tar.gz b/Module-Build-Tiny-0.034.tar.gz new file mode 100644 index 0000000..1200ffa --- /dev/null +++ b/Module-Build-Tiny-0.034.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a858fb50ef662c58effde0a4ee4c479b4be4919ddbb778b15930086ee679efb9 +size 20292 diff --git a/perl-Module-Build-Tiny.changes b/perl-Module-Build-Tiny.changes index e70a7ef..0bb0708 100644 --- a/perl-Module-Build-Tiny.changes +++ b/perl-Module-Build-Tiny.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com + +- updated to 0.034 + Make install tests more platform independent + Require Getopt::Long 2.36 + Add install tests + Fix env options and Build.PL options being ignored (regression in 0.031) + Process argument sources separately + Use mod2fname appropriately + ------------------------------------------------------------------- Mon Nov 25 07:36:11 UTC 2013 - coolo@suse.com diff --git a/perl-Module-Build-Tiny.spec b/perl-Module-Build-Tiny.spec index 03c4b11..95c44d2 100644 --- a/perl-Module-Build-Tiny.spec +++ b/perl-Module-Build-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Build-Tiny # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Module-Build-Tiny -Version: 0.030 +Version: 0.034 Release: 0 %define cpan_name Module-Build-Tiny Summary: A tiny replacement for Module::Build @@ -35,22 +35,20 @@ BuildRequires: perl(ExtUtils::Config) >= 0.003 BuildRequires: perl(ExtUtils::Helpers) >= 0.020 BuildRequires: perl(ExtUtils::InstallPaths) >= 0.002 BuildRequires: perl(ExtUtils::ParseXS) +BuildRequires: perl(Getopt::Long) >= 2.36 BuildRequires: perl(JSON::PP) >= 2 BuildRequires: perl(Module::Build) -BuildRequires: perl(TAP::Harness) >= 3.29 BuildRequires: perl(TAP::Harness::Env) BuildRequires: perl(Test::More) >= 0.88 -#BuildRequires: perl(DistGen) -#BuildRequires: perl(File::ShareDir) -#BuildRequires: perl(Module::Build::Tiny) + Requires: perl(CPAN::Meta) Requires: perl(ExtUtils::CBuilder) Requires: perl(ExtUtils::Config) >= 0.003 Requires: perl(ExtUtils::Helpers) >= 0.020 Requires: perl(ExtUtils::InstallPaths) >= 0.002 Requires: perl(ExtUtils::ParseXS) +Requires: perl(Getopt::Long) >= 2.36 Requires: perl(JSON::PP) >= 2 -Requires: perl(TAP::Harness) >= 3.29 Requires: perl(TAP::Harness::Env) %{perl_requires}