Hello community, here is the log from the commit of package perl-Eval-Closure for openSUSE:Factory checked in at 2013-03-22 12:05:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Eval-Closure (Old) and /work/SRC/openSUSE:Factory/.perl-Eval-Closure.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Eval-Closure", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Eval-Closure/perl-Eval-Closure.changes 2012-05-31 17:08:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Eval-Closure.new/perl-Eval-Closure.changes 2013-03-22 12:05:58.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Mar 21 14:12:01 UTC 2013 - [email protected] + +- remove perl-Eval-Closure-old_Test-More.patch - handle the problem + with old distributions in %%prep now + +------------------------------------------------------------------- Old: ---- perl-Eval-Closure-old_Test-More.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Eval-Closure.spec ++++++ --- /var/tmp/diff_new_pack.m5D3jD/_old 2013-03-22 12:06:00.000000000 +0100 +++ /var/tmp/diff_new_pack.m5D3jD/_new 2013-03-22 12:06:00.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Eval-Closure # -# Copyright (c) 2012 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 @@ -25,7 +25,6 @@ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Eval-Closure/ Source: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz -Patch1: perl-Eval-Closure-old_Test-More.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -60,7 +59,10 @@ %prep %setup -q -n %{cpan_name}-%{version} %if 0%{?suse_version} < 1210 -%patch1 -p1 +mv t/00-compile.t t/00-compile.t.disable +sed -i "s|^use Test::More;|use Test::More qw(no_plan);|g; \ + s|^done_testing;|#done_testing;|g" t/*.t +mv t/00-compile.t.disable t/00-compile.t %endif %build -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
