Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Tk-Clock for openSUSE:Factory checked in at 2022-01-17 22:34:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Tk-Clock (Old) and /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Tk-Clock" Mon Jan 17 22:34:18 2022 rev:14 rq:946972 version:0.43 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Tk-Clock/perl-Tk-Clock.changes 2021-01-04 19:10:07.159434724 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new.1892/perl-Tk-Clock.changes 2022-01-17 22:35:06.942286237 +0100 @@ -1,0 +2,10 @@ +Sun Jan 2 03:08:46 UTC 2022 - Tina M??ller <timueller+p...@suse.de> + +- updated to 0.43 + see /usr/share/doc/packages/perl-Tk-Clock/ChangeLog + + 0.43 - 01 Jan 2022, H.Merijn Brand + * It's 2021 - no changes in 2021 + * It's 2022 + +------------------------------------------------------------------- Old: ---- Tk-Clock-0.42.tgz New: ---- Tk-Clock-0.43.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Tk-Clock.spec ++++++ --- /var/tmp/diff_new_pack.1MwOQL/_old 2022-01-17 22:35:07.438286566 +0100 +++ /var/tmp/diff_new_pack.1MwOQL/_new 2022-01-17 22:35:07.442286569 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Tk-Clock # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -18,7 +18,7 @@ %define cpan_name Tk-Clock Name: perl-Tk-Clock -Version: 0.42 +Version: 0.43 Release: 0 Summary: Clock widget with analog and digital display License: Artistic-1.0 OR GPL-1.0-or-later @@ -28,7 +28,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.9 +BuildRequires: perl(Test::More) >= 0.90 BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Tk) >= 402.000 BuildRequires: perl(Tk::Canvas) @@ -40,9 +40,8 @@ Requires: perl(Tk::Canvas) Requires: perl(Tk::Derived) Requires: perl(Tk::Widget) -Recommends: perl(Encode) >= 3.08 -Recommends: perl(Test::More) >= 1.302183 -Recommends: perl(Tk) >= 804.035 +Recommends: perl(Encode) >= 3.16 +Recommends: perl(Tk) >= 804.036 %{perl_requires} %description ++++++ Tk-Clock-0.42.tgz -> Tk-Clock-0.43.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tk-Clock-0.42/ChangeLog new/Tk-Clock-0.43/ChangeLog --- old/Tk-Clock-0.42/ChangeLog 2020-12-23 12:42:31.000000000 +0100 +++ new/Tk-Clock-0.43/ChangeLog 2022-01-01 12:55:27.000000000 +0100 @@ -1,3 +1,7 @@ +0.43 - 01 Jan 2022, H.Merijn Brand + * It's 2021 - no changes in 2021 + * It's 2022 + 0.42 - 23 Dec 2020, H.Merijn Brand * Ignore leading dash in config * Fix META issue for bugtracker diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tk-Clock-0.42/Clock.pm new/Tk-Clock-0.43/Clock.pm --- old/Tk-Clock-0.42/Clock.pm 2020-06-05 09:40:24.000000000 +0200 +++ new/Tk-Clock-0.43/Clock.pm 2022-01-01 12:55:32.000000000 +0100 @@ -5,7 +5,7 @@ use strict; use warnings; -our $VERSION = "0.42"; +our $VERSION = "0.43"; use Carp; @@ -1172,7 +1172,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright (C) 1999-2020 H.Merijn Brand +Copyright (C) 1999-2022 H.Merijn Brand This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tk-Clock-0.42/META.json new/Tk-Clock-0.43/META.json --- old/Tk-Clock-0.42/META.json 2020-12-23 12:46:38.000000000 +0100 +++ new/Tk-Clock-0.43/META.json 2022-01-01 13:00:03.000000000 +0100 @@ -1,69 +1,69 @@ { - "release_status" : "stable", - "author" : [ - "H.Merijn Brand <h.m.br...@xs4all.nl>" - ], - "version" : "0.42", - "dynamic_config" : 1, - "abstract" : "Clock widget with analog and digital display", + "name" : "Tk-Clock", + "version" : "0.43", "license" : [ "perl_5" ], + "abstract" : "Clock widget with analog and digital display", + "dynamic_config" : 1, "resources" : { "repository" : { - "url" : "https://github.com/Tux/Tk-Clock", "web" : "https://github.com/Tux/Tk-Clock", - "type" : "git" + "type" : "git", + "url" : "https://github.com/Tux/Tk-Clock" }, - "license" : [ - "http://dev.perl.org/licenses/" - ], "bugtracker" : { "web" : "https://github.com/Tux/Tk-Clock/issues" - } + }, + "license" : [ + "http://dev.perl.org/licenses/" + ] }, + "generated_by" : "Author", + "release_status" : "stable", "provides" : { "Tk::Clock" : { "file" : "Clock.pm", - "version" : "0.42" + "version" : "0.43" } }, - "meta-spec" : { - "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : 2 - }, - "name" : "Tk-Clock", "prereqs" : { - "test" : { + "runtime" : { "recommends" : { - "Test::More" : "1.302183" + "Tk" : "804.036", + "Encode" : "3.16" }, "requires" : { - "Test::More" : "0.90", - "Test::NoWarnings" : "0" - } - }, - "configure" : { - "requires" : { - "ExtUtils::MakeMaker" : "0" - } - }, - "runtime" : { - "requires" : { - "Tk::Derived" : "0", + "Tk::Widget" : "0", "Carp" : "0", "Encode" : "0", "perl" : "5.006", + "Tk" : "402.000", "POSIX" : "0", "Tk::Canvas" : "0", - "Tk::Widget" : "0", - "Tk" : "402.000" + "Tk::Derived" : "0" + } + }, + "test" : { + "requires" : { + "Test::NoWarnings" : "0", + "Test::More" : "0.90" }, "recommends" : { - "Tk" : "804.035", - "Encode" : "3.08" + "Test::More" : "1.302188" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" } } }, - "generated_by" : "Author" + "author" : [ + "H.Merijn Brand <h.m.br...@xs4all.nl>" + ], + "meta-spec" : { + "version" : 2, + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec" + } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tk-Clock-0.42/META.yml new/Tk-Clock-0.43/META.yml --- old/Tk-Clock-0.42/META.yml 2020-12-23 12:46:38.000000000 +0100 +++ new/Tk-Clock-0.43/META.yml 2022-01-01 13:00:03.000000000 +0100 @@ -14,11 +14,11 @@ provides: Tk::Clock: file: Clock.pm - version: '0.42' + version: '0.43' recommends: - Encode: '3.08' - Test::More: '1.302183' - Tk: '804.035' + Encode: '3.16' + Test::More: '1.302188' + Tk: '804.036' requires: Carp: 0 Encode: 0 @@ -34,4 +34,4 @@ bugtracker: https://github.com/Tux/Tk-Clock/issues license: http://dev.perl.org/licenses/ repository: https://github.com/Tux/Tk-Clock -version: '0.42' +version: '0.43' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tk-Clock-0.42/Makefile.PL new/Tk-Clock-0.43/Makefile.PL --- old/Tk-Clock-0.42/Makefile.PL 2020-10-24 18:33:37.000000000 +0200 +++ new/Tk-Clock-0.43/Makefile.PL 2022-01-01 12:55:33.000000000 +0100 @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright PROCURA B.V. (c) 1999-2020 H.Merijn Brand +# Copyright PROCURA B.V. (c) 1999-2022 H.Merijn Brand require 5.006; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tk-Clock-0.42/README new/Tk-Clock-0.43/README --- old/Tk-Clock-0.42/README 2020-04-09 10:26:02.000000000 +0200 +++ new/Tk-Clock-0.43/README 2022-01-01 12:55:37.000000000 +0100 @@ -12,7 +12,7 @@ ration, which makes it not Y2K compliant. COPYING: - Copyright (c) 1998-2020 H.Merijn Brand. All rights reserved. + Copyright (c) 1998-2022 H.Merijn Brand. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -64,7 +64,7 @@ See ChangeLog COPYRIGHT AND LICENSE - Copyright (C) 1999-2020 H.Merijn Brand + Copyright (C) 1998-2022 H.Merijn Brand This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tk-Clock-0.42/cpanfile new/Tk-Clock-0.43/cpanfile --- old/Tk-Clock-0.42/cpanfile 2020-12-23 12:46:38.000000000 +0100 +++ new/Tk-Clock-0.43/cpanfile 2022-01-01 13:00:03.000000000 +0100 @@ -6,8 +6,8 @@ requires "Tk::Derived"; requires "Tk::Widget"; -recommends "Encode" => "3.08"; -recommends "Tk" => "804.035"; +recommends "Encode" => "3.16"; +recommends "Tk" => "804.036"; on "configure" => sub { requires "ExtUtils::MakeMaker"; @@ -17,5 +17,5 @@ requires "Test::More" => "0.90"; requires "Test::NoWarnings"; - recommends "Test::More" => "1.302183"; + recommends "Test::More" => "1.302188"; };