7
0

4 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
5e2d69223a Accepting request 1180120 from devel:languages:perl
- refresh spec file (remove package name based requires)

OBS-URL: https://build.opensuse.org/request/show/1180120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Deep?expand=0&rev=29
2024-06-13 13:37:31 +00:00
e834fcd4f2 refresh spec file (remove package name based requires)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Deep?expand=0&rev=43
2024-06-12 08:09:43 +00:00
6 changed files with 73 additions and 24 deletions

3
.gitattributes vendored
View File

@@ -1,4 +1,4 @@
*.changes merge=merge-changes
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
@@ -12,7 +12,6 @@
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text

Binary file not shown.

BIN
Test-Deep-1.205.tar.gz LFS Normal file

Binary file not shown.

4
cpanspec.yml Normal file
View File

@@ -0,0 +1,4 @@
---
preamble: |-
# necessary because Test::Deep::NoTest does "require Test::Builder"
Requires: perl(Test::Simple)

View File

@@ -1,8 +1,17 @@
-------------------------------------------------------------------
Fri Aug 4 10:05:14 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
Wed Apr 2 05:37:53 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- Remove unused file:
* cpanspec.yml
- 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>
- refresh spec file (remove package name based requires)
-------------------------------------------------------------------
Sun Jan 8 03:08:18 UTC 2023 - Tina Müller <timueller+perl@suse.de>
@@ -29,12 +38,6 @@ Sun Jan 8 03:08:18 UTC 2023 - Tina Müller <timueller+perl@suse.de>
allows simplification of the Makefile.PL, which was coping with a
mistake made twelve years ago.
-------------------------------------------------------------------
Fri Feb 19 09:23:48 UTC 2021 - Victor Zhestkov <victor.zhestkov@suse.com>
- Make perl-Test-Simple dependency conditional as Test::Simple
module is included in perl package in Debian and Ubuntu
-------------------------------------------------------------------
Mon Mar 2 03:16:19 UTC 2020 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Deep
#
# Copyright (c) 2023 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,15 +18,15 @@
%define cpan_name Test-Deep
Name: perl-Test-Deep
Version: 1.204
Version: 1.205.0
Release: 0
# 1.205 -> normalize -> 1.205.0
%define cpan_version 1.205
License: Artistic-1.0 OR GPL-1.0-or-later
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
%if "%_vendor" != "debbuild"
ExclusiveArch: do_not_build
%endif
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -34,12 +34,55 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Tester) >= 0.107
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}
# MANUAL BEGIN
# necessary because Test::Deep::NoTest does "require Test::Builder"
%if "%{_vendor}" != "debbuild"
Requires: perl-Test-Simple
%endif
Requires: perl(Test::Simple)
# MANUAL END
%description
@@ -65,7 +108,7 @@ structures
Test::Deep has *_a lot_* of exports. See EXPORTS below.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor