Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Carton for openSUSE:Factory checked in at 2022-05-12 23:00:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Carton (Old) and /work/SRC/openSUSE:Factory/.perl-Carton.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Carton" Thu May 12 23:00:20 2022 rev:12 rq:976450 version:1.0.35 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Carton/perl-Carton.changes 2021-01-21 21:54:05.881766692 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Carton.new.1538/perl-Carton.changes 2022-05-12 23:00:44.716827811 +0200 @@ -1,0 +2,9 @@ +Sat May 7 03:06:10 UTC 2022 - Tina M??ller <timueller+p...@suse.de> + +- updated to 1.0.35 + see /usr/share/doc/packages/perl-Carton/Changes + + v1.0.35 2022-05-06 18:36:17 PDT + - add $snapshot->remove_distributions to use from Carmel + +------------------------------------------------------------------- Old: ---- Carton-v1.0.34.tar.gz New: ---- Carton-v1.0.35.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Carton.spec ++++++ --- /var/tmp/diff_new_pack.TFyOmX/_old 2022-05-12 23:00:45.300828595 +0200 +++ /var/tmp/diff_new_pack.TFyOmX/_new 2022-05-12 23:00:45.340828649 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Carton # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name Carton Name: perl-Carton -Version: 1.0.34 +Version: 1.0.35 Release: 0 -%define cpan_name Carton -Summary: Perl module dependency manager (aka Bundler for Perl) License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: Perl module dependency manager (aka Bundler for Perl) +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-v%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(CPAN::Meta) >= 2.120921 @@ -68,12 +66,12 @@ For 'cpanfile' syntax, see cpanfile documentation. %prep -%setup -q -n %{cpan_name}-v%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-v%{version} +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -84,7 +82,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE ++++++ Carton-v1.0.34.tar.gz -> Carton-v1.0.35.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.34/Changes new/Carton-v1.0.35/Changes --- old/Carton-v1.0.34/Changes 2018-06-28 19:38:04.000000000 +0200 +++ new/Carton-v1.0.35/Changes 2022-05-07 03:36:18.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for carton +v1.0.35 2022-05-06 18:36:17 PDT + - add $snapshot->remove_distributions to use from Carmel + v1.0.34 2018-06-28 10:38:01 PDT - workaround carton fatpack by explicitly loading Menlo::Index::Mirror diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.34/LICENSE new/Carton-v1.0.35/LICENSE --- old/Carton-v1.0.34/LICENSE 2018-06-28 19:38:04.000000000 +0200 +++ new/Carton-v1.0.35/LICENSE 2022-05-07 03:36:18.000000000 +0200 @@ -292,21 +292,21 @@ - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through - textual modification. + textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright - Holder. + Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. + the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) + computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they - received it. + received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you @@ -373,7 +373,7 @@ 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.34/MANIFEST new/Carton-v1.0.35/MANIFEST --- old/Carton-v1.0.34/MANIFEST 2018-06-28 19:38:04.000000000 +0200 +++ new/Carton-v1.0.35/MANIFEST 2022-05-07 03:36:18.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024. Changes LICENSE MANIFEST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.34/META.json new/Carton-v1.0.35/META.json --- old/Carton-v1.0.34/META.json 2018-06-28 19:38:04.000000000 +0200 +++ new/Carton-v1.0.35/META.json 2022-05-07 03:36:18.000000000 +0200 @@ -4,7 +4,7 @@ "Tatsuhiko Miyagawa" ], "dynamic_config" : 0, - "generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -34,7 +34,7 @@ "requires" : { "Capture::Tiny" : "0", "Dist::Milla" : "v1.0.20", - "Test::More" : "0.9", + "Test::More" : "0.96", "Test::Pod" : "1.41", "Test::Requires" : "0" } @@ -72,7 +72,7 @@ "web" : "https://github.com/perl-carton/carton" } }, - "version" : "v1.0.34", + "version" : "v1.0.35", "x_contributors" : [ "Christian Walde <walde.christ...@googlemail.com>", "Dan Book <gri...@gmail.com>", @@ -95,8 +95,9 @@ "WATANABE Hiroaki <h...@mac.com>", "Yanick Champoux <yan...@babyl.dyndns.org>" ], - "x_generated_by_perl" : "v5.20.1", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.02", + "x_generated_by_perl" : "v5.32.1", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.26", + "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later", "x_static_install" : 0 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.34/META.yml new/Carton-v1.0.35/META.yml --- old/Carton-v1.0.34/META.yml 2018-06-28 19:38:04.000000000 +0200 +++ new/Carton-v1.0.35/META.yml 2022-05-07 03:36:18.000000000 +0200 @@ -7,7 +7,7 @@ ExtUtils::MakeMaker: '0' version: '0.77' dynamic_config: 0 -generated_by: 'Dist::Milla version v1.0.20, Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Milla version v1.0.20, Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -41,7 +41,7 @@ bugtracker: https://github.com/perl-carton/carton/issues homepage: https://github.com/perl-carton/carton repository: https://github.com/perl-carton/carton.git -version: v1.0.34 +version: v1.0.35 x_contributors: - 'Christian Walde <walde.christ...@googlemail.com>' - 'Dan Book <gri...@gmail.com>' @@ -63,6 +63,7 @@ - 'Tatsuhiko Miyagawa <miyag...@gmail.com>' - 'WATANABE Hiroaki <h...@mac.com>' - 'Yanick Champoux <yan...@babyl.dyndns.org>' -x_generated_by_perl: v5.20.1 +x_generated_by_perl: v5.32.1 x_serialization_backend: 'YAML::Tiny version 1.73' +x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' x_static_install: 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.34/Makefile.PL new/Carton-v1.0.35/Makefile.PL --- old/Carton-v1.0.34/Makefile.PL 2018-06-28 19:38:04.000000000 +0200 +++ new/Carton-v1.0.35/Makefile.PL 2022-05-07 03:36:18.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024. use strict; use warnings; @@ -33,7 +33,7 @@ "Try::Tiny" => "0.09", "parent" => "0.223" }, - "VERSION" => "v1.0.34", + "VERSION" => "v1.0.35", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.34/README new/Carton-v1.0.35/README --- old/Carton-v1.0.34/README 2018-06-28 19:38:04.000000000 +0200 +++ new/Carton-v1.0.35/README 2022-05-07 03:36:18.000000000 +0200 @@ -159,10 +159,6 @@ Code repository, Wiki and Issue Tracker - irc://irc.perl.org/#cpanm - - IRC chat room - AUTHOR Tatsuhiko Miyagawa @@ -177,6 +173,8 @@ SEE ALSO + Carmel + cpanm cpanfile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.34/cpanfile new/Carton-v1.0.35/cpanfile --- old/Carton-v1.0.34/cpanfile 2018-06-28 19:38:04.000000000 +0200 +++ new/Carton-v1.0.35/cpanfile 2022-05-07 03:36:18.000000000 +0200 @@ -24,7 +24,7 @@ recommends 'App::FatPacker', 0.009018; on develop => sub { - requires 'Test::More', 0.90; + requires 'Test::More', 0.96; requires 'Test::Requires'; requires 'Capture::Tiny'; }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.34/lib/Carton/Snapshot.pm new/Carton-v1.0.35/lib/Carton/Snapshot.pm --- old/Carton-v1.0.34/lib/Carton/Snapshot.pm 2018-06-28 19:38:04.000000000 +0200 +++ new/Carton-v1.0.35/lib/Carton/Snapshot.pm 2022-05-07 03:36:18.000000000 +0200 @@ -110,6 +110,12 @@ push @{$self->_distributions}, $dist; } +sub remove_distributions { + my($self, $filter) = @_; + my @dists = grep !$filter->($_), $self->distributions; + $self->_distributions(\@dists); +} + sub packages { my $self = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.34/lib/Carton.pm new/Carton-v1.0.35/lib/Carton.pm --- old/Carton-v1.0.34/lib/Carton.pm 2018-06-28 19:38:04.000000000 +0200 +++ new/Carton-v1.0.35/lib/Carton.pm 2022-05-07 03:36:18.000000000 +0200 @@ -1,7 +1,7 @@ package Carton; use strict; use 5.008_005; -use version; our $VERSION = version->declare("v1.0.34"); +use version; our $VERSION = version->declare("v1.0.35"); 1; __END__ @@ -172,10 +172,6 @@ Code repository, Wiki and Issue Tracker -=item L<irc://irc.perl.org/#cpanm> - -IRC chat room - =back =head1 AUTHOR @@ -192,6 +188,8 @@ =head1 SEE ALSO +L<Carmel> + L<cpanm> L<cpanfile>