Accepting request 307433 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/307433 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Capture-Tiny?expand=0&rev=35
This commit is contained in:
parent
6d83e376bc
commit
314f6494b1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e394caddb0e1a46e8cc4bf499eaae6c265dd201d34cac46d2f3e507c23afef84
|
||||
size 34455
|
3
Capture-Tiny-0.30.tar.gz
Normal file
3
Capture-Tiny-0.30.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3b4e55278757e77d50df0b1a79f42e6e8354b7d41db806da39bf161bee63aea
|
||||
size 34578
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#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_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,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 16 08:05:33 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.30
|
||||
see /usr/share/doc/packages/perl-Capture-Tiny/Changes
|
||||
|
||||
0.30 2015-05-15 20:43:54-04:00 America/New_York
|
||||
|
||||
No changes from 0.29
|
||||
|
||||
0.29 2015-04-19 18:36:24+02:00 Europe/Berlin (TRIAL RELEASE)
|
||||
|
||||
Fixed:
|
||||
|
||||
- Fix double filehandle close error with tee on Windows
|
||||
(which started warning during the perl 5.21.x series,
|
||||
causing tests to fail)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 18:29:30 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-Capture-Tiny
|
||||
Version: 0.28
|
||||
Version: 0.30
|
||||
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/
|
||||
Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@ -56,6 +57,6 @@ 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 perlcritic.rc README Todo
|
||||
%doc Changes CONTRIBUTING.mkdn examples LICENSE README Todo
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user