Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Config-Tiny for openSUSE:Factory checked in at 2023-04-21 14:16:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Config-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Config-Tiny" Fri Apr 21 14:16:01 2023 rev:21 rq:1080869 version:2.29 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Config-Tiny/perl-Config-Tiny.changes 2022-01-17 22:35:07.674286722 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new.1533/perl-Config-Tiny.changes 2023-04-21 14:16:14.522321812 +0200 @@ -1,0 +2,14 @@ +Thu Apr 6 03:06:08 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 2.29 + see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini + + [V 2.29] + Date=2023-04-05T12:53:00 + Comments= <<EOT + - Edit to remove Test::Pod from TEST_REQUIRES in Makefile.PL, again. + Thanx to Andrew Daugherity for the patch. + - Update versiojnn # in t/02.main.t. + EOT + +------------------------------------------------------------------- Old: ---- Config-Tiny-2.28.tgz New: ---- Config-Tiny-2.29.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Config-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.bjyKcr/_old 2023-04-21 14:16:15.846329236 +0200 +++ /var/tmp/diff_new_pack.bjyKcr/_new 2023-04-21 14:16:15.890329483 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Config-Tiny # -# 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 Config-Tiny Name: perl-Config-Tiny -Version: 2.28 +Version: 2.29 Release: 0 -Summary: Read/Write .ini style files with as little code as possible License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Read/Write .ini style files with as little code as possible URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz Source1: cpanspec.yml @@ -31,7 +31,6 @@ BuildRequires: perl(File::Spec) >= 3.30 BuildRequires: perl(File::Temp) >= 0.22 BuildRequires: perl(Test::More) >= 1.001002 -BuildRequires: perl(Test::Pod) >= 1.51 Requires: perl(File::Spec) >= 3.30 Requires: perl(File::Temp) >= 0.22 %{perl_requires} ++++++ Config-Tiny-2.28.tgz -> Config-Tiny-2.29.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-Tiny-2.28/Changelog.ini new/Config-Tiny-2.29/Changelog.ini --- old/Config-Tiny-2.28/Changelog.ini 2022-01-04 06:03:09.000000000 +0100 +++ new/Config-Tiny-2.29/Changelog.ini 2023-04-05 04:59:51.000000000 +0200 @@ -3,6 +3,14 @@ Changelog.Creator=Module::Metadata::Changes V 2.12 Changelog.Parser=Config::IniFiles V 3.000003 +[V 2.29] +Date=2023-04-05T12:53:00 +Comments= <<EOT +- Edit to remove Test::Pod from TEST_REQUIRES in Makefile.PL, again. +Thanx to Andrew Daugherity for the patch. +- Update versiojnn # in t/02.main.t. +EOT + [V 2.28] Date=2022-01-04T15:47:58 Comments= <<EOT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-Tiny-2.28/Changes new/Config-Tiny-2.29/Changes --- old/Config-Tiny-2.28/Changes 2022-01-04 05:48:58.000000000 +0100 +++ new/Config-Tiny-2.29/Changes 2023-04-05 04:56:29.000000000 +0200 @@ -1,5 +1,10 @@ Revision history for Perl extension Config-Tiny: +2.29 2023-04-05T12:53:00 + - Edit to remove Test::Pod from TEST_REQUIRES in Makefile.PL, again. + Thanx to Andrew Daugherity for the patch. + - Update versiojnn # in t/02.main.t. + 2.28 2022-01-04T15:47:58 - Accept pull request from Todd Rinaldo to replace both uses of bareword filehandles with my variables. With thanx. @@ -217,4 +222,4 @@ - Don't import Fcntl symbols 0.1 Wed Nov 13 16:50:23 2002 - - original version \ No newline at end of file + - original version diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-Tiny-2.28/META.json new/Config-Tiny-2.29/META.json --- old/Config-Tiny-2.28/META.json 2022-01-04 06:03:10.000000000 +0100 +++ new/Config-Tiny-2.29/META.json 2023-04-05 04:59:53.000000000 +0200 @@ -41,8 +41,7 @@ }, "test" : { "requires" : { - "Test::More" : "1.001002", - "Test::Pod" : "1.51" + "Test::More" : "1.001002" } } }, @@ -60,6 +59,6 @@ "web" : "https://github.com/ronsavage/Config-Tiny" } }, - "version" : "2.28", + "version" : "2.29", "x_serialization_backend" : "JSON::PP version 4.06" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-Tiny-2.28/META.yml new/Config-Tiny-2.29/META.yml --- old/Config-Tiny-2.28/META.yml 2022-01-04 06:03:10.000000000 +0100 +++ new/Config-Tiny-2.29/META.yml 2023-04-05 04:59:53.000000000 +0200 @@ -4,7 +4,6 @@ - 'Adam Kennedy <ad...@cpan.org>' build_requires: Test::More: '1.001002' - Test::Pod: '1.51' configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 @@ -28,5 +27,5 @@ bugtracker: https://github.com/ronsavage/Config-Tiny/issues license: http://opensource.org/licenses/Perl repository: https://github.com/ronsavage/Config-Tiny.git -version: '2.28' +version: '2.29' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-Tiny-2.28/Makefile.PL new/Config-Tiny-2.29/Makefile.PL --- old/Config-Tiny-2.28/Makefile.PL 2022-01-04 06:02:28.000000000 +0100 +++ new/Config-Tiny-2.29/Makefile.PL 2023-04-03 06:25:21.000000000 +0200 @@ -45,7 +45,6 @@ TEST_REQUIRES => { 'Test::More' => '1.001002', - 'Test::Pod' => '1.51', }, VERSION_FROM => 'lib/Config/Tiny.pm', ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-Tiny-2.28/lib/Config/Tiny.pm new/Config-Tiny-2.29/lib/Config/Tiny.pm --- old/Config-Tiny-2.28/lib/Config/Tiny.pm 2022-01-04 06:03:09.000000000 +0100 +++ new/Config-Tiny-2.29/lib/Config/Tiny.pm 2023-04-05 04:59:51.000000000 +0200 @@ -7,7 +7,7 @@ # Warning: There is another version line, in t/02.main.t. -our $VERSION = '2.28'; +our $VERSION = '2.29'; BEGIN { $Config::Tiny::errstr = ''; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-Tiny-2.28/t/02.main.t new/Config-Tiny-2.29/t/02.main.t --- old/Config-Tiny-2.28/t/02.main.t 2022-01-04 05:50:57.000000000 +0100 +++ new/Config-Tiny-2.29/t/02.main.t 2023-04-05 04:48:41.000000000 +0200 @@ -17,7 +17,7 @@ # Warning: There is another version line, in lib/Config/Tiny.pm. -our $VERSION = '2.28'; +our $VERSION = '2.29'; # --------------------