Hello community, here is the log from the commit of package perl-Capture-Tiny for openSUSE:Factory checked in at 2016-08-12 15:37:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-07-03 12:18:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Capture-Tiny.new/perl-Capture-Tiny.changes 2016-08-12 15:37:32.000000000 +0200 @@ -1,0 +2,13 @@ +Sat Aug 6 05:08:24 UTC 2016 - [email protected] + +- updated to 0.44 + see /usr/share/doc/packages/perl-Capture-Tiny/Changes + + 0.44 2016-08-05 13:40:33-04:00 America/New_York + + [Docs] + + - Note that dropping privileges during a capture can lead to + temporary files not cleaned up. + +------------------------------------------------------------------- Old: ---- Capture-Tiny-0.42.tar.gz New: ---- Capture-Tiny-0.44.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Capture-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.aNzPLE/_old 2016-08-12 15:37:33.000000000 +0200 +++ /var/tmp/diff_new_pack.aNzPLE/_new 2016-08-12 15:37:33.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Capture-Tiny -Version: 0.42 +Version: 0.44 Release: 0 %define cpan_name Capture-Tiny Summary: Capture STDOUT and STDERR from Perl, XS or external programs ++++++ Capture-Tiny-0.42.tar.gz -> Capture-Tiny-0.44.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.42/Changes new/Capture-Tiny-0.44/Changes --- old/Capture-Tiny-0.42/Changes 2016-05-31 18:40:20.000000000 +0200 +++ new/Capture-Tiny-0.44/Changes 2016-08-05 19:40:43.000000000 +0200 @@ -1,5 +1,12 @@ Revision history for Capture-Tiny +0.44 2016-08-05 13:40:33-04:00 America/New_York + + [Docs] + + - Note that dropping privileges during a capture can lead to + temporary files not cleaned up. + 0.42 2016-05-31 12:40:10-04:00 America/New_York - No changes from 0.41 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.42/MANIFEST new/Capture-Tiny-0.44/MANIFEST --- old/Capture-Tiny-0.42/MANIFEST 2016-05-31 18:40:20.000000000 +0200 +++ new/Capture-Tiny-0.44/MANIFEST 2016-08-05 19:40:43.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.005. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.006. CONTRIBUTING.mkdn Changes LICENSE @@ -48,7 +48,7 @@ xt/author/pod-coverage.t xt/author/pod-spell.t xt/author/pod-syntax.t +xt/author/portability.t xt/author/test-version.t xt/release/distmeta.t xt/release/minimum-version.t -xt/release/portability.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.42/META.json new/Capture-Tiny-0.44/META.json --- old/Capture-Tiny-0.42/META.json 2016-05-31 18:40:20.000000000 +0200 +++ new/Capture-Tiny-0.44/META.json 2016-08-05 19:40:43.000000000 +0200 @@ -4,7 +4,7 @@ "David Golden <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Zilla version 6.006, CPAN::Meta::Converter version 2.150009", "license" : [ "apache_2_0" ], @@ -49,6 +49,7 @@ "Test::More" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08", + "Test::Portability::Files" : "0", "Test::Spelling" : "0.12", "Test::Version" : "1", "blib" : "1.01" @@ -83,7 +84,7 @@ "provides" : { "Capture::Tiny" : { "file" : "lib/Capture/Tiny.pm", - "version" : "0.42" + "version" : "0.44" } }, "release_status" : "stable", @@ -98,13 +99,14 @@ "web" : "https://github.com/dagolden/Capture-Tiny" } }, - "version" : "0.42", + "version" : "0.44", "x_authority" : "cpan:DAGOLDEN", "x_contributors" : [ "Dagfinn Ilmari Manns\u00e5ker <[email protected]>", "David E. Wheeler <[email protected]>", "fecundf <[email protected]>", "Peter Rabbitson <[email protected]>" - ] + ], + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0213" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.42/META.yml new/Capture-Tiny-0.44/META.yml --- old/Capture-Tiny-0.42/META.yml 2016-05-31 18:40:20.000000000 +0200 +++ new/Capture-Tiny-0.44/META.yml 2016-08-05 19:40:43.000000000 +0200 @@ -11,7 +11,7 @@ configure_requires: ExtUtils::MakeMaker: '6.17' dynamic_config: 1 -generated_by: 'Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005' +generated_by: 'Dist::Zilla version 6.006, CPAN::Meta::Converter version 2.150009' 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.42' + version: '0.44' requires: Carp: '0' Exporter: '0' @@ -43,10 +43,11 @@ 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.42' +version: '0.44' x_authority: cpan:DAGOLDEN x_contributors: - 'Dagfinn Ilmari Mannsåker <[email protected]>' - 'David E. Wheeler <[email protected]>' - 'fecundf <[email protected]>' - 'Peter Rabbitson <[email protected]>' +x_serialization_backend: 'YAML::Tiny version 1.69' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.42/Makefile.PL new/Capture-Tiny-0.44/Makefile.PL --- old/Capture-Tiny-0.42/Makefile.PL 2016-05-31 18:40:20.000000000 +0200 +++ new/Capture-Tiny-0.44/Makefile.PL 2016-08-05 19:40:43.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.005. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.006. use strict; use warnings; @@ -33,7 +33,7 @@ "Test::More" => "0.62", "lib" => 0 }, - "VERSION" => "0.42", + "VERSION" => "0.44", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.42/README new/Capture-Tiny-0.44/README --- old/Capture-Tiny-0.42/README 2016-05-31 18:40:20.000000000 +0200 +++ new/Capture-Tiny-0.44/README 2016-08-05 19:40:43.000000000 +0200 @@ -3,7 +3,7 @@ programs VERSION - version 0.42 + version 0.44 SYNOPSIS use Capture::Tiny ':all'; @@ -256,6 +256,10 @@ for captures. Other problems may occur in the child or parent, as well. Forking in a capture block is not recommended. + Dropping privileges during a capture + If you drop privileges during a capture, temporary files created to + facilitate the capture may not be cleaned up afterwards. + No support for Perl 5.8.0 It's just too buggy when it comes to layers and UTF-8. Perl 5.8.1 or later is recommended. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.42/cpanfile new/Capture-Tiny-0.44/cpanfile --- old/Capture-Tiny-0.42/cpanfile 2016-05-31 18:40:20.000000000 +0200 +++ new/Capture-Tiny-0.44/cpanfile 2016-08-05 19:40:43.000000000 +0200 @@ -42,6 +42,7 @@ requires "Test::More" => "0"; requires "Test::Pod" => "1.41"; requires "Test::Pod::Coverage" => "1.08"; + requires "Test::Portability::Files" => "0"; requires "Test::Spelling" => "0.12"; requires "Test::Version" => "1"; requires "blib" => "1.01"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.42/lib/Capture/Tiny.pm new/Capture-Tiny-0.44/lib/Capture/Tiny.pm --- old/Capture-Tiny-0.42/lib/Capture/Tiny.pm 2016-05-31 18:40:20.000000000 +0200 +++ new/Capture-Tiny-0.44/lib/Capture/Tiny.pm 2016-08-05 19:40:43.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.42'; +our $VERSION = '0.44'; use Carp (); use Exporter (); use IO::Handle (); @@ -436,7 +436,7 @@ =head1 VERSION -version 0.42 +version 0.44 =head1 SYNOPSIS @@ -705,6 +705,11 @@ captures. Other problems may occur in the child or parent, as well. Forking in a capture block is not recommended. +=head3 Dropping privileges during a capture + +If you drop privileges during a capture, temporary files created to +facilitate the capture may not be cleaned up afterwards. + =head2 No support for Perl 5.8.0 It's just too buggy when it comes to layers and UTF-8. Perl 5.8.1 or later diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.42/t/00-report-prereqs.dd new/Capture-Tiny-0.44/t/00-report-prereqs.dd --- old/Capture-Tiny-0.42/t/00-report-prereqs.dd 2016-05-31 18:40:20.000000000 +0200 +++ new/Capture-Tiny-0.44/t/00-report-prereqs.dd 2016-08-05 19:40:43.000000000 +0200 @@ -23,6 +23,7 @@ 'Test::More' => '0', 'Test::Pod' => '1.41', 'Test::Pod::Coverage' => '1.08', + 'Test::Portability::Files' => '0', 'Test::Spelling' => '0.12', 'Test::Version' => '1', 'blib' => '1.01' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.42/t/00-report-prereqs.t new/Capture-Tiny-0.44/t/00-report-prereqs.t --- old/Capture-Tiny-0.42/t/00-report-prereqs.t 2016-05-31 18:40:20.000000000 +0200 +++ new/Capture-Tiny-0.44/t/00-report-prereqs.t 2016-08-05 19:40:43.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.024 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025 use Test::More tests => 1; @@ -78,10 +78,10 @@ # Add dynamic prereqs to the included modules list (if we can) my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml'; -if ( $source && $HAS_CPAN_META ) { - if ( my $meta = eval { CPAN::Meta->load_file($source) } ) { - $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); - } +if ( $source && $HAS_CPAN_META + && (my $meta = eval { CPAN::Meta->load_file($source) } ) +) { + $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); } else { $source = 'static metadata'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.42/xt/author/portability.t new/Capture-Tiny-0.44/xt/author/portability.t --- old/Capture-Tiny-0.42/xt/author/portability.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Capture-Tiny-0.44/xt/author/portability.t 2016-08-05 19:40:43.000000000 +0200 @@ -0,0 +1,12 @@ +#!perl + +use strict; +use warnings; + +use Test::More; + +eval 'use Test::Portability::Files'; +plan skip_all => 'Test::Portability::Files required for testing portability' + if $@; +options(test_one_dot => 0); +run_tests(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Capture-Tiny-0.42/xt/release/portability.t new/Capture-Tiny-0.44/xt/release/portability.t --- old/Capture-Tiny-0.42/xt/release/portability.t 2016-05-31 18:40:20.000000000 +0200 +++ new/Capture-Tiny-0.44/xt/release/portability.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -#!perl - -use strict; -use warnings; - -use Test::More; - -eval 'use Test::Portability::Files'; -plan skip_all => 'Test::Portability::Files required for testing portability' - if $@; -options(test_one_dot => 0); -run_tests();
