Accepting request 927279 from devel:languages:perl:autoupdate

- updated to 0.13
   see /usr/share/doc/packages/perl-Term-Shell/Changes
  0.13    2021-10-21
      - Fix "Discrepancy between distro and Shell.pm version number"
          - https://github.com/shlomif/Term-Shell/pull/4
          - Thanks to @EmilianoBruni .

OBS-URL: https://build.opensuse.org/request/show/927279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-Shell?expand=0&rev=11
This commit is contained in:
2021-10-26 12:46:56 +00:00
committed by Git OBS Bridge
parent 3454a7041d
commit 991942e284
4 changed files with 19 additions and 11 deletions

View File

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

3
Term-Shell-0.13.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Oct 22 03:11:15 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.13
see /usr/share/doc/packages/perl-Term-Shell/Changes
0.13 2021-10-21
- Fix "Discrepancy between distro and Shell.pm version number"
- https://github.com/shlomif/Term-Shell/pull/4
- Thanks to @EmilianoBruni .
-------------------------------------------------------------------
Thu Oct 15 03:10:51 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Term-Shell
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
Name: perl-Term-Shell
Version: 0.12
Release: 0
%define cpan_name Term-Shell
Name: perl-Term-Shell
Version: 0.13
Release: 0
Summary: Simple command-line shell framework
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.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(Getopt::Long) >= 2.36
@@ -66,7 +64,7 @@ method. That's all there is to it! You write handlers, and Term::Shell
handles the gory details.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Build.PL installdirs=vendor
@@ -80,7 +78,6 @@ perl Build.PL installdirs=vendor
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README README.md
%license LICENSE