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 2022-01-17 22:34:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-Tiny (Old)
and /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Config-Tiny"
Mon Jan 17 22:34:18 2022 rev:20 rq:946974 version:2.28
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Config-Tiny/perl-Config-Tiny.changes
2021-09-27 20:09:44.710517412 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Config-Tiny.new.1892/perl-Config-Tiny.changes
2022-01-17 22:35:07.674286722 +0100
@@ -1,0 +2,17 @@
+Wed Jan 5 03:06:08 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 2.28
+ see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
+
+ [V 2.28]
+ Date=2022-01-04T15:47:58
+ Comments= <<EOT
+ - Accept pull request from Todd Rinaldo to replace both uses of bareword
filehandles
+ with my variables. With thanx.
+ - Accept 2019 pull request to Makefile.PL, for the purpose of modernization,
and with
+ some slight modifications, from Grinnz.
+ - Make corresponding patches where appropriate to Tiny.pm and t/02.main.t.
+ - Thanx to Grinnz aka Dan Book for the prompting.
+ EOT
+
+-------------------------------------------------------------------
Old:
----
Config-Tiny-2.27.tgz
New:
----
Config-Tiny-2.28.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Config-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.mQPn9S/_old 2022-01-17 22:35:08.106287008 +0100
+++ /var/tmp/diff_new_pack.mQPn9S/_new 2022-01-17 22:35:08.110287011 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Config-Tiny
#
-# Copyright (c) 2021 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 Config-Tiny
Name: perl-Config-Tiny
-Version: 2.27
+Version: 2.28
Release: 0
Summary: Read/Write .ini style files with as little code as possible
License: Artistic-1.0 OR GPL-1.0-or-later
@@ -28,10 +28,11 @@
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(File::Spec) >= 3.3
+BuildRequires: perl(File::Spec) >= 3.30
BuildRequires: perl(File::Temp) >= 0.22
BuildRequires: perl(Test::More) >= 1.001002
-Requires: perl(File::Spec) >= 3.3
+BuildRequires: perl(Test::Pod) >= 1.51
+Requires: perl(File::Spec) >= 3.30
Requires: perl(File::Temp) >= 0.22
%{perl_requires}
++++++ Config-Tiny-2.27.tgz -> Config-Tiny-2.28.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-Tiny-2.27/Changelog.ini
new/Config-Tiny-2.28/Changelog.ini
--- old/Config-Tiny-2.27/Changelog.ini 2021-09-22 08:40:46.000000000 +0200
+++ new/Config-Tiny-2.28/Changelog.ini 2022-01-04 06:03:09.000000000 +0100
@@ -3,6 +3,17 @@
Changelog.Creator=Module::Metadata::Changes V 2.12
Changelog.Parser=Config::IniFiles V 3.000003
+[V 2.28]
+Date=2022-01-04T15:47:58
+Comments= <<EOT
+- Accept pull request from Todd Rinaldo to replace both uses of bareword
filehandles
+with my variables. With thanx.
+- Accept 2019 pull request to Makefile.PL, for the purpose of modernization,
and with
+some slight modifications, from Grinnz.
+- Make corresponding patches where appropriate to Tiny.pm and t/02.main.t.
+- Thanx to Grinnz aka Dan Book for the prompting.
+EOT
+
[V 2.27]
Date=2021-09-21T15:48:00
Comments= <<EOT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-Tiny-2.27/Changes new/Config-Tiny-2.28/Changes
--- old/Config-Tiny-2.27/Changes 2021-09-21 07:59:17.000000000 +0200
+++ new/Config-Tiny-2.28/Changes 2022-01-04 05:48:58.000000000 +0100
@@ -1,5 +1,13 @@
???Revision history for Perl extension Config-Tiny:
+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.
+ - Accept 2019 pull request to Makefile.PL, for the purpose of
modernization, and with
+ some slight modifications, from Grinnz.
+ - Make corresponding patches where appropriate to Tiny.pm and
t/02.main.t.
+ - Thanx to Grinnz aka Dan Book for the prompting.
+
2.27 2021-09-21T15:48:00
- Add the option of passing a hashref to the constructor, where it is
turned into an
object of the class. See POD under new([$config]) for details.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-Tiny-2.27/META.json
new/Config-Tiny-2.28/META.json
--- old/Config-Tiny-2.27/META.json 2021-09-22 08:40:47.000000000 +0200
+++ new/Config-Tiny-2.28/META.json 2022-01-04 06:03:10.000000000 +0100
@@ -32,15 +32,17 @@
},
"runtime" : {
"requires" : {
- "File::Spec" : "3.3",
+ "File::Spec" : "3.30",
"File::Temp" : "0.22",
+ "perl" : "5.008001",
"strict" : "0",
"utf8" : "0"
}
},
"test" : {
"requires" : {
- "Test::More" : "1.001002"
+ "Test::More" : "1.001002",
+ "Test::Pod" : "1.51"
}
}
},
@@ -58,6 +60,6 @@
"web" : "https://github.com/ronsavage/Config-Tiny"
}
},
- "version" : "2.27",
+ "version" : "2.28",
"x_serialization_backend" : "JSON::PP version 4.06"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-Tiny-2.27/META.yml
new/Config-Tiny-2.28/META.yml
--- old/Config-Tiny-2.27/META.yml 2021-09-22 08:40:47.000000000 +0200
+++ new/Config-Tiny-2.28/META.yml 2022-01-04 06:03:10.000000000 +0100
@@ -4,6 +4,7 @@
- 'Adam Kennedy <[email protected]>'
build_requires:
Test::More: '1.001002'
+ Test::Pod: '1.51'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
@@ -18,13 +19,14 @@
- t
- inc
requires:
- File::Spec: '3.3'
+ File::Spec: '3.30'
File::Temp: '0.22'
+ perl: '5.008001'
strict: '0'
utf8: '0'
resources:
bugtracker: https://github.com/ronsavage/Config-Tiny/issues
license: http://opensource.org/licenses/Perl
repository: https://github.com/ronsavage/Config-Tiny.git
-version: '2.27'
+version: '2.28'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-Tiny-2.27/Makefile.PL
new/Config-Tiny-2.28/Makefile.PL
--- old/Config-Tiny-2.27/Makefile.PL 2021-08-16 08:44:24.000000000 +0200
+++ new/Config-Tiny-2.28/Makefile.PL 2022-01-04 06:02:28.000000000 +0100
@@ -1,8 +1,6 @@
use strict;
use warnings;
-require 5.008001;
-
use ExtUtils::MakeMaker;
# ----------------------
@@ -12,19 +10,19 @@
my(%params) =
(
- ($] ge '5.005') ?
+ ("$]" >= '5.005') ?
(
AUTHOR => 'Adam Kennedy <[email protected]>',
ABSTRACT => 'Read/Write .ini style files with as little
code as possible',
) : (),
clean =>
{
- FILES => 'blib/* Makefile MANIFEST Config-Tiny-*'
+ FILES => 'blib/* Makefile MANIFEST Config-Tiny-*',
},
dist =>
{
COMPRESS => 'gzip',
- SUFFIX => 'gz'
+ SUFFIX => 'gz',
},
BUILD_REQUIRES =>
{
@@ -32,32 +30,32 @@
# 0.47 means 5.6.2 or newer, which everyone on Win32 has.
($^O eq 'MSWin32' ? () : ('Test::More' => '0.47') ),
},
- DISTNAME => 'Config-Tiny',
- NAME => 'Config::Tiny',
- PL_FILES => {},
- LICENSE => 'perl',
- PREREQ_PM =>
- {
- 'File::Spec' => 3.30,
- 'File::Temp' => 0.22,
- 'strict' => 0,
- 'utf8' => 0,
+ DISTNAME => 'Config-Tiny',
+ EXE_FILES => [],
+ MIN_PERL_VERSION => '5.008001',
+ NAME => 'Config::Tiny',
+ PL_FILES => {},
+ PREREQ_PM =>
+ {
+ 'File::Spec' => '3.30',
+ 'File::Temp' => '0.22',
+ 'strict' => '0',
+ 'utf8' => '0',
},
TEST_REQUIRES =>
{
- 'Test::More' => 1.001002,
+ 'Test::More' => '1.001002',
+ 'Test::Pod' => '1.51',
},
- VERSION_FROM => 'lib/Config/Tiny.pm',
- INSTALLDIRS => 'site',
- EXE_FILES => [],
+ VERSION_FROM => 'lib/Config/Tiny.pm',
);
-if ( ($ExtUtils::MakeMaker::VERSION =~ /^\d\.\d\d$/) &&
($ExtUtils::MakeMaker::VERSION > 6.30) )
+if (eval{ExtUtils::MakeMaker->VERSION('6.30')})
{
$params{LICENSE} = 'perl';
}
-if ($ExtUtils::MakeMaker::VERSION ge '6.46')
+if (eval{ExtUtils::MakeMaker->VERSION('6.46')})
{
$params{META_MERGE} =
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-Tiny-2.27/lib/Config/Tiny.pm
new/Config-Tiny-2.28/lib/Config/Tiny.pm
--- old/Config-Tiny-2.27/lib/Config/Tiny.pm 2021-09-22 08:40:46.000000000
+0200
+++ new/Config-Tiny-2.28/lib/Config/Tiny.pm 2022-01-04 06:03:09.000000000
+0100
@@ -3,13 +3,13 @@
# If you thought Config::Simple was small...
use strict;
+use 5.008001; # For the utf8 stuff.
# Warning: There is another version line, in t/02.main.t.
-our $VERSION = '2.27';
+our $VERSION = '2.28';
BEGIN {
- require 5.008001; # For the utf8 stuff.
$Config::Tiny::errstr = '';
}
@@ -31,9 +31,9 @@
$encoding = $encoding ? "<:$encoding" : '<';
local $/ = undef;
- open( CFG, $encoding, $file ) or return $class -> _error( "Failed to
open file '$file' for reading: $!" );
- my $contents = <CFG>;
- close( CFG );
+ open(my $CFG, $encoding, $file) or return $class -> _error( "Failed to
open file '$file' for reading: $!" );
+ my $contents = <$CFG>;
+ close($CFG );
return $class -> _error("Reading from '$file' returned undef") if (!
defined $contents);
@@ -112,9 +112,9 @@
return undef unless defined $string;
- open( CFG, $encoding, $file ) or return $self->_error("Failed to open
file '$file' for writing: $!");
- print CFG $string;
- close CFG;
+ open(my $CFG, $encoding, $file) or return $self->_error("Failed to open
file '$file' for writing: $!");
+ print $CFG $string;
+ close($CFG);
return 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-Tiny-2.27/t/02.main.t
new/Config-Tiny-2.28/t/02.main.t
--- old/Config-Tiny-2.27/t/02.main.t 2021-09-21 07:56:52.000000000 +0200
+++ new/Config-Tiny-2.28/t/02.main.t 2022-01-04 05:50:57.000000000 +0100
@@ -17,7 +17,7 @@
# Warning: There is another version line, in lib/Config/Tiny.pm.
-our $VERSION = '2.27';
+our $VERSION = '2.28';
# --------------------