commit perl-Test-Requires for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Requires for openSUSE:Factory checked in at 2013-07-31 17:24:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-Requires (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Requires.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Test-Requires" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-Requires/perl-Test-Requires.changes 2011-11-21 12:47:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Requires.new/perl-Test-Requires.changes 2013-07-31 17:24:36.000000000 +0200 @@ -1,0 +2,10 @@ +Sat Jul 27 11:58:05 UTC 2013 - coolo@suse.com + +- updated to 0.07 + - If the C<< RELEASE_TESTING >> environment variable is true, then instead + of skipping tests, Test::Requires bails out. + (tobyink) + - document that use Test::Requires "5.010" works. + (tobyink) + +------------------------------------------------------------------- Old: ---- Test-Requires-0.06.tar.gz New: ---- Test-Requires-0.07.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Requires.spec ++++++ --- /var/tmp/diff_new_pack.qNwK75/_old 2013-07-31 17:24:37.000000000 +0200 +++ /var/tmp/diff_new_pack.qNwK75/_new 2013-07-31 17:24:37.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Requires # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -15,54 +15,56 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Test-Requires +Version: 0.07 +Release: 0 %define cpan_name Test-Requires Summary: Checks to see if the module can be loaded -Version: 0.06 -Release: 2 -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Requires/ -#Source: http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-0.06.tar... -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.61 -Requires: perl(Test::More) >= 0.61 +BuildRequires: perl(CPAN::Meta) +BuildRequires: perl(CPAN::Meta::Prereqs) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59 +BuildRequires: perl(Module::Build) >= 0.38 +#BuildRequires: perl(Test::Perl::Critic) +#BuildRequires: perl(Test::Requires) +%{perl_requires} %description Test::Requires checks to see if the module can be loaded. +If this fails rather than failing tests this *skips all tests*. + +Test::Requires can also be used to require a minimum version of Perl: + + use Test::Requires "5.010"; # quoting is necessary!! + + # or + use Test::Requires "v5.10"; + %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +%{__perl} Build.PL installdirs=vendor +./Build build flags=%{?_smp_mflags} %check -%{__make} test +./Build test %install -%perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes README +%defattr(-,root,root,755) +%doc Changes cpanfile LICENSE README.md %changelog ++++++ Test-Requires-0.06.tar.gz -> Test-Requires-0.07.tar.gz ++++++ ++++ 3048 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de