From e97038c5a5a8020b0401622e183ebcea9ce260bc4b2c83ee2343d2c8ca1cb5bb Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 12 Sep 2017 07:43:35 +0000 Subject: [PATCH] Accepting request 522966 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/522966 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Return-MultiLevel?expand=0&rev=2 --- Return-MultiLevel-0.04.tar.gz | 3 --- Return-MultiLevel-0.05.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Return-MultiLevel.changes | 11 +++++++++++ perl-Return-MultiLevel.spec | 14 ++++++++------ 5 files changed, 50 insertions(+), 9 deletions(-) delete mode 100644 Return-MultiLevel-0.04.tar.gz create mode 100644 Return-MultiLevel-0.05.tar.gz create mode 100644 cpanspec.yml diff --git a/Return-MultiLevel-0.04.tar.gz b/Return-MultiLevel-0.04.tar.gz deleted file mode 100644 index 6c49149..0000000 --- a/Return-MultiLevel-0.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c807ca670cfb8db05ccc4b2848ba28618eecfc8147fdadc97f79fb74403a547 -size 5129 diff --git a/Return-MultiLevel-0.05.tar.gz b/Return-MultiLevel-0.05.tar.gz new file mode 100644 index 0000000..ca9c860 --- /dev/null +++ b/Return-MultiLevel-0.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff076fbaba653c09953ac53959fe6c64fb52a33db3b5d223a015ab75ac3ed91d +size 7054 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Return-MultiLevel.changes b/perl-Return-MultiLevel.changes index 8defd87..9b94ea9 100644 --- a/perl-Return-MultiLevel.changes +++ b/perl-Return-MultiLevel.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 11 06:09:42 UTC 2017 - coolo@suse.com + +- updated to 0.05 + see /usr/share/doc/packages/perl-Return-MultiLevel/Changes + + 0.05 2017-09-10 + - formally recommend Scope::Upper be installed in the distribution + metadata + - mention / link to bug tracker in module documentation + ------------------------------------------------------------------- Fri Apr 17 12:07:02 UTC 2015 - coolo@suse.com diff --git a/perl-Return-MultiLevel.spec b/perl-Return-MultiLevel.spec index 2452af4..38e4d54 100644 --- a/perl-Return-MultiLevel.spec +++ b/perl-Return-MultiLevel.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Return-MultiLevel # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,14 +17,15 @@ Name: perl-Return-MultiLevel -Version: 0.04 +Version: 0.05 Release: 0 %define cpan_name Return-MultiLevel Summary: Return Across Multiple Call Levels License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Return-MultiLevel/ -Source0: http://www.cpan.org/authors/id/M/MA/MAUKE/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/M/MA/MAUKE/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -34,14 +35,15 @@ BuildRequires: perl(Test::Fatal) BuildRequires: perl(parent) Requires: perl(Data::Munge) >= 0.07 Requires: perl(parent) +Recommends: perl(Scope::Upper) >= 0.29 %{perl_requires} %description This module provides a way to return immediately from a deeply nested call stack. This is similar to exceptions, but exceptions don't stop automatically at a target frame (and they can be caught by intermediate -stack frames using perlfunc/eval-EXPR). In other words, this is more like -the setjmp(3) manpage/the longjmp(3) manpage than perlfunc/die-LIST. +stack frames using 'eval'). In other words, this is more like +setjmp(3)/longjmp(3) than 'die'. Another way to think about it is that the "multi-level return" coderef represents a single-use/upward-only continuation. @@ -63,6 +65,6 @@ represents a single-use/upward-only continuation. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes Makefile_PL_settings.plx README %changelog