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 2023-02-16 16:55:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Tk-Clock (Old) and /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Tk-Clock" Thu Feb 16 16:55:56 2023 rev:15 rq:1066000 version:0.44 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Tk-Clock/perl-Tk-Clock.changes 2022-01-17 22:35:06.942286237 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new.22824/perl-Tk-Clock.changes 2023-02-16 16:56:09.922775806 +0100 @@ -1,0 +2,6 @@ +Sat Jan 7 03:08:46 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 0.44 + see /usr/share/doc/packages/perl-Tk-Clock/ChangeLog + +------------------------------------------------------------------- Old: ---- Tk-Clock-0.43.tgz New: ---- Tk-Clock-0.44.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Tk-Clock.spec ++++++ --- /var/tmp/diff_new_pack.VWlrY5/_old 2023-02-16 16:56:10.498778108 +0100 +++ /var/tmp/diff_new_pack.VWlrY5/_new 2023-02-16 16:56:10.506778140 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Tk-Clock # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Tk-Clock Name: perl-Tk-Clock -Version: 0.43 +Version: 0.44 Release: 0 -Summary: Clock widget with analog and digital display License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Clock widget with analog and digital display URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz Source1: cpanspec.yml @@ -40,7 +40,7 @@ Requires: perl(Tk::Canvas) Requires: perl(Tk::Derived) Requires: perl(Tk::Widget) -Recommends: perl(Encode) >= 3.16 +Recommends: perl(Encode) >= 3.19 Recommends: perl(Tk) >= 804.036 %{perl_requires} ++++++ Tk-Clock-0.43.tgz -> Tk-Clock-0.44.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tk-Clock-0.43/ChangeLog new/Tk-Clock-0.44/ChangeLog --- old/Tk-Clock-0.43/ChangeLog 2022-01-01 12:55:27.000000000 +0100 +++ new/Tk-Clock-0.44/ChangeLog 2023-01-06 15:40:05.000000000 +0100 @@ -1,6 +1,7 @@ -0.43 - 01 Jan 2022, H.Merijn Brand +0.43 - 06 Jan 2023, H.Merijn Brand * It's 2021 - no changes in 2021 * It's 2022 + * It's 2023 0.42 - 23 Dec 2020, H.Merijn Brand * Ignore leading dash in config diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tk-Clock-0.43/Clock.pm new/Tk-Clock-0.44/Clock.pm --- old/Tk-Clock-0.43/Clock.pm 2022-01-01 12:55:32.000000000 +0100 +++ new/Tk-Clock-0.44/Clock.pm 2023-01-06 15:40:27.000000000 +0100 @@ -5,7 +5,7 @@ use strict; use warnings; -our $VERSION = "0.43"; +our $VERSION = "0.44"; use Carp; @@ -1172,7 +1172,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright (C) 1999-2022 H.Merijn Brand +Copyright (C) 1999-2023 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.43/META.json new/Tk-Clock-0.44/META.json --- old/Tk-Clock-0.43/META.json 2022-01-01 13:00:03.000000000 +0100 +++ new/Tk-Clock-0.44/META.json 2023-01-06 15:44:04.000000000 +0100 @@ -1,47 +1,33 @@ { - "name" : "Tk-Clock", - "version" : "0.43", - "license" : [ - "perl_5" - ], "abstract" : "Clock widget with analog and digital display", + "name" : "Tk-Clock", "dynamic_config" : 1, + "provides" : { + "Tk::Clock" : { + "version" : "0.44", + "file" : "Clock.pm" + } + }, "resources" : { + "bugtracker" : { + "web" : "https://github.com/Tux/Tk-Clock/issues" + }, "repository" : { "web" : "https://github.com/Tux/Tk-Clock", "type" : "git", "url" : "https://github.com/Tux/Tk-Clock" }, - "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.43" - } - }, + "author" : [ + "H.Merijn Brand <h.m.br...@xs4all.nl>" + ], "prereqs" : { - "runtime" : { - "recommends" : { - "Tk" : "804.036", - "Encode" : "3.16" - }, + "configure" : { "requires" : { - "Tk::Widget" : "0", - "Carp" : "0", - "Encode" : "0", - "perl" : "5.006", - "Tk" : "402.000", - "POSIX" : "0", - "Tk::Canvas" : "0", - "Tk::Derived" : "0" + "ExtUtils::MakeMaker" : "0" } }, "test" : { @@ -50,20 +36,34 @@ "Test::More" : "0.90" }, "recommends" : { - "Test::More" : "1.302188" + "Test::More" : "1.302191" } }, - "configure" : { + "runtime" : { "requires" : { - "ExtUtils::MakeMaker" : "0" + "Tk" : "402.000", + "Tk::Canvas" : "0", + "perl" : "5.006", + "POSIX" : "0", + "Tk::Derived" : "0", + "Tk::Widget" : "0", + "Carp" : "0", + "Encode" : "0" + }, + "recommends" : { + "Tk" : "804.036", + "Encode" : "3.19" } } }, - "author" : [ - "H.Merijn Brand <h.m.br...@xs4all.nl>" + "license" : [ + "perl_5" ], + "version" : "0.44", + "generated_by" : "Author", "meta-spec" : { - "version" : 2, - "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec" - } + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : 2 + }, + "release_status" : "stable" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tk-Clock-0.43/META.yml new/Tk-Clock-0.44/META.yml --- old/Tk-Clock-0.43/META.yml 2022-01-01 13:00:03.000000000 +0100 +++ new/Tk-Clock-0.44/META.yml 2023-01-06 15:44:04.000000000 +0100 @@ -14,10 +14,10 @@ provides: Tk::Clock: file: Clock.pm - version: '0.43' + version: '0.44' recommends: - Encode: '3.16' - Test::More: '1.302188' + Encode: '3.19' + Test::More: '1.302191' Tk: '804.036' requires: Carp: 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.43' +version: '0.44' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tk-Clock-0.43/Makefile.PL new/Tk-Clock-0.44/Makefile.PL --- old/Tk-Clock-0.43/Makefile.PL 2022-01-01 12:55:33.000000000 +0100 +++ new/Tk-Clock-0.44/Makefile.PL 2023-01-06 15:39:35.000000000 +0100 @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright PROCURA B.V. (c) 1999-2022 H.Merijn Brand +# Copyright PROCURA B.V. (c) 1999-2023 H.Merijn Brand require 5.006; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Tk-Clock-0.43/README new/Tk-Clock-0.44/README --- old/Tk-Clock-0.43/README 2022-01-01 12:55:37.000000000 +0100 +++ new/Tk-Clock-0.44/README 2023-01-06 15:39:38.000000000 +0100 @@ -12,7 +12,7 @@ ration, which makes it not Y2K compliant. COPYING: - Copyright (c) 1998-2022 H.Merijn Brand. All rights reserved. + Copyright (c) 1998-2023 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) 1998-2022 H.Merijn Brand + Copyright (C) 1998-2023 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.43/cpanfile new/Tk-Clock-0.44/cpanfile --- old/Tk-Clock-0.43/cpanfile 2022-01-01 13:00:03.000000000 +0100 +++ new/Tk-Clock-0.44/cpanfile 2023-01-06 15:44:04.000000000 +0100 @@ -6,7 +6,7 @@ requires "Tk::Derived"; requires "Tk::Widget"; -recommends "Encode" => "3.16"; +recommends "Encode" => "3.19"; recommends "Tk" => "804.036"; on "configure" => sub { @@ -17,5 +17,5 @@ requires "Test::More" => "0.90"; requires "Test::NoWarnings"; - recommends "Test::More" => "1.302188"; + recommends "Test::More" => "1.302191"; };