Hello community, here is the log from the commit of package perl-File-pushd for openSUSE:Factory checked in at 2012-02-16 12:25:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-File-pushd (Old) and /work/SRC/openSUSE:Factory/.perl-File-pushd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-pushd", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-File-pushd/perl-File-pushd.changes 2011-12-21 17:31:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-File-pushd.new/perl-File-pushd.changes 2012-02-16 12:25:32.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Feb 15 12:05:21 UTC 2012 - [email protected] + +- updated to 1.002 + - Fix failures on cygwin [RT#73072 Reini Urban] + +------------------------------------------------------------------- Old: ---- File-pushd-1.001.tar.gz New: ---- File-pushd-1.002.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-File-pushd.spec ++++++ --- /var/tmp/diff_new_pack.t8y3NZ/_old 2012-02-16 12:25:35.000000000 +0100 +++ /var/tmp/diff_new_pack.t8y3NZ/_new 2012-02-16 12:25:35.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-File-pushd # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products 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,15 +17,14 @@ Name: perl-File-pushd -Version: 1.001 +Version: 1.002 Release: 0 %define cpan_name File-pushd Summary: change directory temporarily for a limited scope License: Apache-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-pushd/ -#Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-1.002.tar.gz -Source: File-pushd-1.001.tar.gz +Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -65,6 +64,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README Todo +%doc Changes examples LICENSE README README.PATCHING Todo %changelog ++++++ File-pushd-1.001.tar.gz -> File-pushd-1.002.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-pushd-1.001/Changes new/File-pushd-1.002/Changes --- old/File-pushd-1.001/Changes 2011-09-15 04:49:58.000000000 +0200 +++ new/File-pushd-1.002/Changes 2011-12-07 17:40:29.000000000 +0100 @@ -1,5 +1,11 @@ Revision history for Perl module File::pushd +1.002 2011-12-07 11:40:26 EST5EDT + + [BUG FIXES] + + - Fix failures on cygwin [rt.cpan.org #73072 Reini Urban] + 1.001 2011-09-14 22:49:56 America/New_York - updated docs to clarify that pushd() and tempd() croak on errors diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-pushd-1.001/MANIFEST new/File-pushd-1.002/MANIFEST --- old/File-pushd-1.001/MANIFEST 2011-09-15 04:49:59.000000000 +0200 +++ new/File-pushd-1.002/MANIFEST 2011-12-07 17:40:29.000000000 +0100 @@ -5,6 +5,7 @@ META.yml Makefile.PL README +README.PATCHING Todo dist.ini examples/example.pl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-pushd-1.001/META.json new/File-pushd-1.002/META.json --- old/File-pushd-1.001/META.json 2011-09-15 04:49:59.000000000 +0200 +++ new/File-pushd-1.002/META.json 2011-12-07 17:40:29.000000000 +0100 @@ -4,7 +4,7 @@ "David A Golden <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.300000, CPAN::Meta::Converter version 2.112150", + "generated_by" : "Dist::Zilla version 4.300002, CPAN::Meta::Converter version 2.112580", "license" : [ "apache_2_0" ], @@ -57,7 +57,7 @@ "provides" : { "File::pushd" : { "file" : "lib/File/pushd.pm", - "version" : "1.001" + "version" : "1.002" } }, "release_status" : "stable", @@ -66,13 +66,13 @@ "mailto" : "bug-file-pushd at rt.cpan.org", "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=File-pushd" }, - "homepage" : "http://github.com/dagolden/file-pushd", + "homepage" : "https://github.com/dagolden/file-pushd", "repository" : { "type" : "git", - "url" : "http://github.com/dagolden/file-pushd", - "web" : "http://github.com/dagolden/file-pushd" + "url" : "https://github.com/dagolden/file-pushd.git", + "web" : "https://github.com/dagolden/file-pushd" } }, - "version" : "1.001" + "version" : "1.002" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-pushd-1.001/META.yml new/File-pushd-1.002/META.yml --- old/File-pushd-1.001/META.yml 2011-09-15 04:49:59.000000000 +0200 +++ new/File-pushd-1.002/META.yml 2011-12-07 17:40:29.000000000 +0100 @@ -10,7 +10,7 @@ configure_requires: ExtUtils::MakeMaker: 6.30 dynamic_config: 0 -generated_by: 'Dist::Zilla version 4.300000, CPAN::Meta::Converter version 2.112150' +generated_by: 'Dist::Zilla version 4.300002, CPAN::Meta::Converter version 2.112580' license: apache meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -27,7 +27,7 @@ provides: File::pushd: file: lib/File/pushd.pm - version: 1.001 + version: 1.002 requires: Carp: 0 Cwd: 0 @@ -42,6 +42,6 @@ warnings: 0 resources: bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=File-pushd - homepage: http://github.com/dagolden/file-pushd - repository: http://github.com/dagolden/file-pushd -version: 1.001 + homepage: https://github.com/dagolden/file-pushd + repository: https://github.com/dagolden/file-pushd.git +version: 1.002 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-pushd-1.001/Makefile.PL new/File-pushd-1.002/Makefile.PL --- old/File-pushd-1.001/Makefile.PL 2011-09-15 04:49:59.000000000 +0200 +++ new/File-pushd-1.002/Makefile.PL 2011-12-07 17:40:29.000000000 +0100 @@ -36,7 +36,7 @@ "vars" => 0, "warnings" => 0 }, - "VERSION" => "1.001", + "VERSION" => "1.002", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-pushd-1.001/README new/File-pushd-1.002/README --- old/File-pushd-1.001/README 2011-09-15 04:49:58.000000000 +0200 +++ new/File-pushd-1.002/README 2011-12-07 17:40:29.000000000 +0100 @@ -2,7 +2,7 @@ File::pushd - change directory temporarily for a limited scope VERSION - version 1.001 + version 1.002 SYNOPSIS use File::pushd; @@ -111,18 +111,17 @@ SUPPORT Bugs / Feature Requests - Please report any bugs or feature requests by email to "bug-file-pushd - at rt.cpan.org", or through the web interface at + Please report any bugs or feature requests through the issue tracker at <http://rt.cpan.org/Public/Dist/Display.html?Name=File-pushd>. You will - be automatically notified of any progress on the request by the system. + be notified automatically of any progress on your issue. Source Code This is open source software. The code repository is available for public review and contribution under the terms of the license. - <http://github.com/dagolden/file-pushd> + <https://github.com/dagolden/file-pushd> - git clone http://github.com/dagolden/file-pushd + git clone https://github.com/dagolden/file-pushd.git AUTHOR David A Golden <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-pushd-1.001/README.PATCHING new/File-pushd-1.002/README.PATCHING --- old/File-pushd-1.001/README.PATCHING 1970-01-01 01:00:00.000000000 +0100 +++ new/File-pushd-1.002/README.PATCHING 2011-12-07 17:40:29.000000000 +0100 @@ -0,0 +1,42 @@ +README.PATCHING + +Thank you for considering contributing to this distribution. This file +contains instructions that will help you work with the source code. + +The distribution is managed with Dist::Zilla. This means than many of the +usual files you might expect are not in the repository, but are generated +at release time (e.g. Makefile.PL). + +However, you can run tests directly using the 'prove' tool: + + $ prove -l + $ prove -lv t/some_test_file.t + +For most distributions, 'prove' is entirely sufficent for you to test any +patches you have. + +Likewise, much of the documentation Pod is generated at release time. +Depending on the distribution, some documentation may be written in a Pod +dialect called WikiDoc. (See Pod::WikiDoc on CPAN.) If you would like to +submit a documentation edit, please limit yourself to the documentation you +see. + +If you see typos or documentation issues in the generated docs, please +email or open a bug ticket instead of patching. + +Dist::Zilla is a very powerful authoring tool, but requires a number of +author-specific plugins. If you would like to use it for contributing, +install it from CPAN, then run one of the following commands, depending on +your CPAN client: + + $ cpan `dzil authordeps` + $ dzil authordeps | cpanm + +Once installed, here are some dzil commands you might try: + + $ dzil build + $ dzil test + $ dzil xtest + +You can learn more about Dist::Zilla at http://dzil.org/ + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-pushd-1.001/dist.ini new/File-pushd-1.002/dist.ini --- old/File-pushd-1.001/dist.ini 2011-09-15 04:49:59.000000000 +0200 +++ new/File-pushd-1.002/dist.ini 2011-12-07 17:40:29.000000000 +0100 @@ -7,4 +7,4 @@ -bundle = @DAGOLDEN -remove = MinimumPerl -[CriticTests] +[Test::Perl::Critic] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-pushd-1.001/lib/File/pushd.pm new/File-pushd-1.002/lib/File/pushd.pm --- old/File-pushd-1.001/lib/File/pushd.pm 2011-09-15 04:49:59.000000000 +0200 +++ new/File-pushd-1.002/lib/File/pushd.pm 2011-12-07 17:40:29.000000000 +0100 @@ -3,7 +3,7 @@ BEGIN{ if (not $] < 5.006) { require warnings; warnings->import } } package File::pushd; # ABSTRACT: change directory temporarily for a limited scope -our $VERSION = '1.001'; # VERSION +our $VERSION = '1.002'; # VERSION use vars qw/@EXPORT @ISA/; @EXPORT = qw( pushd tempd ); @@ -39,6 +39,7 @@ my $tainted_dest; eval { $tainted_dest = $target_dir ? abs_path( $target_dir ) : $orig }; + croak "Can't locate directory $target_dir: $@" if $@; my $dest; if ( $tainted_dest =~ $options->{untaint_pattern} ) { @@ -48,8 +49,6 @@ $dest = $tainted_dest; } - croak "Can't locate directory $target_dir: $@" if $@; - if ($dest ne $orig) { chdir $dest or croak "Can't chdir to $dest\: $!"; } @@ -119,7 +118,7 @@ =head1 VERSION -version 1.001 +version 1.002 =head1 SYNOPSIS @@ -242,18 +241,18 @@ =head2 Bugs / Feature Requests -Please report any bugs or feature requests by email to C<bug-file-pushd at rt.cpan.org>, or through -the web interface at L<http://rt.cpan.org/Public/Dist/Display.html?Name=File-pushd>. You will be automatically notified of any -progress on the request by the system. +Please report any bugs or feature requests through the issue tracker +at L<http://rt.cpan.org/Public/Dist/Display.html?Name=File-pushd>. +You will be notified automatically of any progress on your issue. =head2 Source Code This is open source software. The code repository is available for public review and contribution under the terms of the license. -L<http://github.com/dagolden/file-pushd> +L<https://github.com/dagolden/file-pushd> - git clone http://github.com/dagolden/file-pushd + git clone https://github.com/dagolden/file-pushd.git =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-pushd-1.001/t/File_pushd.t new/File-pushd-1.002/t/File_pushd.t --- old/File-pushd-1.001/t/File_pushd.t 2011-09-15 04:49:59.000000000 +0200 +++ new/File-pushd-1.002/t/File_pushd.t 2011-12-07 17:40:29.000000000 +0100 @@ -196,6 +196,7 @@ delete @ENV{qw(IFS CDPATH ENV BASH_ENV)}; $^X =~ m{(.*)[\\/]perl.*$}; $ENV{PATH} = $1; # for taint mode + $ENV{PATH} = "$1:/usr/bin" if $^O eq 'cygwin'; $temp_dir = `$^X $program_file`; } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
