diff --git a/Test-Deep-1.127.tar.gz b/Test-Deep-1.127.tar.gz deleted file mode 100644 index 10baf97..0000000 --- a/Test-Deep-1.127.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b78cfc59c41ba91f47281e2c1d2bfc4b3b1b42bfb76b4378bc88cc37b7af7268 -size 41606 diff --git a/Test-Deep-1.128.tar.gz b/Test-Deep-1.128.tar.gz new file mode 100644 index 0000000..9efb194 --- /dev/null +++ b/Test-Deep-1.128.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852d7e836fba8269b0b755082051a24a1a309d015a8b76838790af9e3760092f +size 41649 diff --git a/perl-Test-Deep.changes b/perl-Test-Deep.changes index 51bfc84..03f00f0 100644 --- a/perl-Test-Deep.changes +++ b/perl-Test-Deep.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Apr 20 06:03:00 UTC 2018 - coolo@suse.com + +- updated to 1.128 + see /usr/share/doc/packages/perl-Test-Deep/Changes + + 1.128 2018-04-18 + - numerous small improvements to documentation; thanks to + Fabrice Gabolde, Daniel Böhmer, Lance Wicks, Matthew Horsfall + - improved CI setup; thanks to eadjei and Philip J. Ludlam + ------------------------------------------------------------------- Sat May 6 06:40:36 UTC 2017 - coolo@suse.com diff --git a/perl-Test-Deep.spec b/perl-Test-Deep.spec index e153b3e..103ef02 100644 --- a/perl-Test-Deep.spec +++ b/perl-Test-Deep.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Deep # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,11 @@ Name: perl-Test-Deep -Version: 1.127 +Version: 1.128 Release: 0 %define cpan_name Test-Deep Summary: Extremely flexible deep comparison -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Deep/ Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz @@ -44,7 +44,7 @@ probably read about Test::Simple and Test::More before preceding. Test::Deep uses the Test::Builder framework. Test::Deep gives you very flexible ways to check that the result you got is -the result you were expecting. At it's simplest it compares two structures +the result you were expecting. At its simplest it compares two structures by going through each level, ensuring that the values match, that arrays and hashes have the same elements and that references are blessed into the correct class. It also handles circular data structures without getting