From a694a05f4314d80f4c9d26e17cad3d76b2ca378a94286fc84dae7ff9d306836f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 25 May 2016 07:34:11 +0000 Subject: [PATCH] Accepting request 397493 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/397493 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-Shell?expand=0&rev=7 --- Term-Shell-0.06.tar.gz | 3 --- Term-Shell-0.09.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Term-Shell.changes | 28 ++++++++++++++++++++++++++++ perl-Term-Shell.spec | 17 ++++++++++++----- 5 files changed, 71 insertions(+), 8 deletions(-) delete mode 100644 Term-Shell-0.06.tar.gz create mode 100644 Term-Shell-0.09.tar.gz create mode 100644 cpanspec.yml diff --git a/Term-Shell-0.06.tar.gz b/Term-Shell-0.06.tar.gz deleted file mode 100644 index 8733f3e..0000000 --- a/Term-Shell-0.06.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01e1250a14a05472ae25f30a31d6fcbeedcfc73f62fde84af736ab0ba074a49d -size 35774 diff --git a/Term-Shell-0.09.tar.gz b/Term-Shell-0.09.tar.gz new file mode 100644 index 0000000..9555a14 --- /dev/null +++ b/Term-Shell-0.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092cf1ce6d3df66066db5cd53edd63be6f63789f21e3af3631f10e6faa549afc +size 33500 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-Term-Shell.changes b/perl-Term-Shell.changes index 8c2ebe0..259a9eb 100644 --- a/perl-Term-Shell.changes +++ b/perl-Term-Shell.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon May 23 12:51:57 UTC 2016 - coolo@suse.com + +- updated to 0.09 + see /usr/share/doc/packages/perl-Term-Shell/Changes + + 0.09 2016-04-13 + - Fix the copyright holder, license and year in dist.ini/meta-data. + - It should be Neil Watkiss / Perl 5 / 2001 + - https://rt.cpan.org/Ticket/Display.html?id=113735 + - Thanks to KENTNL for the report. + + 0.08 2016-04-13 + - Remove stray Build/_build artifacts from the distribution: + - https://rt.cpan.org/Ticket/Display.html?id=113730 + - Thanks to KENTNL + - Fix the link to the bugtracker, add META.json, and supply a meta-data + "Provides" section. + - https://rt.cpan.org/Ticket/Display.html?id=113731 + - Thanks to KENTNL + + 0.07 2015-12-30 + - Convert to Dist-Zilla. + - Add scripts/tag-release.pl + - Skip a failing test file ( t/03catchsmry.t ) on Windows: + - https://rt.cpan.org/Ticket/Display.html?id=40771 + - https://rt.cpan.org/Ticket/Display.html?id=110555 + ------------------------------------------------------------------- Mon Apr 13 19:25:06 UTC 2015 - coolo@suse.com diff --git a/perl-Term-Shell.spec b/perl-Term-Shell.spec index 9e924ae..b8ac084 100644 --- a/perl-Term-Shell.spec +++ b/perl-Term-Shell.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Term-Shell # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,19 +17,26 @@ Name: perl-Term-Shell -Version: 0.06 +Version: 0.09 Release: 0 %define cpan_name Term-Shell -Summary: A simple command-line shell framework. +Summary: Simple Command-Line Shell Framework License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Term-Shell/ -Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) +BuildRequires: perl(Getopt::Long) >= 2.36 +BuildRequires: perl(Module::Build) >= 0.280000 +BuildRequires: perl(Term::ReadKey) +BuildRequires: perl(Text::Autoformat) +Requires: perl(Getopt::Long) >= 2.36 +Requires: perl(Term::ReadKey) +Requires: perl(Text::Autoformat) %{perl_requires} %description