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
This commit is contained in:
committed by
Git OBS Bridge
parent
5a42e961a8
commit
a694a05f43
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01e1250a14a05472ae25f30a31d6fcbeedcfc73f62fde84af736ab0ba074a49d
|
||||
size 35774
|
3
Term-Shell-0.09.tar.gz
Normal file
3
Term-Shell-0.09.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:092cf1ce6d3df66066db5cd53edd63be6f63789f21e3af3631f10e6faa549afc
|
||||
size 33500
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -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
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user