Hello community, here is the log from the commit of package perl-File-Path for openSUSE:Factory checked in at 2020-08-04 20:16:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-File-Path (Old) and /work/SRC/openSUSE:Factory/.perl-File-Path.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-Path" Tue Aug 4 20:16:07 2020 rev:6 rq:824121 version:2.170000 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-File-Path/perl-File-Path.changes 2018-09-07 15:34:43.586844718 +0200 +++ /work/SRC/openSUSE:Factory/.perl-File-Path.new.3592/perl-File-Path.changes 2020-08-04 20:16:12.760858438 +0200 @@ -1,0 +2,20 @@ +Thu Jul 30 10:38:28 UTC 2020 - Tina Müller <[email protected]> + +- Revert last change as requested (2.17 -> 2.170000) + +------------------------------------------------------------------- +Tue Jul 28 10:46:26 UTC 2020 - Tina Müller <[email protected]> + +- Fix version (2.17 vs. 2.170000) + +------------------------------------------------------------------- +Thu Jul 23 10:33:48 UTC 2020 - Pedro Monreal <[email protected]> + +- updated to 2.17 + see /usr/share/doc/packages/perl-File-Path/Changes + + 2.17 2020-07-18 + - Eliminate one line of debugging code which was generating + a warning. + +------------------------------------------------------------------- Old: ---- File-Path-2.16.tar.gz New: ---- File-Path-2.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-File-Path.spec ++++++ --- /var/tmp/diff_new_pack.P6sRT5/_old 2020-08-04 20:16:14.360859412 +0200 +++ /var/tmp/diff_new_pack.P6sRT5/_new 2020-08-04 20:16:14.364859415 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-File-Path # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-File-Path -Version: 2.160000 +Version: 2.170000 Release: 0 -%define cpan_version 2.16 -Provides: perl(File::Path) = 2.160000 -#Upstream: James Keenan and Richard Elberger 1995-2018. All rights reserved. +%define cpan_version 2.17 +Provides: perl(File::Path) = 2.170000 +#Upstream: James Keenan and Richard Elberger 1995-2020. All rights reserved. %define cpan_name File-Path Summary: Create or remove directory trees License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/File-Path/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -43,11 +43,11 @@ %setup -q -n %{cpan_name}-%{cpan_version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install ++++++ File-Path-2.16.tar.gz -> File-Path-2.17.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Path-2.16/Changes new/File-Path-2.17/Changes --- old/File-Path-2.16/Changes 2018-08-31 14:45:57.000000000 +0200 +++ new/File-Path-2.17/Changes 2020-07-18 20:18:06.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for Perl extension File::Path. +2.17 2020-07-18 + - Eliminate one line of debugging code which was generating + a warning. + 2.16 2018-08-31 - Correct inadequate method of generating names for dummy users and groups during testing (RTC 121967). No change in diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Path-2.16/META.json new/File-Path-2.17/META.json --- old/File-Path-2.16/META.json 2018-08-31 15:01:23.000000000 +0200 +++ new/File-Path-2.17/META.json 2020-07-18 20:24:46.000000000 +0200 @@ -4,7 +4,7 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010", "license" : [ "unknown", "perl_5" @@ -59,6 +59,6 @@ "web" : "https://github.com/jkeenan/File-Path" } }, - "version" : "2.16", - "x_serialization_backend" : "JSON::PP version 2.97001" + "version" : "2.17", + "x_serialization_backend" : "JSON::PP version 4.04" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Path-2.16/META.yml new/File-Path-2.17/META.yml --- old/File-Path-2.16/META.yml 2018-08-31 15:01:23.000000000 +0200 +++ new/File-Path-2.17/META.yml 2020-07-18 20:24:46.000000000 +0200 @@ -14,7 +14,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -31,5 +31,5 @@ File::Spec: '0' resources: repository: https://github.com/jkeenan/File-Path.git -version: '2.16' +version: '2.17' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Path-2.16/README new/File-Path-2.17/README --- old/File-Path-2.16/README 2018-08-31 14:32:39.000000000 +0200 +++ new/File-Path-2.17/README 2020-07-18 20:19:15.000000000 +0200 @@ -44,7 +44,7 @@ COPYRIGHT This module is copyright (C) Charles Bailey, Tim Bunce, David Landgren, -James Keenan, and Richard Elberger 1995-2018. All rights reserved. +James Keenan, and Richard Elberger 1995-2020. All rights reserved. LICENSE This library is free software; you can redistribute it and/or modify it diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Path-2.16/lib/File/Path.pm new/File-Path-2.17/lib/File/Path.pm --- old/File-Path-2.16/lib/File/Path.pm 2018-08-31 14:38:58.000000000 +0200 +++ new/File-Path-2.17/lib/File/Path.pm 2020-07-18 20:19:15.000000000 +0200 @@ -18,7 +18,7 @@ use Exporter (); use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); -$VERSION = '2.16'; +$VERSION = '2.17'; $VERSION = eval $VERSION; @ISA = qw(Exporter); @EXPORT = qw(mkpath rmtree); @@ -633,7 +633,7 @@ =head1 VERSION -2.16 - released August 31 2018. +2.17 - released July 18 2020. =head1 SYNOPSIS @@ -1277,7 +1277,7 @@ =head1 COPYRIGHT This module is copyright (C) Charles Bailey, Tim Bunce, David Landgren, -James Keenan and Richard Elberger 1995-2018. All rights reserved. +James Keenan and Richard Elberger 1995-2020. All rights reserved. =head1 LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Path-2.16/t/Path_root.t new/File-Path-2.17/t/Path_root.t --- old/File-Path-2.16/t/Path_root.t 2018-08-31 14:27:28.000000000 +0200 +++ new/File-Path-2.17/t/Path_root.t 2020-07-18 20:13:48.000000000 +0200 @@ -112,7 +112,6 @@ my $max_gid = 0; my $max_group = undef; while ( my @g = getgrent() ) { - print Dumper @g; if ($max_gid < $g[2]) { $max_gid = $g[2]; $max_group = $g[0];
