Accepting request 460487 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/460487 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Capture-Tiny?expand=0&rev=44
This commit is contained in:
parent
1bcc23b42e
commit
b482d6d398
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ad2bb950a112c282a90018e91e60ddc4c4d2d351de2869d46a8c3db5b611160
|
|
||||||
size 36939
|
|
3
Capture-Tiny-0.46.tar.gz
Normal file
3
Capture-Tiny-0.46.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d7a6a830cf7f2b2960bf8b8afaac16a537ede64f3023827acea5bd24ca77015
|
||||||
|
size 37424
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 26 06:10:18 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.46
|
||||||
|
see /usr/share/doc/packages/perl-Capture-Tiny/Changes
|
||||||
|
|
||||||
|
0.46 2017-02-25 14:19:22-05:00 America/New_York
|
||||||
|
|
||||||
|
- No changes from 0.45-TRIAL
|
||||||
|
|
||||||
|
0.45 2017-02-23 13:22:43-05:00 America/New_York (TRIAL RELEASE)
|
||||||
|
|
||||||
|
[Internal]
|
||||||
|
|
||||||
|
- Avoid variable shadowing to improve debuggability.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 6 05:08:24 UTC 2016 - coolo@suse.com
|
Sat Aug 6 05:08:24 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Capture-Tiny
|
# spec file for package perl-Capture-Tiny
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Capture-Tiny
|
Name: perl-Capture-Tiny
|
||||||
Version: 0.44
|
Version: 0.46
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Capture-Tiny
|
%define cpan_name Capture-Tiny
|
||||||
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Capture-Tiny/
|
Url: http://search.cpan.org/dist/Capture-Tiny/
|
||||||
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -57,6 +57,7 @@ modules to use in any particular situation and just use this one.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes CONTRIBUTING.mkdn examples LICENSE README Todo
|
%doc Changes CONTRIBUTING.mkdn examples README Todo
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user