1
0

Accepting request 296880 from devel:languages:perl:autoupdate

update to be fixed manually

OBS-URL: https://build.opensuse.org/request/show/296880
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2015-04-15 18:57:38 +00:00 committed by Git OBS Bridge
parent ba019221fe
commit 6756565d72
4 changed files with 15 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1923d3aeac0cf4a6cc9ed748ef548085e3ec3f3d14d669504d1fb56756279ac
size 18126

3
Eval-Closure-0.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db2d395870ba6fc9d002e68e45c5e2d975fc9dab95829b3347c2073ffaa35b6b
size 19699

View File

@ -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

View File

@ -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