Hello community, here is the log from the commit of package perl-CPAN-Meta for openSUSE:Factory checked in at 2014-01-22 23:20:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Meta (Old) and /work/SRC/openSUSE:Factory/.perl-CPAN-Meta.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CPAN-Meta" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CPAN-Meta/perl-CPAN-Meta.changes 2013-12-16 09:26:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-CPAN-Meta.new/perl-CPAN-Meta.changes 2014-01-23 15:51:16.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Jan 17 20:03:14 UTC 2014 - [email protected] + +- fix build on SLE11 by using Test::More from vendorlib + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CPAN-Meta.spec ++++++ --- /var/tmp/diff_new_pack.T8cz3p/_old 2014-01-23 15:51:16.000000000 +0100 +++ /var/tmp/diff_new_pack.T8cz3p/_new 2014-01-23 15:51:16.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-CPAN-Meta # -# 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 @@ -37,13 +37,6 @@ BuildRequires: perl(Parse::CPAN::Meta) >= 1.4403 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(version) >= 0.88 -#BuildRequires: perl(CPAN::Meta) -#BuildRequires: perl(CPAN::Meta::Converter) -#BuildRequires: perl(CPAN::Meta::Feature) -#BuildRequires: perl(CPAN::Meta::Prereqs) -#BuildRequires: perl(CPAN::Meta::Validator) -#BuildRequires: perl(Pod::Wordlist) -#BuildRequires: perl(Test::Spelling) >= 0.12 Requires: perl(CPAN::Meta::Requirements) >= 2.121 Requires: perl(CPAN::Meta::YAML) >= 0.008 Requires: perl(JSON::PP) >= 2.27200 @@ -68,6 +61,13 @@ %prep %setup -q -n %{cpan_name}-%{version} +# MANUAL BEGIN +%if 0%{?suse_version} <= 1110 +for i in `find t -type f` ; do + sed -i -e "s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse Test::More@" $i +done +%endif +# MANUAL END %build %{__perl} Makefile.PL INSTALLDIRS=vendor -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
