diff --git a/Capture-Tiny-0.28.tar.gz b/Capture-Tiny-0.28.tar.gz deleted file mode 100644 index 440d331..0000000 --- a/Capture-Tiny-0.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e394caddb0e1a46e8cc4bf499eaae6c265dd201d34cac46d2f3e507c23afef84 -size 34455 diff --git a/Capture-Tiny-0.30.tar.gz b/Capture-Tiny-0.30.tar.gz new file mode 100644 index 0000000..6141044 --- /dev/null +++ b/Capture-Tiny-0.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b4e55278757e77d50df0b1a79f42e6e8354b7d41db806da39bf161bee63aea +size 34578 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Capture-Tiny.changes b/perl-Capture-Tiny.changes index 9ffedff..a8fb539 100644 --- a/perl-Capture-Tiny.changes +++ b/perl-Capture-Tiny.changes @@ -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 diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec index 882255f..83c1f95 100644 --- a/perl-Capture-Tiny.spec +++ b/perl-Capture-Tiny.spec @@ -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