Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-DateTime-Calendar-Julian for openSUSE:Factory checked in at 2021-03-19 16:39:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DateTime-Calendar-Julian (Old) and /work/SRC/openSUSE:Factory/.perl-DateTime-Calendar-Julian.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DateTime-Calendar-Julian" Fri Mar 19 16:39:36 2021 rev:6 rq:879440 version:0.104 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DateTime-Calendar-Julian/perl-DateTime-Calendar-Julian.changes 2021-01-14 15:04:54.562737301 +0100 +++ /work/SRC/openSUSE:Factory/.perl-DateTime-Calendar-Julian.new.2401/perl-DateTime-Calendar-Julian.changes 2021-03-19 16:39:38.285829131 +0100 @@ -1,0 +2,14 @@ +Tue Mar 16 03:07:09 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 0.104 + see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes + + 0.104 2021-03-15 T. R. Wyant + Add rt.cpan.org back to bug reporting methods. Long live RT! + + Correct GitHub ticket link. + + Get prerequisites up to snuff and add xt/author/prereq.t to ensure + they stay that way. + +------------------------------------------------------------------- Old: ---- DateTime-Calendar-Julian-0.103.tar.gz New: ---- DateTime-Calendar-Julian-0.104.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DateTime-Calendar-Julian.spec ++++++ --- /var/tmp/diff_new_pack.ECbTx8/_old 2021-03-19 16:39:38.749829757 +0100 +++ /var/tmp/diff_new_pack.ECbTx8/_new 2021-03-19 16:39:38.753829763 +0100 @@ -18,7 +18,7 @@ %define cpan_name DateTime-Calendar-Julian Name: perl-DateTime-Calendar-Julian -Version: 0.103 +Version: 0.104 Release: 0 Summary: Dates in the Julian calendar License: Artistic-1.0 OR GPL-1.0-or-later ++++++ DateTime-Calendar-Julian-0.103.tar.gz -> DateTime-Calendar-Julian-0.104.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DateTime-Calendar-Julian-0.103/Changes new/DateTime-Calendar-Julian-0.104/Changes --- old/DateTime-Calendar-Julian-0.103/Changes 2021-01-10 06:35:47.000000000 +0100 +++ new/DateTime-Calendar-Julian-0.104/Changes 2021-03-15 13:53:02.000000000 +0100 @@ -1,3 +1,11 @@ +0.104 2021-03-15 T. R. Wyant + Add rt.cpan.org back to bug reporting methods. Long live RT! + + Correct GitHub ticket link. + + Get prerequisites up to snuff and add xt/author/prereq.t to ensure + they stay that way. + 0.103 2021-01-10 T. R. Wyant Add Travis CI testing. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DateTime-Calendar-Julian-0.103/MANIFEST new/DateTime-Calendar-Julian-0.104/MANIFEST --- old/DateTime-Calendar-Julian-0.103/MANIFEST 2019-08-07 16:55:35.000000000 +0200 +++ new/DateTime-Calendar-Julian-0.104/MANIFEST 2021-02-25 23:28:01.000000000 +0100 @@ -3,8 +3,8 @@ LICENSE Makefile.PL MANIFEST -META.yml META.json +META.yml README t/1.t t/4doy.t @@ -21,3 +21,4 @@ xt/author/pod_coverage.t xt/author/pod_links.t xt/author/pod_spelling.t +xt/author/prereq.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DateTime-Calendar-Julian-0.103/META.json new/DateTime-Calendar-Julian-0.104/META.json --- old/DateTime-Calendar-Julian-0.103/META.json 2021-01-10 06:37:14.000000000 +0100 +++ new/DateTime-Calendar-Julian-0.104/META.json 2021-03-15 13:53:23.000000000 +0100 @@ -4,8 +4,8 @@ "Eugene van der Pijll <pi...@gmx.net>", "Thomas R. Wyant, III <wyant at cpan dot org>" ], - "dynamic_config" : 0, - "generated_by" : "ExtUtils::MakeMaker version 7.58, CPAN::Meta::Converter version 2.150010", + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 7.60, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -16,7 +16,6 @@ "name" : "DateTime-Calendar-Julian", "no_index" : { "directory" : [ - "t", "inc", "t", "xt" @@ -36,31 +35,34 @@ "runtime" : { "requires" : { "DateTime" : "0.08", - "perl" : "5.008004" + "perl" : "5.006002", + "strict" : "0", + "vars" : "0", + "warnings" : "0" } } }, "provides" : { "DateTime::Calendar::Julian" : { "file" : "lib/DateTime/Calendar/Julian.pm", - "version" : "0.103" + "version" : "0.104" } }, "release_status" : "stable", "resources" : { "bugtracker" : { "mailto" : "wy...@cpan.org", - "web" : "https://github.com/trwyant/perl-DateTime-Calendar-Julian/issues" + "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=DateTime-Calendar-Julian" }, "license" : [ "http://dev.perl.org/licenses/" ], "repository" : { "type" : "git", - "url" : "git://github.com/trwyant/perl-DateTime-Calendar-Julian.git", - "web" : "https://github.com/trwyant/perl-DateTime-Calendar-Julian" + "url" : "git://github.com/trwyant/perl-Date-Tolkien-Shire.git", + "web" : "https://github.com/trwyant/perl-Date-Tolkien-Shire" } }, - "version" : "0.103", - "x_serialization_backend" : "JSON::PP version 4.05" + "version" : "0.104", + "x_serialization_backend" : "JSON::PP version 4.06" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DateTime-Calendar-Julian-0.103/META.yml new/DateTime-Calendar-Julian-0.104/META.yml --- old/DateTime-Calendar-Julian-0.103/META.yml 2021-01-10 06:37:14.000000000 +0100 +++ new/DateTime-Calendar-Julian-0.104/META.yml 2021-03-15 13:53:23.000000000 +0100 @@ -7,8 +7,8 @@ Test::More: '0.88' configure_requires: ExtUtils::MakeMaker: '0' -dynamic_config: 0 -generated_by: 'ExtUtils::MakeMaker version 7.58, CPAN::Meta::Converter version 2.150010' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 7.60, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -16,20 +16,22 @@ name: DateTime-Calendar-Julian no_index: directory: - - t - inc - t - xt provides: DateTime::Calendar::Julian: file: lib/DateTime/Calendar/Julian.pm - version: '0.103' + version: '0.104' requires: DateTime: '0.08' - perl: '5.008004' + perl: '5.006002' + strict: '0' + vars: '0' + warnings: '0' resources: - bugtracker: https://github.com/trwyant/perl-DateTime-Calendar-Julian/issues + bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=DateTime-Calendar-Julian license: http://dev.perl.org/licenses/ - repository: git://github.com/trwyant/perl-DateTime-Calendar-Julian.git -version: '0.103' + repository: git://github.com/trwyant/perl-Date-Tolkien-Shire.git +version: '0.104' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DateTime-Calendar-Julian-0.103/Makefile.PL new/DateTime-Calendar-Julian-0.104/Makefile.PL --- old/DateTime-Calendar-Julian-0.103/Makefile.PL 2020-12-21 23:22:59.000000000 +0100 +++ new/DateTime-Calendar-Julian-0.104/Makefile.PL 2021-03-08 22:20:18.000000000 +0100 @@ -1,62 +1,96 @@ use 5.008004; +use strict; +use warnings; + use ExtUtils::MakeMaker; ( my $mmv = ExtUtils::MakeMaker->VERSION ) =~ s/_//g; -my %attr = ( +my %args = ( NAME => 'DateTime::Calendar::Julian', VERSION_FROM => 'lib/DateTime/Calendar/Julian.pm', - PREREQ_PM => { DateTime => 0.08 }, + PREREQ_PM => { + DateTime => 0.08, + strict => 0, + vars => 0, + warnings => 0, + }, ABSTRACT => 'DateTime object in the Julian calendar', AUTHOR => [ 'Eugene van der Pijll <pi...@gmx.net>', 'Thomas R. Wyant, III <wyant at cpan dot org>', ], - realclean => { FILES => 'cover_db' }, + PL_FILES => {}, # Prevent old MakeMaker from running Build.PL + realclean => { + FILES => 'cover_db', + }, ); -$mmv ge '6.31' and $attr{LICENSE} = 'perl'; - -$mmv ge '6.4701' and $attr{MIN_PERL_VERSION} = '5.008004'; +$mmv >= 6.31 + and $args{LICENSE} = 'perl'; if ( $mmv >= 6.4501 ) { - $attr{META_MERGE} = { + $args{META_ADD} = { + no_index => { + directory => [ qw{ inc t xt } ], + }, + }; + $args{META_MERGE} = { 'meta-spec' => { version => 2, }, - dynamic_config => 0, - no_index => { - directory => [ qw{ t xt } ], - }, resources => { bugtracker => { - web => 'https://github.com/trwyant/perl-DateTime-Calendar-Julian/issues', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=DateTime-Calendar-Julian', + # web => 'https://github.com/trwyant/perl-DateTime-Calendar-Julian/issues', mailto => 'wy...@cpan.org', }, license => 'http://dev.perl.org/licenses/', repository => { type => 'git', - url => 'git://github.com/trwyant/perl-DateTime-Calendar-Julian.git', - web => 'https://github.com/trwyant/perl-DateTime-Calendar-Julian', + url => 'git://github.com/trwyant/perl-Date-Tolkien-Shire.git', + web => 'https://github.com/trwyant/perl-Date-Tolkien-Shire', }, }, provides(), }; } -my %build_requires = ( +$mmv >= 6.4701 + and $args{MIN_PERL_VERSION} = 5.006002; + +$mmv >= 6.5702 + or $args{AUTHOR} = join ', ', @{ $args{AUTHOR} }; + +my $build_requires = { 'Test::More' => 0.88, -); +}; -if ( $mmv >= 6.5501 ) { - $attr{BUILD_REQUIRES} = \%build_requires; +my $configure_requires = { + 'ExtUtils::MakeMaker' => 0, +}; + +if ( $mmv >= 6.52 ) { + $args{BUILD_REQUIRES} = $build_requires; + $args{CONFIGURE_REQUIRES} = $configure_requires; +} elsif ( $mmv >= 6.5501 ) { + $args{BUILD_REQUIRES} = $build_requires; + $args{META_MERGE}{configure_requires} = $configure_requires; +} elsif ( $mmv >= 6.4501 ) { + $args{META_MERGE}{build_requires} = $build_requires; + $args{META_MERGE}{configure_requires} = $configure_requires; } else { - @{ $attr{PREREQ_PM} }{ keys %build_requires } = values %build_requires; + foreach my $req ( $build_requires, $configure_requires ) { + foreach my $key ( keys %{ $req } ) { + exists $args{PREREQ_PM}{$key} + or $args{PREREQ_PM}{$key} = $req->{$key}; + } + } } -WriteMakefile( %attr ); +WriteMakefile( %args ); sub MY::postamble { my ( $self, @args ) = @_; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DateTime-Calendar-Julian-0.103/lib/DateTime/Calendar/Julian.pm new/DateTime-Calendar-Julian-0.104/lib/DateTime/Calendar/Julian.pm --- old/DateTime-Calendar-Julian-0.103/lib/DateTime/Calendar/Julian.pm 2021-01-10 06:35:51.000000000 +0100 +++ new/DateTime-Calendar-Julian-0.104/lib/DateTime/Calendar/Julian.pm 2021-03-15 13:53:02.000000000 +0100 @@ -5,7 +5,7 @@ use vars qw($VERSION @ISA); -$VERSION = '0.103'; +$VERSION = '0.104'; use DateTime 0.08; @ISA = 'DateTime'; @@ -192,6 +192,7 @@ list. See L<https://lists.perl.org/> for more details. Please report bugs to +L<https://rt.cpan.org/Public/Dist/Display.html?Name=DateTime-Calendar-Julian>, L<https://github.com/trwyant/perl-DateTime-Calendar-Julian/issues>, or in electronic mail to F<wy...@cpan.org>. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DateTime-Calendar-Julian-0.103/xt/author/prereq.t new/DateTime-Calendar-Julian-0.104/xt/author/prereq.t --- old/DateTime-Calendar-Julian-0.103/xt/author/prereq.t 1970-01-01 01:00:00.000000000 +0100 +++ new/DateTime-Calendar-Julian-0.104/xt/author/prereq.t 2021-02-25 23:35:49.000000000 +0100 @@ -0,0 +1,25 @@ +package main; + +use strict; +use warnings; + +use Test::More 0.88; # Because of done_testing(); + +eval { + require Test::Prereq::Meta; + 1; +} or plan skip_all => 'Test::Prereq::Meta not available'; + +my $tpm = Test::Prereq::Meta->new( + accept => [ qw{ Module::Metadata } ], +); + +$tpm->all_prereq_ok(); + +$tpm->all_prereqs_used(); + +done_testing; + +1; + +# ex: set textwidth=72 :