Accepting request 841884 from devel:languages:perl:autoupdate

- updated to 0.12
   see /usr/share/doc/packages/perl-Term-Shell/Changes
  0.12    2020-10-14
      - Rebuild for new dist.ini / weaver.ini / etc. deps

OBS-URL: https://build.opensuse.org/request/show/841884
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-Shell?expand=0&rev=10
This commit is contained in:
2020-10-15 11:24:27 +00:00
committed by Git OBS Bridge
parent c90cbe2c3b
commit 3454a7041d
4 changed files with 16 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Term-Shell
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: perl-Term-Shell
Version: 0.11
Version: 0.12
Release: 0
%define cpan_name Term-Shell
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}
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
@@ -81,7 +81,7 @@ perl Build.PL installdirs=vendor
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README README.md scripts
%doc Changes examples README README.md
%license LICENSE
%changelog