Hello community, here is the log from the commit of package perl-Capture-Tiny for openSUSE:Factory checked in at 2015-05-18 23:02:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Capture-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-Capture-Tiny.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Capture-Tiny" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Capture-Tiny/perl-Capture-Tiny.changes 2015-04-16 14:11:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Capture-Tiny.new/perl-Capture-Tiny.changes 2015-05-18 23:02:52.000000000 +0200 @@ -1,0 +2,18 @@ +Sat May 16 08:05:33 UTC 2015 - [email protected] + +- 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) + +------------------------------------------------------------------- Old: ---- Capture-Tiny-0.28.tar.gz New: ---- Capture-Tiny-0.30.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Capture-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.cmCb35/_old 2015-05-18 23:02:52.000000000 +0200 +++ /var/tmp/diff_new_pack.cmCb35/_new 2015-05-18 23:02:52.000000000 +0200 @@ -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 @@ %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 ++++++ Capture-Tiny-0.28.tar.gz -> Capture-Tiny-0.30.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.28/Changes new/Capture-Tiny-0.30/Changes --- old/Capture-Tiny-0.28/Changes 2015-02-11 12:39:57.000000000 +0100 +++ new/Capture-Tiny-0.30/Changes 2015-05-16 02:44:00.000000000 +0200 @@ -1,5 +1,17 @@ Revision history for Capture-Tiny +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) + 0.28 2015-02-11 06:39:51-05:00 America/New_York Tests: @@ -295,3 +307,5 @@ Added: - 'capture' and 'tee' functions + +# vim: set ts=2 sts=2 sw=2 et tw=75: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.28/MANIFEST new/Capture-Tiny-0.30/MANIFEST --- old/Capture-Tiny-0.28/MANIFEST 2015-02-11 12:39:57.000000000 +0100 +++ new/Capture-Tiny-0.30/MANIFEST 2015-05-16 02:44:00.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.031. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.036. CONTRIBUTING.mkdn Changes LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.28/META.json new/Capture-Tiny-0.30/META.json --- old/Capture-Tiny-0.28/META.json 2015-02-11 12:39:57.000000000 +0100 +++ new/Capture-Tiny-0.30/META.json 2015-05-16 02:44:00.000000000 +0200 @@ -4,13 +4,13 @@ "David Golden <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240", + "generated_by" : "Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150002", "license" : [ "apache_2_0" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Capture-Tiny", "no_index" : { @@ -79,7 +79,7 @@ "provides" : { "Capture::Tiny" : { "file" : "lib/Capture/Tiny.pm", - "version" : "0.28" + "version" : "0.30" } }, "release_status" : "stable", @@ -94,7 +94,7 @@ "web" : "https://github.com/dagolden/Capture-Tiny" } }, - "version" : "0.28", + "version" : "0.30", "x_authority" : "cpan:DAGOLDEN", "x_contributors" : [ "Dagfinn Ilmari Mannsåker <[email protected]>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.28/META.yml new/Capture-Tiny-0.30/META.yml --- old/Capture-Tiny-0.28/META.yml 2015-02-11 12:39:57.000000000 +0100 +++ new/Capture-Tiny-0.30/META.yml 2015-05-16 02:44:00.000000000 +0200 @@ -11,7 +11,7 @@ configure_requires: ExtUtils::MakeMaker: '6.17' dynamic_config: 1 -generated_by: 'Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240' +generated_by: 'Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150002' license: apache meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -28,7 +28,7 @@ provides: Capture::Tiny: file: lib/Capture/Tiny.pm - version: '0.28' + version: '0.30' requires: Carp: '0' Exporter: '0' @@ -43,7 +43,7 @@ bugtracker: https://github.com/dagolden/Capture-Tiny/issues homepage: https://github.com/dagolden/Capture-Tiny repository: https://github.com/dagolden/Capture-Tiny.git -version: '0.28' +version: '0.30' x_authority: cpan:DAGOLDEN x_contributors: - 'Dagfinn Ilmari Mannsåker <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.28/Makefile.PL new/Capture-Tiny-0.30/Makefile.PL --- old/Capture-Tiny-0.28/Makefile.PL 2015-02-11 12:39:57.000000000 +0100 +++ new/Capture-Tiny-0.30/Makefile.PL 2015-05-16 02:44:00.000000000 +0200 @@ -1,5 +1,4 @@ - -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.031. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.036. use strict; use warnings; @@ -7,8 +6,6 @@ use ExtUtils::MakeMaker 6.17; - - my %WriteMakefileArgs = ( "ABSTRACT" => "Capture STDOUT and STDERR from Perl, XS or external programs", "AUTHOR" => "David Golden <dagolden\@cpan.org>", @@ -37,7 +34,7 @@ "Test::More" => "0.62", "lib" => 0 }, - "VERSION" => "0.28", + "VERSION" => "0.30", "test" => { "TESTS" => "t/*.t" } @@ -74,6 +71,3 @@ } WriteMakefile(%WriteMakefileArgs); - - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.28/README new/Capture-Tiny-0.30/README --- old/Capture-Tiny-0.28/README 2015-02-11 12:39:57.000000000 +0100 +++ new/Capture-Tiny-0.30/README 2015-05-16 02:44:00.000000000 +0200 @@ -3,7 +3,7 @@ programs VERSION - version 0.28 + version 0.30 SYNOPSIS use Capture::Tiny ':all'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.28/lib/Capture/Tiny.pm new/Capture-Tiny-0.30/lib/Capture/Tiny.pm --- old/Capture-Tiny-0.28/lib/Capture/Tiny.pm 2015-02-11 12:39:57.000000000 +0100 +++ new/Capture-Tiny-0.30/lib/Capture/Tiny.pm 2015-05-16 02:44:00.000000000 +0200 @@ -3,7 +3,7 @@ use warnings; package Capture::Tiny; # ABSTRACT: Capture STDOUT and STDERR from Perl, XS or external programs -our $VERSION = '0.28'; +our $VERSION = '0.30'; use Carp (); use Exporter (); use IO::Handle (); @@ -210,7 +210,7 @@ # execute @cmd as a separate process if ( $IS_WIN32 ) { local $@; - eval "use Win32API::File qw/CloseHandle GetOsFHandle SetHandleInformation fileLastError HANDLE_FLAG_INHERIT INVALID_HANDLE_VALUE/ "; + eval "use Win32API::File qw/GetOsFHandle SetHandleInformation fileLastError HANDLE_FLAG_INHERIT INVALID_HANDLE_VALUE/ "; # _debug( "# Win32API::File loaded\n") unless $@; my $os_fhandle = GetOsFHandle( $stash->{tee}{$which} ); # _debug( "# Couldn't get OS handle: " . fileLastError() . "\n") if ! defined $os_fhandle || $os_fhandle == INVALID_HANDLE_VALUE(); @@ -264,8 +264,8 @@ sub _kill_tees { my ($stash) = @_; if ( $IS_WIN32 ) { - # _debug( "# closing handles with CloseHandle\n"); - CloseHandle( GetOsFHandle($_) ) for values %{ $stash->{tee} }; + # _debug( "# closing handles\n"); + close($_) for values %{ $stash->{tee} }; # _debug( "# waiting for subprocesses to finish\n"); my $start = time; 1 until wait == -1 || (time - $start > 30); @@ -422,7 +422,7 @@ =head1 VERSION -version 0.28 +version 0.30 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.28/t/00-report-prereqs.t new/Capture-Tiny-0.30/t/00-report-prereqs.t --- old/Capture-Tiny-0.28/t/00-report-prereqs.t 2015-02-11 12:39:57.000000000 +0100 +++ new/Capture-Tiny-0.30/t/00-report-prereqs.t 2015-05-16 02:44:00.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.020 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.021 use Test::More tests => 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.28/xt/author/00-compile.t new/Capture-Tiny-0.30/xt/author/00-compile.t --- old/Capture-Tiny-0.28/xt/author/00-compile.t 2015-02-11 12:39:57.000000000 +0100 +++ new/Capture-Tiny-0.30/xt/author/00-compile.t 2015-05-16 02:44:00.000000000 +0200 @@ -2,11 +2,11 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051 +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.052 use Test::More; -plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0); +plan tests => 2; my @module_files = ( 'Capture/Tiny.pm' @@ -49,6 +49,6 @@ is(scalar(@warnings), 0, 'no warnings found') - or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) ) if $ENV{AUTHOR_TESTING}; + or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.28/xt/author/pod-spell.t new/Capture-Tiny-0.30/xt/author/pod-spell.t --- old/Capture-Tiny-0.28/xt/author/pod-spell.t 2015-02-11 12:39:57.000000000 +0100 +++ new/Capture-Tiny-0.30/xt/author/pod-spell.t 2015-05-16 02:44:00.000000000 +0200 @@ -2,7 +2,7 @@ use warnings; use Test::More; -# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006008 +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006009 use Test::Spelling 0.12; use Pod::Wordlist; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.28/xt/release/test-version.t new/Capture-Tiny-0.30/xt/release/test-version.t --- old/Capture-Tiny-0.28/xt/release/test-version.t 2015-02-11 12:39:57.000000000 +0100 +++ new/Capture-Tiny-0.30/xt/release/test-version.t 2015-05-16 02:44:00.000000000 +0200 @@ -2,14 +2,15 @@ use warnings; use Test::More; -# generated by Dist::Zilla::Plugin::Test::Version 0.003001 +# generated by Dist::Zilla::Plugin::Test::Version 1.02 use Test::Version; -my @imports = ( 'version_all_ok' ); +my @imports = qw( version_all_ok ); my $params = { - is_strict => 0, - has_version => 1, + is_strict => 0, + has_version => 1, + }; push @imports, $params ++++++ cpanspec.yml ++++++ --- #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
