From b954c5216ed0a09b47a0c4c0f1e57b75aa2b0cbbb770015e77c7f669c5403028 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 10 Mar 2014 06:18:31 +0000 Subject: [PATCH 1/2] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-Tiny?expand=0&rev=10 --- Module-Build-Tiny-0.034.tar.gz | 3 --- Module-Build-Tiny-0.035.tar.gz | 3 +++ perl-Module-Build-Tiny.changes | 6 ++++++ perl-Module-Build-Tiny.spec | 7 +++---- 4 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 Module-Build-Tiny-0.034.tar.gz create mode 100644 Module-Build-Tiny-0.035.tar.gz diff --git a/Module-Build-Tiny-0.034.tar.gz b/Module-Build-Tiny-0.034.tar.gz deleted file mode 100644 index 1200ffa..0000000 --- a/Module-Build-Tiny-0.034.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a858fb50ef662c58effde0a4ee4c479b4be4919ddbb778b15930086ee679efb9 -size 20292 diff --git a/Module-Build-Tiny-0.035.tar.gz b/Module-Build-Tiny-0.035.tar.gz new file mode 100644 index 0000000..553e68f --- /dev/null +++ b/Module-Build-Tiny-0.035.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5001c62cc5bd887ec09379f1b42d4ed3e8aad6eebe1dd4fccf0203a92925c7d7 +size 20312 diff --git a/perl-Module-Build-Tiny.changes b/perl-Module-Build-Tiny.changes index 0bb0708..7e4cb48 100644 --- a/perl-Module-Build-Tiny.changes +++ b/perl-Module-Build-Tiny.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 10 06:18:07 UTC 2014 - coolo@suse.com + +- updated to 0.035 + Fix install test in absence of a compiler + ------------------------------------------------------------------- Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com diff --git a/perl-Module-Build-Tiny.spec b/perl-Module-Build-Tiny.spec index 95c44d2..7a38f01 100644 --- a/perl-Module-Build-Tiny.spec +++ b/perl-Module-Build-Tiny.spec @@ -17,7 +17,7 @@ Name: perl-Module-Build-Tiny -Version: 0.034 +Version: 0.035 Release: 0 %define cpan_name Module-Build-Tiny Summary: A tiny replacement for Module::Build @@ -40,7 +40,6 @@ BuildRequires: perl(JSON::PP) >= 2 BuildRequires: perl(Module::Build) BuildRequires: perl(TAP::Harness::Env) BuildRequires: perl(Test::More) >= 0.88 - Requires: perl(CPAN::Meta) Requires: perl(ExtUtils::CBuilder) Requires: perl(ExtUtils::Config) >= 0.003 @@ -65,14 +64,14 @@ than 120, yet supports the features needed by most distributions. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL --installdirs=vendor +%{__perl} Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check ./Build test %install -./Build install --destdir=%{buildroot} --create_packlist=0 +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %files -f %{name}.files From 803af3cf015c19776bb5375e6eddc8136d6977abb495327baa73a7446a0b7bad Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 10 Mar 2014 11:38:14 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-Tiny?expand=0&rev=11 --- perl-Module-Build-Tiny.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-Module-Build-Tiny.spec b/perl-Module-Build-Tiny.spec index 7a38f01..d985bbd 100644 --- a/perl-Module-Build-Tiny.spec +++ b/perl-Module-Build-Tiny.spec @@ -64,14 +64,14 @@ than 120, yet supports the features needed by most distributions. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor +%{__perl} Build.PL --installdirs=vendor ./Build build flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=%{buildroot} create_packlist=0 +./Build install --destdir=%{buildroot} --create_packlist=0 %perl_gen_filelist %files -f %{name}.files