Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Log-Log4perl for openSUSE:Factory checked in at 2022-09-10 20:16:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Log-Log4perl (Old) and /work/SRC/openSUSE:Factory/.perl-Log-Log4perl.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Log-Log4perl" Sat Sep 10 20:16:43 2022 rev:37 rq:1002187 version:1.56 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Log-Log4perl/perl-Log-Log4perl.changes 2022-06-18 22:05:30.731598344 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Log-Log4perl.new.2083/perl-Log-Log4perl.changes 2022-09-10 20:16:45.692747237 +0200 @@ -1,0 +2,9 @@ +Sat Sep 3 03:07:24 UTC 2022 - Tina M??ller <timueller+p...@suse.de> + +- updated to 1.56 + see /usr/share/doc/packages/perl-Log-Log4perl/Changes + + 1.56 2022-09-02 + - fix repo metadata - thanks @mschilli for report + +------------------------------------------------------------------- Old: ---- Log-Log4perl-1.55.tar.gz New: ---- Log-Log4perl-1.56.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Log-Log4perl.spec ++++++ --- /var/tmp/diff_new_pack.vFVpio/_old 2022-09-10 20:16:46.468749233 +0200 +++ /var/tmp/diff_new_pack.vFVpio/_new 2022-09-10 20:16:46.472749243 +0200 @@ -18,7 +18,7 @@ %define cpan_name Log-Log4perl Name: perl-Log-Log4perl -Version: 1.55 +Version: 1.56 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Log4j implementation for Perl ++++++ Log-Log4perl-1.55.tar.gz -> Log-Log4perl-1.56.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Log4perl-1.55/Changes new/Log-Log4perl-1.56/Changes --- old/Log-Log4perl-1.55/Changes 2022-06-02 01:38:07.000000000 +0200 +++ new/Log-Log4perl-1.56/Changes 2022-09-02 19:48:09.000000000 +0200 @@ -1,3 +1,6 @@ +1.56 2022-09-02 +- fix repo metadata - thanks @mschilli for report + 1.55 2022-06-02 - fix Appender::File bug on Windows when different volume - add autoflush option to Log::Log4perl::Appender::Screen - thanks @abraxxa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Log4perl-1.55/META.json new/Log-Log4perl-1.56/META.json --- old/Log-Log4perl-1.55/META.json 2022-06-02 01:38:55.000000000 +0200 +++ new/Log-Log4perl-1.56/META.json 2022-09-02 19:48:53.000000000 +0200 @@ -59,10 +59,10 @@ }, "repository" : { "type" : "git", - "web" : "https://github.com/github.com/mschilli/log4perl" + "web" : "https://github.com/mschilli/log4perl" }, "x_MailingList" : "mailto:log4perl-de...@lists.sourceforge.net" }, - "version" : "1.55", + "version" : "1.56", "x_serialization_backend" : "JSON::PP version 4.04" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Log4perl-1.55/META.yml new/Log-Log4perl-1.56/META.yml --- old/Log-Log4perl-1.55/META.yml 2022-06-02 01:38:55.000000000 +0200 +++ new/Log-Log4perl-1.56/META.yml 2022-09-02 19:48:53.000000000 +0200 @@ -33,6 +33,6 @@ resources: MailingList: mailto:log4perl-de...@lists.sourceforge.net bugtracker: https://github.com/mschilli/log4perl/issues - repository: https://github.com/github.com/mschilli/log4perl -version: '1.55' + repository: https://github.com/mschilli/log4perl +version: '1.56' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Log4perl-1.55/Makefile.PL new/Log-Log4perl-1.56/Makefile.PL --- old/Log-Log4perl-1.55/Makefile.PL 2022-06-02 01:03:22.000000000 +0200 +++ new/Log-Log4perl-1.56/Makefile.PL 2022-09-02 19:46:19.000000000 +0200 @@ -8,8 +8,8 @@ resources => { repository => { type => 'git', - url => 'g...@github.com:github.com/mschilli/log4perl.git', - web => 'https://github.com/github.com/mschilli/log4perl', + url => 'g...@github.com:mschilli/log4perl.git', + web => 'https://github.com/mschilli/log4perl', }, MailingList => 'mailto:log4perl-de...@lists.sourceforge.net', bugtracker => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Log4perl-1.55/lib/Log/Log4perl.pm new/Log-Log4perl-1.56/lib/Log/Log4perl.pm --- old/Log-Log4perl-1.55/lib/Log/Log4perl.pm 2022-06-02 01:37:32.000000000 +0200 +++ new/Log-Log4perl-1.56/lib/Log/Log4perl.pm 2022-09-02 19:47:53.000000000 +0200 @@ -16,7 +16,7 @@ use Log::Log4perl::Config; use Log::Log4perl::Appender; -our $VERSION = '1.55'; +our $VERSION = '1.56'; # set this to '1' if you're using a wrapper # around Log::Log4perl