diff --git a/Eval-Closure-0.11.tar.gz b/Eval-Closure-0.11.tar.gz deleted file mode 100644 index 777760d..0000000 --- a/Eval-Closure-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1923d3aeac0cf4a6cc9ed748ef548085e3ec3f3d14d669504d1fb56756279ac -size 18126 diff --git a/Eval-Closure-0.12.tar.gz b/Eval-Closure-0.12.tar.gz new file mode 100644 index 0000000..10fb789 --- /dev/null +++ b/Eval-Closure-0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2d395870ba6fc9d002e68e45c5e2d975fc9dab95829b3347c2073ffaa35b6b +size 19699 diff --git a/perl-Eval-Closure.changes b/perl-Eval-Closure.changes index 51032c6..0193386 100644 --- a/perl-Eval-Closure.changes +++ b/perl-Eval-Closure.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Apr 14 18:17:21 UTC 2015 - coolo@suse.com + +- updated to 0.12 + see /usr/share/doc/packages/perl-Eval-Closure/Changes + + 0.12 2015-01-17 + - fix tests under blead (sprout, #4) + ------------------------------------------------------------------- Wed Jul 31 14:12:15 UTC 2013 - coolo@suse.com diff --git a/perl-Eval-Closure.spec b/perl-Eval-Closure.spec index 8cc3451..e3a7e84 100644 --- a/perl-Eval-Closure.spec +++ b/perl-Eval-Closure.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Eval-Closure # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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,10 +17,10 @@ Name: perl-Eval-Closure -Version: 0.11 +Version: 0.12 Release: 0 %define cpan_name Eval-Closure -Summary: Safely and cleanly create closures via string eval +Summary: safely and cleanly create closures via string eval License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Eval-Closure/ @@ -33,9 +33,6 @@ BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Requires) BuildRequires: perl(Try::Tiny) -#BuildRequires: perl(Devel::LexAlias) -#BuildRequires: perl(Eval::Closure) -#BuildRequires: perl(Perl::Tidy) Requires: perl(Try::Tiny) Recommends: perl(Devel::LexAlias) >= 0.05 Recommends: perl(Perl::Tidy) @@ -56,12 +53,6 @@ list of specified variables. Compilation errors are rethrown automatically. %prep %setup -q -n %{cpan_name}-%{version} -%if 0%{?suse_version} < 1210 -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 %{__perl} Makefile.PL INSTALLDIRS=vendor