Accepting request 460881 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/460881 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=25
This commit is contained in:
commit
e161f58077
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: perl-Capture-Tiny
|
||||
Version: 0.44
|
||||
Version: 0.46
|
||||
Release: 0
|
||||
%define cpan_name Capture-Tiny
|
||||
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
BuildArch: noarch
|
||||
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
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING.mkdn examples LICENSE README Todo
|
||||
%doc Changes CONTRIBUTING.mkdn examples README Todo
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user