diff --git a/Test-Differences-0.71.tar.gz b/Test-Differences-0.71.tar.gz deleted file mode 100644 index 702068b..0000000 --- a/Test-Differences-0.71.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cac16a56cd843b0809e5b49199d60d75a8dbad7ca9a08380dbf3f5cc3aaa38d9 -size 15304 diff --git a/Test-Differences-0.72.tar.gz b/Test-Differences-0.72.tar.gz new file mode 100644 index 0000000..6e85c26 --- /dev/null +++ b/Test-Differences-0.72.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648844b9dcb7dae6f9b5a15c9359d0f09de247a624b65c4620ebff249558f913 +size 15469 diff --git a/perl-Test-Differences.changes b/perl-Test-Differences.changes index 084583f..904db67 100644 --- a/perl-Test-Differences.changes +++ b/perl-Test-Differences.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 8 05:37:07 UTC 2025 - Tina Müller + +- updated to 0.720.0 (0.72) + see /usr/share/doc/packages/perl-Test-Differences/Changes + + 0.72 2025-07-07 + + - Changes to tests only, so tests pass when you have a new perl that + support bools, but an old Data::Dumper that doesn't (thanks to + Gianni Ceccarelli) + ------------------------------------------------------------------- Fri Mar 8 23:05:19 UTC 2024 - Tina Müller diff --git a/perl-Test-Differences.spec b/perl-Test-Differences.spec index 81de06e..b6a5ee3 100644 --- a/perl-Test-Differences.spec +++ b/perl-Test-Differences.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Differences # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,10 @@ %define cpan_name Test-Differences Name: perl-Test-Differences -Version: 0.710.0 +Version: 0.720.0 Release: 0 -%define cpan_version 0.71 +# 0.72 -> normalize -> 0.720.0 +%define cpan_version 0.72 #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. License: Artistic-1.0 OR GPL-1.0-or-later Summary: Test strings and data structures and show differences if not ok @@ -30,15 +31,15 @@ Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Capture::Tiny) >= 0.24 +BuildRequires: perl(Capture::Tiny) >= 0.240 BuildRequires: perl(Data::Dumper) >= 2.126 BuildRequires: perl(Test::More) >= 0.88 -BuildRequires: perl(Text::Diff) >= 1.43 -Requires: perl(Capture::Tiny) >= 0.24 +BuildRequires: perl(Text::Diff) >= 1.430 +Requires: perl(Capture::Tiny) >= 0.240 Requires: perl(Data::Dumper) >= 2.126 Requires: perl(Test::More) >= 0.88 -Requires: perl(Text::Diff) >= 1.43 -Provides: perl(Test::Differences) = 0.710.0 +Requires: perl(Text::Diff) >= 1.430 +Provides: perl(Test::Differences) = %{version} %undefine __perllib_provides %{perl_requires} @@ -86,7 +87,7 @@ other Test::Builder based testing modules. As the SYNOPSIS shows, another testing module must be used as the basis for your test suite. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor