forked from pool/perl-Test-Deep
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
fd8848c5f4
|
|||
|
3b3d7f0123
|
|||
|
78098caffc
|
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1,4 +1,4 @@
|
|||||||
## Default LFS
|
*.changes merge=merge-changes
|
||||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
@@ -12,6 +12,7 @@
|
|||||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
*.png filter=lfs diff=lfs merge=lfs -text
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
*.rpm 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
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|||||||
BIN
Test-Deep-1.204.tar.gz
LFS
Normal file
BIN
Test-Deep-1.204.tar.gz
LFS
Normal file
Binary file not shown.
BIN
Test-Deep-1.205.tar.gz
LFS
BIN
Test-Deep-1.205.tar.gz
LFS
Binary file not shown.
@@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
preamble: |-
|
|
||||||
# necessary because Test::Deep::NoTest does "require Test::Builder"
|
|
||||||
Requires: perl(Test::Simple)
|
|
||||||
@@ -1,17 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 2 05:37:53 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
Fri Aug 4 10:05:14 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
||||||
|
|
||||||
- updated to 1.205.0 (1.205)
|
- Remove unused file:
|
||||||
see /usr/share/doc/packages/perl-Test-Deep/Changes
|
* cpanspec.yml
|
||||||
|
|
||||||
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>
|
Sun Jan 8 03:08:18 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
@@ -38,6 +29,12 @@ 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
|
allows simplification of the Makefile.PL, which was coping with a
|
||||||
mistake made twelve years ago.
|
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>
|
Mon Mar 2 03:16:19 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Deep
|
# spec file for package perl-Test-Deep
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2023 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,15 +18,15 @@
|
|||||||
|
|
||||||
%define cpan_name Test-Deep
|
%define cpan_name Test-Deep
|
||||||
Name: perl-Test-Deep
|
Name: perl-Test-Deep
|
||||||
Version: 1.205.0
|
Version: 1.204
|
||||||
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}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
%if "%_vendor" != "debbuild"
|
||||||
|
ExclusiveArch: do_not_build
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -34,55 +34,12 @@ 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"
|
||||||
Requires: perl(Test::Simple)
|
%if "%{_vendor}" != "debbuild"
|
||||||
|
Requires: perl-Test-Simple
|
||||||
|
%endif
|
||||||
# MANUAL END
|
# MANUAL END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -108,7 +65,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}-%{cpan_version} -p1
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
|||||||
Reference in New Issue
Block a user