7
0

Compare commits

2 Commits

Author SHA256 Message Date
e898e16d79 Accepting request 1266870 from devel:languages:perl
- updated to 1.205.0 (1.205)
   see /usr/share/doc/packages/perl-Test-Deep/Changes
  1.205     2025-04-01 11:01:50-04:00 America/New_York
          - add "use v5.12" to Test::Deep, just for clarity
          - fix a test so that if an "A" module is in @INC, the tests still pass (forwarded request 1266851 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1266870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Deep?expand=0&rev=30
2025-04-04 15:28:46 +00:00
f10e560726 - updated to 1.205.0 (1.205)
see /usr/share/doc/packages/perl-Test-Deep/Changes
  1.205     2025-04-01 11:01:50-04:00 America/New_York
          - add "use v5.12" to Test::Deep, just for clarity
          - fix a test so that if an "A" module is in @INC, the tests still pass

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Deep?expand=0&rev=45
2025-04-03 12:02:23 +00:00
4 changed files with 64 additions and 7 deletions

BIN
Test-Deep-1.204.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Test-Deep-1.205.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 2 05:37:53 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.205.0 (1.205)
see /usr/share/doc/packages/perl-Test-Deep/Changes
1.205 2025-04-01 11:01:50-04:00 America/New_York
- add "use v5.12" to Test::Deep, just for clarity
- fix a test so that if an "A" module is in @INC, the tests still pass
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 12 08:08:31 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de> Wed Jun 12 08:08:31 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-Deep # spec file for package perl-Test-Deep
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,14 @@
%define cpan_name Test-Deep %define cpan_name Test-Deep
Name: perl-Test-Deep Name: perl-Test-Deep
Version: 1.204 Version: 1.205.0
Release: 0 Release: 0
# 1.205 -> normalize -> 1.205.0
%define cpan_version 1.205
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Extremely flexible deep comparison Summary: Extremely flexible deep comparison
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
@@ -32,6 +34,51 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Tester) >= 0.107 BuildRequires: perl(Test::Tester) >= 0.107
Requires: perl(Test::More) >= 0.96 Requires: perl(Test::More) >= 0.96
Provides: perl(Over)
Provides: perl(Test::Deep) = %{version}
Provides: perl(Test::Deep::All) = %{version}
Provides: perl(Test::Deep::Any) = %{version}
Provides: perl(Test::Deep::Array) = %{version}
Provides: perl(Test::Deep::ArrayEach) = %{version}
Provides: perl(Test::Deep::ArrayElementsOnly) = %{version}
Provides: perl(Test::Deep::ArrayLength) = %{version}
Provides: perl(Test::Deep::ArrayLengthOnly) = %{version}
Provides: perl(Test::Deep::Blessed) = %{version}
Provides: perl(Test::Deep::Boolean) = %{version}
Provides: perl(Test::Deep::Cache) = %{version}
Provides: perl(Test::Deep::Cache::Simple) = %{version}
Provides: perl(Test::Deep::Class) = %{version}
Provides: perl(Test::Deep::Cmp) = %{version}
Provides: perl(Test::Deep::Code) = %{version}
Provides: perl(Test::Deep::Hash) = %{version}
Provides: perl(Test::Deep::HashEach) = %{version}
Provides: perl(Test::Deep::HashElements) = %{version}
Provides: perl(Test::Deep::HashKeys) = %{version}
Provides: perl(Test::Deep::HashKeysOnly) = %{version}
Provides: perl(Test::Deep::Ignore) = %{version}
Provides: perl(Test::Deep::Isa) = %{version}
Provides: perl(Test::Deep::ListMethods) = %{version}
Provides: perl(Test::Deep::MM) = %{version}
Provides: perl(Test::Deep::Methods) = %{version}
Provides: perl(Test::Deep::NoTest) = %{version}
Provides: perl(Test::Deep::None) = %{version}
Provides: perl(Test::Deep::Number) = %{version}
Provides: perl(Test::Deep::Obj) = %{version}
Provides: perl(Test::Deep::Ref) = %{version}
Provides: perl(Test::Deep::RefType) = %{version}
Provides: perl(Test::Deep::Regexp) = %{version}
Provides: perl(Test::Deep::RegexpMatches) = %{version}
Provides: perl(Test::Deep::RegexpOnly) = %{version}
Provides: perl(Test::Deep::RegexpRef) = %{version}
Provides: perl(Test::Deep::RegexpRefOnly) = %{version}
Provides: perl(Test::Deep::RegexpVersion) = %{version}
Provides: perl(Test::Deep::ScalarRef) = %{version}
Provides: perl(Test::Deep::ScalarRefOnly) = %{version}
Provides: perl(Test::Deep::Set) = %{version}
Provides: perl(Test::Deep::Shallow) = %{version}
Provides: perl(Test::Deep::Stack) = %{version}
Provides: perl(Test::Deep::String) = %{version}
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
# MANUAL BEGIN # MANUAL BEGIN
# necessary because Test::Deep::NoTest does "require Test::Builder" # necessary because Test::Deep::NoTest does "require Test::Builder"
@@ -61,7 +108,7 @@ structures
Test::Deep has *_a lot_* of exports. See EXPORTS below. Test::Deep has *_a lot_* of exports. See EXPORTS below.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor