diff --git a/Test-Differences-0.67.tar.gz b/Test-Differences-0.67.tar.gz deleted file mode 100644 index 9cbf30e..0000000 --- a/Test-Differences-0.67.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c88dbbb48b934b069284874f33abbaaa438aa31204aa3fa73bfc2f4aeac878da -size 13251 diff --git a/Test-Differences-0.68.tar.gz b/Test-Differences-0.68.tar.gz new file mode 100644 index 0000000..2ab38ad --- /dev/null +++ b/Test-Differences-0.68.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68547206cb099a2594165ca0adc99fc12adb97c7f02a1222f62961fd775e270 +size 14518 diff --git a/perl-Test-Differences.changes b/perl-Test-Differences.changes index fb6cb86..fe5901b 100644 --- a/perl-Test-Differences.changes +++ b/perl-Test-Differences.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 19 03:09:40 UTC 2021 - Tina Müller + +- updated to 0.68 + see /usr/share/doc/packages/perl-Test-Differences/Changes + + 0.68 2021-05-18 + - Revert undocumented change that was causing unreasonably verbose output + See https://github.com/DrHyde/perl-modules-Test-Differences/issues/5 + - Improve documentation about text vs data mode and eq_or_diff_{text,data} + See https://github.com/DrHyde/perl-modules-Test-Differences/issues/8 + ------------------------------------------------------------------- Thu Mar 7 12:58:45 UTC 2019 - Pedro Monreal Gonzalez diff --git a/perl-Test-Differences.spec b/perl-Test-Differences.spec index d7536d2..8b66ff7 100644 --- a/perl-Test-Differences.spec +++ b/perl-Test-Differences.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Differences # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,30 +16,27 @@ # -#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. %define cpan_name Test-Differences Name: perl-Test-Differences -Version: 0.67 +Version: 0.68 Release: 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 -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml +BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) >= 0.24 BuildRequires: perl(Data::Dumper) >= 2.126 BuildRequires: perl(Test::More) >= 0.88 -BuildRequires: perl(Test::Pod) >= 1.22 -BuildRequires: perl(Test::Pod::Coverage) >= 1.08 BuildRequires: perl(Text::Diff) >= 1.43 Requires: perl(Capture::Tiny) >= 0.24 Requires: perl(Data::Dumper) >= 2.126 Requires: perl(Test::More) >= 0.88 Requires: perl(Text::Diff) >= 1.43 -BuildArch: noarch %{perl_requires} %description @@ -86,14 +83,14 @@ other Test::Builder based testing modules. As the SYNOPSIS shows, another testing module must be used as the basis for your test suite. %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 %{?_smp_mflags} test +make test %install %perl_make_install @@ -101,7 +98,6 @@ make %{?_smp_mflags} test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %changelog