Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Test-Deep for openSUSE:Factory 
checked in at 2023-02-01 16:38:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Deep (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Deep.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Deep"

Wed Feb  1 16:38:39 2023 rev:28 rq:1062237 version:1.204

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Deep/perl-Test-Deep.changes    
2020-03-05 23:18:09.601173112 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Deep.new.32243/perl-Test-Deep.changes 
2023-02-01 16:50:26.917512178 +0100
@@ -1,0 +2,25 @@
+Sun Jan  8 03:08:18 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 1.204
+   see /usr/share/doc/packages/perl-Test-Deep/Changes
+
+  1.204     2023-01-07 18:01:37-05:00 America/New_York
+          - restore v5.12 compatibility (see commit 66b79eb for the amusing
+            anecdote)
+  1.203     2023-01-07 11:38:14-05:00 America/New_York
+          - try to avoid clobbering global error variables when loading test
+            libraries (thanks, Felipe Gasper)
+          - hash_each now enumates keys in sort() order, to make errors more
+            consistent
+  1.202     2023-01-04 20:40:46-05:00 America/New_York
+          - no changes since trial releases
+          - Test::Deep now requires perl v5.12.
+  1.201     2023-01-03 19:28:05-05:00 America/New_York (TRIAL RELEASE)
+          - correct Changes entry about which version version of perl is 
required
+  1.200     2023-01-02 16:55:10-05:00 America/New_York (TRIAL RELEASE)
+          - converted to Dist::Zilla
+          - Test::Deep will now require v5.12, and this may go up.  This change
+            allows simplification of the Makefile.PL, which was coping with a
+            mistake made twelve years ago.
+
+-------------------------------------------------------------------

Old:
----
  Test-Deep-1.130.tar.gz

New:
----
  Test-Deep-1.204.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Test-Deep.spec ++++++
--- /var/tmp/diff_new_pack.kK8UiP/_old  2023-02-01 16:50:27.273514287 +0100
+++ /var/tmp/diff_new_pack.kK8UiP/_new  2023-02-01 16:50:27.277514311 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Deep
 #
-# Copyright (c) 2020 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,22 +16,22 @@
 #
 
 
+%define cpan_name Test-Deep
 Name:           perl-Test-Deep
-Version:        1.130
+Version:        1.204
 Release:        0
-%define cpan_name Test-Deep
-Summary:        Extremely flexible deep comparison
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+Summary:        Extremely flexible deep comparison
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Tester) >= 0.04
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.78
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Test::Tester) >= 0.107
+Requires:       perl(Test::More) >= 0.96
 %{perl_requires}
 # MANUAL BEGIN
 # necessary because Test::Deep::NoTest does "require Test::Builder"
@@ -61,11 +61,11 @@
 Test::Deep has *_a lot_* of exports. See EXPORTS below.
 
 %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 +76,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README TODO
+%license LICENSE
 
 %changelog

++++++ Test-Deep-1.130.tar.gz -> Test-Deep-1.204.tar.gz ++++++
++++ 6298 lines of diff (skipped)

Reply via email to