- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-Tiny?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2014-02-09 15:18:06 +00:00 committed by Git OBS Bridge
parent 551a843858
commit 2eef1727bf
4 changed files with 19 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfd418ad0e8290cf645ab11be209a1bf6865e5a562c5a1592da99d5fd24718a8
size 19824

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a858fb50ef662c58effde0a4ee4c479b4be4919ddbb778b15930086ee679efb9
size 20292

View File

@ -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

View File

@ -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}