Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Test-Differences for
openSUSE:Factory checked in at 2023-07-30 20:57:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Differences (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Differences.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Differences"
Sun Jul 30 20:57:29 2023 rev:17 rq:1101235 version:0.700.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-Differences/perl-Test-Differences.changes
2022-01-14 23:12:57.750621032 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-Differences.new.32662/perl-Test-Differences.changes
2023-07-30 20:57:34.199147744 +0200
@@ -1,0 +2,10 @@
+Sat Jul 8 03:08:58 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.70
+ see /usr/share/doc/packages/perl-Test-Differences/Changes
+
+ 0.70 2023-07-07
+ - Stop pointless use of taint-mode in tests, so tests pass when perl is
+ built without taint support
+
+-------------------------------------------------------------------
Old:
----
Test-Differences-0.69.tar.gz
New:
----
Test-Differences-0.70.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Differences.spec ++++++
--- /var/tmp/diff_new_pack.0Z6klb/_old 2023-07-30 20:57:34.743150974 +0200
+++ /var/tmp/diff_new_pack.0Z6klb/_new 2023-07-30 20:57:34.747150998 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Differences
#
-# 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,13 +18,15 @@
%define cpan_name Test-Differences
Name: perl-Test-Differences
-Version: 0.69
+Version: 0.700.0
Release: 0
+%define cpan_version 0.70
+Provides: perl(Test::Differences) = 0.700.0
#Upstream: All Rights Reserved. You may use, distribute and modify this
software under the terms of the GNU public license, any version, or the
Artistic license.
-Summary: Test strings and data structures and show differences if not ok
License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Test strings and data structures and show differences if not ok
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
@@ -37,6 +39,7 @@
Requires: perl(Data::Dumper) >= 2.126
Requires: perl(Test::More) >= 0.88
Requires: perl(Text::Diff) >= 1.43
+%define __perllib_provides /bin/true
%{perl_requires}
%description
@@ -83,7 +86,7 @@
testing module must be used as the basis for your test suite.
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
++++++ Test-Differences-0.69.tar.gz -> Test-Differences-0.70.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Differences-0.69/Changes
new/Test-Differences-0.70/Changes
--- old/Test-Differences-0.69/Changes 2022-01-07 21:52:33.000000000 +0100
+++ new/Test-Differences-0.70/Changes 2023-07-07 20:07:49.000000000 +0200
@@ -1,5 +1,9 @@
Changes file for Test::Differences
+0.70 2023-07-07
+ - Stop pointless use of taint-mode in tests, so tests pass when perl is
+ built without taint support
+
0.69 2022-01-07
- Special-case Unknown::Values objects in comparisons, as it's better to
spit
out a diagnostic failure than to just die;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Differences-0.69/META.json
new/Test-Differences-0.70/META.json
--- old/Test-Differences-0.69/META.json 2022-01-07 21:55:41.000000000 +0100
+++ new/Test-Differences-0.70/META.json 2023-07-07 20:09:17.000000000 +0200
@@ -4,7 +4,7 @@
"David Cantrell <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.56, CPAN::Meta::Converter
version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.66, CPAN::Meta::Converter
version 2.150010",
"license" : [
"unknown",
"artistic_1",
@@ -50,6 +50,6 @@
"url" : "https://github.com/DrHyde/Test-Differences"
}
},
- "version" : "0.69",
+ "version" : "0.70",
"x_serialization_backend" : "JSON::PP version 4.02"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Differences-0.69/META.yml
new/Test-Differences-0.70/META.yml
--- old/Test-Differences-0.69/META.yml 2022-01-07 21:55:41.000000000 +0100
+++ new/Test-Differences-0.70/META.yml 2023-07-07 20:09:17.000000000 +0200
@@ -7,7 +7,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.56, CPAN::Meta::Converter version
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.66, CPAN::Meta::Converter version
2.150010'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,5 +25,5 @@
resources:
bugtracker: https://github.com/DrHyde/Test-Differences/issues
repository: https://github.com/DrHyde/Test-Differences
-version: '0.69'
+version: '0.70'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Differences-0.69/lib/Test/Differences.pm
new/Test-Differences-0.70/lib/Test/Differences.pm
--- old/Test-Differences-0.69/lib/Test/Differences.pm 2022-01-07
21:52:33.000000000 +0100
+++ new/Test-Differences-0.70/lib/Test/Differences.pm 2023-07-07
19:20:28.000000000 +0200
@@ -251,7 +251,7 @@
=cut
-our $VERSION = "0.69"; # or "0.001_001" for a dev release
+our $VERSION = "0.70"; # or "0.001_001" for a dev release
$VERSION = eval $VERSION;
use Exporter;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Differences-0.69/t/00-load.t
new/Test-Differences-0.70/t/00-load.t
--- old/Test-Differences-0.69/t/00-load.t 2019-02-19 21:51:36.000000000
+0100
+++ new/Test-Differences-0.70/t/00-load.t 2023-07-07 11:11:08.000000000
+0200
@@ -1,4 +1,4 @@
-#!perl -T
+#!perl
use strict;
use warnings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Differences-0.69/t/boilerplate.t
new/Test-Differences-0.70/t/boilerplate.t
--- old/Test-Differences-0.69/t/boilerplate.t 2019-02-19 21:51:36.000000000
+0100
+++ new/Test-Differences-0.70/t/boilerplate.t 2023-07-07 11:11:29.000000000
+0200
@@ -1,4 +1,4 @@
-#!perl -T
+#!perl
use strict;
use warnings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Differences-0.69/t/pod.t
new/Test-Differences-0.70/t/pod.t
--- old/Test-Differences-0.69/t/pod.t 2019-02-19 21:51:36.000000000 +0100
+++ new/Test-Differences-0.70/t/pod.t 2023-07-07 11:10:59.000000000 +0200
@@ -1,4 +1,4 @@
-#!perl -T
+#!perl
use strict;
use warnings;