Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Test-Directory for
openSUSE:Factory checked in at 2023-04-27 20:02:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Directory (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Directory.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Directory"
Thu Apr 27 20:02:56 2023 rev:3 rq:1083293 version:0.052
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Directory/perl-Test-Directory.changes
2019-09-27 14:55:14.975703646 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Directory.new.1533/perl-Test-Directory.changes
2023-04-27 20:03:15.442744849 +0200
@@ -1,0 +2,6 @@
+Mon Feb 27 03:07:04 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.052
+ - Use correct error variable $! in clean()
+
+-------------------------------------------------------------------
Old:
----
Test-Directory-0.051.tar.gz
New:
----
Test-Directory-0.052.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Directory.spec ++++++
--- /var/tmp/diff_new_pack.EfGJK3/_old 2023-04-27 20:03:15.850747247 +0200
+++ /var/tmp/diff_new_pack.EfGJK3/_new 2023-04-27 20:03:15.854747272 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Directory
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -16,18 +16,16 @@
#
+%define cpan_name Test-Directory
Name: perl-Test-Directory
-Version: 0.051
+Version: 0.052
Release: 0
-%define cpan_name Test-Directory
-Summary: Perl extension for maintaining test directories
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+Summary: Perl extension for maintaining test directories
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/S/SA/SANBEG/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Exception)
@@ -61,11 +59,11 @@
scope; see the _clean_ method below for details.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -76,7 +74,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
%changelog
++++++ Test-Directory-0.051.tar.gz -> Test-Directory-0.052.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Directory-0.051/META.json
new/Test-Directory-0.052/META.json
--- old/Test-Directory-0.051/META.json 2019-09-25 04:30:54.000000000 +0200
+++ new/Test-Directory-0.052/META.json 2023-02-26 23:01:04.000000000 +0100
@@ -4,13 +4,13 @@
"Steve Sanbeg <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter
version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Test-Directory",
"no_index" : {
@@ -41,6 +41,6 @@
"url" : "https://github.com/sanbeg/Test-Directory"
}
},
- "version" : "0.051",
- "x_serialization_backend" : "JSON::PP version 2.27400_02"
+ "version" : "0.052",
+ "x_serialization_backend" : "JSON::PP version 4.06"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Directory-0.051/META.yml
new/Test-Directory-0.052/META.yml
--- old/Test-Directory-0.051/META.yml 2019-09-25 04:30:54.000000000 +0200
+++ new/Test-Directory-0.052/META.yml 2023-02-26 23:01:04.000000000 +0100
@@ -8,7 +8,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,5 +21,5 @@
requires: {}
resources:
repository: https://github.com/sanbeg/Test-Directory
-version: '0.051'
+version: '0.052'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Directory-0.051/README
new/Test-Directory-0.052/README
--- old/Test-Directory-0.051/README 2019-09-22 03:10:10.000000000 +0200
+++ new/Test-Directory-0.052/README 2023-02-03 04:43:49.000000000 +0100
@@ -10,7 +10,7 @@
The idea is to use this API to create a temporary directory and
populate an initial set of files. Then, whenever something in the directory
-is changes, use the test methods to verify that the change happened as
+changes, use the test methods to verify that the change happened as
expected. At any time, it is simple to verify that the contents of the
directory are exactly as expected.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Directory-0.051/lib/Test/Directory.pm
new/Test-Directory-0.052/lib/Test/Directory.pm
--- old/Test-Directory-0.051/lib/Test/Directory.pm 2019-09-25
04:29:35.000000000 +0200
+++ new/Test-Directory-0.052/lib/Test/Directory.pm 2023-02-26
22:57:05.000000000 +0100
@@ -9,7 +9,7 @@
use File::Temp;
use Test::Builder::Module;
-our $VERSION = '0.051';
+our $VERSION = '0.052';
our @ISA = 'Test::Builder::Module';
##############################
@@ -125,7 +125,7 @@
rmdir $self->path($dir);
};
my $rv = rmdir $self->{dir};
- carp "$self->{dir}: $1" unless $rv;
+ carp "$self->{dir}: $!" unless $rv;
return $rv;
}